/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #A9B3BB url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 140%;
}

div.left {
	float: left;
	margin: 3px 20px 0 0;
}


a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #FC3E1A;
}

hr {
	display: none;
}

/* Header */

#logo {
	width: 670px;
	height: 130px;
	margin: 0 auto;
	padding: 70px 0 0 100px;
	background: url(images/img02.gif) no-repeat 0px 50px;
}

#logo h1, #logo p {
	color: #FFFFFF;
}

#logo h1 {
}

#logo p {
	margin: 0;
	padding: 0 0 0 2px;
	line-height: normal;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 770px;
	height: 70px;
	margin:0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a, #menu div {
	display: block;
	float:left;
	height: 43px;
	padding: 12px 30px 0 30px;
	text-decoration: none;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

#menu a:hover {
	background: url(images/img03.gif) no-repeat center bottom;
}

/* Main */

.main {
	width: 770px;
	margin: 0 auto;
	background: #D4D9DD url(images/img04.gif) repeat-y;
}

.main h2 {
	background: url(images/img05.gif) no-repeat;
	font-size: 1.6em;
	padding: 20px 30px 10px 30px;
	color: #333333;
}

.main h2 span {
	text-decoration: none;
	color: #333333;
	border-bottom: 1px solid #B4BBBE;
}

.main .entry {
	padding: 0 30px;
}

.main .bottom {
	height: 20px;
	background: url(images/img06.gif) no-repeat left bottom;
}

.main .links {
	clear: both;
	margin: 0;
	padding: 10px;
	background: #CDD4D7;
	border-top: 1px solid #B4BBBE;
	font-size: .9em;
}

.main .links a {
	text-decoration: none;
}

.main .links .date {
	padding-left: 20px;
	background: url(images/img08.gif) no-repeat left center;
}

.main .links .author {
	padding-left: 20px;
	background: url(images/img09.gif) no-repeat left center;
}

.main .links .comments {
	padding-left: 20px;
	background: url(images/img10.gif) no-repeat left center;
}

.main .links .feeds {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat left center;
}

/* Two Columns */

.two-columns {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

.two-columns .column-one {
	float: left;
	width: 370px;
}

.two-columns .column-two {
	float: right;
	width: 370px;
}

.two-columns .title {
	height: 28px;
	padding: 7px 0 0 10px;
	background: #DB8603 url(images/img12.gif) no-repeat;
	font-size: 1.4em;
	color: #333333;
}

.two-columns .entry {
	background: url(images/img13.gif) repeat-x;
}

/* Email Proxies */

#email-proxies ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#email-proxies li {
	padding: 5px 15px;
	background: url(images/img14.gif) no-repeat left center;
	border-bottom: 1px solid #949EA4;
}

/* More Proxies */

#more-proxies ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#more-proxies li {
	padding: 5px 15px 5px 17px;
	background: url(images/img15.gif) no-repeat left center;
	border-bottom: 1px solid #949EA4;
}


/* Footer */

#footer {
	padding: 40px 0;
	background: #3F4244 url(images/img18.gif) repeat-x;
	clear: both;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}

#error {
   border: 1px solid red;
   border-left: 5px solid red;
   padding: 2px;
   margin: 5px 0 15px 0;
   background: #eee;
}

#options {
   list-style-type: none;
   width: 300px;
   margin: 10px; padding: 0;
}
#options li { 
   float: left;
   width: 150px;
}

/* TOOLTIP HOVER EFFECT */
label { font-weight: bold; line-height: 20px; cursor: help; }
#tooltip{ width:20em; color: #fff; background: #555; font-size: 12px; font-weight: normal; padding: 5px; border: 3px solid #333; text-align: left; }