/*  
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.0
*/

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
font-family:Helvetica,Arial,Sans-Serif;
font-weight:normal;
padding:5px 0 10px;
  }

a {
  color: #898d37;
  }

a:hover {
  color: #c2c845;
  }

blockquote {
	margin: 5px 15px;
	padding: 5px 5px;
	border-left:1px solid #666666;
	}
	
	
#content h6 {
	margin: 5px 15px;
	padding: 5px 5px;
	background:#EAEAEA none repeat scroll 0 0;
	border:1px solid #666666;
	font-size:12px;
	line-height:22px
	}
	
code {
  color: #3366CC;
  }

a img {
  border: none;
  }


/********************************* NAVIGATION **************************************/

#main_menu {
	font-family:verdana;
	position:relative;
	top:22px;
	right:0px;
	float:right;
	width: 578px;
	}

#btn_welcome {
	display: block;
	width: 113px;
	height: 52px;
	background: url(/images/button_welcome.gif) no-repeat 0 0;
	float:left
	}
	
	
#btn_blog {
	display: block;
	width: 79px;
	height: 52px;
	background: url(/images/button_blog.gif) no-repeat 0 0;
	float:left;
	}



#btn_services {
  display: block;
  width: 118px;
  height: 52px;
  background: url(/images/button_services.gif) no-repeat 0 0;
  float:left
}



#btn_portfolio
{
  display: block;
  width: 119px;
  height: 52px;
  background: url(/images/button_portfolio.gif) no-repeat 0 0;
  float:left
}


#btn_about
	{
	display: block;
	width: 108px;
	height: 52px;
	background: url(/images/button_aboutus.gif) no-repeat 0 0;
	float:left
	}

#btn_welcome:hover, #btn_about:hover, #btn_portfolio:hover, #btn_services:hover, #btn_blog:hover
{ 
  background-position: 0 -52px;
}

#btn_welcome span, #btn_about span, #btn_portfolio span, #btn_services span, #btn_blog span
{
margin-left:-1900px
}




body.home #btn_welcome {
	background-position: 0 -52px;
	}

body.services #btn_services, body.portfolio #btn_portfolio, body.about #btn_about {
	background-position: 0 -52px;
	}
	
	
	

/* Reset Defaults Ends */

#logo {
	float:left;
	margin-left:-50px
	}

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0 auto 10px auto;
  width: 950px;
font-family:Arial,Helvetica,sans-serif;

  text-align: center; /* IE Centering Technique */
background-image:url(/images/Background-sub.gif);
background-repeat:repeat-x;
  }

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

.topcurve {
  margin-top: 15px;
  height: 13px;
  background: url(images/bgtop.gif) left top no-repeat;
  }

.topcurvewhite {
display:none
  }

.bottomcurve {
  margin: 0;
  height: 13px;
  background: url(images/bgbottom.gif) left bottom no-repeat;
  display:none
  }

.bottomcurvewhite {
  margin: 0;
  height: 13px;
  background: url(images/bgbottomwhite.gif) left bottom no-repeat;
  display:none
  }

#header {
background-image:url(/images/header.jpg);
height:96px;
margin-left:-50px; 
  }
  

#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: #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: 20px;
  padding: 0 0 15px 0;*/
  display:none
  }


#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:8px 0 -15px 17px;
  }

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

#nav li {
color:#FFFFFF;
float:left;
font-size:14px;
letter-spacing:2px;
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 {
	border-right:1px solid #898D37;
	display:block;
	font-size:10pt;
	height:16px;
	padding:0 10px 0 0;
	text-decoration:none;
	text-transform:lowercase;
	color:#C4C63F
  }

#nav li a span {
  display: block;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 12px;
  line-height: 26px;
  color: #999;
  text-decoration: none;
  letter-spacing:2px
  }

#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: #c2c845;
  }

#nav li.current_page a {
  background-position: left -26px;
  }

#nav li.current_page a span {
  background-position: right -26px;
  color: #c2c845;
  }

/* Main content */

#main {
  clear: both;
  width: 925px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 50px 0 0 0;
  padding: 0 15px 15px 10px;

  }

#contentwrapper {
  float: left;
  width: 550px;
  }

#content {
  }

#content .pageTitle {
  padding: 5px 10px 0 10px;
  font-size: 14pt;
  color: #c2c845;
  }

.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;
  display:none
  }

