





/*
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/
*/
/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/* NUFFNANG */
#nuffnang_lb_box { left: -1px;
float: left;
position: relative;
margin-bottom: -15px; } 




/* SOCIAL MEDIA IN THE HEADER */
.menu-main-menu-container { width: 880px; float:left; }
#social_media { float: right; background: #D39FB9; width: 247px; height: 41px; border-bottom: 1px solid #cc4f91;}
#social_media a { float: right; padding: 4px; opacity: 0.8; }
#social_media a:hover { opacity: 1; }


/* FOOTER */
#footer, #footer a { border-width: 0; }
#footer a img { padding: 4px; }
.lemonfont { font-family: 'Lemon', cursive; border: none !important; color: #000 !important; font-size: 20px; line-height: 46px; }



/* SOCIAL MEDIA ON INDIVIDUAL PAGES */
.custom .post_box { position:relative; }
.custom .social-post { 
left: -11.4em;
position: absolute;
top: 8.0em;
padding: 12px 0px 0px 12px;
background: rgba(204,79,145,0.8);
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
overflow: hidden;
}
.custom .counter-twitter { margin-bottom:1.4em; margin-left:0em; }
.custom .counter-fb-like { margin-bottom:1.6em; margin-left:0.5em; }
.custom .counter-google-one { margin-bottom:1.4em; margin-left:0.2em; }



/* PAGE AND OR POST */
.custom .headline_meta span, .custom .headline_meta abbr { font-style: normal; text-transform: none; letter-spacing: 0px; font-size: 14px; }
.custom .headline_meta a { border: none; }
.custom .headline_meta a:hover { border: none; }
.custom .post_box { padding-top: 4.2em; }
.custom .post_box, .custom .teasers_box { border-width: 0; }



/* SIDE BAR TWEAKS */
.sidebar h3 { font-size: 1.25em; font-weight: 100; text-align: center; font-family: 'Lemon', cursive !important; letter-spacing: -1px; font-variant: normal; }
#archives-3 li { width: 100%; text-align: center; }




.custom #content_box { background: url('images/wp-content-themes-thesis_18-custom-images-rrsahm-border.jpg') 72.4em 0 repeat-y !important; }
.custom #custom_box { background: #d39fb9; }

body.custom {
    background-image:  url('images/wp-content-themes-thesis_18-custom-images-jellybeans.jpg');
background-attachment:fixed;
    background-position: top center;
}

.custom #header {
background-image: url('images/wp-content-themes-thesis_18-custom-images-rrsahm-header.jpg');
background-repeat: no-repeat;
background-size: 1127px 282px !important;
border: none;
}
.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
border: none;
background: rgba(204,79,145,0.8);
padding: 2em;
-webkit-border-radius: 3em;
-moz-border-radius: 3em;
border-radius: 3em;
}

.custom #page { padding: 1.2em; -webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;}


.custom .menu, .custom .menu a, .custom .menu li ul {
border: none;
border-bottom: 1px solid #cc4f91;
background: #D39FB9;
color: #fff;
}

.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: #cc4f91; color: #fff; font-weight: 800; }

.custom .menu a {
text-transform: none;
letter-spacing: 0;
padding: 0.692em 1.2em;
font-size: 1.6em;
}
.custom .menu a:hover {  background: #cc4f91; }

.custom .headline_area h1, .custom .headline_area h2, .custom #archive_intro h1 {
font-size: 2.8em;
line-height: 1.286em;
font-family: 'Lemon', cursive;
letter-spacing: -1px;
}


a, h2 a { color: #9d0127; }
a:hover, h2 a:hover { color: #000000; }

.custom .menu .rss a, .custom .menu .rss a:hover { padding: 0.692em 16px ; }

.custom #footer-widget-block { text-align:left; overflow:hidden; }
.custom .footer-widgets { width:33%; float:left; }
.custom .my-footer-one {}
.custom .my-footer-two {}
.custom .my-footer-three {}



/* Flexo Slider */
.flexo-link { font-weight: 800; font-size: 18px; }
#flexo-archives-2 { text-align:center; }