/*
Theme Name: NeoDuoFor5
Theme URI: http://wordpress.org/
Tags: brown, blue, fixed-width, two-columns 

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/


/* ******************************************************** */
/* VERY IMPORTANT : for HTML5 tags. Do NOT remove the code  */
/* below. All unknown tags are interpreted by default as    */
/* "display:inline"                                         */
/* ******************************************************** */
 
header, hgroup, section, footer, aside, nav, article { 
	display: block;  
	 
}

/*
a69c91 - 877C73
e04d88 - d9276e

"LeagueGothicRegular"
*/

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('fonts/league_gothic.eot');
	src: local('League Gothic'), local('LeagueGothic'), url('fonts/league_gothic.woff') format('woff'), url('fonts/league_gothic.ttf') format('truetype'), url('fonts/league_gothic.svg#LeagueGothic') format('svg');
}

@font-face {
	font-family: 'ImpactLabelRegular';
	src: url('Impact_label.eot');
	src: local('Impact Label'), local('ImpactLabel'), url('fonts/impact_label.woff') format('woff'), url('fonts/impact_label.ttf') format('truetype'), url('fonts/impact_label.svg#ImpactLabel') format('svg');
}

@font-face {
	font-family: 'HeavyDataRegular';
	src: url('font/heavy_data.eot');
	src: local('Heavy Data'), local('HeavyData'), url('fonts/heavy_data.woff') format('woff'), url('fonts/heavy_data.ttf') format('truetype'), url('fonts/heavy_data.svg#HeavyData') format('svg');
}


/* GENERAL */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image:url(images/neoduofor5header.png);
	background-repeat:no-repeat;
	background-position:center top;
	color: #333;
	margin: 0 0 20px 0;
	padding: 0;
}

#container {
	background: none;
	margin: 0 auto;
	width: 960px;
}

/* The page header     */
/* ******************* */
/* applied to <header> */

#logo {
	padding-top:40px;
}
#logo h1 {
	font:bold 320% "HeavyDataRegular", Tahoma, Geneva, sans-serif;
	margin: 0 0 0 0px;
}
#logo h1 a {
	color:#000;
	text-decoration: none;
}
#logo h2 {
	/* font:normal 20px Arial, Helvetica, sans-serif; */
	font:normal 125% Arial, Helvetica, sans-serif;
	/* margin: 0 0 20px 265px; */
	margin: 0 0 20px 0;
	text-align:left;
	color:#666;
}
#pages {
	float:right;
	margin-bottom: 1em;
	overflow: hidden;
	width: 500px;
}
#navlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navlist li {
	/* font: 11px Tahoma, Geneva, sans-serif; */
	font: 70% Tahoma, Geneva, sans-serif;
	letter-spacing: 3px;
	text-transform:uppercase;
}
#navlist li a {
	/* color:#785430;
	background-color: #8ddee0; */
	color:#A66114;
	background-color: #FFA43F;
	text-decoration:none;
	text-align:center;
	display: block;
	width: auto;
	padding: 10px;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	float: right;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: .5em 1em .5em 1em;
}
#navlist li a:hover {
	text-decoration:underline;
	/* color:#8ddee0;
	background:#785430; */
	color:#FFA43F;
	background:#A66114;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	
}

/* Background content */
/* ****************** */
#content {
	background-color:#FFF;
	padding:20px;
	margin-bottom: 20px;
	border-radius: 10px;   /* a rounded block, a new property of CSS3 */
	-moz-border-radius: 10px;   /* a rounded block for Gecko engine based browsers */
	-webkit-border-radius: 10px; /* creating a rounded block for Webkit based browsers */
	border: 1px solid #CCC;
	background-repeat: no-repeat;
	background-position: right top;
}

/* Page navigation */
/* *************** */
.left a, .right a {
	font: normal 80% Tahoma, Geneva, sans-serif;
	color: #d9276e;
}
.left {
	text-align:left;
}
.right {
	text-align: right;
}

/* The posts */
/* ********* */
#left {	
	float:left;
	/* width: 580px; */
	width: 625px;
	margin-bottom: 20px;
}
#title h1 {
	margin-bottom: 3px;
}
#title h1 a {
	color:#877c73;
	/*font: bold 30px Arial, Helvetica, sans-serif; */
	font: bold 80% Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
	text-decoration:none;
}
#title h1 a:hover {
	color: #785430;
}
#title pre {
	font: bold 90% "Courier New", Courier, monospace;
	letter-spacing: 3px;
	text-transform:uppercase;
	color: #d9276e;
	border-top: 1px dotted #ccc;
	padding:10px 0 0 0;
	margin: 0 0 25px 0;
}
#article h1, h2, h3, h4, h5, h6 { 
	color:#785430;
	letter-spacing: -2px;
}

#article h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
	color:#877c73;
}

#article p {
	line-height: 1.5em;
	color: #666;
	font-size: 90%;
}
#article p a {
	color: #785430;
	border-style: none;
	text-decoration:none;
}

#article p a:hover {
	background-color: #EEECEA;
}
#article p.postmetadata {
	margin-bottom: 80px;
	font: 13px/20px Georgia, "Times New Roman", Times, serif
}
#article ul, ol {
	font-size: 90%;
	color: #666;
}
#article table {
	border-collapse: collapse;
}
#article td, th {
	color: #666;
	font-size: 90%;
	padding: 5px;
	border: 1px solid #EAEAEA;
}

