/*
Theme Name: SAR Values Mobile
Theme URI: http://thisminisite.com
Author: Logen   
Author URI: http://thisminisite.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1

*/

/* =Structure
-------------------------------------------------------------- */

body {
        color: white;
        background: #0a0a0a url(images/black_thread.png);
        font-family: 'Open Sans Condensed', sans-serif;
}

.gold {
color: gold;
}

#branding {
border: dotted 1px #555;
margin: 0 20px 10px;
}

h1,h2,h3,h4,h5 {
    text-transform: uppercase;
    line-height: 1;
    color: #FFE959;
    }
    
a {
    color: #FFE77F;
    }
    
.entry-content {
line-height: 1.6;
font-size: 1.3em;
}

#sponsorbar {
        float: left;
        max-width: 200px;
        height: auto;
        background: grey;
        margin: 300px auto 0;
        
}

#sponsorbar img {
        
        max-width: 200px;
        height: auto;
        width: 100%;
     
}

#page {
	display: block;
	margin: 1%;
        width: 75%;
        float: left;
        background: #0A0A0A;
        padding-top: 25px;
        /*-webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;*/
        border: #555 1px solid;
        background: #222 url(http://sarvalues.com/wp-content/uploads/2012/10/rebel.png);
}
#main {
padding: 0 20px;
}
#primary {
	float: right;
	width: 70%;
         border: 1px dotted #CEC065;
	
}

#secondary {
padding: 30px 0;
}

p#breadcrumbs {
margin: 0 0 20px;
padding: 5px 20px;
font-size: 1.1em;

color: #fff;

}

p#breadcrumbs a {
    color: #fff;
    text-decoration: none;
    }
    
p#breadcrumbs a:hover {

    text-decoration: underline;
    }
#content {
	background: #000;
        padding: 10px 30px;
        
       
        overflow: hidden;
}
#main .widget-area {
        float: left;
        overflow: hidden;
        width: 25%;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
       
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */
h1#site-title {
    margin: 0;
	margin: 0 20px;
font-size: 3em;
color: white;
    width: 100%;
    }
h1#site-title a {
    text-decoration: none;
    }


#headerbanner {
       
	font-size: 2em;
	font-weight: bold;
	margin: 0;
        height: 157px;
        width: 100%;
        background: url(http://sarvalues.com/wp-content/uploads/2012/10/900v8.jpg) center top no-repeat;
        	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
        background-size:auto auto;
        overflow: hidden;
        text-indent: -99999px;
        display: block;
       /* border-top: #C9990E 15px solid;*/
        
}
#site-description {
	
margin: 0 20px 25px;
color: whiteSmoke;
font-size: 1em;

        
}


/* =Menu
-------------------------------------------------------------- */

.responsiveSelectContainer select.responsiveMenuSelect {

padding: 10px !important;
background: #D1B73A !important;
color: #fff !important;
}
.responsiveMenuSelect {
border: 0;
font-family: 'Open Sans Condensed', sans-serif;
text-transform: uppercase;
font-size: 1em;
color: gold;
}

#access {
	background: #706648;
        
        background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #706648 ), color-stop(100%, #B3A250));
        background-image: -webkit-linear-gradient(top, #706648 0%, #B3A250 100%);
        background-image: -moz-linear-gradient(top, #706648 0%, #B3A250 100%);
        background-image: -ms-linear-gradient(top, #706648 0%, #B3A250 100%);
        background-image: -o-linear-gradient(top, #706648 0%, #B3A250 100%);
        background-image: linear-gradient(to bottom, #706648 0%, #B3A250 100%);
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
        font-size: 1.3em;
        text-transform: uppercase;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
        color: #fff;
        
        
}


#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
        background: #111;
        color: #fff;
	
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
        
        border-radius: 0;
        border-bottom: white 1px dotted;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #CEC065;
        color: #776300;
        /* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(center, ellipse farthest-corner, #FFEE7D 0%, #CEC065 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center, ellipse farthest-corner, #FFEE7D 0%, #CEC065 100%);

/* Opera */ 
background-image: -o-radial-gradient(center, ellipse farthest-corner, #FFEE7D 0%, #CEC065 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #FFEE7D), color-stop(1, #CEC065));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #FFEE7D 0%, #CEC065 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(ellipse farthest-corner at center, #FFEE7D 0%, #CEC065 100%);
}
#access ul ul a:hover {
	background: #222;
        color: gold;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

.sticky {
}

h1.entry-title {
font-size: 2em;
line-height: 1;

}

h1.entry-title a {
color: gold;
text-decoration: none;
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
width: 60%;
font-size: 1em;
font-family: 'Open Sans Condensed', sans-serif;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 100%;
}
textarea {
	width: 80%;
}

#mc-embedded-subscribe {
font-size: 1em;
margin: 20px 0 0;
background: #CEC065;
border: #CEC065 2px solid;
font-family: 'Open Sans Condensed', sans-serif;
color: white;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
        background: #777;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}

#comments {
padding: 10px 0;
border-top: #FC3 dotted 1px;
}

#submit {
font-size: 1em;
margin: 0;
background: #CEC065;
border: #CEC065 2px solid;
font-family: 'Open Sans Condensed', sans-serif;
color: white;
}

/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
        margin-bottom: 50px;
        font-size: 1.3em;
}

.widget-title {
color: #FFD559;
font-size:  1.3em;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}
#main .widget-area ul {
    padding: 0;
    }
