/*
Theme Name: StudioPress_Red
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.0
*/

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }

a {
  color: #A42828;
  }

a:hover {
  color: #215679;
  }

blockquote {
  margin: 5px 15px;
  padding: 5px 5px;
  background: #ECECEC;
  border: 1px solid #ccc;
  }

code {
  color: #3366CC;
  }

a img {
  border: none;
  }


/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0 auto 10px auto;
  width: 950px;
  font-family: Trebuchet MS, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #656565 url(images/bgbody.jpg) repeat-x top left;
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  }

.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 {
  margin: 0;
  padding: 0 0 0 0;
  }

#header .topright {
  float: right;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: right;
  color: #fff;
  }

#header .twiit {
	float: left;
	width: 700px;
	height: 20px;
	position: relative;
	font-size: 9pt;
	color: #fff;
	margin-top: 5px;
	padding-left: 20px;
	background: url(images/twitter_16.png) no-repeat left center;
	overflow: hidden;
	white-space: nowrap;
}

#header .twiit a {
	color: #fff;
	text-decoration: none;
}

#header .twiit a:hover {
	color: #fff;
	text-decoration: underline;
}

#searchform {
  margin: 0;
  padding: 0;
  margin-top: 2px;
  width: 213px;
  height: 28px;
  background: #ccc;
  background: url(images/search.gif) left top 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: 0px;
  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: #ccc;
  text-decoration: none;
  }

#underheader h2.sitedesc {
  padding: 0 0 0 0;
  position: relative;
  font-size: 12pt;
  color: #EAEAEA;
  }


#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: 0 15px 15px 10px;
  background: #fff;
  }

#contentwrapper {
  float: left;
  width: 670px;
  }

#content {
  }

#content .pageTitle {
  padding: 5px 10px 0 10px;
  font-size: 14pt;
  color: #9E1B1B;
  }

.contentsearch {
  margin: 0 0 40px 100px;
  }

.contentsponsors {
  margin: 0 0 30px 190px;
  }


.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;
  border-bottom: 1px dotted #ccc;
  }

h2.postTitle a {
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  letter-spacing: -1px;
  }

h2.postTitle a:hover {
  color: #9E1B1B;
  }

.postMeta {
  padding: 2px 10px 4px 10px;
  font-size: 9pt;
  color: #333;
  }

.postMeta .date {
  background: url(images/date.gif) left no-repeat;
  padding: 0 0 0 15px;
  }

.postMeta .filed {
  background: url(images/folder.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .commentcount {
  background: url(images/comments.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.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;*/
  }

.postContent pre {
	padding: 5px 10px;
	background-color: #eee;
	border: 1px solid #E7E5DC;
}

.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) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 10px -25px;
  background: #ECECEC;
  width: 650px;
  }

.commentlist li.alt {
  margin: 0 0 10px -25px;
  background: #FFFFFF;
  width: 650px;
  }

.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;

  float: left;
  margin-left: 110px;
  padding: 5px 10px;
  }

.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:240px;
  float:right;
  }


/* Sidebar top welcome box */

.sidebarswrapper {
  margin-top: 0px;
  padding-top: 9px;
  width: 240px;
  background: url(images/bgsidebartop.gif) left top no-repeat;
  }

.sidebars {
  width: 240px;
  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: #B95A5A;
  }

#welcome a:hover {
  color:#fff;
  }

#welcome p {
  color: #fff;
  margin-top: 5px;
	text-align: justify;
  }

.sidebarsbottom {
  clear: both;
  width: 240px;
  height: 18px;
  background: url(images/bgsidebarbottom.gif) left bottom no-repeat;
  }

/* Connections */
ul.connections {
	list-style: none;
}

ul.connections a {
	margin-left: 30px;
	text-decoration: none;
	display: block;
}

ul.connections li {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	background-color: #eee;
	border: 1px solid #E7E5DC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

li.feed { background: url(images/feed_16.png) no-repeat 5px center; }
li.twitter { background: url(images/twitter_16.png) no-repeat 5px center; }
li.linkedin { background: url(images/linkedin_16.png) no-repeat 5px center; }
li.email { background: url(images/gmail_16.png) no-repeat 5px center; }

/* Sidebar 2 columns widget-ready */

.sidebarsB {
  width: 240px;
  margin-top: 15px;
  }


.sidebarsB h2 {
  padding: 2px 7px;
  font-size: 11pt;
  color: #fff;
  letter-spacing: -1px;
  background: url(images/sidebar_h2.gif) left no-repeat;
  margin-bottom: 3px;
  }

.sidebarsB table {
  width: 240px;
  }

.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;
  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 a {
  display: block;
  color: #333;
  text-decoration: none;
  display: inline;
  }

.sidebarsB a:hover {
 color: #A42828;
  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;
  padding-top: 0;
  color: #fff;
  text-align: center; /* IE Centering Technique */
  background: #000;
  }

#footer p {
  padding: 0;
  font-size: 8pt;
  color: #fff;
  text-align: center;
  }

