/*
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 - image background and see through content area page
*/

body.custom {background:#646cc0 repeat fixed 0 0;}

.custom #content_box {
background:#FFFFFF url(images/dot-ddd.gif) repeat-y scroll 73.4em 0;
width:100%;
}
	
.custom #page {
background:#FFFFFF none repeat scroll 0 0;
margin-top:0px;
margin-bottom:15px;
width:95.1%;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
-webkit-border-bottom-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}

.custom #container {
background:transparent none repeat scroll 0 0;
margin-top:0px;
margin-bottom:15px;
}

/* DoubleMule Clickable Header v. 1.0 */

.custom #header 
{
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom:3px double #DDDDDD;
clear:both;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
}

.custom #header #logo a {
background:transparent url(http://creatingyourfreedom.com/wp-content/themes/thesis/custom/images/monicaheader.jpg) no-repeat scroll center center;
border:0 none;
color:#000000;
display:block;
height:249px;
margin-bottom:-48px;
margin-left:-22px;
margin-top:-22px;
padding:0;
text-indent:-9999px;
width:920px;
}

.custom #header #tagline {
background:transparent none repeat scroll 0 0;
color:#4386EA;
font-size:18px;
margin-bottom:21px;
margin-top:0px;
text-indent:-9999px;
}

/*
Sidebar styling
*/

.custom .sidebar h3 {
background:#646cc0 repeat fixed 0 0;
color:#FFFFFF;
font-size:21px;
line-height:1.2em;
margin-bottom:18px;
padding:0 8px 4px 5px;
text-align:center;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-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;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
}

.custom .headline_area h1, .headline_area h2 {
font-size:30px;
line-height:1.364em;
margin-top:-7px;
color:#646cc0;
}

/*
Footer styling
*/

.custom #footer p {
font-size:1.2em;
line-height:1.667em;
margin-bottom:10px;
margin-top:3px;
}

/*
/nav styling
*/

.custom ul.menu li a:hover {
color:#F4B937;
text-decoration:none;
background:#646cc0 repeat scroll 0 30px;
}

.custom .menu {
background:transparent repeat scroll 0 30px;
color:#ffffff;
height:30px;
border-top:0px !important;
border:0px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
margin-top:-2px;
margin-left:130px;
}

.custom .menu a {
border-top:0px !important;
}

.custom ul.menu li a {
background:#646cc0 repeat scroll 0 30px;
border-color:#646cc0;
color:#FFFFFF;
font-size:12px;
padding:0.545em 0.818em;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

.custom ul.menu li {
border:none;
margin-right:20px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

/*search box positioning*/

.custom #s {
float:right;
font-size:12px;
margin-right:-5px;
margin-top:-278px;
padding:5px;
position:relative;
width:203px;
background:#ffffff;
}

.custom input, .custom textarea {
background:transparent none repeat scroll 0 0;
border:1px solid #111111;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
font-size:10px;
}

.custom .sidebar ul.sidebar_list {
margin-top:-20px;
padding-top:0px;
padding-left:1.1em;
padding-right:1.1em;
}

.custom #content {
float:left;
margin-left:0;
width:57.4em;
}

/*--- :[ custom teasers ]: ---*/

.custom .teasers_box {
border:1px solid  !important;
border-color: #CCCCCC  !important;
background:#F6F6F6 url(images/blackGrad.gif) repeat-x scroll 0 0;
-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;
margin-bottom:10px;
margin-left:3px;
margin-right:0;
padding:2.2em 0 2.2em 13px;
}

.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:#F6F6F6 url(images/blackGrad.gif) repeat-x scroll 0 0;
border:1px solid #CCCCCC;
height:292px;
margin-left:-7px;
margin-right:6px;
padding-left:8px;
padding-right:8px;
padding-top:6px;
width:260px;
}

.custom .teaser h2 {
font-size:20px;
line-height:1.375em;
}

.custom .top {
border:0px solid #CCCCCC;
}


/*--- :[ Comment styling ]: ---*/

.custom #comments {
-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:#F6F6F6 url(images/blackGrad.gif) repeat-x scroll 0 0;
border:1px solid #CCCCCC;
clear:both;
margin-bottom:10px;
margin-right:14px;
overflow:hidden;
}

.custom #respond_intro p {
color:#111111;
font-size:3.3em;
line-height:1.04em;
margin-left:10px;
margin-top:5px;
}

.custom .comments_intro {
margin-bottom:1.1em;
margin-left:-35px;
margin-top:4.4em;
}

.custom #commentform label {
color:#111111;
padding-left:0.769em;
}

.custom #commentform {
background:#CCCCCC none repeat scroll 0 0;
-moz-border-radius-topleft:7px;
-moz-border-radius-topright:7px;
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright: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;
border-color:#000000;
margin-bottom:10px;
margin-left:11px;
margin-right:10px;
padding-bottom:2em;
padding-top:1em;
border-top:1px;
}

.custom #commentform span.allowed {
border-width:0;
margin-left:0;
padding-bottom:0.538em;
padding-top:0.538em;
width:529px;
}

.custom .comments_intro p {
color:#111111;
font-size:2.1em;
line-height:1.818em;
margin-left:86px;
margin-top:-28px;
}

.custom .cluv {
border:1px solid #111111;
display:block;
font-size:100% !important;
padding:5px;
text-transform:none !important;
width:90%;
}

.custom .prev_next a {
color:#ffffff;
text-decoration:none;
}

/*--- :[ reply from author comment top area ]: ---*/

.custom dl#comment_list dl dt.bypostauthor {
background:#F6F6F6 url(images/redGrad.gif) repeat-x scroll 0 0;
border-color:#F8BBBB;
border-style:solid solid none;
-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;
border-width:1px;
margin-bottom:-13px;
margin-right:0;
padding-left:1.9em;
}

