/*  
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;
  }
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	}  

a {
  color: #669966;
  text-decoration:none;
  }

a:hover {
  color: #336633;
  text-decoration:underline;
  }

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 {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0 auto 10px auto;
  width: 960px;
  font-family: Arial, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #fff;
  color:#333333;
  font-size:85%;
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  }

#header, #header .logo h1 {
  margin: 0;
  padding: 0; 
  }

#header .logo {
  float: left;
  }

#header .banner {
  	float:right;
	/*position:relative;
	right:60px;
	top:20px;*/
  	}

#searchform {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  }

#searchform {
  margin-left: 5px;
  width: 213px;
  padding-top: 8px;
  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;
  }

/* Menu */

#nav {
  clear: both;
  height:27px;
  background:url(images/menuBg.png) repeat-x top left;
  display:block;
  }

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav li {
  float: left;
  text-decoration: none;
  }

* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

#nav ul li a {
	border-right:1px solid #336633;
	color:#336633;
	display:block;
	font-weight:bold;
	line-height:26px;
	padding:0 7px;
	text-decoration:none;
	font-size: 13px;
  }


#nav ul li a:hover {
  text-decoration: underline;
  cursor: pointer; /* For IE6 */
  }

#nav ul li.current_page_item a {
	text-decoration:underline;
  }

/* Main content */

#main {
  clear: both;
  width: 960px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0;
  background: #fff;
  }

#contentwrapper {
  float: left;
  width: 700px;
  margin-right:20px;
  }

#content {
  }

#content .pageTitle {
  padding: 5px 10px 0 10px;
  font-size: 18px;
  }

.contentsearch {
  margin: 0 0 40px 100px;
  }

.contentsponsors {
  margin: 0 0 30px 190px;
  }

.post {
  margin: 20px 0 25px 0;
  }

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0 10px;
  font-weight: bold;
  color: #669966;
  margin-top:12px;
  }

#content h1, #content h2, #content h3 {
  font-size: 18px;
  }

#content h4, #content h5, #content h6 {
  font-size: 14px;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  }

h2.postTitle a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #669966;
  letter-spacing: -1px;
  }

h2.postTitle a:hover {
  text-decoration:underline;
  }

.postMeta {
  padding: 2px 10px 4px 10px;
  color: #333;
  }

.postContent img {
  margin: 10px;
  border: 3px solid #CCC;
  }

#content p {
	padding: 5px 10px;
	color: #000;
	}

.postContent p a{
  padding: 0;
  color: #000;
  text-decoration:underline;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  color: #000;
  }

p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 5px -25px;
  width: 510px;
  }

.commentlist cite {
  padding: 10px;
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.comment p {
  padding: 10px;
  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;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  }

.navigation a {
  text-decoration: none;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }


/* Start of sidebar */

.sidebars {
  width: 220px;
  float: right;
  margin-top: 20px;
  }
  
.sidebars ul li {list-style:none;}

.sidebars ul li#text-3 {
	/*background:url(images/noteBackground.png) top left no-repeat;*/
	background-color:#9ace82;
	width:210px;
	list-style:none;
	padding:5px;
	}

	.sidebars ul li#text-3 h2.widgettitle, .sidebars ul li#text-3 div.textwidget {
		margin:12px;
		}
	
		.sidebars ul li#text-3 h3.widgettitle {
			padding:0;
			font-size:16px;
			font-family:Arial, Helvetica, sans-serif;
			color:#669966;
			}

.sidebars ul li#text-2,
.sidebars ul li#text-4{
	border-bottom:solid 1px #ccc;
	width:220px;
	list-style:none;
	}

	.sidebars ul li#text-2 h3.widgettitle,
	.sidebars ul li#text-2 div.textwidget,
	.sidebars ul li#text-3 h3.widgettitle,
	.sidebars ul li#text-3 div.textwidget,
	.sidebars ul li#text-4 h3.widgettitle,
	.sidebars ul li#text-4 div.textwidget{
		margin:12px;
		}
		.sidebars ul li#text-3 h3.widgettitle,
		.sidebars ul li#text-3 div.textwidget a {
			color:#fff;
			font-size:27px;
                        font-weight:normal;
			}

.sidebars ul li#text-3 div.textwidget a:active,
.sidebars ul li#text-3 div.textwidget a:focus,
.sidebars ul li#text-3 div.textwidget a:hover {text-decoration:none;}

.sidebars ul li#text-3 div.textwidget a span {font-size:12px;}
	
		.sidebars ul li#text-2 h3.widgettitle,
		.sidebars ul li#text-4 h3.widgettitle{
			padding:0;
			font-size:16px;
			font-family:Arial, Helvetica, sans-serif;
			color:#669966;
			}

.sidebars ul li#News {
	width:220px;
	list-style:none;
	}
	
		.sidebars ul li#News div.post h2.postTitle a {
			padding-left:20px;
			font-size:16px;
			font-family:Arial, Helvetica, sans-serif;
			color:#669966;
			background:url(images/greenArrow.png) top left no-repeat;
			}


/* Footer */

#footer {
  clear: both;
  padding-top: 0;
  text-align: right; /* IE Centering Technique */
  }


/* Extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:80%;
  }




.commentbody {
  float:right;
  width: 420px;
  margin-bottom: 20px;
  padding: 10px 0 10px 0;
  }


#dsLoggo {width:30px;height:130px;z-index:100;position:fixed;top:70%;right:22px;}


#subPages {
	margin-bottom: 10px;
	padding: 5px 0;
	}

#subPages ul {
	margin: 0 10px;
	}

#subPages ul li a {
	border-color: #336633;
	border-style: solid;
	border-width: 0 1px;	
	font-weight: bold;
	padding: 0 5px;
	}
#subPages ul li.current_page_item a,
#subPages ul li a:hover {
	text-decoration: underline;
	}