/*
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: &amp;lt;body class="custom"&gt;;. 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/
*/


.custom a {
outline: none !important; /* hide dotted outline in Firefox */
}

/*
.custom .post_box {
border-width: 0px 1px 0px 1px !important;
border-style: solid !important;
border-color: #dddddd !important;
padding: 0px 20px 0px 20px !important;
}


.custom #s {
-moz-border-radius: 8px !important;
-khtml-border-radius: 8px !important;
-webkit-border-radius: 8px !important;
border-radius: 8px !important;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
-khtml-box-sizing: content-box !important;
}
*/




.custom #header {
border-width: 0px 0px 1px 0px !important;
padding-top: 2.2em !important;
padding-bottom: 2.2em !important;

}

.custom .menu  {
border-width: 0px 0px 1px 0px !important;
border-style: solid !important;

}

.custom .menu a {
display: block !important;
text-transform: none !important;
letter-spacing: 0px !important;
outline: none !important; /* hide dotted outline in Firefox */
}

.custom .h1, .h2, .h3, .h6 {
font-color: #666666 !important;
}

.custom .format_text h2, .format_text h3, .format_text h4, .format_text h5, .format_text h6 {
font-weight: normal !important;
}

.custom #footer {
border-width: 1px 0px 0px 0px !important;
border-style: solid !important; 
}

.custom #archive_info p {
display: none !important;
}

.custom #archive_info h1 {
font-size: 20px !important;
}

.custom .headline_meta, .headline_meta span, .headline_meta abbr { 
text-transform: none !important; 
letter-spacing: 0px !important;
}

.custom .headline_meta a {
color: #6699CC !important;
text-decoration: underline !important;
border: 0px !important;
}

.custom .headline_meta a:hover {
text-decoration: none !important;
}

.custom abbr, .custom acronym {
cursor: default !important;
}

.custom .sidebar h3 {
font-variant: normal !important;
display: block !important;
text-transform: none !important;
letter-spacing: 1px !important;
}


.custom .prev_next {
font-variant: normal !important;
text-transform: none !important;
letter-spacing: 0px !important;
font-size: 12px !important;
}

.custom .post_nav a {
font-size:1em !important;
}



.custom #archive_info {
border-bottom: 0em !important;
padding-top: 2.2em !important;
padding-left: 2.0em !important;
}



/* Twitter Feed */

.custom .twtr-widget {
font-size: 14px !important;
font-family: arial, sans-serif !important;
}

.custom #twtr-widget-1 .twtr-tweet a {
color: #6699CC !important;
}

.custom .twtr-widget .twtr-tweet {
border-bottom-color: #cccccc !important;
}

.custom .twtr-widget .twtr-tweet a.twtr-reply {
visibility:visible !important;
font-size: 11px !important;
} 

.custom .twtr-timeline i a {
font-size: 11px !important;
} 

.custom .twtr-hd {
display: none !important;
}

.custom .twtr-widget-profile h3, .custom .twtr-widget-profile h4 {
display: none !important;
}

.custom .twtr-widget-profile img.twtr-profile-img {
display: none !important;
}

.custom .twtr-widget .twtr-tweet-wrap {
padding: 10px 0px 10px 0px !important;
}

.custom .twtr-widget a img { 
display: none !important;
}

.custom .twtr-join-conv {
display: none !important;
}


/* cforms */

.custom .linklove a, .linklove a:visited {
color:#ffffff !important;
}

.custom .cform input:hover, .cform textarea:hover, .cform select:hover {
border: 1px solid #666666 !important;
}

.custom .custom_button { 
font-size: 80% !important;
font-weight: bold !important;
background: #c3f0ba !important; 
border-color: #a0d596 !important;
-moz-border-radius: 8px !important;
-khtml-border-radius: 8px !important;
-webkit-border-radius: 8px !important;
border-radius: 8px !important;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
-khtml-box-sizing: content-box !important;
cursor: pointer !important;
}

.custom .custom_button:hover  {
color:#000000 !important;
border-color: #83bb78 !important;
background: #a0d596 !important;
}

.custom .custom_nav_items {
float: right !important; 
}

.custom input, textarea {
background-color: #ffffff !important;

}
.custom .cform label {
color: #333333 !important;
font-family: arial, sans-serif !important;
font-size: 1.0em !important;
}

.custom .wp-caption  {
background-color: #ffffff !important;
border: none !important;
padding: 0em !important;
}

.custom #commentform input.form_submit {
color:#666666 !important;
}

.custom #commentform input.form_submit:hover {
color:#111111 !important;
}

.custom ol.cf-ol {
border-top-width: 0px !important;
}

.custom input.cf-box-a, input.cf-box-b {
width: 15px !important;
height: 15px !important;
margin: 4px 0px 0px 0px !important;
}


.custom #mycategoryorder-3 {
font-size: 14px !important;
}

/* Columns with borders that extend to the footer */
#content_box { background: url('/wp-content/themes/thesis_17/custom/images/bg_content_box.png') 27em 0 repeat-y; }
#column_wrap { background: none; }

/* If you change column widths, you'll have to tweak the image styles to put the lines at the correct horizontal positions.*/





 
