/*  
Theme Name: Julia Blog
Theme URI: http://www.dailyblogtips.com/studiopress-wordpress-theme-released/
Description: A clean, Adsense-ready WP theme.
Author: Bhupendra
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;
  }

a {
  color: #ffffff;
  text-decoration:none;
  }

a:hover {
  color: #33CCFF;
  text-decoration:none;
  }

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; */
  margin: 0 auto;
  width: 950px;
  font-family: arial;
  text-align: center; /* IE Centering Technique */
  background: #000000 url(images/bg.gif) no-repeat top center;
  }

#wrapper {
  text-align: left; width:945px;/*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: 4px;
  background: url(images/bgbottomwhite1111.gif) left bottom no-repeat;
  }

#header {
  margin: 0;
  padding: 0 0 0 0; 
 background:transparent url(images/header-img/header-bg.png) no-repeat scroll 0 0; 
  height:331px;
  width:945px;
  }

#header-img {
  margin: 0;
  padding: 0 0 0 0;
  background:transparent url(images/header/top-header.jpg) no-repeat scroll right top;
  height:330px;
  width:945px;
  }

#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 {
   height: 28px;
   padding:5px 5px 5px 0;
   /* margin-left: 5px;
  padding-top: 8px;
  background: #ccc;
  background: url(images/search.gif) left 3px no-repeat;
  width: 213px; */
  }

#searchform div {margin:0; padding:0;}

*: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: 170px;
  background: #ffffff;
  color:#000000;
  border: none;
  height:18px;
  padding:4px;
  }

#searchbutton {
  background:#666666 none repeat scroll 0 0;
  border:1px solid #CCCCCC;
  color:#CCCCCC;
  font-weight:bold;
  margin-left:8px;
  padding:3px;
  width:70px;
  }

#searchbutton:hover {
  cursor: pointer;
  background:#33CCFF;
  color:#333333; 
  }

#underheader {
  background:#999999 url(images/header/header-bg.gif) no-repeat scroll center bottom;
  }


#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: #33CCFF;
  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) 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: 920px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0;
  padding-left: 25px;
  }

#contentwrapper {
  float: left;
  width: 600px;
  }

#content { padding:9px 0 10px 0;  }

#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:0;
  font-size:9pt;
  }

.adsense_sidebar {
  text-align:center;
  margin:0 0 20px 0;
  font-size:9pt;
  }

.post {
  margin: 0px 0 10px 0;
  background:#333333 url(images/page-bg.gif) no-repeat scroll right top;
  border:1px solid #666666;
  padding:10px 0 0 0;
  width:598px;
  color:#ffffff;
  }

#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0 10px 0 0;
  font-weight: bold;
  }

#content h2 {
  font-size: 14pt;
  color:#ffffff;
  padding:0 10px 0px 0;
  }

#content h3 {
  color:#FFFFFF;
  font-family:arial;
  font-size:21px;
  padding-bottom:10px;
  letter-spacing:1px;
  }

#content h4, #content h5, #content h6 {
  font-size: 11pt;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
color:#FFFFFF;
font-size:28px;
text-transform:uppercase;
text-decoration:none;
  }

h2.postTitle a {
color:#FFFFFF;
font-size:28px;
text-transform:uppercase;
text-decoration:none;
  }

h2.postTitle a:hover {
  color: #33ccff;
  text-decoration:none;
  }

.postMeta {
  padding: 0px 10px 12px 0;
  font-size: 10px;
  font-weight:bold;
  color: #ffffff;
  text-transform:uppercase;
  }

.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 .tags {
  background: url(images/tags.gif) left no-repeat;
  padding: 0 0 0 15px;
  }


.postMeta a {
  text-decoration: none;
  }

.postContent img {  margin: 0;  border: 0px solid #CCC; color:#ffffff; padding:0 10px 0 0;  }

#content p {
  padding: 5px 0;
  text-align:left;
  /* color: #ffffff; */
  }

.postContent p {
  padding: 5px 8px;
  font-size: 14px;
  color: #ffffff;
  text-align:left;
  line-height:20px;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #ffffff;
  }
/* .postContent{background:#333333 url(images/hr-bg.gif) no-repeat scroll right bottom;
border-bottom:1px solid #666666;padding-bottom:43px;} */

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 5px -25px; 
  width: 574px;*/
 width: 542px;
 padding:12px;
  font-size:12px;
  line-height:18px;
  }

.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: #ffffff;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  color:#33CCFF;
  text-decoration: none;
  }


.comment input {
  color:#999999;
font-family:arial;
font-weight:bold;
padding:5px;
  }

