/*
Theme Name: Eric Cazdyn
Version: 1.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #ebebeb;
	color: #020202;
	font: normal normal 11px/14px Verdana, Arial, Serif;
	text-shadow: 0 0 1px #ebebeb;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

/* Header */
#header {
	margin-top: 60px;
	position: relative;
	width: 800px;
	height: 40px;
	background: url('images/sep.png') bottom left repeat-x;
}
#site-title a {
	background: url('images/logo.png') no-repeat;
	width: 135px;
	height: 23px;
	display: block;
	text-indent: -9999em;
}
/* Navigation */
#nav {
	position: absolute;
	top: 5px;
	left: 160px;
	font-family: Helvetica, Arial, Serif;
	font-weight: bold;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	padding: 0 15px;
}
#nav a {
	font-size: 12px;
	letter-spacing: 0.02em;
	text-decoration: none;
	color: #636363;
	text-transform: uppercase;
	padding-left: 10px;
	display: block;
}
#nav li.current-menu-item a,
#nav li.current_page_item a,
#nav li a:hover,
#nav li.current-menu-ancestor > a {
	background: url('images/dot.png') left center no-repeat;
	color: #000;
}

#nav li.current-menu-item li a:hover,
#nav li.current_page_item li a:hover {
	background: url('images/dot.png') left top no-repeat;
	color: #000;
}

#nav ul ul {
	width: 800px;
	position: absolute;
	top: 35px;
	left: -160px;
	background: url('images/sep.png') bottom left repeat-x;
	overflow: hidden;
	display: none;
}
#nav li li { padding: 10px 10px; }
#nav li.current-menu-item li a,
#nav li.current_page_item li a {
	background: none;
}
#nav li li a {
	font-size: 10px;
	text-transform: none;
}
#nav li.current-menu-item ul,
#nav li.current_page_item ul,
#nav li.current-menu-ancestor ul,
#nav li.current_page_ancestor ul {
	display: block;
}

/* Main */
#main {
	margin-top: 60px;
	background: url('images/bg.png') left top no-repeat;
	min-height: 379px;
	padding: 10px 0;
}
.home #main {
	margin-top: 30px;
}

#content {
	padding-left: 30px;
	overflow: hidden;
}
#content .left-col {
	float: left;
	width: 218px;
	margin-right: 10px;
}
#content .right-col {
	float: left;
	width: 542px;
}

#content .featured {
	min-height: 379px;
}

/* Blog */
.blog #main { background: none; margin-top: 0px; }
.blog #content { padding-left: 0; }
.blog #content .left-col {
	width: 248px;
}
.blog2 .entry-content {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url('images/sep.png') bottom left repeat-x;
}

.grey-box {
	background: #d7d7d7;
	padding: 10px;
	margin-bottom: 10px;
}

.small-grey-box {
	width: 270px;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	text-shadow: 0 0 1px #fff;
}

.large-grey-box {
	color: #555;
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	padding: 15px 48px 25px 10px;
}

.entry-content { color: #000; }
.entry-content .left-col {
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0 0 1px #ebebeb;
}

.video {
	text-align: center;
	margin-top: -5px;
}
.video-description { background: #e1e1e1; }
#hide-description {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0 0 1px #e1e1e1;
}
#video-description {
	margin-top: 5px;
	display: none;
}

#article-list a {
	font-size: 10px;
	line-height: 12px;
	display: block;
	margin-bottom: 30px;
	color: #636363;
	padding-left: 32px;
	text-decoration: none;
}
#article-list a.active-post {
	color: #000;
	background: url('images/dot.png') 10px 3px no-repeat;
}
.navigation {
	text-align: center;
}


p { margin-bottom: 15px; }
blockquote, i {
	font-style: italic;
	color: #555;
	font-size: 12px;
	line-height: 14px;
}
.entry-content a,
.navigation a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dashed #000;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

/* Text Elements */
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}