/*  
Theme Name: StudioPress_Orange
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: #127086;
  }

a:hover {
  color: #D47414;
  }

blockquote {
  margin: 5px 15px;
  padding: 5px 5px;
  background: #E9E9E9;
  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;
  }

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

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


#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: #FB9D3A;
  text-decoration: none;
  }

#underheader h2.sitedesc {
  padding: 0 0 0 0;
  position: relative;
  font-size: 12pt;
  color: #89C7D4;
  }


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

#content {
  }

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

.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 {
	font-size: 20pt;
	font-weight: bold;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
  }

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

h2.postTitle a:hover {
  color: #D47414;
  }

.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;
  float: left;
  }

#content p, .postContent p {
	
	padding: 5px 10px;
	font-size: 9pt;
	color: #000;
	line-height: 180%;
	float: left;
	
  }

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

#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: 240px;
  height: 18px;
  background: url(images/bgsidebarbottom.gif) left bottom no-repeat;
  }


/* Sidebar 2 columns widget-ready */

.sidebarsB {
  width: 240px;
  margin-top: 15px;
  }

.sidebar1 {
  float: right;
  width: 240px;
  }



.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: 160px;
  }

.sidebarsB ul {
  margin: 0;
  padding: 0 0 5px;
  }

.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: #127086;
  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: #89C7D4;
  }

#footer a:hover {
  color: #FB9D3A;
  }

#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%;
  }
  /* webhosts sprites*/
  
.hosts {
	background: url(images/ALLHOSTS.png) no-repeat top left;
	height: 40px;
	width: 140px;
} 

