/*
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/
*/


/*
Background Design
*/

body.custom {
background:#111111 none repeat scroll 0 0;
font-family:Georgia,"Times New Roman",Times,serif;
}

/*
Page Design
*/

.custom #page {
background:transparent none repeat scroll 0 0;
margin-bottom:20px;
margin-top:130px;
padding:2.2em;
}

/*
Content Design
*/

.custom #content {
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
-webkit-border-bottom-left-radius:15px;
-webkit-border-bottom-right-radius:15px;
-webkit-border-top-left-radius:15px;
-webkit-border-top-right-radius:15px;
background:#FFFFFF url(images/joshlarge.png) repeat scroll center top;
float:left;
padding-left:10px;
width:60.4em;
margin-top:-8px;
}

/*
Content box Design
*/

.custom #content_box {
background:transparent none repeat scroll 0 0;
margin-left:-20px;
width:105%;
border-top:none;
}

/*
This styles the header
*/

/* HEADER */

.custom #header #tagline {
color:#111111;
font-weight:normal;
font-size: 10px;
line-height: 0px;
width: 0px;
}

.custom #header #logo a, .custom #header #logo a:visited {
color:#111111;
font-weight:normal;
}

.custom #header {
border-bottom:0 double #DDDDDD;
clear:both;
margin-top: -38px;
}

.custom #header #logo {
	text-indent: -9999px;
}

.custom #header #logo a {
background:transparent url(images/joshhead.png) no-repeat scroll 0 0;
display:block;
float:left;
height:478px;
margin-left:-25px;
margin-top:-132px;
position:relative;
text-align:center;
width:400px;
}

.custom #header #logo a, .custom #header #logo a:visited {

	font-weight: normal;

	color: #111111;

}

.custom #header #logo a:hover {

	color: #111111;

	text-decoration: none;

}

.custom #tagline {
background:transparent none repeat scroll 0 0;
text-indent: -9999px;
line-height: 0px;
margin-top: -5px;
width: 5px;
height: 5px;
}


/*
This styles top right header
*/

.custom #deadlybox {
background:transparent none repeat scroll 0 0;
float:right;
height:118px;
margin-right:440px;
margin-top:-112px;
text-align:right;
width:100px;
}

/*
This styles the menu bar
*/

.custom .menu {
border:medium none;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:0;
margin-left:0px;
margin-top:330px;
}

.custom .menu a {
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
-webkit-border-top-left-radius:8px;
-webkit-border-top-right-radius:8px;
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
border-bottom-left-radius:8px;
border-bottom-right-radius:8px;
-webkit-border-bottom-left-radius:8px;
-webkit-border-bottom-right-radius:8px;
border-width:0.091em 0.091em 0.091em 0;
font-size:10px;
line-height:12px;
padding:8px 16px;
}

.custom .menu li {
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
background:#111111 none repeat scroll 0 0;
border-style:solid;
border-width:2px;
color:#FFFFFF;
padding:2px;
}

.custom .nav, .menu li ul {
border:none;
}

.custom .menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover {
background:transparent url(images/joshbluegrad.png) repeat-x scroll 0 0;
border:medium none;
color:#FFFFFF;
}

.custom .menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover {
background:#3C77FF none repeat scroll 0 0;
border:medium none;
color:#111111;
}

.custom .menu a, .menu .current ul a, .menu .current-cat ul a {
background:#EFEFEF none repeat scroll 0 0;
border:medium none;
color:#111111;
}

/*
This styles sidebar titles
*/

.custom #sidebars {
border:0 none;
float:right;
margin-top:-450px;
width:29.2em;
}

.custom .sidebar h3 {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
background:#111111 none repeat scroll 0 0;
color:#FFFFFF;
font-size:19px;
line-height:1.385em;
margin-bottom:0.692em;
padding:3px;
text-align:center;
}

.custom .custom .headline_area h1, .headline_area h2 {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
background:#3C77FF url(images/joshbluegrad.png) repeat-x scroll 0 0;
background-position:center;
font-size:34px;
line-height:1.364em;
padding:15px;
width:95%;
}

/*
This styles the footer widgets
*/

.custom #footerwidgets div.col {
float:left;
margin:30px 10px 5px 23px;
padding-left:0;
text-align:center;
width:29%;
}

/*
This styles widgets and Sidebars
*/

.custom .sidebar ul.sidebar_list {
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
-webkit-border-bottom-left-radius:15px;
-webkit-border-bottom-right-radius:15px;
-webkit-border-top-left-radius:15px;
-webkit-border-top-right-radius:15px;
background:#FFFFFF none repeat scroll 0 0;
margin-bottom:17px;
padding:12px 12px 0;
}

/*
This styles the footer
*/

.custom #footer {
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
-webkit-border-bottom-left-radius:15px;
-webkit-border-bottom-right-radius:15px;
-webkit-border-top-left-radius:15px;
-webkit-border-top-right-radius:15px;
background:#FFFFFF none repeat scroll 0 0;
line-height:30px;
padding:14px 14px 55px;
}

.custom #footer p {
font-size:1.2em;
line-height:1.667em;
padding-bottom:8px;
}

/*search box positioning*/