/*--- :[ reply from author comment bottom area ]: ---*/

.custom dl#comment_list dl dd.bypostauthor  {
background:#F6F6F6 none repeat scroll 0 0;
border-bottom:1px solid;
border-left:1px solid;
border-right:1px solid;
border-color:#F8BBBB;
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
margin:0 0 10px;
padding-left:21px;
padding-top:0;
}

dl#comment_list dl dd.bypostauthor > .format_text {
margin-bottom:20px;
}


/*--- :[ reply comment top area ]: ---*/

.custom dl#comment_list dt {
background:#F6F6F6 url(images/blackGrad.gif) repeat-x scroll 0 0;
border-color:#CCCCCC;
border-style:solid solid none;
border-width:1px;
-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;
font-size:12px;
height:65px;
margin:0 0 0 0;
overflow:hidden;
padding:10px 20px 0 22px;
}

.custom dl#comment_list dt #respond {
background:#F6F6F6 url(images/blackGrad.gif) repeat-x scroll 0 0;
border-color:#CCCCCC #CCCCCC -moz-use-text-color;
border-style:solid solid none;
border-width:1px;
-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;
font-size:12px;
height:65px;
margin:0 0 0 0;
overflow:hidden;
padding:10px 20px 0 22px;
}

/*--- :[ reply comment bottom area ]: ---*/

.custom dl#comment_list dd .format_text {
border:medium none;
margin-bottom:20px;
padding-bottom:10px;
}

.custom dl#comment_list dd #respond {
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
background:#F6F6F6 none repeat scroll 0 0;
border-color:#CCCCCC;
border-style:none solid solid;
border-width:1px;
margin:-18px 9px 10px 20px;
overflow:hidden;
padding-left:23px;
padding-right:1em;
padding-top:0;
}

.custom dl#comment_list dd {
background:#F6F6F6 none repeat scroll 0 0;
border-color:#CCCCCC;
border-style:none solid solid;
border-width:1px;
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
margin:-15px 0 10px;
overflow:hidden;
padding-left:23px;
padding-right:1em;
padding-top:0;
}

/*--- :[ New content area ]: ---*/

.custom dl#comment_list {
-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:#646cc0 none repeat scroll 0 0;
border:1px solid #F6F6F6;
margin-left:10px;
margin-right:10px;
padding:10px;
}

.custom .avatar img {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border:1px solid;
height:39px;
margin-left:0.909em;
padding:2px;
width:42px;
}

.custom dl#comment_list dd p.reply a {
background:#CCCCCC none repeat scroll 0 0;
color:#FFFFFF;
float:right;
font-size:0.769em;
line-height:1.8em;
padding:3px 5px;
}

.custom dl#comment_list dd p.reply a:hover {
text-decoration:underline;
background:#000000 none repeat scroll 0 0;
color:#FFFFFF;
float:right;
font-size:0.769em;
line-height:1.8em;
padding:3px 5px;
border:1px;
border-color:#FFFFFF;
}

.custom #commentform textarea {
background:#ffffff none repeat scroll 0 0;
width:96%;
}

.custom .format_text input, #commentform input, #commentform textarea {
background:#ffffff none repeat scroll 0 0;
border-width:0.071em;
padding:0.214em;
width:45%;
}

.custom .prev_next {
background:#646CC0 none repeat scroll 0 0;
border-top:0 none;
color:#111111;
margin-bottom:20px;
margin-left:8px;
margin-right:12px;
padding-bottom:1.1em;
padding-right:10px;
padding-top:1.1em;
-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;
}

.custom .prev_next p {
font-size:14px;
line-height:2.2em;
}

.custom .comments_closed p {
color:#888888;
display:none;
letter-spacing:1px;
text-transform:uppercase;
}

.custom .comments_closed {
color:#888888;
display:none;
letter-spacing:1px;
text-transform:uppercase;
}

/*--- :[ 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;
background:#646CC0 url(images/whitegrad.png) repeat-x scroll 0 0;
border:1px solid #CCCCCC !important;
margin-bottom:10px;
margin-left:8px;
padding-bottom:2.2em;
padding-left:13px;
padding-top:2.2em;
width:540px;
margin-top:10px !important;
}

.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:#D0E1EF url(images/whitegrad.png) repeat-x scroll 0 0;
border:1px solid #CCCCCC;
height:345px;
margin-left:-7px;
margin-right:6px;
padding-left:12px;
padding-right:10px;
padding-top:6px;
text-align:center;
width:244px;
}


.custom .teaser h2 {
background:#FFFFFF url(images/darkerbluegradsmall.png) repeat-x scroll 0 0;
font-size:16px;
line-height:1.375em;
text-align:center;
border:1px solid #CCCCCC;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-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;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
}


/*
optinbox code
*/

#optinbox h3 {
background:transparent none repeat scroll 0 0;
border:none;
padding-top:25px;
}

.sidebarbox1, #optinbox {
background:transparent url(images/optin.jpg) no-repeat scroll 10px 10px;
border:medium none;
color:#111111;
font-size:17px;
font-style:oblique;
height:226px;
line-height:27px;
margin-bottom:-5px;
margin-left:-17px;
margin-top:-16px;
padding:75px 8px 0 24px;
text-align:center;
width:253px;
}

.custom .sidebar input[type="text"], .sidebar input[type="submit"] {
background:#FFFFFF none repeat scroll 0 0;
font-family:Georgia,"Times New Roman",Times,serif;
margin-right:6px;
margin-left:10px;
padding:0.308em;
width:125px;
}

#optinnote {
padding:0;
width:240px;
}