/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/


body.custom {
background: url('http://nevadawriters.org/wp-content/uploads/2013/03/sandBG.jpg') repeat fixed;
}

.custom .page { background: none transparent; }

#content_box { background-color: #FFF; margin-top: 2em; margin-bottom: 2em; border-radius: 10px; }

.headline_area h1, .headline_area h2, h2.entry-title { font-family: Domine; font-size: 40px; }

.register-button { background-color: #222; }

.register-button p {
text-align: center;
font-size: 16px;
color: #FFF;
padding: .5em;
}

.register-button a {
background: #FFF000;
color: #111;
font-weight: bold;
padding: 0 .5em;
border-radius: 5px;
}

.fiction-page h1 {
text-align: center;
border-top: 1px dashed #0599C7;
border-bottom: 1px dashed #0599C7;
}

a.home-register-button {
background: #FF0001;
color: #FFF;
padding: 1em;
font-size: 25px;
text-decoration: none;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
border: 1px solid rgba(0, 0, 0, 0.4);
border-radius: 5px;
}

a.home-register-button:hover { background: #B50001; }


/*---------------CUSTOM HEADER STYLING---------------*/


#header { border: 0; }

#header_area {
background: url('http://nevadawriters.org/wp-content/uploads/2013/03/blueBG.jpg') repeat;
width: 100%;
}

#header #logo a { 
background: url('http://nevadawriters.org/wp-content/uploads/2013/03/nwheader.png') no-repeat transparent;
width: 601px;
height: 98px;
text-indent: -9999px;
display: block;
border: 0;
}

/*-----SOCIAL MEDIA BUTTONS-----*/

#social-media-buttons { list-style: none outside none; float: right; margin-top: -6em; }

#social-media-buttons li { float: left; margin-left: 2em; }

#facebook-button a {
background: url('http://nevadawriters.org/wp-content/uploads/2013/03/facebook-button.png') no-repeat transparent;
width: 34px;
height: 34px;
text-indent: -9999px;
display: block;
border: 0;
}

#twitter-button a {
background: url('http://nevadawriters.org/wp-content/uploads/2013/03/twitter-button.png') no-repeat transparent;
width: 34px;
height: 34px;
text-indent: -9999px;
display: block;
border: 0;
}

#facebook-button a:hover, #twitter-button a:hover { background-position: 0 -34px; }


/*---------------CUSTOM MENU STYLING---------------*/

#menu-item-392 { margin-left: 19em; }

.menu {
background: url('http://nevadawriters.org/wp-content/uploads/2013/03/nav-stripes.png') repeat;
border: none;
width: 100%;
height: 50px;
}

.menu a {
background: none transparent;
font-size: 16px;
border: 0;
font-family: Patua One;
font-weight: normal;
color: #FFF;
margin-top: .3em;
margin-left: 1em;
border-radius: 10px;
}

.menu a:hover, .menu .current-menu-item a:hover, .menu .current-menu-item a {
background-color: #FFF;
color: #0599C7;
cursor: pointer;
}


/*---------------CUSTOM FOOTER STYLING---------------*/


#footer { border: 0; height: 40px; }

#footer_area {
background: #0599C7;
}

#footer .copyright-text p {
color: #FFF;
text-align: center;
font-family: Bookman Old Style;
font-size: 16px;
}

#footer .copyright-text a {
color: #111;
border-bottom: 1px dashed #FFF;
}