/*  
Theme Name: StudioPress
Theme URI: 
Description: A clean, Adsense-ready WP theme.
Author: Daily Blog Tips
Author URI: 
Version: 1.0
*/

/* 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: 1px;
  }

/*Images*/
	
.entry img {
	display:block;
	border:1px solid #999;
	padding:2px;
	margin:15px 0;
	}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	background:#f5f3ee;
	text-align:center;
	padding:10px 5px 10px 10px;
	border:3px double #FFF;
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:5px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:5px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	float:none
   	}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
	}	

.wp-caption img {
	float:none;
	margin:0;
	}	

.gallery {
	margin:15px 0;
	display:block;
	}
	
.gallery img {
	border:1px solid #999 !important;
	padding:2px;
	}

.gallery-item {
	padding:12px 0;
	}

.gallery-caption {
	padding:10px;
	}

/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  width: 950px;
  font-family: Trebuchet MS, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #656565 url('images/bgbody.jpg') repeat-x top left;; margin-left:auto; margin-right:auto; margin-top:0; margin-bottom:10px
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  }

.topcurve {
  margin-top: 15px;
  height: 13px;
  background: url('images/bgtop.gif') no-repeat left top;
  }

.topcurvewhite {
  margin-top: 15px;
  height: 13px;
  background: url('images/bgtopwhite.gif') no-repeat left top;
  }

.bottomcurve {
  margin: 0;
  height: 13px;
  background: url('images/bgbottom.gif') no-repeat left bottom;
  }

.bottomcurvewhite {
  margin: 0;
  height: 13px;
  background: url('images/bgbottomwhite.gif') no-repeat left bottom;
  }

#header {
  margin: 0;
  padding: 0 0 0 0; 
  }

#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: 8px;
  height: 28px;
  background: url('images/search.gif') no-repeat left 3px;
  }

*: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: 20px;
  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') no-repeat left top;
  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') no-repeat right top;
  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: 0 15px 15px 10px;
  background: #fff;
  }

#contentwrapper {
  float: left;
  width: 550px;
  }

#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;
  }

.adsense_top {
  text-align:center;
  margin:10px 0 25px 0;
  font-size:9pt;
  }

.adsense_sidebar {
  text-align:center;
  margin:0 0 20px 0;
  font-size:9pt;
  }

.post {
  margin: 20px 0 25px 0;
  }

#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: 14pt;
  font-weight: bold;
  color: #000;
  }

h2.postTitle a {
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  letter-spacing: -1px;
  }

h2.postTitle a:hover {
  color: #215679;
  }

.postMeta {
  padding: 2px 10px 4px 10px;
  font-size: 9pt;
  color: #333;
  }

.postMeta .date {
  background: url('images/date.gif') no-repeat left;
  padding-left:15px; padding-right:0; padding-top:0; padding-bottom:0
  }

.postMeta .filed {
  background: url('images/folder.gif') no-repeat left;
  margin-left:3px; margin-right:0; margin-top:0; margin-bottom:0; padding-left:18px; padding-right:0; padding-top:0; padding-bottom:0
  }

.postMeta .commentcount {
  background: url('images/comments.gif') no-repeat left;
  margin-left:3px; margin-right:0; margin-top:0; margin-bottom:0; padding-left:18px; padding-right:0; padding-top:0; padding-bottom:0
  }

.postMeta a {
  text-decoration: none;
  }

.postContent img {
  margin: 10px;
  border: 3px solid #CCC;
  }

#content p, .postContent p {
  padding: 5px 10px;
  font-size: 10pt;
  color: #000;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #000;
  }

.postTags {
  margin: 15px 10px;
  font-size: 9pt;
  color: #000;
  background: #eee;
  padding: 2px 4px;
  }

p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url('images/comment.gif') no-repeat left top;
  font-size: 10pt;
  text-decoration: none
  }

.commentlist {
  margin: 10px 0;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 10px -25px;
  background: #e8eef3;
  width: 510px;
  }

.commentlist li.alt {
  margin: 0 0 10px -25px;
  background: #FFFFFF;
  width: 510px;
  }

.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') no-repeat left top;
  border: medium 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;
  }


/* Start of sidebar */

#allsidebars {
  width:355px;
  float:right;
  }


/* Sidebar top welcome box */

.sidebarswrapper {
  margin-top: 0px;
  padding-top: 9px;
  width: 355px;
  background: url('images/bgsidebartop.gif') no-repeat left top;
  }

.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') no-repeat left top;
  }

.sidebarsbottom {
  clear: both;
  width: 355px;
  height: 18px;
  background: url('images/bgsidebarbottom.gif') no-repeat left bottom;
  }


/* Sidebar 2 columns widget-ready */

.sidebarsB {
  width: 355px;
  margin-top: 15px;
  }

.sidebar1 {
  float: left;
  width: 165px;
  }

.sidebar2 {
  float: right;
  width: 165px;
  }

.sidebarsB h2 {
  font-size: 11pt;
  color: #fff;
  letter-spacing: -1px;
  background: url('images/sidebar_h2.gif') no-repeat left;
  margin-bottom: 3px; padding-left:7px; padding-right:7px; padding-top:2px; padding-bottom:2px
  }

.sidebarsB table {
  width: 160px;
  }

.sidebarsB ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebarsB li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

.sidebarsB li ul {
  padding: 0;
  }