.adsense_sidebar {
  text-align:center;
  margin:0 0 20px 0;
  font-size:9pt;
    display:none
  }

.post {
  margin: 0 0 45px 0;
  }
  
 .share {
background:none repeat scroll 0 0 #F7F7F7;
border-bottom:1px solid #E6E6E6;
border-top:1px solid #E6E6E6;
margin:10px;
padding:5px 5px 0;
 }

#content h2, #content h3, #content h4, #content h5 {
  padding: 10px;
  font-weight: bold;
  }

#content h2 {
  font-size: 14pt;
  }

#content h3 {
  font-size: 12pt;
  }

#content h4, #content h5 {
  font-size: 11pt;
  }

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

h1.postTitle, h2.postTitle {
  padding: 0 10px;
  font-size: 14pt;
  font-weight: bold;
  color: #000;
  }

h1.postTitle a, h2.postTitle a {
  font-size: 18pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  letter-spacing: -1px;
  }
  
h1.postTitle a:hover, h2.postTitle a:hover {
  color: #c2c845;
  }


address {
font-style: normal;
border: #000 solid 1px;
margin:5px;
padding: 10px
}

.postMeta {
  padding: 2px 10px 4px 10px;
  font-size: 9pt;
  color: #333;
  }

.postMeta .date {
  /* background: url(images/date.gif) left no-repeat; */
  }

.postMeta .filed {

  }
  
  .postMeta .author {
  font-size:120%;
  font-weight:bold

  }

.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 {
  clear:left
  }

.alignleft {
float:left;
margin-right:20px
}

.alignright {
float:right;
margin-left:20px
}


#content p, .postContent p {
  padding: 5px 10px;
font-size:13px;
line-height:20px;
  color: #000;
  }

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

.postContent ul li, ol li {
  font-size: 10pt;
  color: #000;
  margin:10px;
  }

.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: #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) 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;
  }
  
  
  


/* Start of sidebar */

#allsidebars {
background-image:url(/images/Right_Sidebar_Background.jpg);
background-position:left top;
background-repeat:no-repeat;
float:right;
margin:-25px;
padding:24px 0 0 20px;
width:355px;
  }


/* Sidebar top welcome box */

.sidebarswrapper {
  margin-top: 0px;
  padding-top: 9px;
  width: 355px;
  background: url(images/bgsidebartop.gif) left top no-repeat;
  display:none
  }

.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: 355px;
  margin-top: 15px;
  }

.sidebar1 {
  float: left;
  width: 165px;
  }

.sidebar2 {
  float: right;
  width: 165px;
  }

.sidebarsB h2 {
  padding: 2px 7px;
  font-size: 11pt;
  color: #fff;
  background: url(/images/Footer_Background.jpg) left no-repeat;
  margin-bottom: 3px;
  font-weight:normal;
  line-height:29px;
  }

.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;
  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: #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 **************************************/



#footer {
	clear:both;
	background: url(/images/Footer_Background.jpg) repeat-x top;
	height: 85px;
	width:100%
}
#footer_container {
	color: #bec1c2;
	width:885px;
	margin: 0 auto;
	height: 85px;
}

#Footer_Text {
	letter-spacing: 2px;
	width: 600px;
	text-align: left;
	font-size:12px
}
#Footer_Copyright {
	width: 600px;
	font-size: 8px;
	float: left;
	clear: both;
	display: inline-block;
	text-align: left;
	padding-top: 5px;
	letter-spacing: 2px;
}

#Footer_Phone {
	float: right;
	display: inline-block;
	width: 234px;
	height: 26px;
	padding-top: 15px;
}


#footer-email {
	font-weight:normal;
	text-align:left;
	margin-left:-10px;
	font-size:12px;
	letter-spacing: 2px;
	}

#Footer_Nav {
	font-size: 11px;
	letter-spacing: normal;
	text-align: left;
	height: 20px;
	width: 615px;
	clear: left;
	float: left;
	display: inline;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: 2px;
}
#footer a:link {
	text-decoration: none;
	color: #bec1c2;
}

#credits {
  clear: both;
  margin: 0 auto;
  line-height: 19px;
  }


/* Extras */

.cleared {
  clear: both;
  }



#nextprevious {
  padding:10px;
  font-size:130%;
  }
  
  .left {
  float:left;
  }

.right {
  float:right;
  }
