/*
Theme Name: Magazine-News
Theme URI: http://www.zidalgo.com/
Description: This theme was designed and developed by Brad Mahaffey of ArtCulture.com
Version: 1.0
Author: Brad Mahaffey
Author URI: http://www.vanillagreen.com
*/

/*
---------------------------------------------------------------------
CHANGING THE COLORS AROUND?? A FEW COLORS FOR ROUNDED CORNER 
ELEMENTS ARE IN THE JS/COMMON.JS FILE. MAKE SURE TO CHECK OUT THE 
COLOR CODES THERE AS WELL 
---------------------------------------------------------------------
*/

/*
---------------------------------------------------------------------
General Definitions
---------------------------------------------------------------------
*/
body {
	background:#FFFFFF url(i/brownbg.gif) repeat scroll 0% 0%;
	font-family:"helvetica neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	margin:0pt auto;
}
#box {
	background:transparent url(i/box-bg.png) repeat-y scroll left top;
	margin:0px auto;
	padding:0px 12px;
	width:991px;
}
img {
	border:0px none;
    behavior: url("/wp-content/themes/pngbehavior.htc");
}
img a {
	border:none;
}
img.thumbnail {
	float:left;
	display:block;
	margin:4px 3px 3px 0px;
	width:75px;
	height:75px;
}
a:link, a:visited {
	font-weight:bold;
	color:#442200;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}
a:hover, a:active {
	outline-style:none;
	outline-width:medium;
	text-decoration:underline;
}
 ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0px;
}

ol {

	padding:0px;	
}


.breakline {
	background:transparent url(i/breakline.gif) repeat-x scroll left top;
	height:5px;
	line-height:5px;
	overflow:hidden;
	width:100%;
	float:left;
}
div.inputbg {
	background: #dedbce;
	margin:10px 0px 0px;
	padding:0px;
	float:left;
}
div.inputbg2 {
	background: #fff;
	margin:10px 0px 0px;
	padding:0px;
	float:left;
}
input {
	border:none;
	color:#6a6c5a;
	background:#dfded7;
	
	font-family:"Helvetica Neue", Helvetica, Arial;
	font-size:12px;
	padding:7px;
	/* vertical-align:middle; */
	/* width: 200px; */
	margin:0px;
}
.input2 {
	border:none;
	color:#6a6c5a;
	background:#fff;
	font-weight: bold;
	font-family:"Helvetica Neue", Helvetica, Arial;
	font-size:12px;
	padding:7px;
	/* vertical-align:middle; */
	/* width: 200px; */
	margin:0px;
}

.submitbuttonfkc {
	border:solid 1px #fff;
	color:#fff;
	background:#c05512;
	font-weight: bold;
	width: 75px;
	font-family:"Helvetica Neue", Helvetica, Arial;
	font-size:12px;
	padding:7px;
	/* vertical-align:middle; */
	/* width: 200px; */
	margin:0px;	
}

.submitfkc {
	color:#fff;
	background:#c05512;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial;	
}

#bgbox {
	background:transparent url(i/bg.png) repeat-y scroll 0% 50%;
	margin:0pt;
	padding:0pt;
	width:992px;
	float:left;
}


/* PD add */

#polls {
	border-top:1px solid #BEBFB4;
	border-bottom:1px solid #BEBFB4;
	list-style-type:none;
	padding: 0 0 0 15px;
}
/*
#collapse p {
margin: 0px;
padding: 0px;
}
*/

/*End General */

/*
---------------------------------------------------------------------
Post Image Captions
---------------------------------------------------------------------
*/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.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;
	border-radius: 3px;
}

.wp-captionb {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f9f9f9;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	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 */


*/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.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;
	border-radius: 3px;
}

