/*

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/

*/



/* Reset */

body {
background:url("images/bg.jpg") repeat scroll left top transparent;
}
:-moz-any-link:focus {
outline:medium none;
}
:focus {
outline:medium none;
}
a:focus {
outline:medium none;
}
.custom .clear {
clear:both;
}
.custom .center {
text-align:center;
}
.custom #header {
margin-bottom:20px;
padding:0;
position:relative;
}
.custom #header .title {
display:block;
height:121px;
margin:30px 0 0 10px;
width:403px;
}
.custom #header .description {
color:#594F8D;
font-family:"Century Gothic","Apple Gothic",Verdana,sans-serif;
font-size:30px;
letter-spacing:-0.4px;
line-height:30px;
margin-right:145px;
text-align:right;
}
.custom #header .logo {
position:absolute;
right:10px;
top:-25px;
}
.custom #header hr {
border-color:#7AC142 -moz-use-text-color -moz-use-text-color;
border-style:solid none none;
border-width:3px medium medium;
clear:both;
display:block;
height:0;
margin:-16px 20px 0;
}
.custom .menu {
margin-bottom:10px;
margin-left:8px;
}
.custom .menu li {
background:url("images/menuStar.jpg") no-repeat scroll right 13px transparent;
height:60px;
padding:0 30px 0 10px;
}
.custom .menu li:last-child {
background:none repeat scroll 0 0 transparent;
}
.custom .menu li a {
background:none repeat scroll 0 0 transparent;
font-size:18px;
font-weight:bold;
height:60px;
letter-spacing:-0.3px;
line-height:52px;
padding:0;
text-transform:none;
}
.custom .color1, .custom .menu .tab-home a:hover {
color:#BB57AE;
}
.custom .color2, .custom .menu .tab-1 a:hover {
color:#F69C00;
}
.custom .color3, .custom .menu .tab-2 a:hover {
color:#57B2B8;
}
.custom .color4, .custom .menu .tab-3 a:hover {
color:#5A4099;
}
.custom .color5, .custom .menu .tab-4 a:hover {
color:#7AC142;
}
.custom .color6, .custom .menu .tab-5 a:hover {
color:#FF0000;
}

.custom .color2, .custom .menu .tab-6 a:hover {
color:#F69C00;
}

.custom .menu .current, .blog .menu .tab-4 {
height:60px;
padding:0;
}
.custom .menu .current a, .blog .menu .tab-4 a {
display:none;
}
.custom .menu .current {
background:url("images/menu.jpg") no-repeat scroll left top transparent;
}
.custom .menu .tab-home.current {
background-position:left top;
width:100px;
}
.custom .menu .tab-1.current {
background-position:left -60px;
width:110px;
}
.custom .menu .tab-2.current {
background-position:left -120px;
width:220px;
}
.custom .menu .tab-3.current {
background-position:left -180px;
width:186px;
}
.blog .menu .tab-4 {
background:url("images/menu.jpg") no-repeat scroll left -240px transparent;
width:100px;
}
.custom .menu .tab-5.current {
background:url("images/menu.jpg") no-repeat scroll left -300px transparent;
width:122px;
}

.custom .menu .tab-6.current {
background:url("http://thewondergirls.org/wp-content/uploads/2010/04/buzz1.jpg") no-repeat;
width:80px;
}

