/*
Name: Coyote Hobbies
Date: August 2009
Description: Coyote Hobbies - Lexington, KY.
Version: 1.0
Author: WoodiE
Autor URI: http://www.rcnitrotalk.com

TABLE OF CONTENTS

- GLOBAL
- LAYOUT
- NAVIGATION
- CONTENT
- SIDE BAR
- STYLES
- FOOTER
*/

/* Imports */
@import url(reset.css);

/*****   GLOBAL   *****/
body {
	color: #000305;
	font-size: 87.5%; /* Base font size: 14px */
	font-family: Helvetica,Arial,Verdana,sans-serif;
	line-height: 1.43;
	margin: 0;
	padding: 0;
	text-align: left;
	background: url(./img/body-bg.gif) #eee;
}

/* Headings */
h1 {font-size: 1.85em}
h2 {font-size: 1.85em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}	/* 14px */

h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}

/* Paragraphs */
p {margin-bottom: 1.1em;}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}
.clear { clear:both; }

::selection { background: #a8d1ff; /* Safari */ }
::-moz-selection { background: #a8d1ff; /* Firefox */ }


/*****   LAYOUT   *****/
#wrapper { 
	margin: 0 auto;
	width: 960px;
	}

#faux {
	background: url(./img/column-bg.gif);
	margin-bottom: 1px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
	}

#header {
	position: relative;
	height: 160px;
	width: 960px;	
	margin: 0;
	color: #fff;	
	background-color: #ffffff;
	}

#mainmenu {
	padding-left: 10px;
	position: absolute;
	bottom: 0px;
	width: 950px;
	background-color: black;
	}

#searchbox {
	float: right;
	}

#content { 
	float: left;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 616px;
	display: inline;
	position: relative;
	background-color: #FFFFFF;
	}

#sidebar { 
	display: inline;
	color: #333;
	margin: 5px;
	padding: 0px;
	width: 300px;
	float: right;
	background-color: #F2F2F2;
	}

#footer { 
	width: 940px;
	clear: both;
	color: #fff;
	background: #000;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	}

/*****   NAVIGATION   *****/

#mainmenu ul {
	list-style-type: none;
	}
	
#mainmenu li {
	display: inline;
	float: left;
	line-height: 28px;
	margin-right: 4px;
    }
	
#mainmenu li a, #mainmenu li a:visited {
	margin: 0 !important;
	padding: 0 10px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana;
	font-weight: bold;
	}

#mainmenu li a:hover, #mainmenu .current_page_item a, #mainmenu .current_page_item a:visited {
	color: #000;
	background-color: #d4d4d4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	}


/*****   CONTENT   *****/

a, a:visited { text-decoration: underline; font-weight: bold; color: #00F; white-space:nowrap; }
a:hover { color: #CC0000; white-space:nowrap;}

.article {
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.article h2 a, .article h2 a:visited { text-decoration: none; color: #CC0000; }
.article h2 a:hover { color: #000; }
.article h1 {color: #CC0000;}

.published {
	padding: 0 0 0 20px;
	margin: 0 0 8px 0;
	line-height: 16px;
	background: url(./img/ico-published.gif) no-repeat left;
	/** float: left; **/
	display: block;
	text-align: left;
	height: 16px;
	width: 73%;
	font-size: 11px;
	color: #939393;
	}

.more-link { font-size: 15px; }


/*****   SIDE BAR   *****/

#socialicons { text-align: right;}
#socialicons ul {
	list-style-type: none;
	}
	
#socialicons li {
	display: inline;
	text-align:right;
	margin-left: 10px;
    }

/** side bar search box **/
#search-top input,
#search-top img {
	vertical-align: middle;
	}

#searchtop-text {
	width: 210px;
	font-size: 115%;
	border: 2px solid #E3E3E3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#sidebar form { margin: 4px 0 6px 8px; }

/** side bar boxes **/
.sb {
  width: 280px;
  margin: 0 auto 15px auto;
  padding: 10px 6px;
  background-color: #fff;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border: 2px #E3E3E3 solid;
}

.sb p {
  font-size: 13px;
  color: #464646;
  width: 250px;
  line-height: 23px;
  margin: 0 auto;
}

.sb h3 {
  width: 236px;
  margin: 0 auto;
  font-size: 18px;
  color: #464646;
}

.sb dt, .article dt {
	font-weight: bold;
	}

/*****   STYLES   *****/

.sitelogo {
	text-indent: -999px;
	width: 960px;
	height: 134px;
	background: url(./img/logo.jpg) no-repeat;
	}


.article img.left, img.alignleft {
  margin: 0.5em 15px 0.5em 0;
  float: left;
  clear: left;
}
.article img.right, img.alignright {
  margin: 0.5em 0 0.5em 15px;
  float: right;
  clear: right;
}
.article img.center, img.aligncenter {
  display: block;
  margin: 0 auto 1.5em auto;
  float: none;
  clear: both;
}
.article img.frame {
  padding: 6px;
  border: 1px solid #aaa;
  background: #eee;
}

.article ul {
  list-style: none;
  margin: 0 0 10px 20px;
}
.article ul li {
  padding: 2px 0 6px 14px;
  background: url(./img/bullet_text.gif) 0 0.4em no-repeat;
  line-height: 1.3em
}
.article ol li { margin-left: 30px; }
.article ol li {
  padding-bottom: 8px;
  line-height: 1.3em;
}

.widget a {font-size: 12px; }

.commenttop p {
	padding: 8px 4px;
	margin: 0;
	color:#333;
	border-top: 1px solid #CDDFEF;
	border-left: 1px solid #CDDFEF;
	border-right: 1px solid #CDDFEF;
	border-bottom: 2px solid #ffffff;
	background-color: #E4ECF6;
	}
.commentbody {
	padding: 8px 4px;
	margin: 0;
	background-color: #F3F7FB;
	border-left: 1px solid #CDDFEF;
	border-right: 1px solid #CDDFEF;
	border-bottom: 1px solid #CDDFEF;
	}

#commentlist li { margin-bottom: 10px; }

/* --[ Table Style ]------------------------------- */
.article table {
	width: 90%;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	margin: 1em auto;
	border-collapse: collapse;
}
.article caption {
	color: #000;
	font-size: 1.1em;
	letter-spacing: .1em;
	margin: 1em 0 0 0;
	padding: 0;
	caption-side: top;
	text-align: center;
	font-weight: bold;
	}
.article td {
	color: #333;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding: .3em 1em;
	text-align: left;
}				
.article th {
	font-weight: normal;
	color: #333;
	text-align: right;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding: .3em 1em;
	background: #EEEEEE;
}

#endpost {
	background-color: #E4ECF6;
	border: 1px solid #CDDFEF;
	padding: 10px;
	}
#endpost p { margin: 0; padding: 0;}
#endpost a, #endpost p { font-size: 12px; font-weight: normal; }

.clear { clear: both; background: none; }

/*****   FOOTER   *****/

div.footerbox { margin: .75em 0; }
div.footerbox dl { width: 275px; float: left; display: inline; margin: 10px 20px 10px 0; }
div.footerbox dl.lastDL { margin-right: 0; }
div.footerbox dt { font-weight:bold; font-size: 14px; color: #000305; overflow:hidden; }
div.footerbox dd { margin-top: .25em; font-size: 11px; margin-bottom: 6px; color: #fff;}
div.footerbox dd a, div.footerbox dd a:visited {
	display: block;
	font-size: 14px;
	color: #fff;
}