#footer a {
  color: #B95A5A;
  }

#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%;
  }

/* Quoted, Red  */

div#comments h2 {
	color: #96181e;
	border-bottom: 4px solid #96181e;
}
div.comment-meta {
	background: #96181e;
}
li.comment-avatar img {
	border: 2px solid #fcf8ed;
}
div.comment-content, div#respond form {
	background: url('images/arrow-r.png') left top no-repeat;
}
li.comment-actions a {
	background: #c11f27;
}
li.comment-actions a:hover {
	background: #701216;
}
div#respond form input, div#respond form textarea {
	border: 1px solid #96181e;
}/*
div#respond input#submit {
	background: #96181e;
	color: #fff;
}
div#respond input#submit:hover, div#respond input#submit:focus {
	color: #fff;
}
*/
/* Quoted Comment Styles */

div#comments {
	line-height: 1;
}
body div#comments ol,
body div#comments ul,
body div#comments ol li,
body div#comments ul li {
	list-style: none;
	padding: 0;
}

div#comments, div#trackbacks {
	width: 650px;
}
div#comments {
	color: #2f2f2f;
	float: left;
	font-family: Tahoma, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 10px;
	padding-bottom: 50px;
}
div#comments h2 {
	display: block;
	float: left;
	font-size: 1.3em;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
div#comments p {
	margin: 0 0 5px 0;
}


/* Quoted, Global */

body li.comment {
	margin: 0;
}
li.comment, li.comment div.sleeve {
	float: left;
	width: 100%;
}
li.comment div.sleeve {
	background: url('images/comment.png') bottom repeat-x;
	margin: 0 0 15px 0;
}
div.comment-meta {
	color: #fff;
	float: left;
	font-size: 0.8em;
	padding: 0 0 5px 0;
	position: relative;
	width: 100%;
}
div.comment-meta ul {
	margin: 5px 90px 0 10px;
}
div.comment-meta a {
	color: #fff;
}
div.comment-meta li {
	float: left;
	margin-right: 3px;
}
li.comment-avatar {
	position: absolute;
	right: 5px;
	top: 5px;
}
div.comment-content {
	clear: left;
	float: left;
	font-size: 0.9em;
	margin: 0 90px 0 0;
	padding: 15px 0 0 10px;
}
body div#comments ul.children {
	background: #fff url('images/child.png') left -5px no-repeat;
	clear: left;
	padding-left: 30px;
	width: auto;
	height: 50px;
}
li.comment-actions a {
	font-size: 0.8em;
	margin: 0 0 0 5px;
	padding: 0 5px 2px 5px;
	position: relative;
	text-decoration: none;
	text-transform: lowercase;
	top: -2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div#respond {
	background: url('images/comment.png') bottom repeat-x;
	float: left;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	width: 100%;
}
div#respond form {
	float: left;
	font-size: 0.8em;
	margin: 0;
	padding: 15px 0 0 10px;
	width: 100%;
}
div#respond form div {
	margin: 0 0 15px 0;
}
div#respond form label {
	clear: left;
	display: block;
	float: left;
	margin: 0 20px 0 0;
	padding: 5px 0 0 0;
	text-align: right;
	width: 90px;
}
div#respond form input, div#respond form textarea {
	background: url('images/comment.png') bottom repeat-x;
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 5px;
	width: 340px;
}
div#respond form textarea {
	height: 100px;
}
div#respond form input:hover, div#respond form textarea:hover {
	color: #2f2f2f;
}
/*
div#respond input#submit {
	float: left;
	margin-left: 110px;
	padding: 5px 10px;
	width: auto;
}
div#respond input#submit:hover {
	cursor: pointer;
}
*/
div#trackbacks {
	clear: both;
	float: left;
	padding: 30px 0 0 0;
}
div#trackbacks li {
	width: 100%;
}
div#trackbacks li li {
	width: auto;
}
div#trackbacks li.comment-actions {
	display: none;
}

