/*  
Theme Name: StudioPress
Theme URI: http://www.dailyblogtips.com/studiopress-wordpress-theme-released/
Description: A clean, Adsense-ready WP theme.
Author: Daily Blog Tips
Author URI: http://www.dailyblogtips.com/
Version: 1.2
Tags:blue color, right sidebar, two columns, fixed width
*/

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }

a {
  color: #215679;
  }

a:hover {
  color: #4C82A6;
  }

blockquote {
  margin: 5px 15px;
  padding: 5px 5px;
  background: #8CB5D8;
  border: 1px solid #3A7CAC;
  }

code {
  color: #3366CC;
  }

a img {
  border: none;
  }

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}




/* Reset Defaults Ends */

body {
	background: #ececec url(images/bg.png) top center repeat-y;
	position: relative;
	font-family: Trebuchet MS, sans-serif;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 60px 0 100px;
}

.topcurve {
  margin-top: 15px;
  height: 13px;
  background: url(images/bgtop.gif) left top no-repeat;
}

.topcurvewhite {
  margin-top: 15px;
  height: 13px;
  background: url(images/bgtopwhite.gif) left top no-repeat;
  }

.bottomcurve {
  margin: 0;
  height: 13px;
  background: url(images/bgbottom.gif) left bottom no-repeat;
  }

.bottomcurvewhite {
  margin: 0;
  height: 13px;
  background: url(images/bgbottomwhite.gif) left bottom no-repeat;
  }
  
/*=== HEADER ===*/
#header {
	background: url(images/header-nav-bg.png) repeat-x top left;
	height: 78px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}
#logobar {
	height: 43px;
	margin: 0 auto;
	width: 940px;
}
#logobar img {
	margin-top: 5px;
}
#logobar #search {
	float: right;
	margin: 7px 0 0;
}
#navigation {
	height: 35px;
	margin: 0 auto;
	width: 940px;
}
ul#menu-main-menu {
	float: left;
	margin: 6px 0 0 5px;
}
ul#menu-main-menu li {
	border-right: solid 1px #52859A;
	float: left;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 15px;
	list-style-type: none;
	padding: 0 15px;
}
#menu-main-menu li#menu-item-1014 {
	padding-left: 0;
}
ul#menu-main-menu li a {
	border-bottom: none;
	color: #fff;
	text-decoration: none;
}
ul#menu-main-menu li a:hover {
	border-bottom: solid 3px #fcaf11;
}
ul#categories,
ul#categories li,
ul#categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#categories {
	float: left;
	margin-top: 5px;
	padding-left: 15px; 
	position: relative;
}
ul#categories li {
	color: #fff;
	float: left;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 15px;
	height: 20px;
	line-height: 1.3em;
	text-decoration: none;
	vertical-align: middle;
	width: 150px
}
ul#categories li:hover {
	text-decoration: none;
}
ul#categories li.hover,
ul#categories li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul#categories ul {
	background: #F1F1F1;
	border: 1px solid #333;
	left: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	width: 150px;
	z-index: 598;
}

ul#categories ul li {
	border-bottom: 1px solid #CCC;
	float: left;
	font-size: 14px;
	padding: 5px 20px 5px 10px;
	width: 120px;
}
ul#categories ul li:hover {
	background: #F9F9F9;
	margin: 0;
}
ul#categories ul li a {
	color: #222;
	text-decoration: none;
}
ul#categories ul li a:hover {
	color: #4C82A6;
	text-decoration: underline;
}
ul#categories ul ul {
 top: 1px;
 left: 99%;
}

ul#categories li:hover > ul {
 visibility: visible;
}
#header .topright {
  float: right;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: right;
  color: #fff;
  }

#searchform {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  }

#searchform {
  margin-left: 5px;
  width: 213px;
  padding-top: 4px;
  height: 28px;
  background: #ccc;
  background: url(images/search.gif) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 6px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 6px 0;
  }

#searchbox {
  margin-left: 5px;
  margin-bottom: 3px;
  width: 150px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 50px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#underheader {
  clear: both;
  margin-top: 10px;
  padding: 0 0 15px 0;
  }


