/**
 * Theme Name:Silverblog
 * Theme URI: http://silversoft.com
 * Description: Custom wordpress theme for silversoft.com. 
 * Author: Jinsona Designs
 * Author URI: http://web2feel.com
 *
 * Copyright (c) 2009 - 2010 silversoft.com.  All rights reserved.
 *
 */
 
 
/*  WP defaults */

html,body,div,span,object,h1,h2,h3,h4,h5,h6,p
,pre,a,abbr,acronym,address,big,cite
,code,del,dfn,em,img,ins,kbd,q,samp,small
,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,
form,label,legend,table,caption,tbody,tfoot,
thead,tr,th,td{
margin:0;
padding:0;

}

body {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	background:#0f0f0f;
	font-family: Arial,Tahoma,Century gothic,sans-serif;
	font-size:13px;
	}
		
a:link, a:visited {

	text-decoration: none;
		color:#0096BF;
	}
	
a:hover {
	color:#1B516F;

	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}		

/* ######## */

h1,h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding-bottom:5px;
	}

h1 {
	font-size: 26px;
	}	
	
h2 {
	font-size: 21px;
	}
h3 {
	font-size: 19px;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 15px;
	}
h6 {
	font-size: 13px;
	}


ul {
	list-style: none;
	}

blockquote {
	font-style: italic;
	background:#F3F3F3;
	padding:10px;
	}
	


pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

.clear {
	clear:both;
	}
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 5px 5px;
	margin: 0px 0px 10px 0px;
	display: inline;
	background:#fff;
	border: 1px solid #c1c1c1;
	}

img.alignright {
	padding: 5px 5px;
	margin: 0px 0px 0px 0px;
	display: inline;
	background:#fff;
	border: 1px solid #c1c1c1;

	}

img.alignleft {
	padding: 5px 5px;
	margin: 0px 0px 0px 0px;
	display: inline;
	background:#fff;
	border: 1px solid #c1c1c1;

	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {

	text-align: center;
	background:#fff;
	border: 1px solid #c1c1c1;
	padding: 4px 0px 5px 0px;
	color:#555;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
.postimage{
	padding: 5px 5px;
	margin: 5px 10px 5px 0px;
	display: inline;
	float:left;
	background:#fff;
	border: 1px solid #c1c1c1;
}

/* outer  */

#wrapper{
	width:980px;
	margin:0px auto;
	background:#fff;
}

/* topmenu */

#topbar{
	color: #878787;
	height: 16px;
	padding:10px 35px 6px 30px;
	background:#0F0F0F;
}

#dates{
	width:150px;
	float:left;
}

ul.topmenu{
	float:right;
	list-style:none;
	
}
ul.topmenu li{
	float:left;
	list-style:none;
	margin:0px 0px 0px 17px;
}

ul.topmenu li a:link, ul.topmenu li a:visited{
	color: #878787;
	text-decoration:underline;
	}
	
ul.topmenu li a:hover{
	text-decoration:none;
}	

/* Header */

#top{
	height:123px;
}

/* Menu */

#menu{
	height:46px;
	background:url(images/menu.jpg) no-repeat;

}

#menu ul{
	float:left;
	list-style:none;
	padding:13px 60px 0px 67px;
	font-size:14px;
	
}
#menu ul li{
	float:left;
	list-style:none;
	padding:4px 24px 5px 0px;
	margin-right:18px;
/*	font-weight:bold; */
/*	background:url(images/menu_line.gif) no-repeat  right 6px transparent; */
}

#menu ul li a:link, #menu ul li a:visited{
	color:#B1B1B1;

	}
	
#menu ul li a:hover{
	color:#fff;
}	

/* CONTENT AREA */

#contentbox{
	background:#fff url(images/content.png) repeat-x;
	padding:20px 35px;
}

#content{
	width:540px;
	margin:0px 0px 0px 30px;
	padding:10px 0px 0px 0px;
	float:left;
	height:100%;
	background:url(images/line1.gif) repeat-y  right;	
}

.post{
	width:520px;
	margin:0px 0px 20px 0px;
}

.title{
	padding:0px 0px;
}

