/*
THEME NAME: SD 2 Reloaded
TAGS: Reloaded, SD, Brilliant
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/2c-r.css');

/* Just some example content */

a img,a:link img,a:visited img {border:none}

div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

div#primary {
margin-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
padding-left:5px;
}

#newsletter {
-moz-border-radius:5px;
 -webkit-border-radius:5px;
background:#444444 none repeat scroll 0 0;
padding:5px;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 5px;
}

div.sidebar ul ul li {
display:block;
font-size:10px;
line-height:14px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 15px;
}

div.sidebar ul ul li a{
text-decoration:none;
color:#7DB0D3;
}

div.sidebar ul ul li a:hover{
color:#3c99dc;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#footer {
text-align:left;
padding-top:25px;
clear:both;
}

div#footer p {
font-size:10px;
}


input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}



/*SD STYLES*/

body{
	background:url(images/bg/body.jpg) #283031 top center repeat-x;
	font-family:'Lucida Sans', 'Lucida Sans unicode', Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0 auto;
	font-size:12px;
	line-height:20px;
	}
	
p{
	font-family:'Lucida Sans', 'Lucida Sans unicode', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin-bottom:15px;
	line-height:20px;
	padding-right:60px;
}
	
a{
	color:#0c8ae3;
	font-weight:bold;
	}
	
a:visited{
	color:#0c8ae3;
	font-weight:bold;
	}
	
/*layout*/

#wrapper{
	width:930px;
	margin:0 auto;
	}
	
#header{
	margin-bottom:10px;
	margin-top:35px;
	}
	
/*masthead*/

.sd-logo {
	position:absolute;
	right:0;
	top:0;
}

.sd-logo a {
	background:transparent url(images/generic/sdlogo.gif) no-repeat 0 0;
	display:block;
	height:39px;
	width:166px;
}

.sd-logo a span{
	display:none;
	}
	
h1#logo{
	display:block;
	float:left;
	width:217px;
	height:53px;
	background:url(images/generic/blog-logo.png) center no-repeat;
	}

h1#logo a{
	display:block;
	width:217px;
	height:53px;
	}
	
h1#logo a span {
display:none;
}

/*columns*/

.one-col{
	width:170px;
	margin-right:20px;
	float:left;	
	}
	
.two-col{
	width:360px;
	margin-right:20px;
	float:left;		
	}
	
.three-col{
	width:550px;
	margin-right:20px;
	float:left;		
	}
	
.four-col{
	width:740px;
	margin-right:20px;	
	float:left;	
	}
	
	
.endbit{
	margin-right:0 !important;
	}




/*text styling*/	
h2.entry-title, h3.entry-title{
	font-size:24px;
	letter-spacing:-2px;
	color:#fff;
	padding-right:10px;
	display:block;
	}
	
h2.entry-title a, h3.entry-title a{
	color:#fff;
	text-decoration:none;
	}
	
h2.page-title{
	font-size:28px;
	letter-spacing:-2px;
	color:#0c8ae3;
	}
	
.post-date{
	float: left;
	display: inline;
	/*margin: 0 10px 0 0;*/
	background: url(images/bg/date.png) no-repeat;
	width:42px; height:46px;
	text-align:center;
}

.month{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#e4f0f9;
	display:block;
	margin:10px 0 0 0;
	line-height:0;
	}
	
.day{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#0b3756;
	margin:20px 0 0 0;
	line-height:0;
	}
	
.entry-content{float:left;}

.entry-content h1{margin-left:60px;}

.home-content{float:left;}

.home-content h1{margin:-35px 0 20px 60px;}
	
.entry-meta{
	width:700px;
	font-size:10px;
	line-height:20px;
	padding-left:5px;
	padding-top:15px;
	color:#c4cfd7;
	font-family:'Tahoma', Arial, Helvetica, sans-serif;
	margin-bottom:85px;
	background:url(images/bg/entry-top.gif) top repeat-x;
	}
	
.entry-meta a{
	font-weight:bold !important;
	color:#92a2ae !important;
	}
	
.author-vcard{
padding-left:15px;
	background:url(images/generic/icn-postedby.png) left no-repeat;
	}
	
.cat-links{
padding-left:15px;
	background:url(images/generic/icn-postedin.png) left no-repeat;
	}
	
.tag-links{
padding-left:15px;
	background:url(images/generic/icn-tag.png) left no-repeat;
	}
	
	
	
/*sidebar headings*/

#primary h3, #secondary h3{
 	display:block;
	margin:0;
	padding:0;
	width:158px;
	height:28px;
	}
	

.nav-previous a, .nav-next a{
	font-size:10px;
	}
	
/*placeholder*/

div#blogph{
	margin:0 auto;
	margin-top:100px;
	}
	


	