#underheader h1.sitename {
  padding: 0 0 0 0;
  position: relative;
  font-size: 23pt;
  width: 600px;
  }

#underheader h1.sitename a {
  color: #fff;
  text-decoration: none;
  }

#underheader h1.sitename a:hover {
  color: #4C82A6;
  text-decoration: none;
  }

#underheader h2.sitedesc {
  padding: 0 0 0 0;
  position: relative;
  font-size: 12pt;
  color: #4C82A6;
  }


#underheader #toprss{
  float: right;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  text-align: right;
  }

/* Menu */

#nav {
  clear: both;
  margin: 10px 0 -15px 0;
  }

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav li {
  float: left;
  margin-right: 10px;
  }

* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
  }

#nav li a {
  display: block;
  height: 26px;
  background: url(images/bgtableft.gif) left top no-repeat;
  text-transform: lowercase;
  font-size: 10pt;
  text-decoration: none;
  }

#nav li a span {
  display: block;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 12px;
  line-height: 26px;
  font-weight: bold;
  color: #FFF;
  background: url(images/bgtabright.gif) right top no-repeat;
  text-decoration: none;
  }

#nav li a:hover {
  background-position: left -26px;
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  }

#nav li a:hover span {
  background-position: right -26px;
  color: #000;
  }

#nav li.current_page a {
  background-position: left -26px;
  }

#nav li.current_page a span {
  background-position: right -26px;
  color: #000;
  }

/* Main content */

#main {
	clear: both;
	width: 925px; /* Overrides miscalculation in IE6; ignored by other browsers. */
	margin: 0;
	padding: 20px 15px 15px 10px;
	background: #fff;
}

#contentwrapper {
  float: left;
  width: 650px;
  }

#content {
  }

#content .pageTitle {
  padding: 5px 10px 0 10px;
  font-size: 14pt;
  color: #215679;
  }

.contentsearch {
  margin: 0 0 40px 100px;
  }

.contentsponsors {
  margin: 0 0 30px 190px;
  }

  
/*=== HOME PAGE ===*/
.post {
	/*background-color: #F1F1F1;*/
	border: solid 1px #ccc;
	margin: 10px 0px 15px;
	padding: 5px;
	position: relative;
	overflow: hidden;
}
.post .post-left {
	display: table;
	float: left;
	height: 180px;
	overflow: hidden;
	position: relative;
	width: 225px;
}
.post .post-left a img {
	margin: 5px 0 5px 5px;
}
.post .post-image {
	display: table;
	float: right;
	height: 160px;
	overflow: hidden;
	position: relative;
	width: 225px;
}
.post .post-image a img {
	border: solid 2px #aaa;
	border-top: solid 2px #ccc;
	border-left: solid 2px #ccc;
	margin: 5px 5px 5px 15px;
	padding: 3px;
}
.post .post-right {
	float: left;
	padding: 0 0 20px 0;
	width: 410px;
}
#content h2, #content h3, #content h4, #content h5, #content h6 {
	padding: 0 10px;
	font-weight: bold;
}

#content h2 {
  font-size: 14pt;
 }

#content h3 {
  font-size: 12pt;
  }

#content h4, #content h5, #content h6 {
  font-size: 11pt;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
	padding: 0 10px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

h2.postTitle a {
	text-decoration: none;
	color: #000;
	letter-spacing: -1px;
}

h2.postTitle a:hover {
  color: #215679;
  }

