/*
Theme Name: New Atlas Beverage Theme 
Description: The Official Theme of New Atlas Beverage
Theme URI: http://growthspark.com
Version: 1.1
Author: Growth Spark
Author URI: http://growthspark.com
*/ 

/* Global Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } 
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; } 

/* Font Size Reset */
html{ font-size:16px; } /* Make sure the default is always 16px */
body{
	font-size:62.5%; /* 16px * 62.5% = 10px : 1em now = 10px */
}

/* Wordpress Default Stylings */

.alignleft { 
	float:left; 
	margin:5px 10px 5px 0;
	padding-left: 10px;
}
.alignright { 
	float:right; 
	padding-right: 10px;
}
.aligncenter { 
	display:block; 
	margin:0px auto; 
}

.wp-caption { 
	border:1px solid #ccc; 
	background:#eee; 
	padding:5px; 
}
.wp-caption .wp-caption-text { 
	text-align:center; 
	margin-top:5px; 
}

li.page_item { }
.cat-item { }
.current-cat-item { }
.current-cat-parent { }

/* Global Styles */
body {
	background: url('images/bg.jpg') top center repeat;
	font-family: "Lucida Grande","Lucida Sans Unicode",Garuda,sans-serif;
	color:#363636;
}
h1 {
	font-size:21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9e0b0f;	
}
h2 {
	font-size:21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9e0b0f;	
}
h3 {
	font-size:21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9e0b0f;
}
p, li, label {
	font-size:1.2em;
	margin:5px 0;
} 
blockquote {
	width:80%;
	margin:10px auto; 
}
cite {
	font-style:italic;
}

a {
	text-decoration:none;
	color: #9e0b0f;
}
	a:hover {
		text-decoration:underline;
	}
	a:visited {
		color: #9e0b0f;
	}

.button, label { 
	cursor:pointer;
}

.clearit { 
	clear:both; 
	height:0px;
	overflow:hidden;
}

.more-link {
	font-weight: bold;
	margin-top: 10px;
}

img {
	padding: 5px;
}

/* Site Structure */
#wrapper {
	width:100%;
}
#site_wrapper {
	width:955px;
	margin:0 auto;
	padding:0 0 20px;
	overflow:hidden;
}

#main-top {
	background: url('images/main-top.png') center top no-repeat;
	width: 949px;
	margin-bottom: -2px;
}

#main {
	background: #fcfbf8;
	width: 949px;
	overflow:hidden;
}

#main-bottom {
	background: url('images/main-bottom.png') center bottom no-repeat;
	width: 949px;
}

/* Top Section */
#header {
	margin:125px 0 10px;
	overflow:hidden;
} 
	#logo {
		position:absolute;
		top: 65px;
		margin-left: 10px;
	}
		#logo h2 a {
			color:#333;
		}
		#logo h3 {
			font-size:1.2em;
		}
	#navigation {
	background: url('images/nav-bg.png') no-repeat;
	float: right;
	width: 468px;
	height: 41px;
	margin-right:10px;
	}
			#navigation a {
				text-decoration:none;
				color: #faf7e2;
			}
				#navigation a:hover {
					text-decoration:none;
				}
				#navigation a:visited {
					color: #faf7e2;
				}
				
		#navigation ul {
			list-style: none;
			overflow:hidden;
			margin-left: 40px;
			font-size:14px;
			padding-top:5px;
		}
			#navigation li {
				list-style: none;
				margin:0 10px 0 0;
				display:block;
				float:left;
				padding:5px;
				
			}
				#navigation li a {
					text-decoration:none;
				}
				#navigation li:hover {
				}
				#navigation li.current_page_item {
					background: url('images/sidebar-paper.png') top center no-repeat;
				}
				#navigation li.current_page_item a, #navigation li.current_page_item a:link, #navigation li.current_page_item a:visited {
					color: #9e0b0f;
				}
				#navigation	li.current_page_parent { 
				} 

#navigation li li a, #navigation li li a:link, #navigation li li a:visited {
	background: url('images/sidebar-paper.png') center no-repeat;
	width: 150px;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	color: #9e0b0f;
	border: 1px #9e0b0f solid;
	}

#navigation li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px #9e0b0f solid;
	}

#navigation li li { 
	}

#navigation li ul a { 
	width: 140px;
	}

#navigation li ul a:hover, #navigation li ul a:active { 
	}

#navigation li ul ul {
	margin: -32px 0 0 171px;
	}