.comment textarea {
  color:#999999;
font-family:arial;
font-weight:bold;
padding:10px;
/*width:510px;*/
width:492px;
margin-bottom:10px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/submit.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  margin-left:12px;
  }

.comment #submit:hover {
  cursor: pointer;
  background: url(images/submit-hover.gif) left top no-repeat;
  }

.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  font-size: 10pt;
  }

.navigation a {
  text-decoration: none;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }


/* Start of sidebar */

#allsidebars {
  width:300px;
  float:right;
  }


/* Sidebar top welcome box */

.sidebarswrapper {
  margin-top: 0px;
  padding-top: 9px;
  width: 355px;
  background: url(images/bgsidebartop.gif) left top no-repeat;
  }

.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: 300px;
  margin-top: 10px;
  }

.sidebar1 {
  width: 140px;
  float:left;
  }

.sidebar2 {
  width: 140px;
  float:left;
  padding-left:20px;
  }

.sidebarsB h2 {
  padding: 8px 12px;
  font-size: 16px;
  color: #CCCCCC;
  background: #333333 url(images/sidebar_h2.gifx) left no-repeat;
  margin-bottom: 3px;
  text-transform:uppercase;
  font-family:arial;
  border-bottom:1px solid #666666;
  }

.sidebarsB table {
  width: 160px;
  }

.sidebarsB ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebarsB ul li {
  margin-bottom: 10px;
  padding: 0;
  }

#tag_cloud-4 div, #text-18 div{ padding:10px; color:#CCCCCC;  }

.sidebarsB li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  background:#333333;
  }

.sidebarsB li ul {
  padding-bottom:7px;
  }

.sidebarsB ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #222;
  background: url(images/bullet.gifx) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

.sidebarsB a {
  display: block;
  color: #C4C4C4;
  text-decoration: none;
  display: inline;
  }

.sidebarsB a:hover {
  color: #33CCFF;
  text-decoration: none;
  }

.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: #cccccc;
  text-align: left; /* IE Centering Technique */
  background: #333333;
  border:1px solid #666666;
  padding:10px 20px 35px 20px;
  width:880px;
  margin-left:26px;
  text-transform:uppercase;
  }

#footer p {
color:#999999;
font-family:arial;
font-size:11px;
font-weight:bold;
padding:0;
text-align:center;
margin-top:4px;
  }

#footer a {
  color: #999999;
  text-decoration:none;
  }

#footer a:hover {
  color: #33CCFF;
  text-decoration:none;
  }

#credits {
  clear: both;
  margin: 0 auto;
  line-height: 19px;
  }


/* Extras */

.cleared {
  clear: both;
  }

.left {  float:left;  }
.right {  float:right;  }

.pageno {float:left; }

#nextprevious {
float:left;
font-size:20px;
padding:0;
width:50%;
color:#ffffff;
  }


.commentbody {
border-left:3px solid #484848;
float:right;
padding-left:6px;
width:435px;
  }