#main .widget-area li {
    list-style: none;
    }

#main .widget-area a {
color: white;
text-decoration: none;
}

.widget_transposh span {
background: black;
}

.widget_transposh a {
background: black;
}

#tr_credit {
display: none;
}

#searchsubmit {
    font-size: 1em;
margin: 0;
background: #CEC065;
border: #CEC065 2px solid;
font-family: 'Open Sans Condensed', sans-serif;
color: #fff;
}



/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 20px;
        text-align: center;
        font-size: 0.85em;
        
       
}

#site-generator {
    margin-top: 10px;
    border-top: dotted 1px white;
    padding-top: 20px;
}

#colophon p {
    font-size: 1.2em;
    }

#colophon a {
    text-decoration: none;
    color: gold;
    }

/* Table */
.entry-content table {
    background: #EFDF75;
    width: 100%;
    }


.entry-content tr, .entry-content th {
background: #ce9b00;


}


#cfwc_contactform table, #cfwc_contactform tr {
    background: transparent;
    }
    
#recaptcha_area {
background: white;
}
.clear {
    clear: both;
    }

@media screen and (max-width: 1013px) {
    
     #headerbanner {
        
        background: url(http://sarvalues.com/wp-content/uploads/2012/10/720v8.jpg) center top;
        height: 125px;
        
}
}





@media screen and (max-width: 992px) {
    
#page {
    width: 75%;
   
    }
    
#primary {
    margin: 20px 0 0 0;
    float: none;
    width: 100%;
    }
    
#main .widget-area {
        float: none;
        width: 100%;
}
    
 

                    
.entry-content table {
    font-size: 1em;
    }          
    
#content {
    padding: 10px 1%;
                                
}

#searchform input#s {
width: 70%;
}

img {
    width: 90%;
    height: auto;
    }

img.alignleft, img.alignright {
width: 50%;
height: auto;
}

p#breadcrumbs {
    font-size: 1em;
    padding: 5px;
    }

}
@media screen and (max-width: 895px) {
    
     #sponsorbar {
        width:120px;
        height: auto;
        }
     
}            
        

 


@media screen and (max-width: 850px) {
    
     #headerbanner {
        
        background: url(http://sarvalues.com/wp-content/uploads/2012/10/627.jpg) right top;
        height: 124px;        
}            
        


.responsiveMenuSelect {

font-size: 0.8em;
padding: 3px 10px !important;
}
    
    #page {

   width: 80%; 
    }

    
   
    }

@media screen and (max-width: 713px) {
    
    /* #headerbanner {
        
        background: url(http://sarvalues.com/wp-content/uploads/2012/10/516v8m3.jpg) right top;
        height: 102px;        
}   */      
}


@media screen and (max-width: 695px) {
#sponsorbar {
        display: none;
        }

    
   
    

        
#page {

    width: 95%;
    margin: 0 1%;
    }
    
#primary {
    margin: 20px 0 0 0;
    float: none;
    width: 100%;
    }
    
#main .widget-area {
        float: none;
        width: 100%;
}
    
        
            
.responsiveSelectContainer select.responsiveMenuSelect {

padding: 10px !important;

}
                    
.entry-content table {
    font-size: 0.7em;
    }          
    
#content {
    padding: 10px 2%;
                                
}

#headerbanner {
        
        background: url(http://sarvalues.com/wp-content/uploads/2012/10/627.jpg) right top;
        height: 124px;        
}         

#searchform input#s {
width: 70%;
}

img {
    width: 90%;
    height: auto;
    }

img.alignleft, img.alignright {
width: 50%;
height: auto;
}

p#breadcrumbs {
    font-size: 1em;
    padding: 5px 5px 5px 10px;
    }

} 






@media screen and (max-width: 506px) {
#page {
width: 100%;
margin: 0;
min-width: 303px;
}
#headerbanner {
       
        background: url(http://sarvalues.com/wp-content/uploads/2012/10/482.jpg) right top;
        height: 96px;        
	
}       
h1#site-title {
margin: 0 5px;
text-align: center;
}

h2#site-description {
margin: 0 5px 5px;
text-align: center;
}

#branding {
margin: 0 5px;
}

#main {
padding: 0 5px;
}

  }