.date {
	padding: 2px 10px 4px 10px;
	font-size: 9px;
	color: #333;
}
.postMeta {
	font-size: 11px;
}
.commentcount {
	/*background: url(images/comments.gif) left no-repeat;*/
	bottom: 0;
	left: 238px;
	padding: 0;
	margin: 0 0 0 3px;
	position: absolute;
}
.commentcount a {
	background: #F1F1F1;
	border: 1px solid #CCC;
	border-bottom: none;
	color: #222;
	display: block;
	float: right;
	font-size: 12px;
	font-weight: bold;
	height: 14px;
	margin-right: -7px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	width: 120px;
}
.edit {
	/*background: url(images/comments.gif) left no-repeat;*/
	bottom: 0;
	left: 405px;
	padding: 0;
	margin: 0 0 0 3px;
	position: absolute;
}
.edit a {
	background: #F1F1F1;
	border: 1px solid #CCC;
	border-bottom: none;
	color: #222;
	display: block;
	float: right;
	font-size: 12px;
	font-weight: bold;
	height: 14px;
	margin-right: -7px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	width: 60px;
}
.read-more {
	background: #286B86;
	border-left: solid 1px #333;
	border-top: solid 1px #333;
	bottom: 0;
	color: #FFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 14px;
	padding: 5px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 120px;
}
.read-more a {
	color: #FFF;
	text-decoration: none;
}
.commentcount a:hover, .edit a:hover, .read-more a:hover {
	text-decoration: underline;
}
.postContent img {
	display: block;
	margin: 0px 0 10px 15px;
}
#content h3, .postContent h3 {
	margin: 10px 0 0 0;
}
#content p, .postContent p {
	padding: 5px 10px 10px 10px;
	font-size: 12px;
	line-height: 16px;
	color: #222;
}

.postContent ul, ol {
  padding: 5px 0 10px 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #000;
}
.previous-post {
float: left;
height: 20px;
width: 325px;
}
.next-post {
float: left;
height: 20px;
text-align: right;
width: 325px;
}

/*=== BOOKS ===*/
.book {
	border: solid 2px #286B86;
	float: left;
	height: 150px;
	margin: 10px;
	position: relative;
	width: 100px;
}
.book:hover {
	border: solid 2px #FCAF11;
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
}
.book-cover {

}
.book-review {
	background: #fff;
	border: solid 2px #286B86;
	display: none;
	font-size: 12px;
	left: 110px;
	padding: 10px;
	position: absolute;
	top: -2px;
	width: 300px;
	z-index: 1000;
	
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
}
.book-review:after {
	border-color: transparent #fff;
	border-style: solid;
	border-width: 13px 18px 13px 0;
	content: ' ';
	display: block;
	height: 0;
	left: -16px;
	position: absolute;
	top: 12px;
	width: 0;
}
.book-review:before {
	border-color: transparent #286B86;
	border-style: solid;
	border-width: 15px 20px 15px 0;
	content: ' ';
	display: block;
	height: 0;
	left: -20px;
	position: absolute;
	top: 10px;
	width: 0;
}
#content .book-review h2.book-title {
	font-family: 'Arimo', serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 100;
	text-shadow: none;
	text-decoration: none;
	letter-spacing: -0.001em;
	word-spacing: 0.153em;
	line-height: 1.2;
	margin: 0 0 8px 0;
	padding: 0;
}
.book:hover .book-review {
	display: block;
}
.book .edit {
	/*background: url(images/comments.gif) left no-repeat;*/
	bottom: 0;
	left: 9px;
	padding: 0;
	margin: 0 0 0 0;
	position: absolute;
}
.book .edit a {
	background: #F1F1F1;
	border: 1px solid #CCC;
	border-bottom: none;
	color: #222;
	display: block;
	float: right;
	font-size: 12px;
	font-weight: bold;
	height: 14px;
	margin-right: -7px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	width: 70px;
}


/*=== COMMENTS ===*/
.alt {
	background: #EEE;
	border: 1px solid #DDD;
	overflow: hidden;
}
p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
	margin: 0px 0px 5px -35px;
	padding-left: 10px;
	width: 640px;
}

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: #000;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 510px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  font-size: 10pt;
  }

.navigation a {
  text-decoration: none;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }


/* Start of sidebar */

#allsidebars {
  width: 260px;
  float:right;
  }


/* Sidebar top welcome box */

.sidebarswrapper {
        display: none;
  margin-top: 0px;
  padding-top: 9px;
  width: 355px;
  background: url(images/bgsidebartop.gif) left top no-repeat;
  }

.sidebars {
  width: 355px;
  background: #363636;
  }

