/*

File:			custom.css

Description:	Custom styles for Thesis



BASIC USAGE:



If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 

will be appended with the "custom" class, like so: <body class="custom">. You can use 

the "custom" class to override *any* CSS declarations contained in the style.css file.



For example, if you wish to change the default link color to green, you would add the 

following declarations to this file:



	.custom a, .custom a:visited { color: #090; }	<--- This makes links green

	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them



WHY THIS WORKS:



By using the "custom" class, you are creating more specific CSS declarations for HTML

elements. CSS styling is applied through rules of specificity, and because declarations

prepended with .custom are more specific, they get applied when the page is rendered!



More information about styling your Thesis installation using this file can be found

in the User's Guide:

	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/

*/



body.custom{ background:#245E12 url(http://oneclickcustomers.com/images/bg.png) 0 0 repeat; }

.custom .menu .current a, .custom .menu .current a:hover, .custom .menu .current-cat a, .custom .menu .current-cat a:hover, .custom .menu .current-menu-item a, .custom .menu .current-menu-item a:hover, .custom .menu a {

	font-weight:bold;

}

.custom .menu, .custom .menu a, .custom .menu li ul{

border-color: #AAAAAA;

border-top: medium none;

}

.custom .menu, .custom .menu a, .custom .menu li ul {

background: #ffffff; /* old browsers */

background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%); /* firefox */



background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* webkit */



filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* ie */



background: -o-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* opera */

}

.custom .menu{

    -moz-box-shadow: 0 0 5px #333333;

    -webkit-box-shadow: 0 0 5px #333333;

    box-shadow: 0 0 5px #333333;

    border: 1px solid #AAAAAA;

    margin-left: -10px;

    margin-right: -10px;

    padding: 0 10px;

}

.custom .menu .current a, .custom .menu .current a:hover, .custom .menu .current-cat a, .custom .menu .current-cat a:hover, .custom .menu .current-menu-item a, .custom .menu .current-menu-item a:hover{

background: transparent;

}

.custom .menu a:hover, .custom .menu .current ul a:hover, .custom .menu .current-cat ul a:hover, .custom .menu .current-parent a:hover, .custom .menu .current-menu-item ul a:hover, .custom .menu .current-menu-ancestor a:hover {

	background: #e1e1e1; /* old browsers */

background: -moz-linear-gradient(top, #e1e1e1 0%, #ffffff 100%); /* firefox */



background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(100%,#ffffff)); /* webkit */



filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff',GradientType=0 ); /* ie */



background: -o-linear-gradient(top, #e1e1e1 0%,#ffffff 100%); /* opera */

}

.custom #page{

padding: 0;

-moz-border-radius: 20px;

-webkit-border-radius: 20px;

border-radius: 20px;

margin: 30px 0;

}

.custom #header{

padding:1.1em;

border-bottom: medium none;

}

.custom #content{

padding: 0 20px 0 10px;

width: 650px;

}

.custom #sidebars{

width:320px;

}

.custom .sidebar ul.sidebar_list{

padding:0;

}

.custom #container {

width:1000px;

}

.custom #content_box {

background:#fff url(http://oneclickcustomers.com/images/sidebarbg.png) 679px 0 repeat-y;

}

.custom #footer{

border: none medium;

padding:10px;

background:#333;

}

.custom #footer, .custom #footer a {

color:#bbb;

}

.custom .headline_area h1, .custom .headline_area h2, .custom #archive_intro h1, .custom .teaser h2 {

font-size:24px;

font-weight:normal;

}

.custom .teaser {

width: 100%;

border-bottom: 1px solid #ddd;

margin: 20px 0;

position:relative;

}

.custom .teaser .teaser_date, .custom .headline_meta abbr.published {

    background: url("http://www.oneclickcustomers.com/images/calendar-small-month.png") no-repeat scroll 0 -2px transparent;

    padding-left:15px;

}

.custom .socialbuttons{

padding:5px 20px 0;

background: #EEE;

border: 1px solid #DDD;

-webkit-border-radius:5px;

-moz-border-radius:5px;

border-radius:5px;

margin: 20px 15px 10px 0;

position:absolute;

left:0;

top:170px;

}

.custom .teaser .post_image_link img.alignleft{

margin-bottom: 108px;

}

.custom .socialbuttons .fbook, .custom .socialbuttons .tweet{

float:left;

}

.custom .socialbuttons .fbook{

padding-top:2px;

}



