/*Stylesheet for: Antlerfin Website
Created February 2012 by inky3d (www.inky3d.com)

Colours:
OffWhite: #F1ECE3;
Brown 1 #9D7B38; (background)
Brown 2	#81652F; (one darker)
Brown 3	#4F3F1D; (dark text)
Brown 4	#221E1F; (near-black)
*/

body {
    margin: 0;
    padding: 0;
    background: #9D7B38;
    color: #4F3F1D;
}
#pageWrap {
    font: 13px Helvetica, Arial, sans-serif;
    width: 100%;
    margin: auto;
}

/*Fonts*/
@font-face {
    font-family: 'OpenSansRegular';
    src: url(fonts/OpenSans-Regular-webfont.eot);
    src: url(fonts/OpenSans-Regular-webfont.eot?#iefix) format('embedded-opentype'),
         url(fonts/OpenSans-Regular-webfont.woff) format('woff'),
         url(fonts/OpenSans-Regular-webfont.ttf) format('truetype'),
         url(fonts/OpenSans-Regular-webfont.svg#OpenSansRegular) format('svg');
    font-weight: normal;
    font-style: normal;
}
/*    font-family: OpenSansRegular, Helvetica, Arial, sans-serif;		*/
a {
	text-decoration: none;
    font-weight: bold;
}
a:link, a:visited  {
    color: #81652F;
}
a:hover {
	text-decoration: underline;
    color: #4F3F1D;
}
a:active{
    color: #4F3F1D;
}
li a.active {
    color: #4F3F1D;
}
h1, h2, h3, h4, h5, h6 {
  margin: 5px 0;
  font-family: OpenSansRegular, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
h1 {
    color: #81652F;
    font-size: 26px;
    margin: 0 0 15px 0;
	 border-bottom: 1px solid;
	 padding-bottom: 5px;
}
h2 {
    font-size: 20px;
    color: #81652F;
}
h3 {
    font-size: 20px;
    color: #9D7B38;
}
h4 {
    font-size: 16px;
} 

h5, h6 {
    font-size: 14px;
}
p {
    margin: 10px 0;
    line-height: 17px;
}
label {
    cursor: pointer;
}

blockquote {
    background: url(gfx/brown.png); 
    padding: 5px 15px;
    margin: 5px 20px;  
    color: #F1ECE3; 
    font-family: OpenSansRegular, Helvetica, Arial, sans-serif;
}
.front blockquote {
    font-size: 20px;
    text-align: center;	
}
/******/


/*Header*/
#header {
    width: 100%;
    background: #221E1F;
    color: #fff;    
}
#header .inside {
    width: 980px;
    margin: auto;
}
#header .left {
    float: left;
    width: 250px;
}
#header .left img {
    padding: 10px 25px 5px;
}
#header .right{
    float: right;
    text-align: right;
}
#header a, #header a:visited {
    color: #fff;
}    
#search-theme-form {
    height: 30px;
    margin: 20px 0 0;
}
#navlist {
    font-size: 12px;
    font-family: OpenSansRegular, Helvetica, Arial, sans-serif;   
    text-transform: uppercase; 
    margin: 49px 0 0;
}
#navlist li {
    margin: 0;
    padding: 0;
}
#navlist a {
    font-weight: normal;
    padding: 7px 9px;
}
#navlist a:hover {
    background: #81652F; 
	 text-decoration: none;   
}
#navlist a:active, #navlist a.active {
    background: #9D7B38;    
}
/******/

/*Container*/
#container {
    width: 980px;
    margin: auto;
    padding-bottom: 20px;
    background: url(gfx/backg.png) bottom no-repeat;
}
/*Left Column*/
#leftCol {
    float: left;
    width: 250px;
}
#leftCol .inside {
    margin-top: 40px;
}
/*Main Content*/
#mainCol {
    float: left;  
}
#mainCol.grid0 {
    width: 980px;    
}
#mainCol.grid1 {
    width: 730px;    
}
#mainCol .inside {
    margin: 40px 0 20px 20px;
    background: url(gfx/white.png);
    padding: 20px;
    border: 1px solid #624726;
    -moz-box-shadow: 2px 2px 5px 3px #81652F;
    -webkit-box-shadow: 2px 2px 5px 3px #81652F;
    box-shadow: 2px 2px 5px 3px #81652F;
}