.sidebars h2 {
  padding: 0 0 2px 0;
  font-size: 11pt;
  color: #fff;
  letter-spacing: -1px;
  }

.sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  }

#welcome {
  clear: both;
  padding: 0 10px;
  }

#welcome a {
  display: inline;
  color: #4C82A6;
  }

#welcome a:hover {
  color:#fff;
  }




#welcome p {
  color: #fff;
  margin-top: 5px;
  padding-left: 70px;
  background: url(images/welcome.gif) left top no-repeat;
  }



.sidebarsbottom {
  clear: both;
  width: 355px;
  height: 18px;
  background: url(images/bgsidebarbottom.gif) left bottom no-repeat;
  }


/* Sidebar 2 columns widget-ready */

.sidebarsB {
	width: 265px;
	margin-top: 10px;
}

.sidebar1 {
  float: left;
  width: 165px;
  }

.sidebar2 {
        clear: both;
        float: left;
        width: 165px;
}

.sidebarsB h2 {
	background: #286B86;
	border: 1px solid #333;
	color: white;
	font-size: 18px;
	letter-spacing: -1px;
	padding: 5px 0px 5px 20px;
	width: 234px;
}

.sidebarsB table {
  width: 160px;
  }

.sidebarsB ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebarsB li {
  margin-bottom: 10px;
  list-style: none;
  font-size: 9pt;
  }

.sidebarsB li ul {
  padding: 0;
  }

.sidebarsB ul ul li {
background: #F1F1F1;
border: 1px solid #CCC;
border-top: none;
color: #222;
float: left;
font-size: 14px;
height: 20px;
line-height: 17px;
margin: 0px;
padding: 5px 0px 5px 20px;
width: 234px;
/*
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #222;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary.
  border-bottom: 1px dotted #ccc;*/
  }
.sidebarsB ul ul li:hover {
background: #F9F9F9;
}
.sidebarsB a {
  display: block;
  color: #333;
  text-decoration: none;
  display: inline;
  }

.sidebarsB a:hover {
  color: #4C82A6;
  text-decoration: underline;
  }

.sidebarsB p {
  padding: 2px 0;
  font-size: 9pt;
  }

.sidebarsB ul#links li {
	background: #286B86;
	border: solid 1px #333;
	color: #FFF;
	font-size: 18px;
	letter-spacing: -1px;
	padding: 5px 0px 5px 20px;
	width: 234px;
}
.sidebarsB ul#links li a {
color: #FFF;
font-size: 18px;
letter-spacing: -1px;
}
#tag_cloud a {
  display: inline;
  }

.sidebarsB ul.children li {border-bottom:none;}
.sidebarsB ul.children {margin-bottom:-5px;}


/*=== SIDEBAR ===*/
#popular-posts {
	margin-bottom: 20px;
	overflow: hidden;
}
#popular-posts ul li {
	background: #F1F1F1;
	border: 1px solid #CCC;
	border-top: none;
	color: #222;
	float: left;
	font-size: 14px;
	line-height: 17px;
	margin: 0px;
	padding: 5px 20px 5px 20px;
	width: 214px;
}
#popular-posts ul li:hover {
	background: #F9F9F9;
}


/* Footer */

#footer {
	background: url(images/footer-bg.png) top left repeat-x;
	bottom: 0px;
	color: #fff;
	height: 80px;
	left: 0;
	padding-top: 20px;
	position: absolute;
	width: 100%;
}
#footer-content {
	margin: 0 auto;
	position: relative;
	width: 950px;
}
#creative-commons {
	height: 40px;
	left: 10px;
	position: absolute;
	top: 5px;
	width: 100px;
}
#footer p {
  padding: 0;
  font-size: 8pt;
  color: #fff;
  text-align: center;
  }

#footer a {
  color: #87BBD9;
  }

#footer a:hover {
  color: #fff;
  }

#credits {
  clear: both;
  margin: 0 auto;
  line-height: 19px;
  }


/* Extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:80%;
  }




.commentbody {
	float: right;
	margin-bottom: 20px;
	padding: 10px 0px;
	width: 550px;
}

