/*  
Theme Name: Silver Light
Theme URI: http://www.blogohblog.com/
Description: Silver Light is a 2 columns Wordpress theme. A part of my previous theme (simple la bob). I love to hear of my work being used :). This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</a>. This means you may use it for any purpose,
and make any changes you like. Just leave my Bob link under your footer :)
Version: 0.1
Author: Bob 
Author URI: http://www.blogohblog.com/
This theme was designed and built by Bob of <a href="http://www.blogohblog.com/">Blog Oh Blog</a> based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
*/
* {
	margin:0px;
	padding:0;
}

img {
	border: 0;
}

/* Class for clearing floats*/
.clear {
	clear:both;
}

body {
	background-color:#016701;
	color:#016701;
	text-align:left;
	font: normal 75% "Trebuchet MS",Tahoma,Arial;
}

h2,
h3 {
	font-size: 140%;
	font-weight: bold;
	color: #016701;
	margin: 0px;
	padding: 0px;
	line-height:22px;
}

.pagetitle {
	font-size:150%;
	margin:5px 0px 0 10px;
	color:#016701;
	font-weight:700;
}

p {
	margin: 8px 0 3px 0;
	line-height:18px;
}

a,

a:link {
	color: #AB925A;
	text-decoration:none;
	font-weight: normal;
}

a:visited {
	color: #AB925A;
}

a:hover {
	color: #016701;
}

a:visited:hover {
	color: #016701;
}

h2 a,
h2 a:link {
	color: #016701;
	text-decoration:none;
	font-weight: normal;
}

h2 a:visited {
	color: #016701;
}

h2 a:hover {
	color: #AB925A;
}

h2 a:visited:hover {
	color: #AB925A;
}

#outer {
	width:900px;
	background-color:#fff;
	margin:0 auto;
}

#header {
	width:900px;
	height:153px;
	margin:0 auto;
	background: url(images/heading-bg.jpg) no-repeat;
}

#header .blogtitle {
	font-size:200%;
	font-weight:bold;
}

#header .blogtitle a,
a:link a:visited {
	color:#E3EBDC;
}

#header .blogtitle a:hover,
a:visited:hover {
	color:#AB925A;
}

#top {
	display:none;
}

#topnew {
	margin:0 auto;
	height:74px;
	width:900px;
}

#ddnav {
	background:url(images/taskbar-bg.gif);
	height:38px;
	margin:0 auto;
	padding:0 5px 0 20px;
	width:875px;
}

#nav {
	display:none;
	height:25px;
	width:900px;
	font-weight:700;
	margin:0 auto;
	padding:10px 0 0;
}

ul.nav {
	display:none;
	height:25px;
	line-height:25px;
	float:left;
	list-style:none;
	font-size:11px;
	text-transform:inherit;
}

ul.nav li {
	float:left !important;
	list-style-type:none;
}

ul.nav li a,
ul.nav li a:link,
ul.nav li a:visited {
	background:url(images/taskbar-bg.gif);
	color:#016701;
	float:left;
	display:block;
	text-decoration:none;
	padding:0 15px;
}

ul.nav li a:hover,
ul.nav li a:active {
	background:url(images/taskbar-bg.gif);
	color:#AB925A;
	text-decoration:none;
}

ul.nav li.current_page_item a {
	text-decoration:none;
	background:url(images/taskbar-bg.gif);
	color:#AB925A;
}

ul.nav li ul {
	float:left;
}

#main {
	width:900px;
	margin:0 auto;
	background-color:#E0E0C2;
}

#content {
	float:left;
	background-color: #E3EBDC;
	width:630px;
}

.entry {
	float:left;
	border:1px dotted #E3EBDC;
	background:#E3EBDC;
	padding:10px;
	clear:both;
}

#sidebar {
	float:right;
	width:270px;
	background:#E0E0C2;
}

.rsidebar {
	padding:10px;
}

.rsidebar h2 {
	font-size:13px;
	border-bottom:#333 1px dotted;
	margin:0 0 5px 0;
}

.rsidebar ul {
	list-style-type:none;
}

.rsidebar ul li {
	list-style-type:none;
	margin:0 0 10px 0;
}

.rsidebar ul li ul {
	list-style-type:square;
	padding:0 3px;
}