.cbot {
    padding: 0 0 0 20px;
}
/******/

/*Footer*/
#footer {
    width: 100%;
    background: #221E1F;
    color: #F1ECE3; 
    font-size: 11px;   
}
#footer .inside{
    width: 980px;
    margin: auto;
	 padding: 10px 0;
}
.foot-left {
    float: left;
    width: 75%;
}
.foot-right {
    float: right;
    width: 25%;
    text-align: right;
}
/******/

/*Blocks*/
.block {
	margin-bottom: 15px;
}
.block h2 {
    background: #4F3F1D;
    color: #FFFFFF;
    padding: 3px 5px;
    margin: 0;	
}
.block .content {
    margin-top: 1px;
}
/******/

/*Node*/
.node {
}
.node .taxonomy {
  font-size: 11px;
  text-align: right;
  margin: 5px 0;
}
.submitted {
	font-size: 10px;
	font-style: italic;
}
.node .picture, .comment .picture {
  float: right;
}
/******/

/*Input, select, textarea*/
input, select, textarea {
    background: url(gfx/brown.png); 
    color: #F1ECE3;
    border: 0;
    padding: 5px;	
}
input.form-submit {
    cursor: pointer;
    padding: 4px;
    font-family: OpenSansRegular, Helvetica, Arial, sans-serif;   
    text-transform: uppercase;
    font-size: 11px;
}
input.form-submit:hover {
    background: #9D7B38;	
}
input.form-submit:active {
    background: #81652F;	
}
input.custom-search-default-value {
    color:#9D7B38; 
    text-transform: uppercase; 
	 font-size: 11px;
}
.form-select {
    padding: 4px;    
}
.form-select option {
    background: #4F3F1D;
    color: #F1ECE3;
}
.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 17px;
}

html.js input.form-autocomplete {
	 background-color: #4F3F1D;
    background-position: 100% 7px;
}
/******/

/*Tables*/
thead th {
    text-align: left;
    padding: 3px 5px;
    color: #81652F;  
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-family: OpenSansRegular, Helvetica, Arial, sans-serif;   
    font-weight: normal;
    font-size: 16px;
}
tbody {
    border: 0px;
}
td {
    vertical-align: top;
    padding: 5px 10px 5px 5px;
}
tr.even, tr.odd {
    border-bottom: 1px solid #81652F;
    background-color: #E7E3DC;
}

#attachments {
    margin-top: 20px;	
}
/******/