.custom #s {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
float:right;
font-size:17px;
margin-left:0;
margin-right:-18px;
margin-top:-115px;
padding:7px 9px 9px;
position:relative;
border:1px solid #000000;
width:237px;
background:#3C77FF url(images/joshbluegrad.png) repeat-x scroll 0 0;
background-position:center;
color:#ffffff;
}

/*Styles MMbox*/

.custom #image_box, #video_box, #custom_box {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
padding:1.1em;
background:#3C77FF url(images/joshbluegrad.png) repeat-x scroll 0 0;
border:0 none;
}

.custom #multimedia_box {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
padding:0px;
background:#3C77FF url(images/joshbluegrad.png) repeat-x scroll 0 0;
border:0 none;
}

.custom #image_box img {
background:#FFFFFF none repeat scroll 0 0;
border-color:#BBBBBB;
border-style:solid;
border-width:0px;
display:block;
border-width:0.1em;
height:197px;
padding:0.1em;
width:267px;
}

/*
optinbox code
*/

#optinbox h3 {
background:transparent none repeat scroll 0 0;
padding-top:25px;
}

.sidebarbox1, #optinbox {
background:transparent url(images/optinbox.png) no-repeat scroll 0 0;
border:0 solid #999999;
color:#FFFFFF;
height:291px;
line-height:22px;
margin-bottom:-32px;
margin-left:0;
margin-top:0;
padding:61px 5px 11px 6px;
text-align:center;
width:258px;
}

#optinnote {
padding:0;
width:240px;
}

#advertisements {
text-align:center;
}

#advertisements h3 {
background:transparent none repeat scroll 0 0;
padding-top:25px;
}

/*This Styles Optin Input boxes*/

.custom .sidebar input[type="text"], .sidebar input[type="submit"] {
font-family:Georgia,"Times New Roman",Times,serif;
margin-bottom:3px;
margin-left:5px;
margin-top:3px;
padding:2px;
width:119px;
}

.custom input, textarea {
background:#EEEEEE none repeat scroll 0 0;
border-color:#AAAAAA #DDDDDD #DDDDDD #AAAAAA;
border-style:solid;
border-width:1px;
color:#444444;
font-size:1em;
}

/*Partners Box*/

.custom li.widget ul li {
float:left;
font-size:17px;
margin-bottom:0.692em;
margin-left:12px;
}

/*Removes Comments Are Closed Statement*/

.custom .comments_closed p {
color:#888888;
display:none;
letter-spacing:1px;
text-transform:uppercase;
}

.custom .format_text .to_comments {
font-size:0.857em;
line-height:1.833em;
margin-bottom:1.833em;
margin-top:15px;
}

/*--- :[ custom teasers ]: ---*/

.custom .teasers_box {
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-moz-border-radius-topleft:7px;
-moz-border-radius-topright:7px;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
background:#3c77ff url(images/joshbluegrad.png) repeat-x scroll 0 0;
border:1px solid #0f1e40 !important;
margin-bottom:10px;
margin-left:0px;
padding:2.2em 0 2.2em 13px;
width:580px;
display:none;
}

.custom .teaser {
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-moz-border-radius-topleft:7px;
-moz-border-radius-topright:7px;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
background:#3c77ff url(images/joshbluegrad.png) repeat-x scroll 0 0;
border:1px solid #0f1e40;
height:362px;
color:#ffffff;
margin-left:-4px;
margin-right:9px;
padding-left:8px;
padding-right:8px;
padding-top:6px;
width:265px;
}

.custom .teaser h2 {
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-moz-border-radius-topleft:7px;
-moz-border-radius-topright:7px;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
background:#3C77FF url(images/joshbluegrad.png) repeat-x scroll 0 0;
background-position:center;
font-size:20px;
line-height:1.375em;
padding:8px;
text-align:center;
color: #ffffff;
}

.custom .teaser .teaser_author a, .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a {
border-bottom:1px solid #EEEEEE;
color:#888888;
font-size:14px;
letter-spacing:1px;
margin-left:2px;
margin-right:105px;
text-transform:uppercase;
}

.custom .teaser .teaser_link {
float:right;
font-size:17px;
line-height:1.5em;
margin-right:0;
margin-top:0px;
color:#cf0f21;
}

.custom .top {
border:1px solid #0f1e40;
}

/*--- :[ Custom Headline Text & image styling ]: ---*/

.custom .headline_area img.alignright {
margin:20px 0 2.2em 2.2em;
}

.custom .headline_meta {
font-size:11px;
line-height:1.8em;
}

.custom .headline_area h1, .headline_area h2 {
font-size:34px;
line-height:1.364em;
}

.custom .post_box {
border:0 none;
padding-top:2.2em;
}

.custom #archive_info h1 {
display:none;
}

.custom #archive_info {
border:medium none;
padding-bottom:1.1em;
padding-top:1.1em;
}

.custom #archive_info p {
font-size:0;
line-height:1em;
margin-bottom:1.1em;
margin-top:10px;
}

.custom table#wp-calendar caption {
background:#3C77FF none repeat scroll 0 0;
font-weight:normal;
letter-spacing:2px;
text-transform:uppercase;
}