.rsidebar ul li ul li {
	list-style-type:none;
	background:transparent url(images/li.gif) no-repeat;
	border:0;
	padding:0 0 5px 20px;
}

#searchform {
	padding-top:10px;
}

.navigation {
	width:600px;
	float:left;
	color:#666;
}


span.cmt {
	background:transparent url(images/comment.gif) no-repeat;
	border:0;
	padding:0 0 5px 20px;
}

span.cty {
	background:transparent url(images/category.gif) no-repeat;
	border:0;
	padding:0 0 5px 20px;
}

span.next {
	background:transparent url(images/next.gif) no-repeat;
	border:0;
	padding:0 0 5px 20px;
}

span.prev {
	background:transparent url(images/prev.gif) no-repeat;
	border:0;
	padding:0 0 5px 20px;
}

.postmetadata {
	border-top:1px #016701 solid;
	font-size:10px;
	padding:5px;
}

.boxcomments {
	border-top:1px dotted #016701;
	border-bottom:1px dotted #016701;
	margin-bottom:20px;
}

#commentform {
	border-top:1px solid #eee;
	padding:15px 15px 1px;
}

#commentform label {
	display:block;
}

#commentform input {
	width:170px;
	margin:0 5px 10px 0;
	padding:1px;
}

#commentform textarea {
	width:400px;
	margin:0 0 10px;
}

#commentform #submit {
	margin:0 0 20px;
}

#commentform p {
	margin:5px 0;
	font-size:12px;
}

ol.commentlist {
	margin:0 0 1px;
}

/*ol.commentlist :hover {
background:#eee;
}
*/
ol.commentlist li {
	border-top:1px solid #eee;
	display:block;
	list-style:none;
	padding:15px 15px 1px;
	border-bottom: 1px dotted #016701;
}

ol.commentlist li :hover {
	background:none;
}

ol.commentlist li.commenthead {
	display:block;
	list-style:none;
	padding:5px 15px;
}

ol.tblist {
	border-top:1px solid #fff;
	list-style:none;
	margin:0 0 1px;
	padding:15px;
}

ol.tblist li {
	display:block;
	list-style:none;
	background:transparent url(images/c.gif) 0 2px no-repeat;
	padding-left:15px;
	margin:0 0 5px;
}

#footer {
	line-height: 38px;
	background: url(images/footer-bg.jpg);
	text-align: center;
	clear: both;
	color: #FFFFFF;
}

#footer a,
#footer a:link {
	color: #FFFFFF;
	font-weight: normal;
}

#footer a:visited {
	color: #CCCC99;
}

#footer a:hover {
	color: #AB925A;
}

#footer a:visited:hover {
	color: #AB925A;
}

#footerbox {
	background: url(images/footer-bg.jpg);
	height:30px;
	line-height:30px !important;
	margin:0 auto;
	padding:0 10px 0 10px;
	color:#fff;
	width:880px;
}

.footer {
width:900px;
	color:#fff;
	height:30px;
	line-height:30px !important;
	margin:0 auto;
	font-size:87%;
}

.footer a:hover {
	text-decoration:underline;
	color:#fff;
	border:none;
}

.footer a:link,.footer a:active,.footer a:visited {
	text-decoration:underline;
	color:#E3EBDC;
	border:none;
}

.h1area {
	float: right;
	text-align: right;
	width: 571px;
	margin-right: 10px;
	margin-top: 5px;
}

.h1area a,
.h1area a:link {
	color: #E0E0C2;
	text-decoration: underline;
}

.h1area a:visited,
.h1area a:hover,
.h1area a:visited:hover {
	color: #E0E0C2;
}

.h1area h1 {
	background-image:url(images/h1.gif);
	background-repeat:no-repeat;
	height:46px;
	width:571px;
	text-indent:-9999px;
	font-size:0px;
}

.h1area h1 span {
	display:none;
}

.orangetext {
	color: #FF9900;
}

/*
 * Image Alignments
 */

.wp-caption {
	background-color:#E0E0C2;
	padding:10px;
	margin-bottom:10px;
}
.wp-caption.wp-large {
	padding:0;
}
.alignright {
	float:right;
}
.aligncenter {
	clear:both;
	margin:0 auto;
	margin-bottom:10px;
}
.alignnone {
	clear:both;
}

.alignleft {
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}

