body {
	margin: 20px 0 20px 0;
	text-align: center;
	background: #A3BDCB;
}
a {
	text-decoration: underline;
	color: #3f658c;
}
a:active, a:hover {color: #996;}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#container {
	line-height: 140%;
	text-align: left;
	padding: 0;
	width:940px;
	background: url('http://plugins.movalog.com/images/gradient-blue-reverse.gif') repeat-x bottom #fff;
	position: relative;
	margin: 0 auto; /* center on everything else */
	border: 1px solid #485E69;
}

/* BANNER */

#banner {
	position:relative;
	background:#617144;
}

#banner h1 {
	display:block;
	text-indent:-999em;
	margin:0;padding:0;
}

#banner h1 a {
	display:block;
	text-indent: -9999px;
	width: 940px;
	height: 85px;
	background: url('http://www.movalog.com/images/header-large.jpg') no-repeat top left;
	overflow:hidden;
}
#banner h2 {display:none;}

/* TABS */

#navcontainer {background:#617144;}
ul#navlist {
	font: normal 11px Verdana, Arial, sans-serif;
	list-style-type: none;
	padding-bottom: 24px;
	border-bottom: 1px solid #7c9e40;
	margin: 0;
	padding-right:5px;
	margin-top:-3px;
	background:#617144;
}

ul#navlist li {
	float: left;
	height: 21px;
	margin: 2px 2px 0 2px;
	background: #effbdb;
	border-left: 1px #7c9e40 solid;
	border-right: 1px #7c9e40 solid;
	border-top: 1px #7c9e40 solid;
}

li#active a {
	border-bottom: 1px solid #fff;
	background-color: #fff;
	font-weight:bold;
}

li#active a { color: #000; }

#navlist a {
	float: left;
	display: block;
	color: #666;
	text-decoration: none;
	padding: 4px;
	font-weight:normal;
}
#navlist a:hover { background: #FFFEF1;}

/* DONATE BUTTON */

#donate {
	background:url('http://plugins.movalog.com/images/gradient-yellow.gif') bottom repeat-x #fcfbed;
	color:#333;
	text-align:center;
	border:1px solid #D9D48D;
	cursor:pointer;
	font-family: "Trebuchet MS", trebuchet, verdana, arial, sans-serif;
	font-size:0.8em;
	line-height:150%;
	text-align: left;
	padding: 5px 5px 5px 5px;
	font: x-small/150% verdana, arial, sans-serif;
	color: #333;
	width:150px;
	float:right;
	margin:10px;
	position:absolute;
	right:5px;
	z-index:10;
}

#donate:hover {
	background-image:none;
	background-color:#FBFAF6;
}

#donate a {
	color:#333;
	text-decoration:none;
	font-weight:bold;
}

/* SEARCH BOX */

#search-container{
	position: absolute;
	right: 15px;
	top: 80px;
}

#search-button { display: none; }

.search-off {
	border:1px solid #B2BF9B;
	background: #617144;
	color: #B2BF9B;
	font-weight: bold;
	padding: 0 5px;
	width: 300px;
}
	
.search-on {
	border: solid 1px #D5DFC3;
	background: #fff;
	color: #333;
	font-weight: bold;
	padding: 0 5px;
	width: 300px;
}

/* COLUMNS */

#center {
	float: right;
	width: 750px;
	overflow: hidden;
    background:#FFF;
}

#right {
	float: left;
	width: 190px;
        background:#FFF;
}

/* CONTENT STYLES */

.content {
	padding: 15px 15px 5px 5px;
	color: #333;
	font: normal small/150% "Trebuchet MS", trebuchet, verdana, arial, sans-serif;
	font-size: small;
}
	
.content a {font-weight:normal;}

.content p {
	color: #333;
	text-align: left;
	margin-bottom: 10px;
	font: normal small/150% "Trebuchet MS", trebuchet, verdana, arial, sans-serif;
}
.content blockquote, .message {
	color: #666;
	margin-bottom: 10px;
	background: #effbdb;
	border: 1px #7c9e40 solid;
	padding: 10px;
	font: normal small/150% "Trebuchet MS", trebuchet, verdana, arial, sans-serif;
}