.custom .teaser .teaser_link {

background-image: url(http://www.oneclickcustomers.com/images/arrow.png);

background-color: #E0E0E0;

background-position: 10px 50%;

background-repeat: no-repeat;

display: block;

float: right;

padding: 1px 14px 2px 34px;

-webkit-border-radius: 4px;

-moz-border-radius: 4px;

border-radius: 4px;

margin: 15px 0;

color: #093754;

font-size: 13px;

line-height: 22px;

}

.custom .teaser .teaser_link:hover {

background-color:#50B948;

color:#FFF;

background-image:url(http://www.oneclickcustomers.com/images/arrow-hover.png);

}



.custom h1, .custom h2, .custom h2 a {

    color: #006EB6;

	line-height:26px;

}

.custom a, .custom h2 a:hover, .custom #logo a:hover{

    color: #50B948;

}

.custom #sidebars .sidebar #search, .custom li.widget{

width:auto;

margin-bottom:20px;

padding: 0 21px;
background-color:#458d30;
background: url("http://www.oneclickcustomers.com/images/widgetfoot.png") no-repeat scroll left bottom transparent;

}

.custom #sidebars .sidebar #search{

background-color:#AAAAAA;

}

.custom #sidebars .sidebar #search input{

background: url("http://www.oneclickcustomers.com/images/search_icon.png") no-repeat scroll right top #FFFFFF;

border: 1px solid #777777;

margin: 15px 0;

padding-right: 24px;

width: 90%;

}

.custom #sidebars .sidebar #search p{

margin:0;

}

.custom .sidebar h3{

font: bold 18px/24px arial,sans-serif;

margin-bottom: 15px;

background: url("http://www.oneclickcustomers.com/images/widgetfoot.png") no-repeat scroll left bottom transparent;

padding-bottom: 5px;

}

.custom li.widget ul, .custom li.widget ul li {

overflow:hidden;

}

.custom li.widget ul.recent-posts li img{

    border: 1px solid #AAAAAA;

    float: left;

    margin-right: 10px;

}

.custom li.widget ul.recent-posts li span{

    color: #666666;

    display: block;

    font-size: 14px;

    font-weight: bold;

    padding-top: 5px;

    text-shadow: 1px 1px 0 #FFFFFF;

}

.custom li.widget ul.recent-posts a{

    background: transparent;

    display: block;

    overflow: hidden;

    padding: 5px;

}

.custom li.widget ul.recent-posts a:hover{

    background: none repeat scroll 0 0 #D8D8D8;

    text-decoration:none;

}

.custom .sidebar .subscribeform{

    background: url("http://www.oneclickcustomers.com/images/subscribe-box.png") no-repeat scroll 0 0 transparent;

    clear: both;

    height: 146px;

    margin-left: -18px;

    overflow: hidden;

    padding-bottom: 15px;

    width: 300px;

    position:relative;

}

.custom .sidebar .subscribeform p{

    color: #FFFFFF;

    font-size: 11px;

}

.custom .sidebar .subscribeform .getmail{

    margin-left: 95px;

    margin-top: 45px;

    margin-bottom:5px;

}

.custom .sidebar .subscribeform input[type="text"]{

    background: url("http://www.oneclickcustomers.com/images/textbox-gb.png") no-repeat scroll 0 0 transparent;

    border: medium none;

    font-size: 12px;

    height: 24px;

    margin-left: 95px;

    padding: 2px 5px;

    width: 130px;

}

.custom .sidebar .subscribeform .submit{

    background: none repeat scroll 0 0 transparent;

    border: medium none;

    display: block;

    float: right;

    margin-right: 10px;

}

.custom .sidebar .subscribeform .socialicons{

    margin-left: 45px;

    margin-top: 13px;

    overflow: hidden;

}

.custom .sidebar .subscribeform .socialicons img{

    display: block;

    float: left;

    margin-left: 10px;

}

.custom .sidebar .subscribeform .socialicons span{

    float: left;

    margin-top: 5px;

}

.custom .SocialBookmark{

background: none repeat scroll 0 0 #EDF3F4;

border: 1px solid #E5E5E5;

color: #4A4A4A;

font: 13px/20px arial,sans-serif;

overflow: hidden;

padding: 10px;

text-shadow: 1px 1px 0 #FFFFFF;

}

.custom .SocialBookmark .SBleft{

float: left;

margin-right: 14px;

width: 298px;

}

.custom .SocialBookmark .SBright{

float: left;

width: 282px;

}

.custom .SocialBookmark h4{

color: #006EB6;

font-size: 15px;

}

.custom .SocialBookmark p{

margin-bottom: 10px;

}

.custom .teaser .format_teaser, .custom .format_text p, .custom .format_text li {

font: normal 13px/21px Arial, sans-serif;

color:#4A4A4A;

}

.custom .format_text ul ul{

list-style-type:circle;

}

.custom .format_text .imagebox{

margin-bottom: 30px;

overflow: hidden;

font-size: 12px;

font-style: italic;

text-align: center;

background-color: #F4F4F4;

border: 1px solid #DDD;

padding: 20px;

padding-bottom: 15px;

}

.custom .format_text .imagebox img{

background-color: #F4F4F4;

border: 1px solid #898989;

margin: auto;

}