.title h2 {
	font-size:16px;
	padding:5px 0px;
	border-bottom:1px solid #ccc;
}

.title h2 a:link, .title h2 a:visited{
	color:#000;
}

.title-meta{
	font-size:10px;
	padding:5px 0px;

}

.postcover{

	overflow:hidden;
}

.postcover p{
	padding-bottom:15px;
		line-height:20px;
}

.postcover ul{
  margin: .4em 0 1em;
  line-height: 150%;
  list-style:square;
}
.postcover ol{
  margin: .4em 0 1em;
  line-height: 150%;
}

.postcover ul li, .postcover ol li{
  list-style-position:outside;
  margin-left: 1.6em;
}

/* sidebar */

#rightbox{
	width:300px;
	float:right;
	margin-right:20px;
	padding-top:15px;
}

.sidebox{
	width:300px;
	padding:10px 0px 20px 0px;
}

 h3.sidehead{

 	padding:5px 0px;
	color:#1E5B7E;
	font-size:16px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}

.sidebar ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 5px 5px 0px;
	margin: 0px 0px 0px 0px;
	
	}

.sidebar ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}

.sidebar ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}
	
.sidebar ul li {
	height:100%;
	overflow:hidden;

	}
.sidebar ul li a {
	display:block;
	text-decoration:none;

	
	}
.sidebar ul li a:link, .sidebar ul li a:visited {
	color:#000;
	text-decoration: none;
	display:block;
	padding: 5px 0px 5px 0px;
	}

.sidebar ul li a:hover {

	color: #333;
	}

ul#recentcomments{
	padding:5px 0px;
	}
li.recentcomments{
	padding:5px 0px;


	}	
	
.sidebar div{
	line-height:20px;
}
		
#wp-calendar{
	width: 100%;
	padding: 10px;
	background:#fff;
}

#wp-calendar caption{
	padding: 0px 5px ;
	font-size:14px;
	color:#555;

}

#wp-calendar th, #wp-calendar td{
	padding: 5px;
	text-align:center;
	color:#444;
}

#wp-calendar td a{
	background:#fff;
	color:#000;
	padding:2px;
}
#wp-calendar td{
	background:transparent;
}
#wp-calendar td, table#wp-calendar th{
	padding: 2px 0;
}


#searchform{
	padding:10px 10px;
	background:#DDDDDD;
	border:1px solid #fff;
}

input#s{
	width:200px;
	background:#fff;
	border:1px solid #aaa;
}

input#searchsubmit{
	background:#497AB5;
	border:1px solid #1B516F;
	color:#fff;
}

h3.pagetitle{
	width:520px;
	margin:0px 0px 20px 0px;
	font-size:14px;
	color:#497AB5;
	

}

.navigation{
	width:520px;
}
/* FOOTER */

#footerbar{
	background:#262626 url(images/footerbg.jpg) no-repeat;
	background-position: 161px 0pt;
	padding:30px 55px 20px 55px ;
}


.footbox1{
	width:550px;
	background:url(images/line1.gif) repeat-y  right;
	height:220px;
	float:left;
}	
.footbox1 h4{
	color: #fff;
	font-size: 16pt;
	line-height: 1em;
	font-weight: normal;

}	

.footbox1 p{
	color:#8d8d8d;
	font-size: 14px;
	width:500px;
	line-height:19px;
	padding-top:20px;

}

ul.footlist{
	width:242px;
	float:left;
	margin-top:25px;
	font-size: 14px;
}	

ul.footlist li{
	background-color: transparent;
	background-image: url(images/tic.gif);
	background-repeat: no-repeat;
	background-position: 0pt 6px;
	padding-left: 13px;
	line-height: 1.5em;
}

.footbox2{
	width:300px;
	float:right;
	padding-left:10px;
}	
.footbox2 h4{
	color: #fff;
	font-size: 16pt;
	line-height: 1em;
	font-weight: normal;
	padding-left:15px;
}
img.picfloat{
	float:left;
	margin:0px 0px 0px 15px 
}
.frbox{
	width:300px;
	font-size:14px;
	color:#BEBEBE;
	line-height: 20px;
}
.frbox p{
	padding-left:80px;
}