/* The comments */
/* ************ */

#respons .rounded {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#EEECEA;
	border: 1px solid #978D80;
	padding: 3px;
}

.commentlist {
	list-style-type:none; 
}
.commentlist .quote {   
}   
.commentlist li {   
    padding: 5px 18px 22px 18px;   
	border-radius:8em 0;
	-moz-border-radius: 8em 0;   
	-webkit-border-top-left-radius: 8em;
	-webkit-border-bottom-right-radius: 8em;
	margin-top:15px;   
    background:#EEECEA;   
    color:#785430;   
}   
.commentlist cite {   
    display:block;   
    font-style:normal;
	padding-left: 20px;
}   
.commentlist cite a:link, .commentlist cite a:visited {   
    color:#5cb4bc;   
    text-decoration:none;   
}   
.commentlist cite a:hover, .commentlist cite a:active {     
    text-decoration:underline;   
    }  
.commentlist img.avatar {
	float:left;
	margin-right: 10px;
	border: 4px solid #fff;
}

/* The sidebar */
/* *********** */
#sidebar {
	margin-left: 660px;
	border-left: 1px dotted #70a624;
}
#sidebar ul {
	list-style-type:none;
	margin:auto !important;
	margin: 10px;
}
#sidebar ul li h2 {
	font: normal 200%/180% Arial, Helvetica, sans-serif;
	letter-spacing: -2pt;
	text-transform:lowercase;
	color:#BFC9B6;
	padding: 0;
	margin: 0 0 0 5%;
}
#sidebar ul li ul {
	font: 93% Arial, Helvetica, sans-serif;
	padding:0 24px;
}
#sidebar ul li ul li {
	margin: 10px 0;
}

#sidebar ul li ul li a {
	color: #5cb4bc;
	text-decoration: none;
	margin-left: 2px !important;
	margin-left: 10px;
}
#sidebar ul li ul li a:hover {
	text-decoration:underline;
}
#searchform {
	color: #60dcdf;
	text-align:center;
	text-transform:uppercase;
	font-size: 80%;
	letter-spacing: 2px;
	margin:auto !important;
	
}
#sidebar .button {
	color: #fff;
	font-size:24px;
	border: none;
	background: none;
	padding-top: 5px;
}
#sidebar .field {
	border: 2px solid #60dcdf;
	padding: 3px;
	margin-top: 7px !important;
	margin-top: 2px;
	margin-bottom:7px;
}
.widget_tag_cloud a {
	color: #5cb4bc;
	text-decoration: none;
}
#rss-img {    /* div containing the rss image */ 
	width : 91%; 
	height: 35px;
	background: url(images/rss.png) top center no-repeat; 
	margin-top: 5px;
	margin-left:auto !important;
	margin-right:auto !important;
	
} 
#zone1 {    /* link zone */ 
	width : 100%; 
	height: 100%;
	float: left;
} 
#twitter-img {    /* div containing the background image */ 
	width : 91%; 
	height: 35px; 
	background: url(images/twitter.png) top center no-repeat;
	margin-top: 5px;
	margin-left:auto !important;
	margin-right:auto !important;
} 
#zone2 {    /* link zone 2 */ 
	width : 100%; 
	height: 100%; 
	float: left;
} 
#iTunes-img {    /* div containing the background image */ 
	width : 91%; 
	height: 35px; 
	background: url(images/ITunes_Icon.png) top center no-repeat;
	margin-top: 5px;
	margin-left:auto !important;
	margin-right:auto !important;
} 
#facebook-img {    /* div containing the background image */ 
	width : 91%; 
	height: 35px; 
	background: url(images/facebookicon.png) top center no-repeat;
	margin-top: 5px;
	margin-left:auto !important;
	margin-right:auto !important;
} 
#zone5 {    /* link zone 5 */ 
	width : 100%; 
	height: 100%; 
	float: left;
}
#zone3 {    /* link zone 3 */ 
	width : 100%; 
	height: 100%; 
	float: left;
}

#zune-img {    /* div containing the background image */ 
	width : 91%; 
	height: 35px; 
	background: url(images/zune.gif) top center no-repeat;
	margin-top: 5px;
	margin-left:auto !important;
	margin-right:auto !important;
} 
#zone4 {    /* link zone 4 */ 
	width : 100%; 
	height: 100%; 
	float: left;
}

/* flickr */

#flickr_badge_uber_wrapper {text-align:center; width:150px;}
#flickr_badge_wrapper {padding:10px 0 10px 0;}
.flickr_badge_image {margin:0 10px 10px 15px;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {background-color:#ffffff}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}


/* footer */
#general {
	clear:both;
	font: 70% Tahoma, Geneva, sans-serif;
	text-align: center;
	color: #785430;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
	margin: 20px 0;
}
#general li {
	display: inline;
	list-style-type: none;
	padding: 0 7px;
	border-right: 1px solid #877c73;
}
#general li a {
	color: #B85;
	border-bottom: 1px dotted #70a624;
	text-decoration:none;
}

/* Older Wordpress 2.5 properties */
/* ************************************ */
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.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-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption-dd {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

