/*
Theme Name: notchHM
Theme URI: http://wordpress.org/
Description: A basic WordPress theme for NotchSession.com
Version: 1.0
Author: Forrest Frazier
Author URI: http://maligndesign.com/
Design concept by: Holland-Mark

*/

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	/*cursor:help;*/
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
	vertical-align:middle;
}
ul, ol {
	list-style-type: none;
	}

/* start styles with a clean slate
@font-face {
	font-family: "Franchise";
	src: url("http://www.notchsession.com/wp-content/themes/notchHM/fonts/Franchise-Bold.eot"); /* EOT file for IE
	src: url("http://www.notchsession.com/wp-content/themes/notchHM/fonts/Franchise-Bold.ttf") format("truetype");
} */


@font-face {
	font-family: 'HelveticaRegular';
	src: url('fonts/helvetica-webfont.eot');
	src: local(''), url('fonts/helvetica-webfont.woff') format('woff'), url('fonts/helvetica-webfont.ttf') format('truetype'), url('fonts/helvetica-webfont.svg#webfontZyx09fGo') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #fff;
	color: #000;
	font: normal 62.5%  'HelveticaRegular', Arial, sans-serif ; /*10px*/
	line-height: 1.5;
}
#wrapper {
	background: url(images/bg_wrapper.png);
	margin: 0 auto;
	padding:0px 0 40px 0;
	width: 968px;
	position:relative;
	}
a {
	color: #8d181b;
	text-decoration: none;
	}
a:hover {
	color: #8d181b;
	text-decoration: underline;
	}
h1, h2, h3, h4 { font-family: Georgia, sans-serif; font-weight: normal; line-height: 1.5; }
h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.8em;}
h4 { font-size: 1.4em; font-weight: bold; }
p { font-size: 1.4em; font-weight: normal; }
li { font-size: 1.2em; font-weight: normal; }
p,code,ul,ol {
	margin-bottom: 1.5em;
	}

blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

strong {
	font-weight: bold;
	}
img {
	background: #000000;
	border: 1px solid #ffffff;
	padding: 3px;
	}

img.right {margin: 5px 0 5px 12px;}
img.left {margin: 5px 12px 5px 0;}
img.border {
	background: #555;
	display: block;
	padding: 3px;
}

/* misc */
.left {float: left;}
.right {float: right;}
.clear {clear: both;}

/* structure */
#content {
	float: right;
	width:718px;
	}
aside {
	/*border-bottom: 3px double #b27779;*/
	float: left;
	margin:-357px 0 0 0px;
	width: 244px;
	position:relative;
	}
aside #title {
	background: url(images/logo.png) no-repeat;
	height: 104px;
	margin: 0 auto;
	text-indent: -7000px;
	width: 190px;
}
aside #description { display: none; }
aside ul li, aside p { font-size: 1.2em;  }

/* header */


/* footer */
footer {
	background: #8d171a url(images/notch-n.png) 27px 8px no-repeat;
	clear: both;
	height: 49px;
	left: 50%;
	margin: 0 0 0 -484px;
	padding: 0;
	position: fixed;
	bottom: 0;
	width: 968px;
	}
p.copy {  color: #d1d2d4;
	font-family: Georgia, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 49px;
	margin: 0 0 0 70px;
	text-transform: uppercase;
	width: 500px;
	}
#social { position: absolute; top:0px; right: 0; width:420px; }

#social li { background-image: url(images/social-sprite.png);
	background-repeat: no-repeat;
	color:#D1D2D4;
	font-family:Georgia,sans-serif;
	font-size:1em;
	font-weight:bold;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 10px 20px 0 0; 
	padding: 0 0 0 35px;
	width: auto; 
	}
#social li a { color:#D1D2D4; }	
#social li.email { background-position: 0 0; }
#social li.rss { background-position: -94px 0; }
#social li.facebook { background-position: -215px 0; }
#social li.twitter { background-position: -299px 0; }

.post footer, .page footer {
	background: none;
	height: auto;
	clear: both;
	float: left;
	left: 0;
	margin: 0;
	padding: 0;
	position: relative;
	width: auto;  }

/* content */
article { clear: both; padding:0 0 15px 0;  }
article p { font-size:12px; line-height:18px; color:#231f20; margin-bottom:.5em;}
img.postthumb {  background: none repeat scroll 0 0; padding: 1px; float: left;  width: 187px; margin: 0 10px 0px 0; display: block; border: none;  }
#content li {margin-left: 18px;}
#content .post header h1, #content .page header h1 {
	border-bottom: 3px double #b27779;
	font-size: 3em;
	margin: 0 0 13px 0;
	text-transform: uppercase;
	}