#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul {
	left: -999em;
	}

#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul {
	left: auto;
	}

#navigation li:hover, #navigation li.sfhover { 
	position: static;
	}



	#sub_navi { 
		margin:5px 0 0;
	}
		#sub_navi ul { 
			overflow:hidden;
			border:1px solid #ccc; 
			padding:2px;
		}
		#sub_navi li { 
			padding:0 10px;
			display:block;
			float:left;
		}
		#sub_navi li.current_page_item a { 
			text-decoration:underline;
		}

#banner {
	background: url('images/banner.png') no-repeat;
	width: 955px;
	height:245px;
	margin-top:41px;
}

#banner p {
	font-size: 13px;
	font-weight: bold;
	color: #363636;
}

#banner-image {
	margin-left:45px;
	padding-top:35px;
}

#barrel-text {
	float: left;
	margin-left: 390px;
	margin-top: -65px;
	width: 198px;
	height: 55px;
}

#wheel-text {
	float: left;
	margin-left: 700px;
	margin-top: -65px;
	width: 198px;
	height: 55px;
}

/* Content */
#content {
	width:620px;
	margin:10px 0 0;
	float:left;
}
	#content h1 {
		margin:0 0 10px;
		padding-left: 30px;
	}
	
	.breadcrumb {
		margin:10px 0;;
		padding:5px;
		border:2px dashed #ddd;
		background:#eee;
		font-size:1.2em;
	}
	.post {
		margin:0 0 20px;
		padding:10px 30px 0px 30px;
		overflow:hidden;
	}

	.post h2 {
	
	}

	.post h2 a {
		color: #9e0b0f;		
	}
		.post ul, .post ol {
			margin:0 0 0 30px;
		}
		.post li {
			list-style:square; 
			color: #9e0b0f;
		}
		.post li .greytext {
			color: #363636;
		}
			.post ul ul, .post ol ul, .post ul ol, .post ol ol {
				margin:0 0 0 30px;
			}
		.odd {
			padding: 10px 20px 20px;
			background: url('images/divider-hz.png') bottom center no-repeat;
		}
		.even {
			padding: 10px 20px 20px;
			background: url('images/divider-hz.png') bottom center no-repeat;
		}
		.meta {
			margin:0 0 20px;
			color: #a1a1a1;
		}
		.meta a {
		color: #9e0b0f;		
		}

		.meta p {
			font-size:1em;
		}
		.meta #tags {
			color: #9e0b0f;
		}

.navlinks {
	padding-left:30px;
}

/* Comments and Responses */
#comments {
	margin:30px 0;
}
	#comments ol {
		margin:10px 0 0 0px;
	}
	#comments li {
		margin:10 0 10px;
		padding: 20px 0px 20px 0px;
		list-style:none;
		background: url('images/divider-hz.png') top center no-repeat; 
		color: #363636;
		font-size: 1.2em;
	}
	#comments li.alt {
		
	}

	#comments li p {
		color: #363636;
		font-size: 1.0em;
	}

#comments h3 {
	background:url('images/comment-icon.png') no-repeat;
	height:28px;
	padding-left:40px;
	color: #363636;
	font-size:21px;
}
	
#respond { 
	margin-top: 30px;
}

#respond label { 
	color: #555;
	font-size:11px;
}

#label-meta {
	color: #a1a1a1;
	font-size:11px;
}

#author, #email, #url { 
	height: 25px;
}

input.csubmit {
  background:url('images/comment-submit.png') no-repeat 50% 50%;
  border:none;
  margin: 10px 0px;
  width:166px;
  height:33px;
  text-indent: -9999px;
 }

#respond h3 { 
	background:url('images/respond-icon.png') no-repeat;
	height:28px;
	padding-left:40px;
	color: #363636;
	font-size:21px;
}

.respond-code {
	color: #555;
	font-size:11px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Garuda,sans-serif;
	width: 350px;
}

/* Search Results Page */
.search-terms {
	background:#eee;
	border:1px dotted #ccc;
}
.search-excerpt {
	background:#eee;
	border:1px dotted #ccc;
}

/* Sidebar */
#sidebar {
	background: url('images/sidebar-right.png') left no-repeat;
	float:right;
	font-family: "Lucida Grande","Lucida Sans Unicode",Garuda,sans-serif;
	color: #9e0b0f;
	width:297px;
	margin-right: 20px;
	min-height:858px;
}

