/* reset.css */
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:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#5E7C8C;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.12em;}
p img.left, .postimg {float:left;margin:0.5em 1.5em 1.5em 0;padding:0;}
.postimg { border:1px solid #E5EBED; padding:6px; }
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:1.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}

/* grid.css */
body { background:#EAEDEE url(../images/top-bg.png) repeat-x 0 0; }
.container {width:900px;margin:0 auto;}
.column, .posts, .categories, .first, .center, .last{float:left;}
.header { height:130px; position:relative; }
	.header h1 { font-size:50px; color:#1D5F96; position:absolute; top:20px; left:20px; margin:0;}
	.header span { display:block; color:#8CA4AD; font-size:11px; margin-top:10px; text-transform:uppercase; }
.topbar { height:42px; }
.top { background:#485E6B; border-bottom:4px solid #BFCDD5; }
	.top .container { min-height:200px; }
	.top ul, .bottom ul { margin:0; padding:0; margin-left:15px; }
	.top li, .bottom li { list-style:none; background:url(../images/li-bg.png) no-repeat 0 50%; padding-left:15px; }
	.top li a, .bottom li a {line-height:22px; }
	.posts { width:570px; padding:0 15px; margin:15px 0; }
	.categories { width:270px; padding:0 15px;margin:15px 0; background: url(../images/v-sep.png) repeat-y 0 0;}
	.top a:link, .top a:visited {color:#BDCBD5; text-decoration:none; }
	.top h1, .top h2, .top h3 {color:#FFFFFF;}
.content {background:#FFF; }
	.content .padding { padding:20px; border-right:1px solid #DEE3E4; border-left:1px solid #DEE3E4; min-height:250px; }
	.content h1, .content h2, .content h3 {color:#1D5F96;}
	.content h1 a, .content h2 a, .content h3 a {color:#1D5F96; text-decoration:none;}
	.content li { list-style:none; background:url(../images/li-bg-2.png) no-repeat 0 50%; padding-left:15px; line-height:22px; }
	.content p { line-height:22px;  }
	.content h2 { margin-bottom:0.5em; }
.bottom { background:#485E6B; border-top:4px solid #BFCDD5; color:#BDCBD5; }
	.first, .center, .last {
		min-height:190px; padding:15px; width:270px; background: url(../images/v-sep.png) repeat-y 100% 0; }
	.last {background:none; }
	.bottom a:link, .bottom a:visited {color:#BDCBD5; }
	.bottom h1, .bottom h2, .bottom h3 {color:#FFFFFF;}
.footer { height:45px; line-height:45px; text-align:center; font-size:11px; }
	.footer p {margin:0; }

hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
.clearfix:after, .container:after, p.date:after, ul.all-cats:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container, p.date, ul.all-cats {display:block;}
.clear {clear:both;}

/* Page Elements */

/* --- Breadcrumbs ---- */
#breadcrumbs {
	height:42px;;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
#breadcrumbs li {
	float:left;
	line-height:42px;
	color:#485E6B;
	padding-left:15px;
	}		
#breadcrumbs li a {
	background: url(../images/breadcrums.png) no-repeat right center;
	display:block;
	padding:0 25px 0 0;
	}							
#breadcrumbs li a:link,
#breadcrumbs li a:visited {
	color:#8CA4AC;
	text-decoration:none;
	}	
a:link, a:visited,	
#breadcrumbs li a:hover,
#breadcrumbs li a:focus {
	color:#485E6B;
}

/* --- Top Menu ---- */
ul#menu {
	margin:0;
	padding:0;
	position:absolute;
	top:20px;
	right:10px;
}
ul#menu li {
	display:block;
	float:left;
	margin:0 0 0 10px;
	padding:0;
	height:30px;
	text-align:center;
}
ul#menu li a {
	display:block;
	float:left;
	background: url(../images/menu-item.png) no-repeat 0 0;
	width:95px;
	line-height:30px;
	text-decoration:none;
}
ul#menu li a:hover {
	background: url(../images/menu-item.png) no-repeat 0 -30px;
	color:#fff;
}

/* --- Search Form --- */
.search-form { width:198px; height:30px; padding-top:2px; float:right; position:relative; background:url(../images/search-bg.png) no-repeat 0 0; margin-top:5px; margin-right:5px;}
.search-form input { border:none!important; color:#8CA4AC; width:155px; margin:6px 0 0 6px;}
.search-form button { position: absolute;; overflow:visible!important; top:6px; right:0px; vertical-align:middle; border:none; background:none; cursor:pointer;}

/* --- Contact Form --- */
.text { width:350px; padding:3px 5px; }
.contactbox sup { color:#1D5F96; }
div#recaptcha_area { margin-left:30px; }
input.send { margin-left:270px; margin-top:15px; }

/* --- Posts --- */
p.date { padding-left:15px; background: url(../images/p-date.png) repeat-x 0 0; line-height:32px; color:#1D5F96; clear:both; margin-top:1em;}
p.date a{ display:block; float:left;height:32px; line-height:32px; padding-right:20px;
background: url(../images/breadcrums.png) no-repeat right center; margin-right:15px; text-decoration:none;
}
p.date a:hover { color:#1D5F96;}

/* --- All Categories --- */
ul.all-cats { margin:30px 40px;}
ul.all-cats li { float:left; width:160px; margin-right:12px; margin-bottom:8px; list-style:none;
background-image:none;  background-color:#F2F3F4; font-size:13px; padding:3px 7px; border:1px solid #E7EBEB; }
ul.all-cats li a {text-decoration:none; }
ul.all-cats li:hover { background:#E1E8EA; border:1px solid #C9D6DA; }
ul.all-cats li em {font-size:14px; color:#1D5F96; }

/* --- Archive --- */
ul.arch { margin:25px 20px; }
ul.arch li.head { border-bottom:2px solid #678D96; font-weight:bold; margin:14px 0; background:none; padding-left:0; }

/* --- Advertisement --- */
div.ads { position:absolute; bottom:8px; right:5px; width:524px; height:60px; }

/* -- pagination -- */
div.paginator {  height:30px; line-height:30px; text-align:center; } 