.mobile-none{
display:none;
}

#wrapper{
width:100%;
}

header{
width:100%;
height:auto;
}
header h1{
display:block;
width:100%;
height:auto;
margin-left:5px;
background:#1d1d1d;
text-indent:0;
text-align:left;
font-family: 'Lobster', Verdana, Arial, Helvetica, sans-serif;
color:#a84c3d;
text-shadow:0 1px 1px rgba(0,0,0,.5);
font-size:2.2em;
word-spacing:normal;
letter-spacing:.09em;
font-weight:700;
}
header h1 span.mobile-tag{
letter-spacing:-.05em;
text-shadow: 0px 1px 1px rgba(0,0,0,.6);
font-size: 80%;
display: block;
color:#dfe1af;
font-style:normal;
word-spacing:4px;
line-height:1.1em;
font-weight:normal;
text-transform:lowercase;
}
header h1 a{
display:block;
height:auto;
color:#a84c3d;
text-decoration:none;
}
header h1 a:focus{
outline:1px solid #82091a;
}

nav#main{
padding:0;
}
nav#main li{
display:list-item;
margin-bottom:2px;
padding:0;
border-right:none;
}
nav#main a:link, nav#main a:visited{
color:#fff;
display:block;
text-decoration:none;
font-size:1.3em;
padding:5px;
margin:0 5px;
-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;
}
/*search*/
nav li#search{
padding:0 ;
}
#search input#term{
color:#e3e6eb;
background:#1b1b1b;
width:50%;
padding:6px 5px;
font-size:100%;
text-transform: uppercase;
letter-spacing:normal;
border:1px solid #dfe1af;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}
#search input#term:focus{
background:#d3d7dd;
color:#2d2d2d;
}
input#searchbutton {
background:#843427;
height:30px;
width:30px;
color:#d3d7dd;
border:1px solid #843427;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
}
input#searchbutton:hover, input#searchbutton:focus{
background:#dfe1af;
border:1px solid #dfe1af;
color:#8d3d30;
cursor:pointer;
}

#content{
padding:5px 0 20px 0;
-webkit-box-shadow: none; 
-moz-box-shadow: none; 
box-shadow: none;
}
#content a{
text-decoration:underline;
}
#content section#intro{
margin: 0;
padding:10px;
}
article.right, article.left{
float:none;
width:100%;
margin:0;
}
article.right{
padding:0;
}
article.left{
padding:0;
}

footer{
width:100%;
background:none;
padding:10px 0;
}
#footer01, #footer02{
width:40%;
float:left;
padding:5px;
margin:5px;
border-right:none;
}
#footer01{
border-right:1px dashed #9d8674;
}
footer h4{
font-size:1.4em;
}