/**
 * Reset - Resets all browsers down to common default settings
 *
 * @credits Eric Meyer's CSS Reset <http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/>
 * @package WPFramework
 * @subpackage Media
 */

/* Eric Meyer Reset Reloaded */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

/* Removes dotted line when focus */
:focus { outline: none; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0px; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: block; }
*{ line-height: 1.6em; }


/* General Layout */
#wrapper{
	height:auto;
	background: #f2f2f2;
	position: relative;
}

#title{
	height: 132px;
	background: url('images/title.png') no-repeat;
}

#wrapper, #title, #feedlink{
	margin: 0px auto;
}

#wrapper, #title{
	width:789px;
}

#feedlink{
	height: 27px;
	max-height: 27px;
	background: url('images/feedbar.png') left no-repeat;
	padding-left: 20px;
	width: 769px;
}
#feedlink a{
	color: white;
	line-height: 27px;
}

#header{
	height: 381px;
	position: relative;
	background: url('images/header.jpg');
}

.license{
	position:absolute;
	bottom: 20px;
	right: 50px;
}
.mainlinks{
	position: absolute;
	bottom: 20px;
	left: 10px;
}

#content{
	width: 480px;
	float: left;
	padding:0 20px 10px 20px;
	background: url('images/content-bg.jpg') no-repeat;
}

#aside{
	width: 229px;
	float: right;
	padding:0 10px 10px;
}

.footer{
	clear: both;
	position: relative;
	background: url('images/footer.gif') top no-repeat #00afbe;
	height: 30px;
	padding: 10px;
}

.footer p{
	margin: 0 0 0 20px;
}

.out{
	position: absolute;
	right: 10px;
	top: 10px;
	height: 32px;
}

.footer p, .out{
	line-height: 30px;
}

/* General styling */
body{
font-family: "lucida sans", Verdana, sans-serif; 
font-size: 11px;
background: url('images/bg.jpg') #a3a3a3;
}

/* Vertical Rhythm  */
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { margin-bottom: 20px; }
.hentry, .widget, .comment, .navigation-links { margin-bottom: 15px; }
ul{ margin-left: 35px; }

/* Headings */
.entry-header, .entry-footer,h1,h2,h3,h4,h5,h6{ font-family: Georgia, "Times New Roman", Times, serif; }
h1, h2, h3, h4, h5, h6 { font-weight: lighter; clear: both; }
h1 { font-size: 30px; line-height: 34px; padding: 5px 0px; }
h2 { font-size: 24px; line-height: 28px; padding: 5px 0px; }
h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }

h2 a{ text-decoration: none; }
h2, h2 a,h2 a:visited, .entry-footer a, .entry-footer a:visited{ color: #1ec5e3; }
a, h2 a:hover, strong{ color: #cbaa89; cursor: crosshair;}
h3, a:visited{ color: #d1242a; }
.footer, .footer a, .footer a:visited{ color:white; }
#feedlink a:hover, a:hover, .footer a:hover{ color: #1ec5e3; }


/* Text Elements */
address { font-style: italic; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }
.entry-header abbr[title], .entry-header acronym[title], .entry-header dfn[title]{ border-bottom: none; }

blockquote { color: #666; font-style: italic; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 10px; }

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }

del { text-decoration: line-through; }
ins { text-decoration: underline; }

code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
code { padding: 0px 3px; }

/* Lists: (ul, ol, dl) */
ul, ol, dl { margin-left: 15px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }

li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol { list-style-type: decimal; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }

dt { font-weight: bold; }

.fat li { margin-bottom: 10px; }

/* Tables */
table { border: 1px solid #ccc; border-width: 1px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; }
table .even { background: #ddd; }
caption { text-align: left; }
tr { border-bottom: 1px solid #ccc; }
th, td { padding: 5px 3px; }

/* Forms */
input, textarea, button { 
	background: #F2F2f5; 
	border-color: #aaa #ddd #ddd #aaa; 
	border-style: solid; 
	border-width: 1px; 
	color: #444; font-size: 11px; 
	}
input, textarea, button { font-family: "lucida sans",Verdana,Arial, Helvetica, sans-serif; padding: 3px; }
button { font: 10px; padding: 2px 10px; cursor: pointer; }
input:focus, textarea:focus, button:hover { background: #fff; border-color: #777 #ccc #ccc #777; }

/* bugfix */
.safari input { padding: 0px 3px; }
.chrome input { padding: 1px 3px; }

/* Comments */
.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 10px; }
.comment { margin-bottom: 40px; }
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 16px; }
.avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 1px; }

/* Comment Reply */
#comment-form .form-section input { margin-right: 10px; }
.form-section { margin-bottom: 10px; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 5px 3px; border: 1px #ccc dotted; border-top: none; }

/* Images */
img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption { text-align: center; padding: 5px; border: 1px solid #DDDDDD; background: #EEEEEE; margin: 10px 0;}
.wp-caption img { margin: 0; padding: 0; border: 1px solid #a3a3a3; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */

/* [gallery] */
.gallery { margin: auto; }
.gallery-image { border: 2px solid #cfcfcf; margin-left: 0; }
.gallery-caption { margin-left: 0; }
.gallery-item { float: left; text-align: center; margin-left: 0; }

.gallery-columns-2 { width: 50%; }
.gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; }
.gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; }
.gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; }
.gallery-columns-9 { width: 11%; }

/* [gallery] + navigation clearfix */
.gallery-row:after, .navigation-links:after, .container:after, .menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.gallery-row, .navigation-links, .container, .menu { display: block; }

/* General classes*/
.serif { font-family: Georgia, "Times New Roman", Times, serif; }
.sans-serif { font-family: "lucida sans", Verdana, Arial, Helvetica, sans-serif; }
.clear{clear: both;}
.alignright{text-align: right;}
.aligncenter{text-align: center;}

.valignmiddle{ vertical-align: middle; }

.bordergrey{border: 1px solid #cecece;}

.addspace{margin: 10px 0;}
.width-reduced, textarea.wpcf7-validates-as-required{ width:480px }
.wpcf7-form-control-wrap input{width: 350px}

ul.nav, .widget ul{ list-style: none; margin: 0 10px 0 0; }
ul.nav a, .widget ul a{
display: block;
color: #00afbe;
border-bottom: 1px solid #cbaa89;
}
ul.nav a:hover, .widget ul a:hover{
border-color: #00afbe;
}
ul.nav a:hover, .entry-footer a:hover, .widget ul a:hover{
color: #d1242a;
}
ul.nav a, .entry-footer a, .widget ul a{
text-decoration:none;
}
.entry-header{
font-size: 14px;
color: #25140d;
}

.entry-footer{
font-size: 16px;
text-align: right;
}