/*
Theme Name: Sandbox
Theme URI: http://www.michael-louviere.com
Description: Design by <a href="http://www.michael-louviere.com">Michael Louviere</a>.
Version: 1.0
Author: Michael Louviere
Author URI: http://www.michael-louviere.com
*/

body {
	background: url('images/bodybg.png') top left repeat-x fixed #007A6E;
	color:#FFF;
	font-size:14px;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom:10px;
}
#wrapper {
	width:960px;
	margin:0 auto;
	overflow: hidden;
}
#top {
	background:url(images/topbg.png) repeat-x;
	height:45px;
	width:960px;
	line-height:45px;
	color: #0E678A;
}
#date {
	float:left;
	padding-left:20px;
	padding-top:5px;
}
#subscribe {
	float:right;
	padding-right:20px;
	padding-top:5px;
}
#subscribe a {
	color:#0E678A;
	background: url('images/rss-icon.png') left no-repeat transparent;
	padding: 0 0 0 21px;
	text-decoration:none;
}
#subscribe a:hover {
	text-decoration:underline;
}
#header {
	height:200px;
	width:960px;
	background: url('images/header.png') top left no-repeat;
	color:#fff;
}
#title {
	float:left;
	padding-top:16px;
	padding-left:20px;
}
#title a {
	color:#fff;
	text-decoration:none;
}
#header h1 {
	margin:0px;
	font-size:30px;
}
#header h2 {
	margin:0px;
	font-size:14px;
}
#search {
	float:right;
}
ul.menu {
	list-style:none;
	margin:0px;
	padding:0;
	background:url(images/menubg.png) no-repeat;
	width:950px;
	padding: 0 7px 0 7px;
	height:35px;
	overflow: hidden;
}
ul.menu li {
	float:left;
	list-style-type:none;
	margin:0;
	border-right: 2px solid #EBEBDB; 
}
ul.menu li a {
	color:#0E678A;
	padding: 0 10px 0 10px;
	line-height:35px;
	text-decoration:none;
	font-size: 13px;
	text-align: center;
	display: block;
	width: 135px;
}
ul.menu li a:visited {
	color:#0E678A;
}
ul.menu li a:hover {
	background: url('images/menubg-hover.png') top left repeat-x #0E678A;
	color: #ffffff;
	text-decoration:none;
}
ul.menu li a:visited:hover {
	background: url('images/menubg-hover.png') top left repeat-x #0E678A;
	color: #ffffff;
	text-decoration:none;
}
ul.menu li ul {
	left: -999em;
	position: absolute;
	margin: 0;
	padding: 0;
	border-top: 1px solid #8C8386;
	*border: none;
	*padding: 1px 0 0 0;
	*background: #8C8386;
	z-index: 2;
}
ul.menu li:hover ul {
	left: auto;
	/*Fix for hoverover menus in IE 7*/
	*margin-left: 0%;
}
ul.menu li ul li {
	float: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #8C8386;
	border-left: 1px solid #8C8386;
	border-bottom: 1px solid #8C8386;
	*border: none;
	*padding: 0px 1px 1px 1px;
	*background: #8C8386;
	text-align: left;
}
ul.menu li ul li a{
	width: auto;
	background: #D4D4C5;
}
ul.submenu {
	list-style:none;
	margin:0px;
	padding:0;
	background:url(images/submenubg.png);
	width:1000px;
	height:20px;
	padding-left:1px;
}
ul.submenu li {
	float:left;
	list-style-type:none;
	margin:0;
}
ul.submenu li a {
	float:left;
	color:#FFF;
	padding-left:14px;
	padding-right:14px;
	line-height:16px;
	text-decoration:none;
	font-size:11px;
	text-align:center;
}
ul.submenu li a:visited {
	color:#FFFFFF;
	font-weight:normal;
}
ul.submenu li a:hover {
	text-decoration:underline;
}
ul.submenu li a:visited:hover {
	text-decoration:underline;
}
#maincontent {
	overflow:hidden;
	width:920px;
	background: url('images/contentbg.png') top left repeat-y;
	padding-top:15px;
	padding-left:20px;
	padding-bottom:25px;
	padding-right:20px;
	color:#000;
}
#content {
	float:left;
	width:638px;
	overflow: hidden;
}
#latestarticle {
	width:638px;
	background:#FFF;
}
.archivearticle {
	width:638px;
	background:#FFF;
	margin-bottom:10px;
}
.archivearticle .posttitle {
	float:left;
}
.archivearticle .postinfo {
	float:right;
	font-size:11px;
	padding-top:1px;
	font-weight:normal;
}
.archivearticle .postinfo a {
	color:#464647;
	text-decoration:none;
}
.archivearticle .postinfo a:hover {
	text-decoration:underline;
}
.archivearticle .postcontent {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:4px;
}
.postcontent a {
	color:#0E678A;
	text-decoration:none;
}

