/*

THEME NAME: Armchair Wordpress

THEME URI: http://www.thearmchair.com.au/

DESCRIPTION: A custom theme design, using sandbox as a css base with a mix of divs and tables for the structure. XHTML 1.0 Transitional.

VERSION: 1.0

AUTHOR: <a href="http://blueseed.com.au/">Blueseed</a>

AUTHOR URI:

*/



@import url('css/structure.css');



/* General  */

* {margin:0;padding:0;}





body {

font-size: 11px; /*62.5%;*/ /* Resets 1em to 10px */
font-family: Verdana, sans-serif;
background: #e3ded4;
color: #333;
text-align: left;

scrollbar-3dlight-color:#f47721;
scrollbar-arrow-color:#ffffff;
scrollbar-base-color:#f47721;
scrollbar-darkshadow-color:#f47721;
scrollbar-face-color:#f47721;
scrollbar-highlight-color:#f47721;
scrollbar-shadow-color:#f47721;
scrollbar-track-color: #ffffff;
}




div#content{margin:2em;}

h2.entry-title, h3.entry-title, div#comments{margin-top: 1em; color: #414242;}
.entry-date { color: #f47721;}
div.entry-content{margin-top: 1em;margin-bottom: 1em; font-size: 120%;}

div.entry-meta{margin-top: 1em;}



#footer a {

	font-size:14px;

	text-decoration: none;

}

a:link, a:visited, .contactlink a:link, .contactlink a:visited{

	color: #414242;

}

a:hover, a:link, .contactlink a:hover, .contactlink a:active{

	color: #1a1a1a;	

}

.footerlink a:link, .footerlink a:visited{

	color: #6e6e6e/*ebebeb*/;

	width: 200px;

	font-size:12px;	

}

.footerlink a:hover, .footerlink a:actived{

	color: #4d4d4d;

	width: 200px;

	font-size:12px;

}





.entry-title{clear:both;  font-size: 14px;}

div#nav-above,div#nav-below{width:100%;height:1em;}

div#nav-above{margin-bottom:1em;}

div#nav-below{margin-top:1em;}

.alignleft,div.nav-previous{float: left;}

.alignright,div.nav-next{float: right;}

form#commentform .form-label{margin:1em 0 0;}

form#commentform span.required{background:#fff;color:red;}

form#commentform,form#commentform p{padding:0;}

input#author,input#email,input#url{width:50%;}

input#author,input#email,input#url,textarea#comment{padding:0.2em;}

div.comments ol li{margin:0 0 3.5em;}

textarea#comment{height:13em;margin:0 0 0.5em;overflow:auto;width:66%;}

p{margin-top:10px; }