.wp-captionb {
	border: 1px solid #a9bc60;
	text-align: center;
	background-color: #bed46c;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	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 */


/*
---------------------------------------------------------------------
Content and Entries
---------------------------------------------------------------------
*/
.artistimages {
	border:0px none;
	padding:5px;
}
h1 {
	color:#333333;
	font-size:22px;
	letter-spacing:-1px;
}
.more-link {
	background:#eef1ea none repeat scroll 0% 50%;
	display:block;
	margin-bottom:-7px;
	margin-top:10px;
	padding:5px;
}
.more-link:hover {
	background:#e2e8d5 none repeat scroll 0% 50%;
	display:block;
}
.readmore {
	background:transparent url(i/readmore.gif) no-repeat top left;
	display:block;
	float:left;
	height:47px;
	margin:0px 0px 0px -7px;
	width:125px;
	line-height:47px;
}
.readmore:hover, .readmore:hover a {
	background:transparent url(i/readmore2.gif) no-repeat top left;
	display:block;
}
#content .entry ul.content_list {
	border-bottom:1px solid #FFFFFF;
	margin:0px;
	padding:0px;
}
#content .entry ul.content_list li {
	background:transparent none repeat scroll 0% 50%;
	border-bottom:1px solid #E1E1E2;
	border-top:1px solid #FFFFFF;
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:10px;
	position:relative;
}
#content .entry ul.content_list li big a {
	color:#C13A01;
	display:block;
	font-family:Georgia, Times, Serif;
	font-size:20px;
	font-style:italic;
	letter-spacing:-1px;
	text-decoration:none;
}
#content .entry ul.content_list li big a:hover {
	color:#2B4343;
}
#content .entry ul.content_list li small a {
	text-decoration:none;
}
#content .entry ul.content_list a:hover {
	color:#333333;
}
#content .entry ul.content_list li small {
	color:#999999;
	font-family:Helvetica Neue, "Trebuchet MS", Arial, Sans-Serif;
	font-size:10px;
}
#content .entry ul.content_list li div {
	color:#2B4343;
	float:right;
	font-family:"Trebuchet MS", Arial, Sans-Serif;
	font-size:10px;
	position:absolute;
	right:10px;
	text-align:center;
	text-transform:lowercase;
	top:14px;
}
#content .entry ul.content_list li div a big {
	display:block;
	font-size:23px;
	font-weight:bold;
	letter-spacing:-2px;
	margin-bottom:-2px;
}
.blackbar {
	background:#F2F3EF none repeat scroll 0% 50%;
	font-size:12px;
	font-weight:bold;
	padding:5px 2px;
}
#content .entry ul.content_list li div a {
	color:#2B4343;
	text-decoration:none;
}
#content .entry ul.content_list li div a:hover {
	color:#F36A2D;
	text-decoration:none;
}
#featured-wrapper {
	overflow:hidden;
	position:relative;
	width:976px;
}
.scrolling-content {
	position:absolute;
	width:3200px;
}
#content_about {
	left:0pt;
	top:0pt;
}
#content_portfolio {
	left:976px;
	top:0pt;
}
#ads {
	background:transparent url(i/info.gif) repeat-x scroll top left;
	float:left;
	font-size:11px;
	padding:15px;
	width:254px;
}

#ads h2 {
	color:#322213;
	font-family:Helvetica Neue, helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	padding:0pt 0pt 10px;	
}
.line {
	border-bottom:1px solid #E2E2E0;
	float:left;
	height:1px;
	margin:0pt 0pt 10px;
	padding:0pt 0pt 5px 0px;
	width:100%;
}

.entry {
	background:#FFFFFF none repeat scroll 0% 0%;
	color:#322213;
	float:left;
	padding:15px 15px 15px 25px;
	width:600px;
}
.entry p {
	font-family:"Helvetica Neue", Helvetica, Arial;
	font-size:13px;
	line-height:20px;
}
.entry img {
	border:medium none;
	max-width:535px;
}
.entry2 {
	background:#F3F4ED none repeat scroll 0% 50%;
	color:#322213;
	float:left;
	text-align:justify;
	width:100%;
}
.pastentry {
	color:#666666;
	float:left;
	margin:0pt;
	padding:0pt;
	width:200px;
}
#content {
	float:left;
	line-height:140%;
	margin:0pt auto;
	min-height:600px;
	width:565px;
}
#content small {
	font-size:10px;
}
#content .smallline {
	background:#F6F6F0 none repeat scroll 0% 0%;
	border-bottom:1px dotted #D0D0C6;
	border-top:1px solid #D0D0C6;
	display:block;
	font-size:10px;
	margin:0px 0px 10px;
	padding:5px;
}
.left {
	background:#FFFFFF url(i/post-excerpt-bg.gif) repeat-y scroll right top;
	border-right:1px solid #BEBFB4;
	border-top:1px solid #BEBFB4;
	color:#666666;
	float:left;
	min-height:158px;
	padding:15px;
	width:252px;
}
.right {
	background:#FFFFFF url(i/post-excerpt-bg.gif) repeat-y scroll right top;
	border-top:1px solid #BEBFB4;
	border-right:1px solid #BEBFB4;
	color:#666666;
	float:right;
	min-height:158px;
	padding:15px;
	width:251px;
}
.right:hover, .left:hover {
	background:#FFFFFF url(i/post-excerpt-bg2.gif) repeat-y scroll right top;
	display:block;
}
.clear {
	clear:both;
}
.navigation {
	border-top:1px solid #BEBFB4;
	color:#666666;
	float:left;
	padding:15px;
	width:535px;
	background:#F3F2ED;
}
.alignright {
	float:right;
	margin-top:10px;
}
.alignleft {
	float:left;
}
.similiar {
	color:#333333;
	float:left;
	padding:10px;
	text-align:justify;
}