.content li {
	line-height: 150%;
	font: normal small/150% "Trebuchet MS", trebuchet, verdana, arial, sans-serif;
}
.content h2, .content h2 a, .content h2 a:link, .content h2 a:visited, .content h2 a:active, .content h2 a:hover  {
	color: #314048;
	font-family:"Trebuchet MS", trebuchet, verdana, arial, sans-serif;
	font-size: large;
	margin-bottom: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
}
.content h3 {
	color: #485E69;
	font-family: "Trebuchet MS", trebuchet, verdana, arial, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
}

.content h3 a {
	font-weight: bold;
	text-decoration: none;
}

.content p.posted {
	color: #666;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding: 3px;
	margin-bottom: 20px;
	font: x-small/normal "Trebuchet MS", trebuchet, verdana, arial, sans-serif;
}
.content p.posted-top {
	color: #666;
    margin-top:-10px;
	border-top: 1px solid #eee;
	text-align: left;
	padding: 3px;
	font: x-small/normal "Trebuchet MS", trebuchet, verdana, arial, sans-serif;
}
p.copyright { color: #666; }

.link-note {
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
}

p.iea-nav {
	margin:0;
	font-size:0.9em;
	margin-bottom:3px;
}

.linecomment { color: #FF8000; }
.blockcomment { color: #FF8000; }
.prepro { color: #0000BB; }
.select {}
.quote { color: #DD0000; }
.category1 { color: #007700; }
.category2 { color: #0000BB; }
.category3 { color: #0000BB; }
pre {
	border: 1px solid #888;
	background: #FFF;
	padding: 5px;
	overflow: auto;
	max-height: 450px;
	margin: 0px auto;
	font-size:small;
	margin-bottom:11px;
}
code {font-size: small;}

.floatright {
	float: right;
	background: url(http://www.movalog.com/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 5px;
}
.floatleft {
	float: left;
	background: url(http://www.movalog.com/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 5px;
}
.floatright img, .floatleft img {
	display: block;
	position: relative;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
	background: #fff;
}

/* COMMENT LISTING */

.comment {
	border : 1px solid #dae2ff;
	background : url('http://plugins.movalog.com/images/gradient.gif') repeat-x #F8FAFC;
	padding: 1em;
	margin: 1em 0;
	font-size:.9em;
}

.comment p {
	font-size:1em;
	margin:0px;
	margin-bottom:7px;
}

.comment blockquote {
	background:transparent;
	border:0px;
	font-size:1em;
	margin:0;
}

.arvind_satyanarayan {
	border : 1px solid #EADDC1;
	background : url('http://plugins.movalog.com/images/orange-gradient.gif') repeat-x #FBFBFB;
}

.posted-byline, .posted-byline a {font-weight:bold;}

.posted-date {font-size:x-small;}


#comments-open { position:relative; }

#comment-indicator { position:absolute; background:#FFF; border:1px solid #333; z-index:5; padding:5px; left:348px; top:150px; }

#comment-data {
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: left;
	border-right: 1px dotted #bbb;
}

#comment-author, #comment-email, #comment-url, #comments-open textarea, #commchallenge_answer {
	border:1px solid #aaa;
	width:350px;
	padding:2px;
}

#comment-post { width:350px; }

#comment-livepreview .comment { width:300px; float:left; }

.comments-open-footer { clear:both; }

#comments-listing .comment-livepreview-header { display:none; }

p.comment-livepreview-header {
	color: #485E69;
	font: 1.2em "Trebuchet MS", trebuchet, verdana, arial, sans-serif;
	font-weight:bold;
	margin:10px 5px -15px 0px;
}

#comments-open .error {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	color: #666;
	line-height: 13px;
	font-weight: bold;
	margin: 0 0 10px 0;
	border: 1px #D44 solid;
	background: #FEE;
	padding: 10px;
	clear:both;
}

.quicktags input {
	background: #FFF;
	border: 1px solid #ccc;
	color: #000;
	font: "Trebuchet MS", trebuchet, verdana, arial, sans-serif;
	margin: 1px;
	padding: 3px;
}
.quicktags input:hover {background:#eee;}

.commenter-profile img {border:0}

/* SIDEBAR */

.sidebar {padding: 15px;}

.sidebar h2 {
	color: #485E69;
	font: 1.2em "Trebuchet MS", trebuchet, verdana, arial, sans-serif;
	font-weight:bold;
	text-align:right;
	margin-top:10px;
	margin-right:5px;
}

.sidebar img {border: 0 solid #fff;}

.inner {
	margin-top:-4px;
	text-align: left;
	padding: 5px 5px 5px 5px;
	margin-bottom: 15px;
	font: x-small/150% verdana, arial, sans-serif;
	color: #333;
	border : 1px solid #dae2ff;
	background : url('http://plugins.movalog.com/images/gradient.gif') repeat-x #F8FAFC;
}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
}

.sidebar ul ul { margin-bottom: 0px;}

.sidebar #categories ul {padding-left: 15px;}

.adstrip {line-height:normal;margin-top:-4px; font-size: 14pt; width: 160px; border-top:1px solid #999; border-bottom:1px solid #999; background: #FFF;padding-top:5px;padding-bottom:5px; margin-bottom:5px;} div#adstrip table tr td a { color: #3f658c; font-color: #3f658c; } .adstrip_link { margin-right: 0pt; font-size: 8pt; text-decoration: underline; color: #3f658c; margin-left: 0pt; margin-bottom: 0pt; margin-top: 0pt; font-color: #3f658c; font-family: Arial;  text-align: center; } .adstrip_title {display:none;} a.adstrip_link:link { color: #3f658c; font-size: 8pt; text-decoration: underline; font-color: #3f658c; } a.adstrip_link:visited { color: #3f658c; font-size: 8pt; text-decoration: underline; } a.adstrip_link:active { color: #FF0000; text-decoration: none; } a.adstrip_link:hover { color: #FF0000; text-decoration: none; } .blogad {  width: 100%; border:1px solid #ccc; background: #ffffff; text-align: center; } .blogad_headline { font-size: 10pt; font-weight: bold; color: #333; margin-right: 0pt; margin-bottom: 0pt; border-spacing: 0px; margin-top: 8px; margin-left: 0pt; font-family: Arial; text-align: center; } .blogad_thumbnail { border-spacing: 0px; border: none; text-align: center; } .blogad_text { font-size: 8pt; color: #333; margin-right: 0pt; margin-bottom: 0pt; border-spacing: 0px; margin-top: 0pt; margin-left: 0pt; font-family: Arial; } .blogad_link { font-size: 12pt; text-decoration: underline; color: #3f658c; margin-right: 0pt; visibility: visible; margin-bottom: 0pt; margin-top: 0pt; margin-left: 0pt; font-family: "Trebuchet MS", trebuchet, verdana, arial, sans-serif; } a.blogad_link:link { color: #3f658c; font-size: 8pt; text-decoration: underline; font-color: #3f658c; } a.blogad_link:visited { color: #3f658c; font-size: 8pt; font-color: #3f658c; text-decoration: underline; } a.blogad_link:active { color: #FF0000; text-decoration: underline; } a.blogad_link:hover { color: #FF0000; text-decoration: underline; } 

#searchform {background:url('http://www.movalog.com/images/magnifier.png') no-repeat bottom right;}
#updated {background:url('http://www.movalog.com/images/clock.png') no-repeat bottom right;}
#comments {background:url('http://www.movalog.com/images/comments.png') no-repeat bottom right;}
#resources {background:url('http://www.movalog.com/images/wrench.png') no-repeat bottom right;}
#donate-inner {background:url('http://plugins.movalog.com/images/money.png') no-repeat bottom right;}
#planetmt ul {list-style:none;}
#planetmt li {
	font-size:1em;
	margin-bottom:10px;
}
#creditfooter {margin-top:-20px;}
#search, #notify-email {width:140px;}

.sidebar .plugin-inner {
	height:140px;
	cursor:pointer;
    overflow:hidden;
}

.sidebar .plugin-inner h2 { text-align:center; }

.sidebar .plugin-inner h2 a {
	padding-top : 0px;
	text-align:center;
	font-family : Tahoma, Trebuchet MS, Verdana, Arial, Helvetica, sans serif;
	margin-top : 0px;
	color:#7F5900;
    text-decoration:underline;
    text-align:center;
}

.sidebar .arrowhead {
	line-height:2%;
	padding-left:3px; 
	font-size:2em;
}

/* MISC */

#powered {
	color: #333;
	padding-left: 30px;
	font: x-small "Trebuchet MS", trebuchet, verdana, arial, sans-serif;
}