.post header h2 {
	border-bottom: 3px double #b27779;
	border-top: 3px double #b27779;
	font-size:24px;
	letter-spacing:3px;
	margin: 0 0 13px 0;
	text-transform: uppercase;
	padding:1px 0 2px 0;
	}


.post header .meta { float: left;  }
.meta, p.read-more {
	text-transform: uppercase;
	font-size:10px !important;
	color:#231f20;
	line-height:normal !important;
}


/* aside */
aside p { font-size: 1.1em; }
aside .widget h2 { text-transform: uppercase;}

aside .widget h2#facebook_title { text-transform: uppercase;
	background:url("images/facebook_slide.png") no-repeat;
	width:96px;
	height:26px;
	position:relative;
	margin-top:-10px;
	}

/* navigation */
nav { background: url(images/notch-bottles.png) no-repeat 115px 20px;
	font-family: "Franchise", impact , sans-serif;
	margin: 0 0px 15px 27px;
	padding: 20px 0 0 0;
	text-transform: uppercase;

	}
nav ul { text-indent: -7000px;  border-bottom: 3px double #b27779; width:190px;}
aside nav ul li a {
	background: url(images/nav_sprite.png) no-repeat;
	color: #ffffff;
	display: block;
	font-size: .000001em;
	margin: 0 0 13px 0px;
	width: 120px;
	}
nav ul li.page-item-648 a { background-position: 0 -00px; height: 58px; }
nav ul li.page-item-648.current_page_item a, nav ul li.page-item-648 a:hover { background-position: 0 -212px; }

/*nav ul li.page-item-2 a { background-position: 0 -00px; height: 58px; }
nav ul li.page-item-2.current_page_item a, nav ul li.page-item-2 a:hover { background-position: 0 -212px; }*/

nav ul li.page-item-42 a { background-position: 0 -69px; height: 45px; }
nav ul li.page-item-42.current_page_item a, nav ul li.page-item-42 a:hover { background-position: 0 -281px; }

nav ul li.page-item-14 a { background-position: 0 -125px; height: 35px; }
nav ul li.page-item-14.current_page_item a, nav ul li.page-item-14 a:hover { background-position: 0 -337px; }

nav ul li.page-item-649 a { background-position: 0 -171px; height: 41px; }
nav ul li.page-item-649.current_page_item a, nav ul li.page-item-649 a:hover { background-position: 0 -383px; }

/*nav ul li.page-item-15 a { background-position: 0 -171px; height: 41px; }
nav ul li.page-item-15.current_page_item a, nav ul li.page-item-15 a:hover { background-position: 0 -383px; }*/


nav ul li ul li {
	line-height: 24px;
	margin: 0;
	font-size: .7em;
	}


/* images */
.aligncenter {
	margin: 0 auto;
	text-align: center;
	}
.alignleft {
	text-align: left;
	}
.alignright {
	text-align: right;
	}
.wp-caption {
	background: #d1d3d4;
	margin-bottom: 10px;
	padding: 5px 5px 0 5px;
	}
/* archives */
.post .descr {color: #AAA;}
.post .descr a {color: #CCC;}
.post .descr a:hover {color: #FFF;}


/* comments */
#comments-wrapper { width: 625px;}
X.comment-body { background:#fff9f9; border: 1px solid #cccccc; margin: 0 0 20px ;  }
.comment.depth-1 { background:#c6c7c8; border: 1px solid #cccccc; margin: 0 0 10px 0; padding: 10px;}
.comment.parent .children .comment { background: #ffffff; border: 1px solid #cccccc; margin: 10px 10px 10px 20px; padding: 10px; list-style-type: none; }
.comment.parent .children .comment .children .comment { background: #c6c7c8; border: 1px solid #cccccc; margin: 10px 10px 10px 20px; padding: 10px; list-style-type: none; }

.comment .comment-author cite { font-size: 1.25em;  margin: 0 0 0 8px;}
.comment .comment-body p, .comment .comment-meta, .comment .comment-reply-link { margin: 0 0 0 70px; }
.comment .avatar { float: left;  margin: 0 8px 0 0; padding:1px; border:1px solid #999; }
textarea#comment { width: 630px;   }

#commentnavi {
	background:#EDEFF0 url(img/box.gif) 0 0 no-repeat;
	padding:10px 15px;
	font-size:11px;
}
#commentnavi a.page-numbers {
	padding:5px 7px;
	text-decoration:none;
	border:1px solid #EDEFF0;
	margin:0 -2px;
}
#commentnavi a.page-numbers:hover {
	background:#F7F7F7;
	border:1px solid #CCC;
	text-decoration:none;
}
#commentnavi span.pages {
	padding:0 7px 0 22px;
	background:url(img/icons.gif) 0 -272px no-repeat;
	height:16px;
	line-height:16px;
	float:left;
}
#commentnavi span.current {
	background:#F7F7F7;
	padding:5px 7px;
	border:1px solid #F7F7F7;
	font-weight:bold;
	margin:0 -2px;
}
#commentnavi #commentpager {
	line-height:16px;
}
#submitbox a.feed {
	background:url(img/icons.gif) 0 -256px no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	float:left;
}
#submitbox #submit {
	padding:3px 6px;
	background:#B4D666;
	border-top:1px solid #B4D666;
	border-right:1px solid #81B840;
	border-bottom:1px solid #81B840;
	border-left:1px solid #B4D666;
	color:#2970A6;
	font-size:11px;
	cursor:pointer;
}
#submitbox #submit:hover {
	background:#98C64C;
	border-top:1px solid #76B33A;
	border-right:1px solid #98C64C;
	border-bottom:1px solid #98C64C;
	border-left:1px solid #76B33A;
	color:#074A7E;
}
#submitbox .submitbutton {
	float:right;
}
#cp_post_id {
	display:none;
}
.comment { font-size: 1.1em; }
/* comment END */


