/*  
Theme Name: Camo-N-Kids
Theme URI: http://camo-n-kids.com
Description: Custom theme for Camo-N-Kids Blog
Version: 1.0
Author: Ryan Edick
Author URI: http://ryanedesigns.com
*/

html, body, div, span, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, 
u, i, img, blockquote, fieldset, input{ 
	margin:0; 
	padding:0;
	border:0;
	}
	
h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em; 
	}

ul,ol { 
	list-style:none 
	}

table {
	border-collapse:collapse;
	border-spacing:0;
}

a img,:link img,:visited img { 
	border:none 
	}
	
.clear {
	clear:both;
}

/* END Zero Out */	

html {
	height:100%;
	}

body {
	height: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	line-height:18px;
	text-align: center;
	background: #f3f3ed;
	color: #666;
}

a:link {
	text-decoration: underline;
	color: #666;
}

a:hover, a:visited {
	color: #666;
	text-decoration: none;
}

h1 {
	font-family: Georgia, Sans-serif;
	font-size: 36px;
	padding-top: 10px;
}

h2, h3, h4 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 5px;
	
}

p {
	padding-top: 10px;
}

#site_wrapper {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	text-align: left;
}

#content_wrapper {
	background: #9ea480;
	border-left:1px solid #75786a;
	border-right:1px solid #75786a;
	padding-top: 10px;
	margin: 0 auto;
	width: 982px;
	text-align: left;
}

.content {
	float:left;
	width:700px;
	padding-left:10px;
	}

#header_wrapper{
	padding-bottom:30px;
	background: #0b0b0b url('images/camo.jpg') repeat-x;
	width: 100%;
	height: 150px;
	}
#banner {
	background: url('images/banner.png') no-repeat;
	height:159px;
	width: 900px;
	padding-top: 10px;
	margin: 0 auto;
	}

#menuBar {
	height:50px;
	width:100%;
	margin: 0 auto;
}

.vendorBar {
	margin: 0 auto;
	padding-left: 15px;
	width: 940px;
	height:100px;
}

.menuContainer {
	width:960px;
	margin: 0 auto;
	}
	
ul.topMenu {
	padding: 5px;
	margin: 10px 0;
	list-style: none;
	float: left;
	}
	
ul.topMenu li{
	float: left;
	}
	
ul.topMenu li a{
	float: left;
	text-decoration: none;
	color: #999;
	padding: 4px 30px 0 0;
	margin-right: 8px;
	font: 14px Arial, Helvetica, sans-serif;
	}
	
ul.topMenu li a:hover{
	float: left;
	text-decoration: none;
	color: #999;
	padding: 4px 30px 0 0;
	margin-right: 8px;
	font: 14px Arial, Helvetica, sans-serif;
	}
ul.topMenu li a span {
	float: left;
	padding-right: 15px;
	display: block;
	margin-top: -4px;
	height:30px;
	}

#header img{
	float:left;
	}
#headerContent {
	color:999;
	width:300px;
	height:125px;
	border:1px solid #f7f2ec;
	background:url('images/feedBG.jpg');
}

.feedMe {
	padding:20px;
}

.feedMe img{
	float:left;
}

.feedMe a:link {
	text-decoration: underline;
	color: #999;
}

.feedMe a:hover {
	color: #999;
	text-decoration: none;
}

.feedMe a:visited {
	color: #999;
	text-decoration: none;
}

#featured {
	margin:0 auto;
	height: 175px;
	background:url('images/slideshowImages/homepage-pic.jpg') no-repeat;
	border:5px solid #e1e1e1;
	/*padding-top: 20px;*/
	width: 950px;
	margin-bottom: 20px;
	}

.box {
	background:url('images/transparent_bg.png');
	padding: 0 10px;
	margin-left: 20px;
	width: 300px;
	height:100%;
	float: left;
	/*border:1px solid #849ac2;*/
}

.box h2 {
	text-align: center;
	color:#999;
	margin:5px;
	}

.box-register {
	height: 200px;
	width: 300px;
	margin: 10px;
	margin-top:15px;
	background: url('images/signup-bg.png') no-repeat;
	float: left;
}

#container {
	float: left;
	width: 630px;
	margin-bottom: 20px;
	padding: 10px;
	background: #fff;
}

#post_sidebar_wrapper{
	margin:10px auto;
	width:960px;
	background: #fff;
	border:1px solid #ccc;
	}


.post {
	width:700px;
	padding:10px;
	background: #dbddcf;
	border: 2px solid #cdcfba;
}

.postTitle{
	width:790px;
	padding:10px 10px 10px 0;
}
.post  h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.post  h3 {
	margin: 10px 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}

