/* ---------------------------------------------- */
/* ---------------- CSS RESET ------------------- */
/* ---------------------------------------------- */

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfot, thead, tr, th, td {
	
	margin: 0;
	padding:  0;
	border:  0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol, ul {
	
	list-style: none;
}

/* ---------------------------------------------- */
/* ------------------ BODY ---------------------- */
/* ---------------------------------------------- */

body {
		line-height: 130%;	
		margin:  0;	
		padding:  0;
		font: 12px Arial;	
		background-repeat: no-repeat;
		background-position: 50% 0;
		
}

/* ---------------------------------------------- */
/* ----------------- GENERAL -------------------- */
/* ---------------------------------------------- */

.left {
	float: left;
}

.right {
	float: right;
}

.l {
	float: left;
}

.clear {
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

h1 {
	font-size: 27px;
}

h2 {
	font-size: 20px;
}

h3 {
	
}

h4 {
	font-size: 14px;
}

h5 {
	
}

h6 {
	
}

p {
	margin: 0 0 10px 0;
}

p a {
	
}

p a:hover {
	
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


/* ---------------------------------------------- */
/* ------------------ COLORS -------------------- */
/* ---------------------------------------------- */

.red {
	color: #cc0000;
}


/* ---------------------------------------------- */
/* ------------------ LAYOUT -------------------- */
/* ---------------------------------------------- */

#wrapper {
	width: 965px;
	margin: 0 auto;	
	padding: 0 0 40px 0;
}

#wrapper #left p, #wrapper #right p {
	margin: 4px 0 1px 0;
}

#header {
	width: 768px;
	margin: 0 0 0 197px;
	border-bottom: 2px solid #000;
	padding: 0 0 26px 0;
	
}

#sec-nav {
	float: right;
	margin: 17px 0 0 0;
}

#sec-nav ul li {
	float: left;
	margin: 0 3px 0 3px;
	border-right: 1px solid #000;
	padding: 0 5px 0 0;
	font-size: 11px;
}

#sec-nav ul li.last {
	border-right: none;
}

#sec-nav ul li a {
	text-decoration: none;
	color: #000;
}

#logo {
	margin: 25px 0 0 0;
	float: left;
	width: 568px;
}

#logo h1 {
	margin: 10px 0 0 0;
	font: 45px Arial;
}

#nav {
	clear: both;
	width: 570px;
}

#nav ul {
	
}

#nav ul li {
	float: left;
	margin: 0 12px -2px 0;
	padding: 4px 0 4px 0;
}

#nav ul li a {
	width: 100px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #666;
	padding: 0 0 4px 0;
	display: block;
}

#nav ul li a:hover, #nav ul li a.current {
	border-bottom: 2px solid #000;
	padding: 0 0 3px 0;
}





#left {
	width: 177px;
	float: left;
	border-top: 2px solid #000;
	margin: -2px 0 0 0;
	padding: 26px 0 0 0;
}

p.name {
	border-bottom: 1px solid #000;
	padding: 0 0 2px 0;
	font-size: 14px;
}

#subnav {
	
}

#subnav ul {
	
}

#subnav ul li, #archive ul li {
	font: 10px Arial;
	border-bottom: 1px dotted #666;
	padding: 2px 0 2px 0;
}

#subnav ul li a, #archive ul li a {
	color: #666;
	text-decoration: none;
}

#subnav ul li.last, #archive ul li.last {
	border-bottom: 1px solid #000;
}

#subnav li ul li {
	padding: 3px 0 3px 15px;
	border-bottom: none !important;
}

#subnav a:hover, #subnav a.current, #archive a:hover, #archive a.current {
	color: #0A4BBC;
}

#right {
	width: 768px;
	float: right;
	padding: 15px 0 0 0;
}

#right .left {
	width: 570px;
}


#right .left h3 {
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #666;
	padding: 0 0 4px 0 ;
}


#right .left #boxes {
	width: 110%;
}

#right .left .box {
	float: left;
	width: 175px;
	height: 234px;
	margin: 0 22px 25px 0;
	font: 11px Georgia;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #000;
}

#right .left .box a {
	color: #0A4BBC;
	text-decoration: underline;
	margin: 3px 0 0 0;
}

.box h4 {
	border-bottom: 1px solid #666;
	font-size: 12px;
	font: 12px Arial !important;
}

.box img {
	margin: 5px 0 5px 0;
}

.tag {
	color: #0A4BBC;
}

#right .left h2 {
	margin: 0 5px 0 5px;
}

#right .main h2 {
	margin: 0 !important;
}

#right .left .h {
	float: left;
	font-size: 20px;
}

#right .left .h a, #right .left .h-s a {
	color: #000;
	text-decoration: none;
}

#right .left .h-s {
	float: left;
	font-size: 18px;
	padding: 2px 0 0 0;
}