.frbox1{
	border-bottom:1px dotted #555;
		padding:20px 0px 20px 0px;
}
.frbox2{

		padding:20px 0px 0px 0px;
}


#footer{
	background:url(images/footer_bg.jpg) no-repeat;
	height:40px;
	line-height:40px;
	padding-left:30px;
	color:#5a5a5a;
}

#footer a:link, #footer a:visited{
	color:#8d8d8d;
}
/* COMMENTS */

#commentsbox {
	width:520px;
	margin:0px 0px 20px 0px;
}

h3#comments{
	font-size:16px;
	font-family:Arial,Tahoma,Century gothic, sans-serif;
	color:#eee;
	font-weight:normal;
	padding:10px 10px ;
	margin-top:10px;
	background:#333;
	border:1px solid #111;
}


ol.commentlist {
	margin:0px 0 0;
	clear:both;
	overflow:hidden;
	list-style:none;

}
ol.commentlist li {
	margin:10px 0;
	line-height:18px;
	padding:10px;
	background:#f4f4f4;
	border:1px solid #ddd;


}
ol.commentlist li .comment-author {
	color:#1E5B7E;
}
ol.commentlist li .comment-author a:link,ol.commentlist li .comment-author a:visited{

	color:#1E5B7E;
	font-weight:bold;
	text-decoration:none !important;
}

ol.commentlist li .comment-author .fn {
	color:#1E5B7E;
}
cite.fn{
	color:#1E5B7E;
	font-style:normal;
}
ol.commentlist li .comment-author .avatar{
	float:right;
	border:1px solid #dddddd;
	background:#fff;
	padding:3px;
}
ol.commentlist li .comment-meta{
	font-size:10px;

}
ol.commentlist li .comment-meta .commentmetadata{

	color:#555;
}

ol.commentlist li .comment-meta a {
	color:#111;
	text-decoration:none !important;
}
ol.commentlist li p {
	line-height:22px;
	margin-top:5px;
	color:#333;
	font-size:12px;
}
ol.commentlist li .reply{
	margin-top:10px;
	font-size:10px;
}
ol.commentlist li .reply a{
	background:#1E5B7E;
	color:#fff;
	text-decoration:none;
	padding:3px 10px;
}

ol.commentlist li.odd {


}
ol.commentlist li.even {


}

ol.commentlist li ul.children {
	list-style:none;
	margin:1em 0 0;
	text-indent:0;

}

ol.commentlist li ul.children li.depth-2 {

	margin:0 0 0px 50px;

}

ol.commentlist li ul.children li.depth-3 {

	margin:0 0 0px 50px;

}

ol.commentlist li ul.children li.depth-4 {

	margin:0 0 0px 50px;

}
ol.commentlist li ul.children li.depth-5 {

	margin:0 0 0px 50px;

}
.comment-nav{

	padding:5px ;
	height:20px;

}

.comment-nav a:link,.comment-nav a:visited{

	color:#0171D4;
}

#respond{
	background:#eee;
	border:1px solid #ddd;
	padding:20px ;
	margin:20px 0px;

}
 #respond h3 {
	font-size:18px;
	font-family:Arial,Century gothic, Tahoma,sans-serif;
	color:#444;

}

#commentform p{
	margin:5px 0px ;
	color:#777;
}
 #respond label{
	display:block;
	padding:5px 0;
	font-weight:bold;
	color:#555;
	text-shadow: 1px 1px 1px #fff;
}
 #respond  label small {
	font-size:10px;

}
 #respond input {
	margin-bottom:10px;
	padding:5px 0px;
	margin:0 10px 10px 0;
	background:#fff;
	border:1px solid #ccc;
	color:#555;
}
#commentform  input{
	width:99%;

}

#respond  input#commentSubmit {
	width:100px;
	padding:3px 5px;
	background:#1E5B7E;
	border:1px solid #1B516F;
	text-shadow: -1px -1px 1px #1B516F;
	color:#fff;
	margin:10px 0px;
	font-weight:bold;
	cursor:pointer;
}
textarea#comment{
	border:none;
	background:#fff;
	width:99%;
	border:1px solid #ccc;
	margin:10px 0px 0px 0px;
	padding:5px 0px;
	color:#555;
}