.entry blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-align:justify;
	padding:10px;
	margin: 10px 0 10px 280px;
	width:300px;
	min-height: 75px;
	border:1px solid #ccc;
	background:#333;
	}

.entry {
	line-height: 18px;
}

	
.entry img {
	border:1px solid #333;
	margin:0 auto;
}

.entry ol{
	padding-left: 30px;
	list-style:upper-roman;
}

.alignright {
	float:right;
	margin-left: 10px;
	}
	
img.aligncenter {
	text-align:center;
	border:0;
	margin-left:245px;
	}
	
p.postmetadata {
	background:#494a43;
	border:1px solid #43453d;
	margin-top: 10px;
	padding:5px;
}

.navigation {
	width:200px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.divider {
	text-align:center;
	margin:0 auto;
	}

.sidebar {
	margin: 0 auto;
	float: right;
	width: 220px;
	display: inline;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
}

.sidebar ul li {
	padding: 10px 0;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

.sidebar_box{
	background:url('images/feedBG.jpg');
	width: 300px;
	margin: 0 auto;
	margin-top:15px;
	float: left;
	border:1px solid #849ac2;
}

.sidebar_box h2 {
	text-align: center;
	color:#999;
	margin:5px;
	}

#search {
	margin-top:20px;
	float:right;
	display: inline;
	}

#search input {
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #c0c0c0;
	color:#434343;
	font-style:italic;
	display: inline;
}

#search input.button{
	background-color:#849ac2;
	border:0px;
	color:#999;
	width:auto;
	font-style:normal;
}

#searchform input{
	display: inline;
	}
	
#search input.button:hover{ 
	background-color:#849ac2;
}


#footer {
	margin: 0 auto;
	margin-top: 15px;
	width: 960px;
	height:300px;
	background:url('images/footer-bg.png');
}

#footer p {
	line-height: 18px;
}

.footerBox {
	width:200px;
	height:100px;
	float:left;
}

#left-footer {
	float:left;
	padding:10px;
	margin-left:25px;
	margin-right:10px;
	margin-top:25px;
	height:250px;
	width:290px;
}
	#about-box {
		height:125px;
	}
	
	#twitter-box {
		padding-top:15px;
		padding-left:30px;
		height:65px;
		width:240px;
		color:#eee;
		font-size:.9em;
		}
		#twitter-box strong{
			font-size:1.1em;
			font-style:italic;
			}

#middle-footer {
	float:left;
	padding:10px;
	margin-left:25px;
	margin-top:25px;
	height:250px;
	width:195px;
}

#middle-footer img {
	margin-bottom:10px;
	}

#right-footer {
	float:left;
	padding:20px;
	margin-left:30px;
	margin-top:25px;
	height:240px;
	width:270px;
}
	/*Flickr Group*/

	.flickrimage {
		float:left;
		margin: 25px 0 0 7px;
		width:75px;
		height:75px;
		border:1px solid #333;
		padding:3px;
		background: #ddd;
	}

/* Comment Styles */

#findme {
	border-top:1px solid #000;
	width: 960px;
	height:100px;
	}

#commentform { 
	margin: 25px;
	padding:5px; 
	width: 635px;
}

#commentform p, textarea {
	width: 600px;
	}
#commentform p, input {
	font-size:16px;
	padding: 2px;
	margin: 2px;
	}
#commentform input {
	border: 1px solid #555;
	}
	
#submit {
	background-color:#333;
	padding: 5px;
	}

.commentor {
	float:left;
	width:120px;
	text-align:right;
}
.commentor img {
 	margin-bottom:3px;
}
.comment-metadata a{
	color:#d0cab4;
	font-size:10px;
	text-decoration:none;
}
.commenttext {
	float:right;
	width:635px;
	margin-right:115px;
	color:#aaa;
	padding:20px;
	background-color:#111;
	border:1px solid #333;
	font-size:13px;
	line-height:20px;
	padding-bottom:10px;
	min-height:150px;
	
}

#comments {
	margin-left:35px;
	}
.commentlist {
	margin-left:20px;
	}
	
ol.commentlist li.alt .commenttext{
	position:relative;
	top:-1px;
	background-color:#222;
	margin-bottom:-2px;
}
ol.commentlist {
	margin-top:20px;
}
ol.commentlist li {
	clear:both;
	margin-bottom:0px;
	list-style:none;
	margin-left:0px;	
}
.comment-author {
	font-size:18px;
	margin-bottom:0px;
}
.comment-author a {
	color:#b0bb0b;
	font-weight:bold;
	text-decoration:none;
}
.commentlist .commenttext a {
	color:#848d00;
}
.commentlist  .commenttext a:hover, .comment-author a:hover {
	color:#232323;
	text-decoration:none;
}