.center {
	text-align:center;
}
acronym, abbr, span.caps {
}
acronym, abbr {
	border-bottom:medium none;
	font-weight:bold;
}
img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.alignright {
	display:inline;
	margin:0pt 0pt 2px 7px;
	padding:4px;
}
img.alignleft {
	display:inline;
	margin:0pt 7px 2px 0pt;
	padding:4px;
}
blockquote {
	background:#F3F3F3 none repeat scroll 0% 50%;
	border-left:5px solid #DDDDDD;
	margin:15px 30px 0pt 10px;
	padding:5px 10px 5px 20px;
}
blockquote cite {
	display:block;
	margin:5px 0pt 0pt;
}
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}
.clearfix {
	display:block;
}
* html .clearfix {
	height:1%;
}
#past {
	margin:0pt;
	padding:0pt;
}
.lovebar {
	background:#FFEEEE url(i/lovebar-bg.gif) repeat-x scroll 0% 50%;
	color:#333333;
	font-family:Georgia, Times New Roman, Helvetica, Arial;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	height:39px;
	line-height:39px;
	padding-top:11px;
	text-align:left;
	text-indent:20px;
}
.rssicon {
	background:#FFEEEE url(i/rss-icon.gif) no-repeat scroll 0% 50%;
	display:block;
	float:left;
	height:50px;
	width:50px;
}
.entry .lovebar a {
	color:#F14F4F;
	text-decoration:underline;
}
.tagline {
	color:#666666;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
.tagsbox {
	background:#FAFAFA none repeat scroll 0% 50%;
	color:#555555;
	font-size:10px;
	margin:5px 0px;
	padding:5px;
}
.googleads1 {
	background:#FFFFFF url(i/sponsorbg.gif) no-repeat top left;
	border-top:1px dotted #BEBFB4;
	border-bottom:1px dotted #BEBFB4;
	border-right:1px dotted #BEBFB4;
	color:#666666;
	float:left;
	width:550px;
	margin-top:10px;
	height:59px;
	padding:13px 0px 13px 15px;
	text-align:center;
}
#content .entry2 h2 {
	color:#322213;
	font-size:16px;
	letter-spacing:-1px;
	margin:0px;
}
#content .entry ul {
	list-style-type:none;
	margin:0pt;
	padding:0pt 0pt 0pt 0px;
}
#content .entry ol {
	margin:0px;
	padding:0 0 0 20px;
}