.postcontent a:hover {
	color:#0E678A;
	text-decoration:underline;
}

.postcontent p {
	margin:0;
	padding:10px 0 0 0;
}
#latestarticles {
	float:left;
	width:289px;
	margin-top:10px;
	background:#FFF;
}
#latestarticlescontent {
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
}
#latestarticlescontent h2, #latestcomments h2, .postcontent h2, .posttitle h2 {
	font-size:14px;
	margin:0;
}
#latestarticlescontent h2 a, #latestcomments h2 a, .postcontent h2 a, .posttitle h2 a {
	text-decoration:none;
	color:#0E678A;
}
#latestarticlescontent h2 a:hover, #latestcomments h2 a:hover, .postcontent h2 a:hover, .posttitle h2 a:hover {
	text-decoration:underline;
}
#latestarticlescontent p {
	margin-top:2px;
}
#latestcomments {
	float:left;
	width:289px;
	margin-top:10px;
	margin-left:10px;
	background:#FFF;
}
#latestcommentscontent {
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
}
#latestcommentscontent h2 {
	font-size:14px;
	margin:0;
}
#latestcommentscontent p {
	margin-top:2px;
}
#flickr {
	float:left;
	width:588px;
	margin-top:10px;
	background:#FFF;
}
#flickrcontent {
	padding-top:10px;
	padding-left:5px;
	padding-bottom:5px;
}
#flickrcontent img {
	padding-left:4px;
	border:0;
}
.title {
	height:22.5px;
	padding-top:4.5px;
	padding-left: 5px;
	padding-right:9px;
	font-weight:bold;
	font-size:14px;
	color: #0E678A;
}
.sidebar-item .title{
	height:25px;
	padding-top:4.5px;
	padding-left: 5px;
	padding-right:9px;
	font-weight:bold;
	font-size:14px;
	background: #CBCBBD;
	color: #0E678A;
	text-align: center;
}
#latestarticle .posttitle {
	float:left;
}
#latestarticle .postinfo {
	float:right;
	font-size:11px;
	padding-top:1px;
	font-weight:normal;
}
#latestarticle .postinfo a {
	color:#464647;
	text-decoration:none;
}
#latestarticle .postinfo a:hover {
	text-decoration:underline;
}
#latestarticle .postcontent {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:4px;
}
#sidebar {
	float:right;
	width:272px;
	overflow: hidden;
}
#sponsors {
	background:#FFF;
	padding-bottom:8px;
	overflow:hidden;
}
#sponsorscontent {
	padding-top:3px;
	padding-left:8px;
	padding-right:8px;
}
#sponsorscontent img {
	padding-top:5px;
	border:0;
}
.right {
	float:right;
}
.left {
	float:left;
}
.sidebar-item {
	margin-bottom:10px;
	background:#eaead9;
	border: 1px solid #e1e1e1;
}
.sidebar-item ul {
	margin:0;
	padding: 0;
	list-style-type:none;
}
.sidebar-item li a {
	color:#0E678A;
	padding: 5px;
	display: block;
	text-decoration:none;
}
.sidebar-item a:hover {
	background: #4b9dbd;
	color: #ffffff;
}

.recentcomments{
	padding: 5px;	
	}

#subfooter {
	height:21px;
	background:#abbeca;
	text-align:right;
	padding-top:3px;
	padding-right:15px;
}
#subfooter a {
	color:#000;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}
#subfooter a:hover {
	text-decoration:underline;
}
#footer {
	background: url('images/bottom.png') top left no-repeat;
	height:45px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	color: #0E678A;
}
#copyright {
	float:left;
}
#copyright a {
	color:#0E678A;
	text-decoration:none;
}
#copyright a:hover {
	text-decoration:underline;
}
#links {
	float:right;
}
#links a {
	color:#0E678A;
	text-decoration:none;
}
#links a:hover {
	text-decoration:underline;
}
.bold {
	font-weight:bold;
}
#search {
	float:right;
	padding-top:27px;
	padding-right:20px;
}
#search #field {
	float:left;
	background:#fff;
	border:0;
	height:16px;
	width:230px;
	border: solid 2px #560001;
	padding-top:3px;
	text-indent:5px;
}
#search #button {
	float:left;
	background:#fff;
	border:0;
	height:24px;
	width:35px;
	border: solid 2px #560001;
	margin-left:5px;
}
#search h2 {
	font-size:12px;
	font-weight:normal;
	padding-bottom:4px;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.alignleft a, .alignright a {
	color:#0E678A;
}
.nocomments {
	text-align:center;
}

img.avatar {
	float:left;
	padding-right:5px;
}

#donate-form-div{
	width: 130px;
	overflow: hidden;
	margin: 10px auto;
}

a img{
	border: 0;	
}