.webhost-1and1{ background-position: 0 0; width: 140px; height: 40px; } 
.webhost-Dreamhost{ background-position: 0 -90px; width: 140px; height: 40px; } 
.webhost-aplus{ background-position: 0 -180px; width: 140px; height: 40px; } 
.webhost-arvixe{ background-position: 0 -270px; width: 140px; height: 40px; } 
.webhost-bluehost{ background-position: 0 -360px; width: 140px; height: 40px; } 
.webhost-cirrushosting{ background-position: 0 -450px; width: 140px; height: 40px; } 
.webhost-codero{ background-position: 0 -540px; width: 140px; height: 40px; } 
.webhost-coolhandle{ background-position: 0 -630px; width: 140px; height: 40px; } 
.webhost-e-solutionsweb{ background-position: 0 -720px; width: 140px; height: 40px; } 
.webhost-easycgi{ background-position: 0 -810px; width: 140px; height: 40px; } 
.webhost-eboundhost{ background-position: 0 -900px; width: 140px; height: 40px; } 
.webhost-eukhost{ background-position: 0 -990px; width: 140px; height: 40px; } 
.webhost-exabytes{ background-position: 0 -1080px; width: 140px; height: 40px; } 
.webhost-fastdomain{ background-position: 0 -1170px; width: 140px; height: 40px; } 
.webhost-fasthosts{ background-position: 0 -1260px; width: 140px; height: 40px; } 
.webhost-fatcow-coupon-big{ background-position: 0 -1350px; width: 140px; height: 40px; } 
.webhost-fatcow{ background-position: 0 -1440px; width: 140px; height: 40px; } 
.webhost-gate{ background-position: 0 -1530px; width: 140px; height: 40px; } 
.webhost-gigainternational{ background-position: 0 -1620px; width: 140px; height: 40px; } 
.webhost-globat{ background-position: 0 -1710px; width: 140px; height: 40px; } 
.webhost-glowhost{ background-position: 0 -1800px; width: 140px; height: 40px; } 
.webhost-godaddy{ background-position: 0 -1890px; width: 140px; height: 40px; } 
.webhost-greengeeks{ background-position: -190px 0; width: 140px; height: 40px; } 
.webhost-greenvillehost{ background-position: -190px -90px; width: 140px; height: 40px; } 
.webhost-heartinternet{ background-position: -190px -180px; width: 140px; height: 40px; } 
.webhost-hostclear{ background-position: -190px -270px; width: 140px; height: 40px; } 
.webhost-hostexcellence{ background-position: -190px -360px; width: 140px; height: 40px; } 
.webhost-hostgator{ background-position: -190px -450px; width: 140px; height: 40px; } 
.webhost-hostmonster{ background-position: -190px -540px; width: 140px; height: 40px; } 
.webhost-hostnine{ background-position: -190px -630px; width: 140px; height: 40px; } 
.webhost-hostpapa{ background-position: -190px -720px; width: 140px; height: 40px; } 
.webhost-hostupon{ background-position: -190px -810px; width: 140px; height: 40px; } 
.webhost-imhosted{ background-position: -190px -900px; width: 140px; height: 40px; } 
.webhost-infomaniak{ background-position: -190px -990px; width: 140px; height: 40px; } 
.webhost-inmotion{ background-position: -190px -1080px; width: 140px; height: 40px; } 
.webhost-ipage{ background-position: -190px -1170px; width: 140px; height: 40px; } 
.webhost-ipower{ background-position: -190px -1260px; width: 140px; height: 40px; } 
.webhost-ixwebhosting{ background-position: -190px -1350px; width: 140px; height: 40px; } 
.webhost-jumpline{ background-position: -190px -1440px; width: 140px; height: 40px; } 
.webhost-justhost{ background-position: -190px -1530px; width: 140px; height: 40px; } 
.webhost-layeredtech{ background-position: -190px -1620px; width: 140px; height: 40px; } 
.webhost-liquidweb{ background-position: -190px -1710px; width: 140px; height: 40px; } 
.webhost-lunarpages{ background-position: -190px -1800px; width: 140px; height: 40px; } 
.webhost-mavenhosting{ background-position: -190px -1890px; width: 140px; height: 40px; } 
.webhost-mochahost{ background-position: -380px 0; width: 140px; height: 40px; } 
.webhost-myhosting{ background-position: -380px -90px; width: 140px; height: 40px; } 
.webhost-netfirms{ background-position: -380px -180px; width: 140px; height: 40px; } 
.webhost-nethosting{ background-position: -380px -270px; width: 140px; height: 40px; } 
.webhost-netissime{ background-position: -380px -360px; width: 140px; height: 40px; } 
.webhost-networksolution{ background-position: -380px -450px; width: 140px; height: 40px; } 
.webhost-nuxit{ background-position: -380px -540px; width: 140px; height: 40px; } 
.webhost-omnis{ background-position: -380px -630px; width: 140px; height: 40px; } 
.webhost-onehosting{ background-position: -380px -720px; width: 140px; height: 40px; } 
.webhost-planethoster{ background-position: -380px -810px; width: 140px; height: 40px; } 
.webhost-powweb{ background-position: -380px -900px; width: 140px; height: 40px; } 
.webhost-pronet{ background-position: -380px -990px; width: 140px; height: 40px; } 
.webhost-rackspace{ background-position: -380px -1080px; width: 140px; height: 40px; } 
.webhost-reliacloud{ background-position: -380px -1170px; width: 140px; height: 40px; } 
.webhost-serverpronto{ background-position: -380px -1260px; width: 140px; height: 40px; } 
.webhost-singlehop{ background-position: -380px -1350px; width: 140px; height: 40px; } 
.webhost-siteground{ background-position: -380px -1440px; width: 140px; height: 40px; } 
.webhost-sivit{ background-position: -380px -1530px; width: 140px; height: 40px; } 
.webhost-startlogic{ background-position: -380px -1620px; width: 140px; height: 40px; } 
.webhost-strato{ background-position: -380px -1710px; width: 140px; height: 40px; } 
.webhost-superbhosting{ background-position: -380px -1800px; width: 140px; height: 40px; } 
.webhost-theplanet{ background-position: -380px -1890px; width: 140px; height: 40px; } 
.webhost-thinkhost{ background-position: -570px 0; width: 140px; height: 40px; } 
.webhost-uk2net{ background-position: -570px -90px; width: 140px; height: 40px; } 
.webhost-ultrahosting{ background-position: -570px -180px; width: 140px; height: 40px; } 
.webhost-vpsnext{ background-position: -570px -270px; width: 120px; height: 35px; } 
.webhost-webhostingbuzz{ background-position: -570px -355px; width: 140px; height: 40px; } 
.webhost-webhostingpad{ background-position: -570px -445px; width: 140px; height: 40px; } 
.webhost-webhostinguk{ background-position: -570px -535px; width: 140px; height: 40px; } 
/*Flags sprites*/
.flags {
	background: url(images/ALLFLAGS.png) no-repeat top left;
	height: 16px;
	width: 16px;
} 

.flags-Allemagne{ background-position: 0 0; width: 16px; height: 11px; } 
.flags-Belgique{ background-position: 0 -61px; width: 16px; height: 16px; } 
.flags-Canada{ background-position: 0 -127px; width: 16px; height: 16px; } 
.flags-France{ background-position: 0 -193px; width: 16px; height: 16px; } 
.flags-GB{ background-position: 0 -259px; width: 16px; height: 16px; } 
.flags-JP{ background-position: 0 -325px; width: 16px; height: 16px; } 
.flags-Swisse{ background-position: 0 -391px; width: 16px; height: 16px; } 
.flags-USA{ background-position: 0 -457px; width: 16px; height: 16px; } 
.flags-eu{ background-position: 0 -523px; width: 16px; height: 16px; } 