#content .entry ul li {
	background:#d9d3c5;
	border:medium none;
	display:block;
	line-height:20px;
	margin:0pt 0pt 5px;
	padding:0pt 0pt 0px 7px;
}
#content .entry ul li a {
	background:#eae6dd none repeat scroll 0% 50%;
	color:#3F5920;
	display:block;
	text-decoration:none;
	padding:0px 0px 0px 5px;
}
#content .entry ul li a:hover {
	background:#DFE3C7 none repeat scroll 0% 50%;
	color:#3F5920;
	display:block;
	text-decoration:none;
}
#content .entry h2 {
	color:#442200;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:10px 0pt;
	padding:0pt;
}
#content .entry h5 {
	color:#333333;
	font-family:"Helvetica Neue", helvetica, arial, sans-serif;
	font-size:26px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height: 28px;
	margin:10px 0px 15px;
	padding:0px;
}
#content .entry h5 a:link, #content .entry h5 a:visited {
	color:#442200;
	font-size:26px;
	font-weight:normal;
	letter-spacing:-1px;
	text-decoration:none;
}
#content .entry h5 a:hover {
	background:#f3ffd3 none repeat scroll 0% 50%;
}
#content .entry .categoryheader {
	float:right;
	background:#f3ffd3;
	padding:3px 5px;
	font-size:11px;
}
.postinfo {
	background:#F6F6F6 none repeat scroll 0% 50%;
	border-bottom:1px solid #E4E4E4;
	border-top:1px solid #E4E4E4;
	display:block;
	font-size:11px;
	padding:5px;
}
.postinfo a {
	color:#1C6363;
	font-weight:bold;
}
.left h2, .right h2 {
	font-size:14px;
	margin:0px;
	padding:0px;
}
.left p, .right p {
	margin:5px 0px 0px;
}
h2 a:link, h2 a:visited, .title a {
	color:#442200;
	font-weight:normal;
	font-size:16px;
}
h2 a:hover {
	background:#f3ffd3 none repeat scroll 0% 50%;
	text-decoration:none;
}
#content .entry a, #content .entry2 a {
	color:#3f5920;
	font-weight:bold;
}
.left_side h3, #footer h3 {
	color:#333333;
	font-size:1.4em;
	font-weight:bold;
	margin:0pt 0pt 0.5em;
}
.left_side .entry h3 {
	color:#C13A01;
	font-size:1.6em;
	font-weight:bold;
	margin:0pt 0pt 0.5em;
	text-transform:none;
}
/*
---------------------------------------------------------------------
Single Post Tabber JS Box Styling (Related posts, popular, etc)
---------------------------------------------------------------------
*/
#content .entry .tabberlive .tabbertabhide {
	display: none;
}
#content .entry .tabber {
}
#content .entry ul.tablist {
	background:#FFFFFF none repeat scroll 0% 50%;
	border-color:#CCCCCC;
	border-style:none solid solid;
	border-width:medium 1px 1px;
	float:left;
	margin:0px;
	padding:5px;
	width:523px;
}
#content .entry ul.tablist ul.related_post {
	margin:0px;
}
#content .entry ul.tablist a:link, #content .entry ul.tablist a:visited {
	color:#888888;
	text-decoration:none;
	border-bottom:none;
}
#content .entry ul.tablist a:hover {
	text-decoration:none;
}
#content .entry ul.tablist li {
	background:#d9d3c5;
	border:medium none;
	display:block;
	line-height:20px;
	margin:0pt 0pt 5px;
	padding:0pt 0pt 0px 7px;
}
#content .entry ul.tablist li ul li, #content .entry ul.tablist li ul li a:link, #content .entry ul.tablist li ul li a:visited {
	background:#eeeeee none repeat scroll 0% 50%;
	color:#3F5920;
	display:block;
	text-decoration:none;
	padding:0px 0px 0px 5px;
}
#content .entry ul.tablist li a:link, #content .entry ul.tablist li a:visited {
	background:#eeeeee none repeat scroll 0% 50%;
	color:#3F5920;
	display:block;
	text-decoration:none;
	padding:0px 0px 0px 5px;
}
#content .entry ul.tablist li a:hover, #content .entry ul.tablist li ul li a:hover {
	background:#DFE3C7 none repeat scroll 0% 50%;
	color:#3F5920;
	display:block;
	text-decoration:none;
}
#content .entry .tabberlive {
	background:#EAE6DD none repeat scroll 0% 50%;
	display:block;
	float:left;
	margin:0px;
	width:523px;
}
#content .entry ul.tabbernav {
	background:#EAE6DD none repeat scroll 0% 50%;
	border:1px solid #CCCCCC;
	display:inline;
	float:left;
	margin:0px;
	padding:5px;
	width:523px;
}
#content .entry ul.tabbernav li {
	float: left;
	margin: 0px;
	padding: 0px;
	border:none;
	width:auto;
}
#content .entry ul.tabbernav li a:link, #content .entry ul.tabbernav li a:visited {
	background: #EAE6DD none repeat scroll 0% 50%;
	color: #555555;
	display: block;
	margin: 0px 4px 0px 0px;
	overflow: hidden;
	padding: 5px;
	width: auto;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	border:none;
}
#content .entry ul.tabbernav li:hover a {
	background: #ccc6b7 none repeat scroll 0% 50%;
	color: #6d6d6d;
	border:none;
}
#content .entry ul.tabbernav li.tabberactive a {
	background:#302319 none repeat scroll 0% 50%;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
}
#content .entry .tabberlive .tabbertab {
	background: #EAE6DD none repeat scroll 0% 50%;
}
#content .entry .tabberlive .tabbertab h2 {
	display: none;
}
#content .entry .tabberlive .tabbertab h3 {
	display: none;
}
#content .entry #tab1.tabberlive {
}
#content .entry #tab2.tabberlive {
}
#content .entry #tab2.tabberlive .tabbertab {
	height: 200px;
	overflow: auto;
}
/*
---------------------------------------------------------------------
Featured Top Article
---------------------------------------------------------------------
*/
#top_article {
	background:transparent url(i/featuredbg.gif) repeat-y scroll left top;
	float:right;
	width:960px;
	padding:15px 15px 0 15px;
	border:1px solid #000;
}
#top_article .featuredright {
	float:right;
	width:255px;
	background:#1f160e;
	height:100%;
}
#top_article .featuredright ul {
	margin:10px 0px 0px;
	list-style-image:none;
	list-style-type:none;
	padding:0px;
}
#top_article .featuredright ul li {
	background:#2e2219;
	padding:3px 5px;
	font-weight:normal;
	color:#7a6759;
	margin:0px 0px 18px;
}
#top_article .featuredright ul li a {
	font-weight:normal;
	color:#9b9e76;
	font-weight:normal;
}
#top_article .featuredright ul li a:hover {
	color:#D6EB85;
}
#top_article .featuredright ul li label {
	background:#1f160e;
	padding:6px 5px;
	margin-right:5px;
	color:#79695c;
	text-transform:uppercase;
	font-size:10px;
}
#top_article .featuredleft {
	padding:0px;
	width:635px;
}