.sidebarsB ul ul li {
  margin: 0;
  color: #222;
  background: url('images/bullet.gif') no-repeat left 7px;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dotted #ccc; padding-left:16px; padding-right:2px; padding-top:3px; padding-bottom:2px
  }

.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;
  }

#tag_cloud a {
  display: inline;
  }

.sidebarsB ul.children li {border-bottom:none;}
.sidebarsB ul.children {margin-bottom:-5px;}



/*  footer  */

#footer{   
    clear: both;   
}   
  
#footer div, #sidebar>ul>li{   
    float: left;   
    width: 220px;   
    margin: 0 10px;   
    background: url('images/modalBox.png') repeat-y center top;   
    color: #fff   
}   
  
#footer p{   
    padding: 5px;   
}   
  
#footer a, #sidebar a{   
    color: #fff;   
    text-decoration: none;   
}   

#footer a:hover {
  color: #fff;
  text-decoration: underline;
  display: inline
  }

  
#footer h3, #sidebar h3{   
    margin-bottom: 0px;   
    background: url('images/modalBoxHeader.png') no-repeat center top;   
    height: 14px;   
    font-size: 18px;   
    text-align: left;   
    color: #CC9900;   
    font-weight: bold;   
    text-shadow: #000 1px 1px 3px   
}   
  
#footer ul, #sidebar ul>li>ul{   
    padding: 0px; 
    font-size: 16px;  
    background: url('images/modalBoxFooter.png') no-repeat center bottom;
    list-style-type:none   
}   
  
#footer ul li{   
    padding-bottom: 0px;   
} 


#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%;
  }


*/
#apf_post_footer{
	font-family: Verdana, "Lucida Grande", sans-serif;
	}
#apf_post_footer h4{
	font-family: Verdana, "Lucida Grande", sans-serif;
	margin: 2px 0 8px 0;
	padding: 0;
  	color: #333;
	font-size: 13px;
}
#apf_post_footer ul{
	line-height: 1.2;
	font-size: 12px;
	list-style-type:none;
}

#apf_post_footer li.apf_footer{
	list-style-type:none;
	height: 29px;
	line-height: 1.2;
	padding-left: 31px;
	margin:0;
}
/*Class for SimpleTags*/
.simpletags {
	color:#8CC63F;
	font-size:10px;
	}
	

/* Bottom */


#bottom {
 clear: both;
 float: left;
 width: 940px;
 height: 100%;
 margin: 0;
 padding: 0;
 background: #fafafa url('images/bot.jpg') no-repeat top center;
 text-align: left;
 font-size: 10px
 }

#bottom-divs {
 float: left;
 clear: both;
 margin: 0;
 padding: 20px;
 }

#bottom-left, #bottom-mid1 {
 width: 25%;
 padding: 15px 0 15px 20px;
 float: left;
 }

#bottom-mid2, #bottom-right {
 width: 15%;
 padding: 15px 0 15px 30px;
 float: left;
 }

#bottom h2 {
 margin: 0 0 10px 0;
 padding: 0 8px;
 font-size: 14px;
 font-weight: bold;
 text-align: center;
 border-bottom: 1px solid #192e40;
 }

#bottom h3 {
 margin: 0;
 padding: 10px 10px;
 font-size: 10px;
 color: #999;
 text-align: center;
 }

#bottom h3:hover {
 color: #f2f2f2;
 }

#bottom ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
 }

#bottom ul li {
 line-height: 20px;
 border-bottom: 1px dotted #2c455b;
 }

#bottom ul li a {
 display: block;
 padding: 0 10px;
 color: #2c455b;
 }

#bottom-sep {
 clear: both;
 }

#bottom p {
 text-align: justify;
 }
 
 
--------

#sidebar{
	float: left;
	width: 220px;
	margin: 0 10px;
	padding-top: 30px;
}

#sidebar>ul>li{
	margin-bottom: 10px !IMPORTANT;
}

#ads li{
	display: inline-block;
	width: 100%;
	background: #f7f7f7;
	height: 50px;
	text-align: center;
	margin-bottom: 10px;
	color: gray;
	line-height: 50px;
	border: 1px solid;
}




/*   tabbar  *?
#tabbar {
	margin: 0px 40px 0px 40px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	display: inline-block;
}
#tabbar_button_l, #tabbar_button_r, #tabbar_button_c {
	display: inline-block;
}
.tab, .tabselected{
	display: table-cell;
	text-align: center;
	padding: 0px 2px 0px 2px;
	margin: 0px 0px 0px 0px;
}
#tabbar a {
	display: table-cell;
	text-align: center;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	
}


#pageheader {
	width: 710px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	height: 9px;
	font-size:0px;
	
}
#action_buttons {
	padding-right: 30px;
	float: right;
	
}
.popup {
	width: 250px;
	min-height: 200px;
	vertical-align: center;
	text-align: left;
	z-index:10;
	display:none;
	position: absolute;
	left: 50%;
	top: 25%;
	margin: 0 0 0 -125px;
	padding: 10px 20px 20px 20px;
}
.display {
	display: inline;
	
}
#logout_form {
	display:none;
}

.helpbox {
	display: none;
	padding: 5px;
	position: absolute;
	z-index: 100;
	max-width: 200px;
	font-size: 10px;
	text-align: left;
}

#pagemain {
	width: 680px;
	min-height: 275px;
	margin: 0px auto 0px auto;
	padding: 20px 15px 40px 15px;
	text-align: left;
}
.narrowcolumn {
	width: 485px;
}