.custom #container {
margin-top:20px;
}
.custom #page {
border:8px solid #000000;
}
.custom #content_box {
padding:0 8px;
}
.about #page #footer, .wonderwomen #page #footer, .registration #page #footer {
background:url("images/homeWords.jpg") no-repeat scroll center center transparent;
height:294px;
margin:0;
padding:0;
}
.home #page #footer, .wonderworkshops #page #footer, .blog #page #footer {
background:url("images/blogWords.jpg") no-repeat scroll center center transparent;
height:259px;
margin:0 0 10px;
padding:0;
}
.custom #content {
width:550px;
}
.custom #content .post_box {
padding-top:0;
}
.custom .format_text p, .custom .format_teaser p {
font-size:18px;
}
.custom .format_text a, .custom .format_teaser a {
text-decoration:underline;
}
.custom .format_text img {
border:3px solid #5B4199;
margin:0 20px 10px 0;
}
.custom .format_text blockquote {
border:medium none;
color:#5A4099;
padding-left:40px;
}
.custom .format_text .signature {
height:91px;
text-align:right;
}
.custom .format_text .signature img {
border:medium none;
float:right;
height:91px;
margin:0 20px 0 0;
}
.custom .format_text .wonderGirl {
border:medium none;
margin:0 auto 1.5em;
}
.custom .post {
border-bottom:2px solid #A5BF48;
margin-bottom:20px;
padding-bottom:20px;
}
.custom .post:last-child {
border:medium none;
}
.custom .teasers_box {
padding-top:0;
width:100%;
}
.custom .teaser {
width:100%;
}
.custom .teaser_link {
font-size:18px;
text-decoration:underline;
}
.custom .teasers_box .entry-content {
background:none repeat scroll 0 0 transparent;
margin-bottom:10px;
margin-top:10px;
padding-bottom:0;
}
.custom #content .headline_area h1, .custom #content .headline_area h2, .custom #content .entry-title a {
font-size:30px;
}
.custom #content h4 {
color:#5A4099;
font-family:"Century Gothic","Apple Gothic",Verdana,sans-serif;
font-size:18px;
font-weight:normal;
}
.custom .headline_meta, .custom .teaser_author, .custom .teaser_date {
font-size:14px;
font-style:normal;
text-transform:capitalize;
}
.custom .to_comments {
display:none;
}
.custom #content .imagineText {
display:block;
margin-bottom:27px;
}
.custom #content .imagine1, .custom #content .imagine2, .custom #content .imagine3, .custom #content .imagine4, .custom #content .imagine5 {
color:#FFFFFF;
font-size:0;
text-indent:0;
}
.custom #content .imagine1 {
background:url("images/imagine.jpg") no-repeat scroll left top transparent;
color:#BB57AE;
float:left;
height:90px;
margin:0 20px 0 0;
width:145px;
}
.custom #content .imagine2 {
background:url("images/imagine.jpg") no-repeat scroll left -90px transparent;
color:#F69C00;
float:left;
height:90px;
margin:0 20px 0 0;
width:145px;
}
.custom #content .imagine3 {
background:url("images/imagine.jpg") no-repeat scroll left -180px transparent;
color:#57B2B8;
float:left;
height:90px;
margin:0 20px 0 0;
width:145px;
}
.custom #content .imagine4 {
background:url("images/imagine.jpg") no-repeat scroll left -270px transparent;
color:#5A4099;
float:left;
height:90px;
margin:0 20px 0 0;
width:145px;
}
.custom #content .imagine5 {
background:url("images/imagine.jpg") no-repeat scroll left -360px transparent;
color:#7AC142;
float:left;
height:90px;
margin:0 20px 0 0;
width:145px;
}
.custom #sidebars {
margin-right:30px;
width:350px;
}
.custom #sidebars li.widget {
float:left;
}
.custom #multimedia_box {
background:none repeat scroll 0 0 transparent;
margin-top:10px;
padding:0;
}
.custom #multimedia_box #image_box img {
border:7px solid #5B4199;
padding:0;
}
.custom .sidebar .textwidget p {
font-family:Calibri,"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
font-size:16px;
margin-bottom:0;
}
.custom .sidebar a {
color:#7AC142;
font-size:18px;
font-weight:bold;
}
.custom .sidebar .textwidget h1 {
font-size:40px;
line-height:35px;
}
.custom .sidebar .textwidget h2 {
font-size:24px;
}
.custom .sidebar .textwidget h3, .custom .sidebar .textwidget h3 a {
color:#7AC142;
font-size:20px;
font-variant:normal;
font-weight:bold;
letter-spacing:-0.6px;
margin-bottom:0;
text-transform:none;
}
.custom .sidebar img {
border:3px solid #7AC142;
margin-right:15px;
}
.custom .sidebar .textwidget img.noBorder {
border:medium none;
}
.custom .sidebar #text-4 p {
margin-bottom:1em;
}
.custom .sidebar #text-4 a {
color:#7AC142;
float:right;
font-size:18px;
font-weight:bold;
text-align:right;
}

.custom #realFooter {
margin:10px auto;
padding-bottom:10px;
width:950px;
}
.custom #realFooter .left {
float:left;
}
.custom #realFooter .right {
float:right;
}
.custom #realFooter p {
color:#3E393B;
font-size:14px;
}
.custom #realFooter a {
border-bottom:medium none;
color:#3E393B;
font-weight:bold;
}
.custom #realFooter a:hover {
color:#3E393B;
text-decoration:underline;
}
.custom .post_box .format_text input {
width:auto;
}
input.paypal {
background:none repeat scroll 0 0 #FFFFFF;
border-style:none;
}

input#field_wondergirls-name-first-and-last {
width:auto;
background-color:#e9ade1;
}

input#field_school-attending {
width:auto;
background-color:#f5deb5;
}

input#field_grade-registered-in-092009 {
width:auto;
background-color:#b5f2f5;
}

input#field_parents-name-first-and-last {
width:auto;
background-color:#bdace8;
}

input#field_street-address-include-unitapt {
width:auto;
background-color:#c5e8ac;
}

input#field_city {
width:auto;
background-color:#e9ade1;
}

input#field_state {
width:auto;
background-color:#f5deb5;
}

input#field_home-phone {
width:auto;
background-color:#bdace8;
}

input#field_work-phone {
width:auto;
background-color:#c5e8ac;
}

input#field_parent-cell-phone {
width:auto;
background-color:#E9ADE1;
}

input#field_parents-cell-phone {
width:auto;
background-color:#C5E8AC;
}


input#field_zip-code {
width:auto;
background-color:#B5F2F5;
}

.register-form .submit input {
border-style: outset; 
background-color: #263333;
color: #ffffff;
}

.register-form {
border: 3px dashed rgb(159, 255, 85); 
text-align: center; 
width: 100%;
}

.updated {
	font-weight: bold;
	font-size: 20px;
}
.playButton {
-moz-border-radius:1em 1em 1em 1em;
background-color:#141414;
color:white;
cursor:pointer;
font-size:1.25em;
font-weight:bold;
opacity:0.8;
padding:0.5em 1em;
position:relative;
top:50%;
}