#top_article .featureimage {
	margin-right:15px;
	background:#1a1613;
	border:1px solid #4d4138;
	padding:5px 5px 3px 5px;
	position:relative;
	float:left;
}
#top_article .featureimage span {
	width:94px;
	height:94px;
	position:absolute;
	background:transparent url(i/featured.png) no-repeat top left;
}
#top_article img {
	max-width:340px;
}
#top_article p {
	color:#aa8f7b;
	font-family:"Helvetica Neue", Helvetica, Arial;
	font-size:12px;
	line-height:20px;
	padding:0px;
	margin:10px 0px 5px 0px;
}
#top_article a {
	color:#d6eb85;
	font-weight:bold;
}
#top_article a:hover {
	color:#e8f4bb;
	text-decoration:none;
}
#top_article small {
	color:#FFFFFF;
	display:block;
	font-family:"Helvetica Neue", Helvetica, Arial;
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
}
#top_article big {
	color:#d6eb85;
	font-family:"Helvetica Neue", Helvetica, Arial;
	font-size:28px;
	letter-spacing:-1px;
	line-height:22px;
	font-weight:normal;
}
#top_article a big:hover {
	color:#e8f4bb;
}
#page #top_article big {
	position:relative;
	top:-10px;
}
#top {
	margin:0px;
	padding:0pt;
	width:992px;
}
/* End Top Article */

/*
---------------------------------------------------------------------
Navigation & Header
---------------------------------------------------------------------
*/
#global_nav {
	background:transparent;
	border-top:1px solid #DBD4CD;
	font-size:1.2em;
	width:992px;
}
#global_nav ul.nav {
	background:#F8F7F5 url(i/breakline.gif) repeat-x scroll left bottom;
	margin:0px;
	padding:10px 0px 14px 15px;
	width:977px;
}
#global_nav ul li {
	display:inline;
	margin-right:10px;
}
#global_nav ul.nav a {
	color:#7B6D60;
	text-decoration:none;
	padding:3px 5px;
	font-weight:normal;
}
#global_nav ul.nav a:hover {
	background:#1a1613 none repeat scroll 0% 0%;
	color:#D6EB85;
	text-decoration:none;
}
div.search {
	background: #dfded7;
	width:237px;
	margin:0px 0px 0px 0px;
	padding:0px;
	
}

#searchsubmit {
	border:none;
	background:#d1d1c9;
	width:75px;
	margin:0px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Helvetica Neue, Helvetica, "Trebuchet MS", Arial, Sans-Serif;
	font-size:11px;
	color:#68695f;
}
#searchsubmit:hover {
	background:#e9e9d7;
	cursor:pointer;
	color:#3d3932;
}
#header {
	margin-top:0px;
	padding:15px 0 15px 0px;

}
#header h1 {
	color:#2c1f19;
	font-family:"Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height:36px;
	margin:0pt;
	padding:0px;
}
#header h1 a {
	color:#2c1f19;
	margin:0px;
	font-weight:bold;
	padding:0px;
}
#header h1 a:hover {
	text-decoration:none;
}

/* pd added */

#logo {
	margin-top: 10px;
}


p.desc {
	color:#999999;
	float:left;
	margin:0px;
}

#searchform {
	float:left;
	height:30px;
	line-height:30px;
	margin:0pt;
	padding-top:5px;
	
}
#searchform #s {
	font-size:10pt;
	
}
#searchform #submit {
	font-size:8pt;
}
/* End Header & Navigation */

/*
---------------------------------------------------------------------
Sidebars
---------------------------------------------------------------------
*/

/* original 
#misc {
	background:#FFFFFF none repeat scroll 0% 0%;
	float:right;
	padding:0pt;
	width:426px;
}
*/

#misc {
	background:#FFFFFF none repeat scroll 0% 0%;
	float:left;
	padding:0px;
	width:285px;
	margin:0px;
}
#searchc {
	

	color:#322213;
	font-size:11px;
	line-height:16px;
	

}

#searchc h2 {
	color: #D6EB85;
	font-family:Helvetica Neue, helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	padding:0pt 0pt 10px;	
}