/* forms */
textarea.styled {width: 280px;}

.styled {
	background: #efefef;
	border: 1px solid #8d181b;
	font: normal 1em Verdana,sans-serif;
	padding: 2px;
}
.styled:hover {background: #EEE;}
.styled:focus {background: #FFF;}

#commentform input {margin-bottom: 3px;}

/* search form */
#searchform {padding: 0 10px;}
#searchform input.sfield {
	border: 1px solid #F60;
	padding: 2px;
	width: 120px;
}

/* widgets */
.widget {
	border-bottom: 3px double #b27779;
	padding: 15px 0 5px 0;
	margin:0 27px 1em 27px;
	}

.widget ul {padding-bottom: 0; color:#808285;}

.textwidget { font-family: Georgia; font-size: 1.1em;}

/* twitter */
.twitter-item, ul.fdw_widget li { margin: 10px 0; font-size: 1.1em;  }

/* tweetmeme */
.tweetmeme_button { float: right; width: 50px;  }


/* NEW ADD CSS*/
hgroup#banner{
	background:url(images/banner.jpg) no-repeat;
	height:387px;
	width:718px;
	overflow:hidden;
	}

.post, .page{
	padding:31px 30px;
	}

ul#categories {
	padding: 35px 0 15px 0;
	margin:0 27px 0 27px;
	background:url(images/categories_slide.png) no-repeat;
	font-size:10px;
	text-transform:uppercase;
	color:#808285;
	line-height:16px;
	border-bottom:3px double #B27779;
	}


ul#categories a{
		color:#808285;
		}

ul#categories a:hover, ul#categories a.select, #tag a:hover, ul#tag a.select{
		color:#8d181b;
		text-decoration:none;
		}


.widget a.twitter_title_link{
	background:url(images/twitter_slide.png) no-repeat;
	display:block;
	height:26px;
	}


#tag {
	padding: 35px 0 35px 0;
	margin:15px 27px 0 27px;
	background:url(images/tag_slide.png) no-repeat;
	font-size:10px !important;
	text-transform:uppercase;
	color:#808285;
	line-height:16px;
	border-bottom: 3px double #b27779;
	}

#tag  a{
	font-size:10px !important;
	color:#808285;
	}

.widget ul.twitter a, ul.fdw_widget li a{
	color:#808285;
	}

#content h1{
	margin:5px 30px -15px 30px;
	font-family: "Franchise";
	position:relative;
	text-transform:capitalize
	}



article section{
	float:left;
	width:455px;
	}

p.read-more a{
	background:url(images/arrow.gif) no-repeat right center;
	padding-right:10px;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	}

p.read-more a:hover{
	color:#231F20;
	}

p.meta label{
	color:#8d181b;
	}

#tag a.select{
        color:#8D181B;
        text-decoration:none;
        }

#tag_read_more{
        float: right;
        font-weight:bold;
        color:#8D181B !important;
        text-decoration:none;
        margin: 5px 0;
}