#sidebar-top {
	background: url('images/sidebar-top-bg.png') top repeat-y;	
	padding-bottom: 20px;
	padding-top: 20px;
}

			#sidebar-top a {
				text-decoration:none;
				color: #9e0b0f;
			}
				#sidebar-top a:hover {
					text-decoration:none;
				}
				#sidebar-top a:visited {
					color: #9e0b0f;
				}

#sidebar-top .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #363636;
}

	#sidebar-top ul {
		margin:10px 0 0 0px;
	}
	#sidebar-top li {
		list-style:none;
		margin:0 0 10px;
	}
	#sidebar-top ul.children {
		margin:10px 0 0 0px; 
	} 
		#sidebar-top ul.children li {
			font-size:1em;
			list-style:none;
		}
		#sidebar-top ul.children ul.children {
			margin:10px 0 0 0px; 
		}
			#sidebar-top ul.children ul.children li {
				font-size:1em;
				list-style:none;
				} 

#sidebar-bottom {
	background: url('images/sidebar-divider.png') top center no-repeat;
	font-family: "Lucida Grande","Lucida Sans Unicode",Garuda,sans-serif;
	color: #9e0b0f;
}

			#sidebar-bottom a {
				text-decoration:none;
				color: #9e0b0f;
			}
				#sidebar-bottom a:hover {
					text-decoration:none;
				}
				#sidebar-bottom a:visited {
					color: #9e0b0f;
				}

#sidebar-bottom .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #363636;
	padding-top: 20px;
}

	#sidebar-bottom ul {
		margin:10px 0 0 0px;
	}
	#sidebar-bottom li {
		list-style:none;
		margin:0 0 10px;
	}
	#sidebar-bottom ul.children {
		margin:10px 0 0 0px; 
	} 
		#sidebar-bottom ul.children li {
			font-size:1em;
			list-style:none;
		}
		#sidebar-bottom ul.children ul.children {
			margin:10px 0 0 0px; 
		}
			#sidebar-bottom ul.children ul.children li {
				font-size:1em;
				list-style:none;
				} 

	.sidebar-box {
		margin:0 0 20px;
		padding-left:20px;
	}
	#search-form {
		width:300px
	}

/* Footer */
#footer {
	width: 930px;
	margin: 10px auto 0px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Garuda,sans-serif;
	color: #9e0b0f;
}

#footer h3 {
	color: #363636;
}

			#footer a {
				text-decoration:none;
				color: #9e0b0f;
				font-weight: bold;
			}
				#footer a:hover {
					text-decoration:none;
				}
				#footer a:visited {
					color: #9e0b0f;
				}


	.footer-menu ul { 
	}
	.footer-menu li {
		margin:0 10px 0 0;
		display:inline;
	} 

.footer-block-top {
	background: url('images/footer-full.png') top center no-repeat;
	width: 930px;
	margin: 0 auto;
}

.footer-block {
	background: #f5f1eb;
	width: 930px;
        min-height: 250px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#footerwidgets {
	background: #f5f1eb;
	width: 930px;
	margin: 0 auto;
}

#footerwidgets p {
	color: #363636;
	line-height: 21px;
}

.footer-box1 {
	float: left;
	width: 290px;
	height: 160px;
	padding: 10px;
}

.footer-box2 {
	float: left;
	width: 290px;
	height: 160px;
	padding: 10px;
}

.footer-box3 {
	float: left;
	width: 290px;
	height: 160px;
	padding: 10px;
}

#footerwidgets .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #363636;
}

	#footerwidgets ul {
		margin:10px 0 0 0px;
	}
	#footerwidgets li {
		margin:0 0 10px;
	}
	#footerwidgets ul.children {
		margin:10px 0 0 20px; 
	} 
		#footerwidgets ul.children li {
			font-size:1em;
		}
		#footerwidgets ul.children ul.children {
			margin:10px 0 0 20px; 
		}
			#footerwidgets ul.children ul.children li {
				font-size:1em;
				} 

.recentcomments {
	color: #363636;
}
				
#footernav {
	background: url('images/footer-nav.png') no-repeat;
	width: 930px;
	height:29px;
	margin: 0 auto;
	color: #faf7e2;
}
			#footernav a {
				text-decoration:none;
				color: #faf7e2;
			}
				#footernav a:hover {
					text-decoration:none;
				}
				#footernav a:visited {
					color: #faf7e2;
				}