#info {
	background:#f3f2ed;
	border-bottom:1px solid #BEBFB4;
	border-top:1px solid #BEBFB4;
	color:#322213;
	float:left;
	font-size:11px;
	line-height:16px;
	padding:15px;
	width:254px;
}
#info p {
	margin:5px 0px 0px;
	padding:0px;
}
#info .authorimage {
	float:left;
	display:block;
	margin:4px 4px 3px 0px;
	padding:5px 5px 2px 5px;
	background:#DFDED7;
}
.postmeta {
	border-bottom:1px solid #669999;
	color:#666666;
}
.postinfo img {
	border:medium none;
}
img.wp-smiley {
	border:0pt none;
	padding:0pt;
}
.twitter {
	background:transparent none repeat scroll 0% 50%;
	border:1px solid #E5E5BD;
	color:#333333;
	float:right;
	margin:0pt 0pt 10px;
	padding:5px 6px;
	text-align:justify;
	width:254px;
}
/* original 

	#sidebar {
	display:inline;
	float:right;
	font-size:11px;
	width:426px;
}

*/

#sidebar {
	display:inline;
	float:right;
	font-size:11px;
	width:285px;
}

.rsidebar {
	
	float:left;
	padding: 0px;
	margin: 0px;
	width:285px;
}

.rsidebar-widget {
	
	float:left;
	padding: 0px;
	margin: 0px;
	width:285px;

}

.lsidebar {

	width:0px;
}
.sidecomments {
	float:left;
	margin:0px 0px 5px 0px;
	color:#555;
}
.sidecomments .sidebargravatar {
	float:left;
	display:block;
	margin:0px 3px 3px 0px;
	padding:3px;
	background:#CCC6B7;
}
.rsidebar ul li ul {
	list-style-type:none;
	margin:0pt;
	padding:0pt 0pt 0pt 0px;
}
.rsidebar ul li img {
	max-width:205px;
}
.rsidebar ul li ul li {
	background:#d9d3c5;
	border:medium none;
	display:block;
	line-height:20px;
	margin:0pt 0pt 5px;
	padding:0pt 0pt 0px 7px;
}
.rsidebar ul li ul li a {
	background:#eae6dd none repeat scroll 0% 50%;
	color:#3F5920;
	display:block;
	text-decoration:none;
	padding:0px 0px 0px 5px;
}
.rsidebar ul li ul li a:hover {
	background:#DFE3C7 none repeat scroll 0% 50%;
	color:#3F5920;
	display:block;
	text-decoration:none;
}
.rsidebar ul li .rsidebar-title {
	background:#DFE3C7 none repeat scroll 0% 0%;
	color:#442200;
	display:block;
	font-size:14px;
	font-weight:normal;
	margin:5px 0px;
	padding:5px;
}
.rsidebar ul li .rsidebar-title:hover {
	text-decoration:none;
	background:#f3ffd3;
}
.lsidebar ul li ul {
	list-style-type:square;
	margin:0pt;
	padding:0pt 0pt 0pt 0px;
}
.lsidebar ul li ul li {
	background:#ccc6b7;
	border:medium none;
	display:block;
	line-height:20px;
	margin:0pt 0pt 5px;
	padding:0pt 0pt 0px 7px;
}
.lsidebar ul li ul li a {
	background:#d9d3c5 none repeat scroll 0% 50%;
	color:#3F5920;
	display:block;
	text-decoration:none;
	padding:0px 0px 0px 5px;
}
.lsidebar ul li ul li a:hover {
	background:#d3d7bb none repeat scroll 0% 50%;
	color:#3F5920;
	display:block;
	text-decoration:none;
}
.rsidebar ul, .lsidebar ul, .rsidebar-widget ul{
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}
.rsidebar ul li, .lsidebar ul li {
	border-bottom:1px solid #BEBFB4;

	list-style-type:none;
	padding:15px 10px;
}
.rsidebar p, .lsidebar p {
	display:inline;
}

.rsidebar h2, #info h2, .lsidebar h2, {
	color:#322213;
	font-family:Helvetica Neue, helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	padding:0pt 0pt 10px;
}
/* End Sidebar */

/*
---------------------------------------------------------------------
Entry Comments
---------------------------------------------------------------------
*/