#right .right {
	width: 177px;
	margin: 11px 0 0 0;
}

#archive form select {
	width: 177px;
	margin: -10px 0 0 0;
}

#footer {
	width: 768px;
	border-top: 1px solid #999;
	padding: 20px 0 0 0;
	clear: both;
	margin: 100px 0 20px 197px;
	font: 10px Georgia;
	color: #000;
}

#footer .item {
	float: left;
	margin: 0 70px 0 0 ;
}

#footer .right {
	font-family: Verdana;
	width: 230px;
	text-align: right;
}

#footer .right a {
	color: #333;
	text-decoration: underline;
}

/* ---------------------------------------------- */
/* --------------- CMS SECTIONS ----------------- */
/* ---------------------------------------------- */

.text {
	margin: 0 0 30px 0;
}	

.text img {
	margin: 0 3px 0 3px;
	border: 5px solid #fff;
	float: right;
}

.link {
	height: 38px;
	background: url(../img/PDF-Icon.gif) no-repeat top left;
	padding: 15px 0 0 45px;
	margin: 20px 0 0 0 !important;
}

.link a {
	color: #666;
	text-decoration: underline;
}

.georgia {
	font-family: Georgia;
}


.gallery {
	margin: 20px 0 40px 0;
}

.gallery ul {
	background: #ff9900;
}

.gallery ul li  {
	margin: 0 15px 0 0;
	float: left;
	width: 120px;
	height: 120px;
}

.gallery ul li a img {
	border: 4px solid #fff;
}


.post div {
	line-height: 130%;
}

.post div .left {
	width: 177px !important;
	font: 11px Arial;
	color: #666;
	margin: 13px 0 0 0;
}
.post div .left p {
	margin: 0 !important;
}

.post div .right {
	width: 373px !important;
	font: 12px Georgia;
	color: #666;
	margin: 13px 0 0 0;
}

.post .date {
	font-size: 11px;
	color: #fff;
	width: 150px;
	background: #362829;
	padding: 10px 0 10px 15px;
	margin: 20px 0 0 0;
}

.post img {
	margin: 0 0 8px 0;
}

.post .readmore {
	margin: 10px 0 0 0;
}

.post-item {
	border-bottom: 2px solid #000;
	margin: 0 0 30px 0;
}

.post-item a {
	color: #666;
}

.content {
	margin: 24px 0 30px 0;
	font: 12px Georgia;
	color: #666;

}

.open {
	display: none;
}

.border {
	border-bottom:none !important;
}


.border h2 {
	cursor: pointer;
	float: left;
}

form, .form {
	margin: 10px 0 10px;
}

.form h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #ccc;
}

form div {
	margin: 10px 0 0 0;
}

form label {
	color: #ccc;
	font-size: 11px;
	display: block;
}

form input {
	width: 202px;
	height: 21px;
	background: url(../img/input.png) no-repeat;
	border: none !important;
	color: #fff;
}

form textarea {
	width: 202px;
	height: 129px;
	background: url(../img/txtarea.png) no-repeat;
	border: none !important;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
}

form select {
	width: 212px;
}

form .submit input {
	width: 78px;
	height: 30px;
	background: url(../img/submit.png) no-repeat;
	padding: 0 !important;
}

.links {
	
}

.links ul {
	margin: 10px 0 0 15px;
}

.links ul li {
	margin: 5px 0 5px 0;
}

.links ul li.normal {
	list-style-type: circle;
}

.links ul li.url {
	list-style-type: none;
}

.snippet a,.links a {
	text-decoration: none;
}

.snippet a, .links a:hover {
	text-decoration: none;
}

.snippet a, .links a:visited {
	color: #ff6600;
}

.snippet {
	margin: 0 0 20px 0;
}

.title {
	border-bottom: 1px dotted #666;
	padding: 0 0 3px 0;
    margin: 8px 0 2px 0 !important; 
}
/*
.post-item .title {
	border-bottom: none !important;
}
*/
.snippet .last {
	border-bottom: 1px solid #666 !important;
}

.snippet h2, .post-item h2 {
	float: left;
}

.snippet h2 a, .post-item h2 a {
	color: #000000 !important;
	text-decoration: none;
}

.snippet h2 a:hover, .post-item h2 a:hover {
	text-decoration: underline;
}

div.tag {
	float: left;
	padding: 5px 0 0 0;
	margin: 0 5px 0 5px;
}

.snippet h2.last {
	border-bottom: 1px solid #666;
}

.links h2 {
	font-family: Arial;
	font-size: 18px;
	color: #ccc;
	font-weight: bold;
}

.snippet .s-post {
	font-size: 14px;
}

.snippet p.date {
	margin: 0 !important;
}


/* various */
.marg {
	margin: 0 0 40px 0;
}