/*Lists*/
.item-list {
	font-size: 0.9em;
	margin: 1em 0;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.item-list ul {
	margin: 10px 0 0;
}
.item-list ul li {
	margin-left: 5px;
}

ul.menu {
    border: medium none;
    list-style: none outside none;
    text-align: left;
    margin: 0;
    padding: 5px 0 0 ;
}
ul.menu li {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}
ul.menu a {
    font-family: OpenSansRegular, Helvetica, Arial, sans-serif;  
    text-transform: uppercase;
    color: #FFF;
    font-weight: normal;
    font-size: 12px;
    border-bottom: 1px solid #81652F; 
    padding: 5px 10px;
    display: block;
	 text-decoration: none;
}
ul.menu a:hover, ul.menu a.active {
    background: #81652F; 
}
ul.menu a:active {
	color: #F1ECE3;
}

.item-list .pager li {
    padding: 3px 6px;
}
.item-list .pager li:hover, .pager-current {
    background: #81652F;
    color: #F1ECE3;
    font-weight: bold;
}
.item-list .pager li:hover a {
    color: #F1ECE3;
}
/******/

/*General Bits*/
.clr {
	clear: both;
}
* html #soContainer, * html #content, * html #leftCol, * html #rightCol, * html .tabs {
	overflow: visible;
	position: relative;
}
* html .block, * html .mission, * html .sticky, * html .comment, * html #profile .profile {
	height: 0.01%;
}
* html .poll input {
	position: static;
}
*+html .poll input {
	top: 1px;
}
* html .tabs .primary {
	height: 17px;
}
* html .tabs a {
	float: left;
	margin-bottom: -1px;
}
*+html .tabs .primary {
	height: 17px;
}
*+html .tabs a {
	float: left;
}
input, select, textarea {
	font: 100% Arial, Helvetica, sans-serif;
}
.mission {
  	background: #cdd;
  	padding: 1.5em 2em;
  	color: #222;
	margin-bottom: 1em;
}
.mission a:link, .mission a:visited {
  color: #9cf;
}
.help {
  font-size: 0.9em;
  margin-bottom: 1em;
	font-style: italic;
	font-weight: bold;
}
.tabs {
	margin-bottom: 1em;
}
.messages {
  background-color: #fc6;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: #f00;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #7A794B;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
div.links {
	clear: both;
	color: #999;
	font-size: 0.9em;
}
.sticky {
  	padding: 0.5em;
  	background-color: #f9f9f9;
  	border: solid 1px #ddd;
	margin-top: 0;
}
/*Comments*/
.comment .submitted {
	font-size: 0.9em;
}
.comment {
  	border: 1px solid #abc;
  	padding: 0.5em;
  	margin-bottom: 1em;
	font-size: 0.9em;
}
.comment .content {
  line-height: 15px;
}
.comment .title a {
  	font-size: 1.1em;
  	font-weight: normal;
}
.comment .new {
  	text-align: right;
  	font-weight: bold;
  	font-size: 0.8em;
  	float: right;
  	color: #f00;
}
.comment div.links ul.links, .comment div.links ul.links li {
	display: inline;
}
.signature {
  	padding: 0.5em;
	font-size: 0.9em;
	background: #cdd;
	margin: 1em;
}
/******/

/* Module specific styles*/
#aggregator .feed-source {
  	background-color: #eee;
  	border: 1px solid #ccc;
  	padding: 1em;
  	margin: 1em 0 1em 0;
}
#aggregator h2 {
	padding: 1em 0;
}
#aggregator .feed-item, #aggregator .links {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
	margin: 1.5em 0;
}
#forum tr td.forum {
	background-position: 2px 0.5em;
}
#forum td {
  padding: 0.5em;
}
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
	white-space: normal;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#forum .links {
  font-size: 0.9em;
	text-align: right;
}
.block-forum h3 {
  margin-bottom: 0.5em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: 0.5em;
  margin: 1em 0em 1em 0em;
}
.profile h3 {
	border: none;
	margin-bottom: 1em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
#profile .profile .field {
  font-size: 0.9em;
	font-style: italic;
}
#book-outline {
	min-width: 1em;
	width: auto;
}
div.admin .left, div.admin .right {
	margin: 0;
	width: 49%;
}
div.admin-panel {
	padding: 10px 0;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}
.poll .vote-form {
	text-align: left;
}
.poll input {
	position: relative;
	top: 2px;
}
.poll .vote-form .choices {
	display: block;
}
.block-poll div.title {
	font-size: 1.1em;
  color: #d72;
}
#user-login-form {
	text-align: left;
}
.block #user-login-form ul {
	padding: 0;
}
#leftCol .item-list ul li.openid-link, #rightCol .item-list ul li.openid-link, #leftCol #user-login-form .item-list ul li, #rightCol #user-login-form .item-list ul li {
	margin-left: 0;
	list-style-type: none;
}
#user-login-form li.openid-link, #user-login li.openid-link {
	padding-left: 1.5em;
	background-position: left center;
	margin-left: 0;
}

