/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*

body {
	margin: 0;
	padding: 0;
	background:  #ffffff;
	font-size: 13px;
	color: #000000;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: Tahoma, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #0F7EAC;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 1em;
}


a {
	color: #0F7EAC;
}

a:hover {
	text-decoration: none;
	color: #0F7EAC;
}

/* Header */

#header {
	width: 925px;
	height: 190px;
	margin: 0px auto;
	background: url(images/smp-header.jpg) no-repeat;
}

/* Logo */

#logo {
	float: left;
	padding: 40px 0 0 0;
}

#logo h1 {
	margin: 0;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 a {
	padding-right: 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#logo H2 {
	text-transform: uppercase;
	font-size: 10px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	
}

#menu ul {
	margin: 0px;
	padding: 295px 0px 0px 10px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 16px;
	color: #3E6EAA;
}

#menu a:hover, .active a {
	border-bottom: 3px solid #3E6EAA;
}


/* Page */

#page {
	width: 925px;
	margin: 0 auto;
background: #ffffff;
border-left: 10px solid #ffffff;
border-right: 10px solid #ffffff;
}

#main {
	width: 900px;
	margin: 0 auto;
}


/* Content */

#content {
	float: left;
	width: 580px;
}

.post {
	padding: 20px 20px;
	background: rl(images/bg04.jpg) repeat-x top left;

}


.list {
	padding: 20px 20px;
	background: rl(images/bg04.jpg) repeat-x top left;

}

.title {
	margin: 0;
	color: #0F7EAC;
}

.byline {
	margin: 0;
	color: #0F7EAC;
}

.meta {
	text-align: left;
	color: #000000;
}

.meta .more {
	padding-left: 20px;
}

.meta .comments {
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	vertical-align:top;
	float: right;
	margin-top: 50px;
	width: 175px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding: 5px;
	padding-left: 20px;
}

#sidebar h2 {
	margin: 0;
	padding: 10px 0 0 20px;
	height: 40px;
	color: #3E6EAA;
	background: url(images/small.gif) repeat-x;
	vertical-align:top;
}

#sidebar a {
}

#sidebar a:hover {
}


#calendar1 {
	padding: 10px 5px 10px 5px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #81CFF3;
	border: 1px solid #5D9DE4;
	font-weight: bold;
	color: #ffffff
}

/* Sidebar2 */

#sidebar2 {
	float: right;
	margin-top: 50px;
	width: 200px;
	vertical-align:top;
}

#sidebar2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar2 li {
}

#sidebar2 li ul {
	padding: 15px 0;
}

#sidebar2 li li {
	padding: 5px;
	padding-left: 20px;
}

#sidebar2 h2 {
	margin: 0;
	padding: 10px 0 0 20px;
	height: 40px;
	color: #3E6EAA;
	background: url(images/small.gif) repeat-x;
}

#sidebar2 a {
}

#sidebar2 a:hover {
}


#calendar1 {
	padding: 10px 5px 10px 5px;
}

#calendar2 table {
	width: 100%;
	text-align: center;
}

#calendar2 thead {

}

#calendar2 tbody td {
	border: 1px solid #F1F1F1;
}

#calendar2 #prev {
	text-align: left;
}

#calendar2 #next {
	text-align: right;
}

#calendar2 tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar2 #now {
	background: #81CFF3;
	border: 1px solid #5D9DE4;
	font-weight: bold;
	color: #ffffff
}

/* Footer */

#footer {
	clear: both;
	margin: 0px;
	padding-top: 20px;
	height: 30px;
	border-top: #0F7EAC solid 4px;
	background: #F2F2F2 url(images/footer.gif) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
	color: #717171;
}