#facebook_readmore a{
        float: right;
        font-weight:bold;
        color:#8D181B !important;
        text-decoration:none;
        text-transform: uppercase;
        font-size: 10px;
}

.fdw_widget
{
    margin: 0 0 35px 0;
    *margin: 0 0 15px 0;
}

div.cat_heading{
    padding:10px 30px 0 0;
}

div.cat_heading h1{
    font-size:3em;
    margin:0 0 13px;
    color: #8D181B;
    text-transform: uppercase !important;
}

#commentform{
    margin: 0 0 15px 0;
}

#tweetmeme_button {
    font-family:arial,helvetica,sans-serif;
    background-color: #ECECEC !important;
}



/*******New Css Add 19.july.2010*********/
#content #beer_session{}

#content #beer_session header h1{

	height:58px;
	width:100px;
	float:left;
	border-bottom:0px double #B27779;
	margin:0 15px 0 0;
	}

a.beer_heading{
	background:url(images/nav_sprite.png) no-repeat 0 -212px;
	height:58px;
	width:100px;
	display:block;
	text-indent:-9999px;
	}

#content #beer_session header hgroup{
	float:left !important;
	width:530px;
	font-family:"Sentinel Light", Georgia, "Times New Roman", Times, serif
	}

#content #beer_session header p {
color:#231F20;
font-size:14px;
line-height:18px;
margin-bottom:0.5em;
}

#content #beer_session header p a, #content #beer_session section datagrid.right a, #content #beer_session section datagrid.right span{
color:#992440;
}

#content #beer_session section{
border-top:3px double #B27779;
margin:13px 0 13px;
padding:10px 0;
}
#content #beer_session section header h2 {
font-size:24px;
letter-spacing:3px;
text-transform:uppercase;
margin-bottom:10px;
color:#992440
}

datagrid{
	background:transparent !important;
	border:none;
	height:auto !important;
	}
#content #beer_session section datagrid.left{
	float:left;
	border-right:1px solid #cccccc;
	width:526px;
	color:#231F20;
	font-size:12px;
	line-height:18px;
	}

#content #beer_session section datagrid.right{
	float:left;
	border-left:1px solid #cccccc;
	width:115px;
	color:#231F20;
	font-size:10px;
	padding:0 0 0 13px;
	text-transform:uppercase;
	margin:0 0 0 -1px;
	line-height:16px;

	}

#content #beer_session section datagrid.right span.geek_specs{
	font-weight:bold;
	display:block;
	font-size:11px;
	color:#231F20;
	}

#content #beer_session section datagrid.left section {
float:left;
width:300px;
border:none;
margin:0;
padding:0 10px;
}

#content #beer_session section datagrid.left section p{
font-size:12px;
}

#facebook_iframe{
   padding:0  !important;
   margin:31px 30px  !important;
}


a.story_heading{
	background:url(images/nav_sprite.png) no-repeat 0 -281px;
	height:45px;
	width:100px;
	display:block;
	text-indent:-9999px;
	}

a.session_heading{
	background:url(images/nav_sprite.png) no-repeat 0 -336px;
	height:36px;
	width:100px;
	display:block;
	text-indent:-9999px;
	}

a.findit_heading{
	background:url(images/nav_sprite.png) no-repeat 0 -382px;
	height:42px;
	width:100px;
	display:block;
	text-indent:-9999px;
	}

.tweetmeme_button iframe{
        background: #e0e0e0;
}

.commentlist p
{
	font-size:12px !important;
}

/*Added on 9th Sep 2010*/
#beer_session img.postthumb
{
	background: none repeat scroll 0 0;
	padding: 1px;
	float: left;
	width: 164px;
	margin: 0 10px 0px 0;
	display: block;
	border: none;
}

/* find it template */
.findit header { width: 150px; float: left;  }
.findit h1 {
	background:url(images/nav_sprite.png) no-repeat 0 -382px;
	height:42px;
	width:100px;
	display:block;
	text-indent:-9999px;
	}
#content.findit header h1 { border: none;   }
.find-intro { position: relative; top: -50px; width: 550px; float: right; }
.findit h2 {
	border-top: 3px double #b27779;
	color:#8d181b;
	clear: both; 
	font-family:Georgia,sans-serif;
	font-size:2.4em;
	font-weight:normal;
	margin: 35px 0 0 0; 
	text-transform: uppercase;
	width: auto; 
	}
.territory-map { background: transparent; float: right; border: none; padding: 0; margin: 0 0 30px 30px;  }