.boxcomments {
	background:#FFFFFF none repeat scroll 0% 0%;
	border-top:1px solid #BEBFB4;
	padding:15px;
}
.boxcomments .commentimage {
	float:left;
	display:block;
	padding:0px 10px 0px 0px;
}
ol.commentlist p {
	font-size:12px;
	margin:2px 0px;
}
.commentsfoot {
	background:#efebe0 none repeat scroll 0% 50%;
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:bold;
	margin-top:10px;
	padding:5px;
}
.postbox {
	border-top:1px solid #BEBFB4;
	padding:15px;
}
#commentform {
	margin:0pt;
}
#commentform label {
	display:block;
	margin:0pt;
}
#commentform input {
	font-weight:bold;
	padding:5px;
	width:auto;
	cursor:pointer;
	color:#3F5920;
}
#commentform textarea {
	font-size:14px;
	margin:5px 0pt 10px;
	padding:5px;
	width:523px;
	color:#322213;
}
#commentform #submit {
}
#commentform p {
	margin:5px 0pt;
}
.authorcomment {
	background:#fafff0;
	border:1px solid #DDDDDD;
}
ol.commentlist {
	margin-left:0px;
	margin-top:15px;
	padding:0pt;
}
ol.commentlist li {
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:10px 0px;
	padding:15px 10px;
}
.odd {
	background:#FFFCF4 none repeat scroll 0% 50%;
	border:1px dotted #DDDDDD;
}
ol.commentlist li.commenthead {
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:15px 10px;
}
ol.commentlist li.commenthead h2 {
}
ol.tblist {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt 0pt 1px;
	padding:0pt;
}
ol.tblist li {
	border:1px dashed #CCCCCC;
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt 0pt 5px;
	padding:10px 5px;
}
input#url, input#author, textarea {
	background:#FCFCFC none repeat scroll 0% 50%;
	border:1px solid #CBCBCB;
	color:#666666;
	font-family:Helvetica Neue, Helvetica, Arial;
	margin-bottom:0.6em;
	margin-top:2px;
	padding:3px;
	width:40%;
	cursor:text;
	font-weight:normal;
}

/* End Entry Comments */

/*
---------------------------------------------------------------------
WP-Pagenavi plugin styles
---------------------------------------------------------------------
*/

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	background-color:#FFFFFF;
	border:1px dashed #000000;
	color:#7C940C;
	margin:5px;
	padding:5px 10px;
	text-decoration:none;
}
.wp-pagenavi a:hover {
	background-color:#FFFFFF;
	border:1px dashed #000000;
	color:#114477;
}
.wp-pagenavi span.pages {
	background-color:#FFFFFF;
	border:1px dashed #000000;
	color:#000000;
	margin:2px;
	padding:5px 10px;
}
.wp-pagenavi span.current {
	background-color:#FFFFFF;
	border:1px dashed #000000;
	color:#000000;
	font-weight:700;
	margin:5px;
	padding:5px 10px;
}
.wp-pagenavi span.extend {
	background-color:#FFFFFF;
	border:1px dashed #000000;
	color:#000000;
	margin:5px;
	padding:5px 10px;
}

/* End WP-Pagenavi */

/*
---------------------------------------------------------------------
Archives
---------------------------------------------------------------------
*/
.archivebox {
	width:auto;
	background:#ffffff;
	float:left;
	border:5px solid #dddddd;
	padding: 10px;
	float:left;
	margin-top:10px;
	font-family:"Helvetica Neue", Helvetica, Arial;
	color:#555555;
}
.archivebox p {
	font-family:"Helvetica Neue", Helvetica, Arial;
	font-size:12px;
	line-height:1 px;
	margin:0px;
	padding:0px;
	display:inline;
}
.archivebox .thumblist {
	padding:5px;
	width:75px;
	height:75px;
	margin:0px 5px 5px 0px;
	background:#e2ded2;
	float:left;
	display:block;
	overflow:hidden;
}
.archivebox .thumblist img {
	height:75px;
	width:75px;
}
.archivebox li {
	font-size:12px;
	color:#555555;
	line-height:14px;
	font-family:"Helvetica Neue", Helvetica, Arial;
}
.archivebox li a, .archivebox li a:visited {
	color:#3a6c9b;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	border:0px;
}
.archivebox li a:hover {
	font-size:12px;
	color:#3a6c9b;
	text-decoration:none;
	border-bottom:1px solid #3a6c9b;
}
.archivebox .linetwo {
	font:10px Arial, Helvetica;
	color:#888888;
	font-weight:normal;
}
/* End Archives */

/*
---------------------------------------------------------------------
Footer
---------------------------------------------------------------------
*/