/* Sociable */

div.sociable { 
	margin: 16px 0;
	padding:5px; 
	background: #eee;
	border: 1px solid #ccc;
}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	margin-left: 20px;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* TAB MENU */

#tabmenu {
		color: #000;
		border-bottom: 2px solid black;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px 
		}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; 
	}

#tabmenu a, a.active {
	color: #DEDECF;
	background: #898B5E;
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	border: 2px solid black;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none; 
	}

#tabmenu a.active {
	background: #ABAD85;
	border-bottom: 3px solid #ABAD85; 
	}

#tabmenu a:hover {
	color: #fff;
	background: #ADC09F; 
	}

#tabmenu a:visited {
	color: #E8E9BE; 
	}

#tabmenu a.active:hover {
	background: #ABAD85;
	color: #DEDECF; 
	}

/*Related Posts */

#relatedPosts { 
	
}

#relatedPosts li{ 
	list-style:none;
}

.widget {
	width:290px;
}

/*Author Info */

#authorInfo { 
	margin:0px;
	padding:20px;
	min-height:80px; 
	background: #f9f0f0;
	border: 1px solid #ccc;
}

#authorInfo img{ 
	float:left;
	margin-right:5px;
	padding:1px solid #666;
	border:1px solid #333;
}


/* Ads Style */

/* LinkList Styles */

ul.boxList {
	padding: 0;
	background-color:#a1a1a1;
	width: 100%;
	border:1px solid #849ac2;
}

ul.boxList li {
	list-style:none;
	margin:0px;
	padding:0px;
}


ul.boxList li a {
	display:block;
	padding:8px;
	background-color:#ddd;
	border-bottom:1px solid #ccc;
	color:#565344;
	text-decoration:none;
}

ul.boxList li a img{
	border: 2px solid #0d204a;
}

ul.boxList li a:hover {
	background-color:#eee;
	border-bottom:1px solid #F1F7FF;
}	

ul.large li a {
	text-align:center;
	font-size:15px;
	padding:16px;
}

ul.boxList li h2{
	text-align: center;
	color: #565344;
}	

/* LinkList Styles Small */

ul.boxList_small {
	padding: 0;
	background-color:#a1a1a1;
	width: 100%;
}

ul.boxList_small li {
	list-style:none;
	margin:0px;
	padding:0px;
}


ul.boxList_small li a {
	display:block;
	padding:5px;
	background-color:#ddd;
	border-bottom:1px solid #ccc;
	color:#565344;
	text-decoration:none;
}

ul.boxList_small li a img{
	border: 2px solid #0d204a;
}

ul.boxList_small li a:hover {
	background-color:#eee;
	border-bottom:1px solid #F1F7FF;
}	

ul.large li a {
	text-align:center;
	font-size:15px;
	padding:16px;
}

ul.boxList_small li h2{
	text-align: center;
	color: #565344;
}	

/* Footer LinkList Styles */

.footerBlock {
	float:left;
	margin-right:15px;
	width: 200px;
	padding:10px;
	background:#eee;
	border:1px solid #ddd;
	}

ul.footerList {
	display:block;
}

ul.footerList li {
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.footerList li a {
	padding:10px;
	background-color:#999999;
	border-bottom:1px solid #dedaca;
	color:#565344;
	text-decoration:none;
}

ul.footerList li a img{
	border: 2px solid #0d204a;
}

ul.footerList li a:hover {
	background-color:#bbbbbb;
	border-bottom:1px solid #F1F7FF;
}	

ul.large li a {
	text-align:center;
	font-size:15px;
	padding:16px;
}

ul.footerList li h2{
	text-align: center;
	color: #565344;
}	

/* FEATURED STYLES */

#pageTitle {
	font-size:2em;
	font-style:italic;
	width:960px;
	height:50px;
	margin: 0 auto;
	}

#featuredPhoto {
	width:960px;
	height:400px;
	margin: 0 auto;
	}
	
#featuredPhoto img{
	border: 2px solid #f7f2ec;
	}

#featuredMetaWrapper {
	width:952px;
	height:15px;
	padding:5px;
	margin: 10px auto;
	border: 1px solid #272727;
	background:url('images/transparent_bg.png');
	}
#featuredMetaWrapper ul {
	width:100%;
	float:left;
	display:block;
	list-style:none;
	}
	#featuredMetaWrapper li {
	margin-right:200px;
	float:left;
	display:inline;
	}

.featuredPosts {
	margin:60px 20px 10px 30px;
	width:300px;
	height:200px;
	background: #333;
	}
	
#contactTop {
	padding-top:10px;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a1a1a1;
	float:right;
	}
	

