/*  
Theme Name: JonesboroMusicCenter
*/

/* YUI CSS 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, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ul, ol {
	list-style-type: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;
}
/* End of reset
----------------------------------------------------------------------------------------------------*/
body {
	background-color: #E7E4DA;
	z-index: -100;
	font: 12px Arial, Helvetica, sans-serif;
}
#header {
	z-index: 2;
	height: 200px;
	background: #314F64 url(images/header.jpg) no-repeat right top;
	border-right: 2px solid #C9C2AB;
	border-left: 2px solid #C9C2AB;
}
#header img { /* floats logo image left */
	float:left;
}
#content {
	clear: both;
	background: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
	border-right: 2px solid #C9C2AB;
	border-left: 2px solid #C9C2AB;
	font: 12px/18px Arial, Helvetica, sans-serif;
	position: relative;
}
#footer {
	background: #414954;
	height: 15px;
	color: #F4F3EE;
	border-right: 2px solid #C9C2AB;
	border-bottom: 2px solid #C9C2AB;
	border-left: 2px solid #C9C2AB;
	font: 11px Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
}
a {
	color: #1750A6;
	outline:none;
}
#footer a {
	color: #F4F3EE;
}
/* 960 Grid System Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
.container_9 {
	margin-left: auto;
	margin-right: auto;
	width: 720px;
}

/* Grid >> 960 Grid System Global
----------------------------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
}
.grid_sales {
	display:inline;
	float: left;
	position: relative;
	margin-left: 30px;
	margin-right: 30px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
.nomargin {
	margin-left: 0;
	margin-right: 0;
}
/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.grid_1 {
	width:50px;
}
.grid_2 {
	width:130px;
}
.grid_3 {
	width:210px;
}
.grid_4 {
	width:290px;
}
.grid_5 {
	width:370px;
}
.grid_6 {
	width:450px;
}
.grid_7 {
	width:530px;
}
.grid_8 {
	width:610px;
}
.grid_9 {
	width:690px;
}
.grid_10 {
	width:770px;
}
.grid_11 {
	width:850px;
}
.grid_12 {
	width:930px;
}
/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.prefix_1 {
	padding-left:80px;
}
.prefix_2 {
	padding-left:160px;
}
.prefix_3 {
	padding-left:240px;
}
.prefix_4 {
	padding-left:320px;
}
.prefix_5 {
	padding-left:400px;
}
.prefix_6 {
	padding-left:480px;
}
.prefix_7 {
	padding-left:560px;
}
.prefix_8 {
	padding-left:640px;
}
.prefix_9 {
	padding-left:720px;
}
.prefix_10 {
	padding-left:800px;
}
.prefix_11 {
	padding-left:880px;
}
/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.suffix_1 {
	padding-right:80px;
}
.suffix_2 {
	padding-right:160px;
}
.suffix_3 {
	padding-right:240px;
}
.suffix_4 {
	padding-right:320px;
}
.suffix_5 {
	padding-right:400px;
}
.suffix_6 {
	padding-right:480px;
}
.suffix_7 {
	padding-right:560px;
}
.suffix_8 {
	padding-right:640px;
}
.suffix_9 {
	padding-right:720px;
}
.suffix_10 {
	padding-right:800px;
}
.suffix_11 {
	padding-right:880px;
}
/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.push_1 {
	left:80px;
}
.push_2 {
	left:160px;
}
.push_3 {
	left:240px;
}
.push_4 {
	left:320px;
}
.push_5 {
	left:400px;
}
.push_6 {
	left:480px;
}
.push_7 {
	left:560px;
}
.push_8 {
	left:640px;
}
.push_9 {
	left:720px;
}
.push_10 {
	left:800px;
}
.push_11 {
	left:880px;
}
/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.pull_1 {
	right:80px;
}
.pull_2 {
	right:160px;
}
.pull_3 {
	right:240px;
}
.pull_4 {
	right:320px;
}
.pull_5 {
	right:400px;
}
.pull_6 {
	right:480px;
}
.pull_7 {
	right:560px;
}
.pull_8 {
	right:640px;
}
.pull_9 {
	right:720px;
}
.pull_10 {
	right:800px;
}
.pull_11 {
	right:880px;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Suckerfish Menu Styles
----------------------------------------------------------------------------------------------------*/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			40px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu li:hover li li:hover ul, ul.sf-menu li.sfHover li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			-1px; /* to accomodate top border */
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
.sf-menu {
	float:			left;
	margin-bottom:	0em;
	width: 960px;
}
.toprounded ul.sf-menu {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
}
.bottomrounded ul.sf-menu {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.rounded ul.sf-menu {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.sf-menu a { /* top level menu items */
	border-left:	1px solid #000;
	padding: 		14px 12px;
	text-decoration:none;
}
.sf-menu li li a {
	border-bottom: 1px solid #000; /* sub menu borders */
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 10px 12px;	/* set drop down menu height by adjusting the 10px value */
}
.sf-menu li li:first-child {
	border-top: 1px solid #000; /* sub menu top border */
}
.sf-menu a, .sf-menu a:visited { /* main level menu color */
	color: #FFF;
}
.sf-menu li li a, .sf-menu li li a:visited { /* sub menu text color */
	color: #FFF;
}
.sf-menu li li, .sf-menu li li li {
	background-color: #374049; /* drop-down menu background color */
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background-color:		#20252B; /* drop-down menu hover color */
}
.sf-menu li {

}
.first-item a {
	border-left: none;
}
.toprounded .sf-menu .first-item {
	-moz-border-radius-topleft: 6px;	/* round first menu item corner (non-IE browsers) */
	-webkit-border-top-left-radius: 6px;
}
.toprounded .sf-menu .first-item a:hover, .toprounded .sf-menu .first-item a:focus {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
}
.bottomrounded .sf-menu .first-item {
	-moz-border-radius-bottomleft: 6px;	/* round first menu item corner (non-IE browsers) */
	-webkit-border-bottom-left-radius: 6px;
}
.bottomrounded .sf-menu .first-item a:hover {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.rounded .sf-menu .first-item {
	-moz-border-radius-topleft: 6px;	/* round first menu item corner (non-IE browsers) */
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.rounded .sf-menu .first-item a:hover {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.sf-menu li li, .sf-menu li li li {
	background-image: none;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		url(images/nav-bg-hov.jpg) repeat-x bottom;
	outline:		0;
}
.sf-menu li.current_page_item {
	background:		url(images/nav-bg-hov.jpg) repeat-x bottom;
}
.sf-menu li ul li.current_page_item {
	background-image:		none;
	background-color:		#20252B;
}
.sf-menu li.current-cat {
	background:		url(images/nav-bg-hov.jpg) repeat-x bottom;
}
.sf-menu li ul li.current-cat {
	background-image:		none;
	background-color:		#20252B;
}
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background-image: none;
	outline:		0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			17px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
li li .sf-sub-indicator {
	top:			13px; /* IE6 drop down arrow position */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			14px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
li li a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			10px;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
#nav .sf-menu li:first-child a {border-left:none;}
#nav2 .sf-menu li:first-child a {border-left:none;}

/* Styles for vertical Suckerfish menu - probably not used
----------------------------------------------------------------------------------------------------*/

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	210px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
	left:	210px; /* match ul width */
	top:	0;
}
/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator {
	background-position: -10px 0;
} /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator {
	background-position: 0 0;
} /* use translucent arrow for modern browsers*/
/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator, .sf-vertical a:hover > .sf-sub-indicator, .sf-vertical a:active > .sf-sub-indicator, .sf-vertical li:hover > a > .sf-sub-indicator, .sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/* Type styles
----------------------------------------------------------------------------------------------------*/
p {
	padding-bottom: 10px;
}
h1, .posttitle, .posttitle a {
	font: normal 28px/34px Arial, Helvetica, sans-serif;
	color: #1750A6;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
.posttitle a:hover {
	color: #555; 
}
h2 {
	font: bold 22px/28px Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 10px;
}
h3 {
	font: normal 20px/26px Arial, Helvetica, sans-serif;
	color: #1750A6;
	margin-bottom: 10px;
}
h4 {
	font: normal 18px/24px Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}
h5 {
	font: bold 15px/20px Arial, Helvetica, sans-serif;
	color: #1750A6;
	margin-bottom: 5px;
}

/* Navigation wrapper styles
----------------------------------------------------------------------------------------------------*/
#nav {
	z-index: 10;
	position: relative;
	background: #333 url(images/nav-bg.jpg) repeat-x bottom;
	font: 12px Arial, Helvetica, sans-serif;
	height: 40px;
	border-right: 2px solid #C9C2AB;
	border-left: 2px solid #C9C2AB;
}
#nav2 {
	z-index: 10;
	position: relative;
	background: #333 url(images/nav-bg.jpg) repeat-x bottom;
	font: 12px Arial, Helvetica, sans-serif;
	height: 40px;
	border-right: 2px solid #C9C2AB;
	border-left: 2px solid #C9C2AB;
}
#nav.toprounded {
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
}
#nav.bottomrounded {
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom: 2px solid #C9C2AB;
	border-top:none;
	margin-bottom:15px;
}
.rounded {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 2px solid #C9C2AB;
	margin-bottom: 15px;
}
/* Sidebar content and nav styles
----------------------------------------------------------------------------------------------------*/

.sidebarbox div {
	padding:8px;
}

.box .sidebarbox {
	background: #F4F3EE;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:15px;
}
.box .sidebarbox h3 {
	font-weight: bold;
	color: #FFF;
	background: #333 url(images/nav-bg.jpg) repeat-x bottom;
	padding: 8px;
	font-size: 16px;
	border-bottom: 1px solid #CCC;
	line-height: normal;
	margin-bottom: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}

.box .sidebarbox ul {
	margin: 0px;
	padding: 3px 3px 2px 3px;
	background: #FFF;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}

.box .sidebarbox ul li, .simple .sidebarbox ul li, .box .sidebarbox ul ul li, .simple .sidebarbox ul ul li {
	list-style-type: none;
}
.box .sidebarbox ul li {
	display: block;
	padding: 4px 4px 4px 10px;
	line-height: 18px;
	background-color: #F4F3EE;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px solid #FFF;
	color: #20252B;
}
.box .sidebarbox ul li ul{
	margin: 0px;
	padding: 0px;
}
.box .sidebarbox ul li li {
	display: block;
	border-bottom:none;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
.box .sidebarbox ul li a {
	text-decoration:none;
}
.box .sidebarbox ul li a:hover {
	text-decoration: underline;
	color: #20252B;
}

.box .sidebarbox .children {
	padding:0px;margin:0px;

}
.box .sidebarbox ul ul li a, .simple .sidebarbox ul ul li a{
	padding-left:0px; 
}
.box .sidebarbox ul ul li a {
	padding-left:13px;
	font-weight:normal;
	background-image: url(images/children.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}
.simple .sidebarbox ul ul li a {
	padding-left:13px;
	font-weight:normal;
	background-image: url(images/children.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}


.simple .sidebarbox {
	margin-bottom:15px;
}

.simple .sidebarbox ul li{
	display: block;
	padding: 4px 4px 4px 10px;
	line-height: 18px;
	color: #20252B;
	font-weight:bold;
	border-bottom:1px dotted #D7D7D7;
	background-color: #FFF;
	line-height: 18px;
}
.simple .sidebarbox ul li li {
	border-bottom:none;
	margin: 0px;
	font-weight:normal;
	padding: 0px;
	line-height: 20px;
}
.simple .sidebarbox ul li ul{
	margin: 0px;
	padding: 0px;
}
.simple .sidebarbox ul li a {
	line-height: 18px;
	text-decoration:none;
	color: #20252B;
}
.simple .sidebarbox ul li a:hover {
	text-decoration: underline;
	color: #1750A6;
}


/* Misc styles
----------------------------------------------------------------------------------------------------*/
.topborder { /* Used on top of content section to round corners and apply border if navigation using 'rounded' class */
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top: 2px solid #C9C2AB;
	border-right: 2px solid #C9C2AB;
	border-bottom: 2px none #C9C2AB;
	border-left: 2px solid #C9C2AB;
}

.toppad { /* Generic style applied anywhere top padding needed */
	padding-top:20px;
}
#header h3 {
	font: normal 40px/45px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #FFF;
	padding-left: 40px;
	padding-top: 30px;
}
#header h3 a {
	color: #FFF;
	text-decoration: none;
}
#header p {
	padding-left: 40px;
	font: italic normal 20px/24px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #B0DFFF;
}

.emailoptin {
	background: url(images/jdslide3.jpg) no-repeat left top;
}
#optinform {
	margin: 20px 0px 0px 640px;
	padding: 0px;
}
#optinform input {
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #363D45;
	width: 285px;
	padding: 2px;
	margin-bottom: 4px;
	text-align: center;
	border: 2px solid #000;
}
#optinform input.optinbutton {
	border-style: none;
	height: 39px;
	width: 195px;
	margin-left: 48px;
	margin-top: 8px;
}
.boxwhite {
	background: #FFFFFF;
	padding: 10px;
	border: 1px solid #dddddd;
	margin-bottom: 15px;
}
.boxgrey {
	background: #f2f2f2;
	padding: 10px;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
}
.boxblue {
	background: #EEF2F7;
	padding: 10px;
	border: 1px solid #BCD;
	margin-bottom: 15px;
}
.boxyellow {
	background: #FFFBE6;
	padding: 10px;
	border: 1px solid #DFD8B9;
	margin-bottom: 15px;
}
.boxred {
	background: #F8EDED;
	padding: 10px;
	border: 1px solid #DFB9BC;
	margin-bottom: 15px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* WordPress Theme Specific Styles */

.post ol {
	padding-left:30px;
	list-style: decimal;
	margin-bottom:10px;
}
.post ul {
	padding-left:30px;
	list-style: disc;
	margin-bottom:10px;
}
.post .meta {
	padding:0px;
	margin-bottom:10px;
}
.post .info {
	font-size:11px;
	line-height: 18px;
}
.post p.comments {
	font-size:11px;
	background: url('images/icon_comment.gif') no-repeat left center;
	margin-top:8px;
	padding: 0 0 0 18px;
	line-height: 16px;
}
span.nbdate {
	background: url('images/icon_calendar.gif') no-repeat left top;
	padding: 0 5px 0 18px;
}
span.nbauthor {
	background: url('images/icon_author.gif') no-repeat left top;
	padding: 0 5px 0 18px;
}
span.nbcategories {
	background: url('images/icon_category.gif') no-repeat left top;
	padding: 0 5px 0 18px;
}
span.nbtags {
	background: url('images/icon_tag.gif') no-repeat left top;
	padding: 0 0 0 18px;
}
.post .tags {
	font-size:11px;
	margin-bottom:10px;
}
.sticky {
	background: #f7f7f7;
	border: solid 1px #CCCCCC;
	padding: 5px 10px;
	margin-bottom:15px;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps{
	font-size: 0.9em;
	letter-spacing: .07em;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.small {
	font-size:10px;
	line-height:13px;
	padding-bottom:5px;
}
.posttitle a {
	text-decoration:none;
}
.entry {
	border-bottom: solid 1px #DDDDDD;
	padding-bottom:10px;
	margin-bottom:10px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 97%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
.commentmetadata {
	font-weight: normal;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}
.commentmetadata {
	margin: 0;
	display: block;
	font-size:10px;
	}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
div.comment-meta a, div.comment-author a {
	text-decoration:none;
}
div.comment-author {
	font-size:16px;
}
span.says {display:none;}
/* Captions */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

a.nbsubscribe {
	background: url(images/icon-rss.gif) no-repeat 8px 10px;
	padding-left:35px;
}
a.nbsubscribe:hover {
	background: url(images/icon-rss.gif) no-repeat 8px 10px;
	padding-left:35px;
}
a.nbtwitter {
	background: url(images/icon-twitter.gif) no-repeat 8px 10px;
	padding-left:35px;
}
a.nbtwitter:hover {
	background: url(images/icon-twitter.gif) no-repeat 8px 10px;
	padding-left:35px;
}
a.nbfacebook {
	background: url(images/icon-facebook.gif) no-repeat 8px 10px;
	padding-left:35px;
}
a.nbfacebook:hover {
	background: url(images/icon-facebook.gif) no-repeat 8px 10px;
	padding-left:35px;
}
#nav .searchform, #nav2 .searchform {
	margin-left:10px;
    height:24px;
    float:right;
    margin-top: 7px;
    padding-right: 8px;
    width:145px;
    padding-left:30px;
    background: transparent url('images/Light-Rounded-Icon.png') no-repeat left;
}
#nav .searchform form, #nav2 .searchform form {
	margin:0px;
    padding:0px;
}
#nav .searchform input, #nav2 .searchform input {
    width:140px;
    background-color:transparent;
    color:#333;
    border:none;
    margin:5px 0 0 0;
    padding:0px;
    font-size:11px;
}