#footer h3 {
	color:#F1F1F1;
	margin-bottom:10px;
	padding:0px;
}
#end h3, #comments h3 {
	color:#333333;
	font-size:1.4em;
	margin:0pt 0pt 1em;
}
#categories {
	background:#302319 none repeat scroll 0% 0%;
	float:left;
	margin:6px 0px;
	padding:15px;
	width:962px
}
#categories ul {
	list-style-image:none;
	list-style-type:none;
	margin:0px;
}
#categories ul li {
	color:#79695C;
	float:left;
	line-height:2.1em;
	list-style-type:none;
	padding-right: 35px;
	/* width:165px; */
}
.footer_left ul {
	margin:0px;
	padding:0px;
}
.footer_left ul li {
	background:#2E2219 none repeat scroll 0% 50%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:24px;
	list-style-image:none;
	list-style-type:none;
	margin-right:8px;
	margin-bottom:5px;
}
#footer .footer_left ul li a {
	background:transparent none repeat scroll 0% 50%;
	display:block;
	padding-left:5px;
	font-size:11px;
	outline-style:none;
	outline-width:medium;
}
#footer .footer_left ul li:hover a {
	display:block;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	line-height:24px;
}
.footer_left ul li:hover {
}
#footer {
	background:#1F160E url(i/breakline.gif) repeat-x scroll left top;
	clear:both;
	padding:0px;
	width:992px;
}
.footer_left {
	float:left;
	padding:15px 0px 15px 15px;
	width:643px;
}
.footer_left_wide {
	float:left;
	width:300px;
}
.footer_left_narrow {
	float:right;
	width:300px;
}
.footer_right {
	float:right;
	padding:15px 15px 15px 0px;
	width:290px;
}
.footer_wide {
	background:transparent url(i/breakline.gif) repeat-x scroll left bottom;
	float:left;
	margin:0px;
	width:992px;
}
#footer p {
	color:#AA8F7B;
	font-size:11px;
}
.footer_left em {
	display:block;
	font-size:0.95em;
	font-weight:bold;
}
.footer_left em a {
	color:#666666;
}
#footer a {
	color:#9b9e76;
	font-weight:bold;
}
#footer .footercredit {
	background:#302319;
	padding: 2px;
	margin:0px;
	display:block;
	text-align:center;
	font-size: 12px;
	color: #aa8f7b;
}
#footer a:hover {
	color:#D6EB85;
	text-decoration:none;
}
/* End Footer */


/* form */
/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { 
	margin:10px auto 0 auto; 
	width: 254px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 5px 0; 
	border:none;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	color:#322213;
	font-family:Helvetica Neue, helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	font-weight: bold;
	padding:0px;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important; 

}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.1em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
padding: 0px;
margin:0px;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:130px; 
	margin:4px 10px 3px 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	font-weight: bold;

}
.cform label span {
	width:130px; /* must be the same as above!*/
	/*display:block;*/ 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 2px 0pt 6px;
	text-align:left;
	width:75px;
}

label.cf-after span {
	width:175px;
	/*display:block;*/
}

label.cf-group-after {
	margin:4px 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	border:solid 1px #c2c2c2;
	color:#6a6c5a;
	background:#dfded7;
	
	font-family:"Helvetica Neue", Helvetica, Arial;
	font-size:12px;
	padding:7px;
	/* vertical-align:middle; */
	/* width: 200px; */
	margin:0px;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	border: 1px solid #959595;

}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	color:#666;
	border: 1px solid #959595; 
}

.cform textarea,
.cform input {
	width:225px; 
}
.cform select {
	width:225px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:3px 5px 7px 0px;
	display: block; 
	vertical-align:top;
	font-size: 9px;
	font-family: verdana;
	

}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-weight: bold;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
}

input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	margin: 0;
	padding:0pt 3px 0pt 0pt !important;
	text-align:right;
}
.cform input.sendbutton,  .sendbutton		{ 
	width:75px;  
	padding:2px; 
	margin: 0 17px 0 0;
	border:1px solid #848482!important;
	background:#d1d1c9!important;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Helvetica Neue, Helvetica, "Trebuchet MS", Arial, Sans-Serif;
	font-size:11px;
	color:#68695f;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 10px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:100px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_white.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	background:#F9F9F9 none repeat scroll 0%;
	color:#AAAAAA;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:red; 
	border:1px solid #FF0000; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:red; 
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	margin:6px auto 10px !important;
	padding:0pt 6px 0pt 0pt !important;
	text-align:right;
	width:410px;
	visibility: hidden;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}


/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
*+html ol.cf-ol,
*+html ol.cf-ol li	{
	display: inline-block;  /*for ie7*/
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;
}
* html .cform legend { 
	position:absolute; 
	left: -8px; 
	top:0;
	margin-left:0;
}
*+html .cform legend { 
	position:absolute; 
	left: -8px;
	top:0;
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-bottom:1px!important;
}
*+html img.captcha	{
	margin-bottom:1px!important;
}


.copyr {
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: super;
}

.rule {
	border-top: solid 1px #c9c9c9;	
}

.winButton { border: solid 1px #ccc; padding: 5px; text-transform: uppercase; background: #F3F4ED;}