
body {
	margin:10px;
        width:990px;
	padding: 0;
	background: #C0C0C0;
	text-align: justify;
	font: 15px Arial, Helvetica, sans-serif;
	color: #626262;
}

form {
	margin: 0;
	padding: 0;
}

input {
	padding: 5px;
	background: #FEFEFE;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

h1, h1 a, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #7171FF;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
	color: #626262;
}

h3 {
	font-size: 1em;
}

a {
	color: #5E5EFF;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	background: #FFFFFF;
	height: 155px;
        width: 970px;
	border-bottom: 3px solid #59C0F8;
	border-top: 3px solid #59C0F8;
	margin-left:10px;

}

#logo {
	height: 130px;
        width: 930px;

}


#tabs {
	margin-top:-10px;
	float:right;
	background:#FFFFFF;
	font-size:93%;
	line-height:normal;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#24618E;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}


/* Page */

#page {
	background: #C0C0C0;
	padding: 10px 10px 0 10px;
}

th {
	font-size: 12px;
	font-weight: bold;
        padding: 5px;
        text-align: center;
        background: #FFFFFF;
}

td {
	font-size: 12px;
        padding: 5px;
        line-height: 20px;
}

/* Content */

#content {
	background: #FFFFFF;
	margin-right: 300px;
	padding: 0 20px;
	border-bottom: 3px solid #59C0F8;
	border-top: 3px solid #59C0F8;
        width: 620px;
}

.post {
	padding-top: 20px;
	margin-bottom: 10px;
}

.post .title {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
}

.post .title h2 {
	padding: 0px 30px 5px 0px;
	font-weight: bold;
	font-size: 1.5em;
}

.post .title p {
	margin: 0;
	padding: 10px 0 10px 20px;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	color: #59C0F8;
}

.post .entry {
	padding: 0;
	border-top: 1px #D8DFE6 dotted;
}

.post .links {
	padding: 5px 0;
	border-top: 1px #D8DFE6 dotted;
	border-bottom: 1px #D8DFE6 dotted;
	margin-top: 10px;
	text-align: right;
}

.post .links a {
	font-weight: bold;
}

.post .links a:hover {
}

.post .links .more {
}

.post .links .comments {
	padding-left: 20px;
}

.post .comments {
        padding: 10px;
	background: #FFFFFF;
	border: 1px solid #59C0F8;
	margin-bottom: 25px;

}

.post .ctitle {
        margin-top: 15px;
        margin-bottom: 5px;
        padding-left:20px;
        background: url(images/img17.gif) no-repeat left top;
	font-size: 14px;
	font-weight: bold;

}

.post .subtitle {
        margin: 5px;
	font-size: 10px;
	font-weight: bold;
        font-family: Tahoma, Georgia, "Times New Roman", Times, serif;

}


/* Sidebar */

#sidebar {
	float: right;
	width: 290px;
	background: #FFFFFF;
	border-bottom: 3px solid #59C0F8;
	border-top: 3px solid #59C0F8;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	padding: 0 15px 20px 10px;
}

#sidebar li li {
	margin: 5px;
	padding-left: 25px;
	background: url(images/img12.gif) no-repeat 5px 50%;
}

#sidebar li p {
	margin: 0;
	padding-left: 20px;
	background: url(images/stat.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	padding: 0px 30px 10px 30px;
	background: url(images/sh.gif) no-repeat 5px 0%;
	font-weight: normal;
	font-size: 1.2em;
	color: #302D26;
}

/* Search */

fieldset {
	margin: 10px;	padding: 5px;
	border: none;
}
legend {
	display: none;
}
label {
	display: block;
	font-weight:bold;
	margin-top: 10px;
}


input {
	padding:2px;
        font-weight:bold;
	height: 18px;
	
}
textarea {
	padding:15px;
	font: bold 12px Arial, Sans-serif; 
	display:block;
	color:#000000;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 25px;
	background: #DFDFDF url(images/img14.gif) repeat-x;
	margin: 10px; 
}




/* Footer */

#footer {
	padding: 20px 0 10px 0;
	background: #757575;
}

#footer p {
	margin-bottom: 1em;
	text-align: center;
	line-height: normal;
	font-size: .9em;
	color: #BABABA;
}

#footer a {
	padding: 0 20px;
	text-decoration: none;
	color: #DDDDDD;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer .rss {
	background: url(images/img18.gif) no-repeat left center;
}

#footer .css {
	background: url(images/img20.gif) no-repeat left center;
}

#footer .legal a {
	padding: 0;
}