.custom .format_text .bigdownload{

font-size: 20px;

font-weight: bold;

text-decoration: none;

text-transform: uppercase;

border-bottom:none;

}

.custom .format_text .bigdownload:hover{

border-bottom:1px dotted #50B948;

}

.custom .format_text .attribution{

margin-bottom: 30px;

overflow: hidden;

font-size: 12px;

background-color: #F4F4F4;

border: 1px solid #DDD;

padding: 20px;

padding-bottom: 15px;

}

.custom .format_text .attribution .cclicense{

font-size:11px;

width:240px;

float:left;

color:#4A4A4A;

}

.custom .format_text .attribution .cclicense a{

color:#006EB6;

}

.custom .format_text .attribution .copycode{

width:324px;

float:left;

margin-right:10px;

}

.custom .format_text .attribution .copycode textarea

{

background: none repeat scroll 0 0 #FFFFFF;

    font-family: monospace;

    font-size: 12px;

    height: 81px;

    width: 94%;

}

.custom .post_box, .teasers_box{

border:0px;

}

.custom .teasers_box{

padding:0px;

}



.custom .headline_meta{

    background: none repeat scroll 0 0 #F4F8F9;

    border: 1px solid #E6F0F2;

    display: block;

    padding: 5px;

}



.custom #sidebars .sidebar .widget_twitter{

/*background: #49c0f0;

background: -moz-linear-gradient(top, #49c0f0 0%, #2cafe3 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49c0f0), color-stop(100%,#2cafe3));

background: -webkit-linear-gradient(top, #49c0f0 0%,#2cafe3 100%); 

background: -o-linear-gradient(top, #49c0f0 0%,#2cafe3 100%); 

background: -ms-linear-gradient(top, #49c0f0 0%,#2cafe3 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#2cafe3',GradientType=0 ); 

background: linear-gradient(top, #49c0f0 0%,#2cafe3 100%); */

background:#458d30;

overflow: hidden;

padding-left: 4px;

margin-top:-21px;

}



.custom #sidebars .sidebar .widget_twitter h3{

background: none repeat scroll 0 0 transparent;

color: #FFFFFF;

margin-bottom: 0;

padding: 5px;

text-align: center;

}



.custom #sidebars .sidebar .widget_twitter h3 a{

color: #FFFFFF;

text-shadow: 1px 1px 3px #000000;

}



.custom #sidebars .sidebar .widget_twitter li div{

-moz-border-radius: 7px;

-webkit-border-radius: 7px;

border-radius: 7px;

background: none repeat scroll 0 0 #FFFFFF;

border: 1px solid #CCCCCC;

padding: 5px;

}

.custom #sidebars .sidebar .widget_twitter li{

background: url("http://www.oneclickcustomers.com/images/tweetbird.png") no-repeat scroll 0 7px transparent;

padding-left: 28px;

}

.custom #sidebars .sidebar .widget_twitter li:before{

background:url("http://www.oneclickcustomers.com/images/tweetbird.png");

}

.custom #sidebars .sidebar .widget_twitter .twitter-user, .custom #sidebars .sidebar .widget_twitter .entry-content a{

color: #fff;

}

.custom #sidebars .sidebar .widget_twitter .entry-meta, .custom #sidebars .sidebar .widget_twitter .entry-meta a{

font-size:11px;

color:#aaa;

}

/*

-------- pagenavi-----------------------------------

*/

.wp-pagenavi { margin: 15px 0px 15px 0px; }

.wp-pagenavi a, .wp-pagenavi a:link { font-size:11px; padding: 5px 9px; margin: 2px; text-decoration: none; border: 1px solid #e1e1c8; color: #413f36; background-color: #eeeeee; }

.wp-pagenavi a:visited { font-size:11px; padding: 4px 9px; margin: 2px; text-decoration: none; border: 1px solid #e1e1c8; color: #413f36; background-color: #eeeeee; }

.wp-pagenavi a:hover { font-size:11px; border: 1px solid #608e7a; color: #FFF; background-color: #309327; }

.wp-pagenavi a:active { font-size:11px; padding: 4px 9px; margin: 2px; text-decoration: none; border: 1px solid #e1e1c8; color: #413f36; background-color: #eeeeee; }

.wp-pagenavi span.pages { font-size:11px; padding: 4px 9px; margin: 2px 2px 2px 2px; color: #000000; border: 1px solid #e1e1c8; color: #413f36; background-color: #eeeeee; }

.wp-pagenavi span.current { font-size:11px; padding: 4px 9px; margin: 2px; font-weight: bold; border: 1px solid #608e7a; color: #FFF; background-color: #309327; }

.wp-pagenavi span.extend { font-size:11px; padding: 4px 9px; margin: 2px; border: 1px solid #608e7a; color: #FFF; background-color: #309327; }