.sidebaritem {  border:1px solid #727272;}
.share{background:#191919 none repeat scroll 0 0;
color:#999999;
font-family:arial;
font-size:16px;
font-weight:bold;
padding:10px 20px 10px 20px;
border-left:1px solid #666666;
border-right:1px solid #666666;
border-top:1px solid #666666;
}

.kissmyblog{/* border:1px solid #727272; */ height:76px;margin-bottom:10px;background:transparent url(images/my-blog.gif) no-repeat scroll 0 0;color:#FFFFFF;font-family:arial;font-size:76px;font-weight:bold;padding:10px;}
.kdate{float:right;height:76px;}
.kcat{float:left;min-width:47%;height:76px;}
.sfacebook{background:transparent url(images/facebook-icon.gif) no-repeat scroll right 0;padding-right:22px;padding-left:12px;}
.stwitter{background:transparent url(images/twitter-icon.gif) no-repeat scroll right 0;padding-right:22px;padding-left:8px;}
.semail{background:transparent url(images/email-icon.gif) no-repeat scroll right 0;padding-right:22px;padding-left:8px;}

.sfacebook a {color:#909090;text-decoration:none;}
.sfacebook a:hover {color:#33CCFF;text-decoration:none;}
.stwitter a {color:#909090;text-decoration:none;}
.stwitter a:hover {color:#33CCFF;text-decoration:none;}
.semail a {color:#909090;text-decoration:none;}
.semail a:hover {color:#33CCFF;text-decoration:none;}
.bottomimg{background:#333333 url(images/hr-bg.gif) no-repeat scroll right top;height:50px; border-bottom:1px solid #808080;}
.leavecomment{float:left;font-family:arial;font-size:11px;font-weight:bold;padding-left:10px;padding-top:4px;}
.leavecomment a{color:#8B8B8B;text-decoration:none;}
.leavecomment a:hover{color:#33CCFF;text-decoration:none;}
.newsletter {/* background:transparent url(images/newsletter.gif) no-repeat scroll 4px 4px; */
border-left:6px solid #FF0066;
font-family:arial;
font-size:13px;
font-weight:bold;
line-height:16px;
padding:6px 6px 6px 4px;
text-transform:uppercase;}
.newsletter a{text-decoration:none;}
.newsletter a:hover{color:#33CCFF;text-decoration:none;}
.fbook {background:transparent url(images/facebook-icon2.gif) no-repeat scroll 10px 12px;
font-size:18px;font-weight:normal;padding:10px 10px 10px 38px;border-left:6px solid #FF0066;}
.twit {background:transparent url(images/twitter-icon2.gif) no-repeat scroll 10px 12px;
font-size:18px;font-weight:normal;padding:10px 10px 10px 38px;border-left:6px solid #FF0066;}
.rssfeed {background:transparent url(images/rss-icon.gif) no-repeat scroll 10px 12px;
font-size:18px;font-weight:normal;padding:10px 10px 10px 38px;border-left:6px solid #FF0066;}
.followfacebook{border:1px solid #666666;margin-top:10px;}
.CategoryTitle{background:#333333;border:1px solid #666666;color:#ffffff;font-size:20px;margin-bottom:20px;}
#content h2.CategoryTitle{background:#333333;border:1px solid #666666;color:#ffffff;font-size:20px;margin-bottom:10px; padding:15px;}

.comment{ background:#333333;border:1px solid #666666;padding:15px;}
.comment ol {padding:0px; margin:0px;}
.cauthor{color:#FFFFFF;font-family:arial;font-weight:bold;padding:15px 0 5px 0;text-transform:uppercase;font-size:14px;}
form{margin:0; padding:0;}
.cmt{padding-left:10px;}
.topnavi {float:left;
font-family:arial;
font-size:13px;
font-weight:bold;
padding:18px 0 0 472px;
text-transform:uppercase;
width:475px;}
.topnavi a {color:#cccccc; text-decoration:none;}
.topnavi a:hover {color:#FF0066; text-decoration:none;}
.topnavi ul li{padding-right:19px; list-style:none; float:left;}
.topnavi ul li h2{padding:0; margin:0;}
.topnavi ul .pagenav {padding:0; margin:0;}
.topnavi li.current_page_item a{color:#FF0066;text-decoration:none;}
.bottomnavi{float:left;
font-family:arial;
/* font-size:30px; */
font-weight:bold;
padding-left:26px;
padding-top:243px;
padding-bottom:0px;
width:920px;}
.bottomnavi ul {text-align:center;}
.bottomnavi ul li{list-style:none; /*float:left;*/}
.bottomnavi ul li h2{padding:0; margin:0;}
.bottomnavi li.current_page_item a{/* border-bottom:8px solid #FF0066; text-decoration:none; */}
.bottomnavi a:hover{/* border-bottom:8px solid #FF0066; */}
.bottomnavi span:hover{ /* border-bottom:8px solid #FF0066; */}
.bottomnavi2{padding-left:20px;padding-right:48px;}
.bottomnavi2 a:hover{/* border-bottom:8px solid #FF0066;*/}
.sponsors{background:#333333;border:1px solid #666666; padding:15px 13px 15px 13px;color:#999999;font-family:arial;
font-size:14px;font-weight:bold;text-transform:uppercase;}
.homelink a{color:#999999;float:right;font-family:arial;font-size:15px;font-weight:bold;padding-right:10px;padding-top:2px;text-transform:uppercase;}
.homelink a:hover{color:#33ccff;}
.cmt1{background:#191919 none repeat scroll 0 0;border:1px solid #666666;margin-bottom:10px;}
.cmt2{background:#333333 none repeat scroll 0 0;border:1px solid #666666;margin-bottom:0;padding:20px;}
.cmt3{color:#999999;font-family:arial;font-size:12px;line-height:18px;padding-top:5px;}
.cmt3 a {color:#999999;}
.cmt3 a:hover {color:#999999;text-decoration;none;}
.cmt4 p {color:#999999;}
.alt{background:#333333;}
.tfacebook{background:transparent url(images/facebook-follow.gif) no-repeat scroll 0 0;color:#00CCFF;
font-family:arial;font-size:12px;font-weight:bold;padding:10px 12px 10px 178px;}
.tfacebook a{color:#00CCFF;text-decoration:none;}
.tfacebook a:hover{color:#33CCFF;text-decoration:none;}
.tfacebook li{list-style:none;}
/*  .navi{height:28px;margin:0 13px;}
.navi1{height:28px;margin:0 13px;width:83px;}
.navi2{height:28px;margin:0 20px;width:80px;}
.navi3{height:28px;margin:0 17px;width:138px;}
.navi4{height:28px;margin:0 17px;width:125px;}
.navi5{height:28px;margin:0 20px;width:139px;}
.navi6{height:28px;margin:0 13px;width:127px;} */

li#text-9, li#text-5{
margin-bottom:10px;
}

/* Header Menu Bar */
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/* border: 1px solid #BBB; */
width: 100%;
background: /* url(chromebg.gif) center center repeat-x; */ /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
/* border-right: 1px solid #DADADA; */
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/* background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
border-bottom:8px solid #ff0066;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
opacity:0.8;
}


.dropmenudiv a{
background:#333333 none repeat scroll 0 0;
border-bottom:1px solid #8A8A8A;
color:#FFFFFF;
display:block;
font-family:arial;
font-size:14px;
font-weight:bold;
opacity:1;
padding:5px 0;
text-decoration:none;
text-indent:10px;
text-transform:uppercase;
width:auto;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #333333;
color:#FFFFFF;
text-decoration:none;
}
.sidebarsB ul ul li.odd{
padding:10px 12px 9px 14px;
background:#5A5A5A;
background:url(images/li.gray.light.gif) repeat-x;
font-weight:bold;
}

.sidebarsB ul ul li.even{
padding:10px 12px 9px 14px;
background:#3C3C3C;
background:url(images/li.gray.dark.gif) repeat-x;
font-weight:bold;
}

li#advancedrecentposts-3 h2{
margin-bottom:0;
padding:9px 13px;
border-bottom:none;
}

.sidebarsB li ul.advanced-recent-posts{
padding-bottom:0;
}
table.shop p{
padding-left:0;
}
table.shop td{
padding:1px 0 11px;
font-size:14px;
}

table.team p{
padding-left:0;
}
table.team td{
padding:1px 0 11px;
font-size:14px;
}

div.sidebarsB#sb2 ul{
margin-bottom:0;
padding-bottom:0;
}

.postContainer{
padding:0 20px;
}

.commentUnit{
height:20px;
padding:10px 0 0 10px;
}

.press-img{
display:block;
}

div#nextprevious div.left{
margin-right:8px;
}

#search-3{
border-left:6px solid #FF0066;
padding:5px 5px 5px 20px;}

form {margin:0; padding:0;}
#secureimgdiv {width;535px; padding-left:12px;}
.sform{float:left;}

.textwidget{
padding:10px;
color:#cccccc;
}

/*fix for google sidebar map */

li#text-2 .textwidget, li#text-9 .textwidget, li#text-5 .textwidget, li#text-6 .textwidget, li#text-7 .textwidget, li#text-8 .textwidget{
padding:0;
}

.addtocart {background: url(images/cart2.jpg) no-repeat;border:0;width:160px;height:29px;display:block;}

.addtocart a{background: url(images/cart2.jpg) no-repeat;border:0;width:160px;height:29px;display:block;}

.addtocart a:hover{background: url(images/addto-cart.gif) no-repeat;width:160px;height:29px;display:block;cursor:pointer;}

.related {background:#333333 none repeat scroll 0 0;border:1px solid #666666;font-family:arial;
font-size:14px;line-height:20px;margin:10px 0;padding:15px 20px 20px 20px;}
.related ul{list-style-type:none;margin-left:3px;padding-top:10px;}

#query-posts-3 ul {margin:0;padding:0;}
#query-posts-3 h2 {margin:0 0 -1px 0;}

.ngg-gallery-thumbnail img{
padding:0 !important;
}
#recaptcha_widget_div{
padding:0 0 15px 10px;
}

p.recaptcha-error{
padding-left:10px;
}
#scroll-rss-feed{
border:none;
}
li#facebookconnector{
padding:10px;
color:#333333 !important;
}

.fbconnect_share{
border:none !important;
}

.fbconnect_share a{
color:#33CCFF;
font-size:12px;
}

p.wp-caption-text{
margin-right:10px;
}

.wp-caption-text{
font-style:italic !important;
font-size:12px !important;
text-align:center !important;
}