/*  
Theme Name: AlbumExposure
Theme URI: http://ifelse.co.uk/simpla/
Description: A clean, minimalist theme
Version: 1.1
Author: Jared Moody
Author URI: http://ifelse.co.uk/
*/

/*************************************
 +Containers
 *************************************/
body{
	color:#555;
  font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#e8f5fd;
}

#header {
  min-width:960px;
  width:auto !important;
  width:960px;
  background-color:#c8e7fb;
  border-bottom:2px solid #8d8e92
}
#header #header_content {
  background:url(./images/header.gif);
  height:78px;
  width:960px;
  margin:auto;
  color:#225f84;
}

#nav {
  height: 48px;
  background: url(./images/nav_bg.gif);
  min-width: 960px;
  width: auto !important;
  width: 960px
}
#nav ul {
  width: 890px;
  margin: auto
}
#nav ul li {
  display: inline-block;
  line-height: 48px;
  font-size: 18px;
  color: white;
  padding: 0 10px;
  margin: 0 10px
}
#nav ul li a {
  display: inline-block;
  color: #1e5678;
  text-decoration: none;
  font-weight: normal
}
#nav ul li a:hover {
  color: #616263
}
#nav ul li.current {
  background-color: #235e7a;
}
#nav ul li.current a {
  color: #FFF;
}
#nav_bottom {
  text-align: center;
  margin-bottom: 10px
}
.content {
  width: 900px;
  margin: auto;
  padding: 30px;
  margin-bottom: 30px;
  background-color: white;
  color: #235e7a;
  -moz-box-shadow: #666666 0 0 15px;
  -webkit-box-shadow: #666666 0 0 15px;
  -o-box-shadow: #666666 0 0 15px;
  box-shadow: #666666 0 0 15px;
  text-align: left;
}


#content{
	font-size:1.3em;
	float:left;
	width:650px;
}
#sidebar{
	font-size:1.1em;
	float:right;
	width:200px
}

#root {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -115px
}

#root #root_footer {
  height: 115px
}
#footer {
  clear: both;
  position: relative;
  height: 115px
}

#footer {
  height: 115px;
  background: url(./images/footer_bg.jpg) center top;
  color: #e8f5fd;
  font-size: 13px;
  line-height: 26px
}
#footer a {
  color: #e8f5fd;
  font-weight: normal
}
#footer #footer_content {
  width: 960px;
  margin: auto
}
#footer #footer_content .leftcol {
  padding-top: 20px;
  border: 0
}
#footer #footer_content .rightcol {
  padding-top: 10px;
  display: inline;
  float: right;
  text-align: right;
  line-height: 50px
}
#footer #footer_content img {
  vertical-align: middle;
  text-align: right
}

/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}

.entrytitle h2{
	font-size:2.2em;
	padding-bottom: 0;
}
.entrytitle h2 a
{
	color:#005999;
}
.entrytitle h2 a:hover{
	color:#58BBEB;
}
.entrytitle h3{
	font-size:1.5em;
	color:#6F6F6F;
}

#sidebar h2{
	color:#6F6F6F;
	font-size:1.5em;
	margin: 0;
}

#sidebar ul {
  margin:0;
}
/*************************************
 +Entry
 *************************************/
.entry{
  border-bottom: 1px solid #c4ddeb;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  color: #333;
  font-size: 0.95em;
}

.entry em {
  color: #1e5678;
}

.entrybody a {
  color: #000;
  text-decoration: underline;
}

.entrymeta{
  clear:both;
	font-size:0.9em;
}
.postedby{
	background:#fff url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
	color: #000;
}

.clear {
  clear:both
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin: 1.5em 0;
	padding:0;
}
#sidebar ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
}

#sidebar ul li.widget {
  margin-bottom: 2em;
}

#sidebar ul#links li {
  line-height:16px;
}

#sidebar ul#links li img {
  vertical-align:middle;
  margin-right: 5px;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

.avatar {
  float:left;
  padding: 5px 10px 0 0;
}

/*************************************
 +Misc
 *************************************/
 a{
 	color:#579;
 	text-decoration:none;
 }
 a:hover{
 	color:#CC0000;
 }

 img {
   border: 0;
 }
 
 img.alignleft {
   float:left;
   margin: 0 10px 10px 0;
 }
 
 .aligncenter,
 div.aligncenter {
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
 }
 
 blockquote {
   font-size: .95em;
   background: url(./images/blockquote.gif) no-repeat;
   margin-left:0;
   padding-left:30px;
 }

span.uv_votes, a.uv_comments {
  color: #000;
}

.leftcol{width:50%;display:inline;float:left}
