/*
/*===== global settings =====*/
html {
	font-size: 15px;
	font-family: Arial, Verdana;
}

html,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6 {
	border:0;
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	text-align: center;
	font-size:81.25%;
	color:#111;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 150%;
	background-color: #C7C7C7;
}

a {
	color: #002d4e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#main-wrapper {
	background: url(images/background-ruler.gif) repeat-y;
	background-position: 0 0;
	margin: 0 auto;
	padding: 0 0 1px 0;
	width: 1000px;
	min-height: 100%;
}

/* main container */
#fixed {
	margin: 0 auto;
	padding: 0;
	width: 1000px;   		/* you can use px, em or % */
	text-align: left;
	background: #fff;
	background: url(images/main-background.jpg) no-repeat;
	background-position: 0 0;
}

/* header */
#header {
	clear: both;
	width: 100%;
	height: 188px;
	padding: 3px 0 0 186px;
	margin: 0;
	text-shadow: #666 1px 1px 1px;
}
#header h1 a {
	font-size: 17px;
	text-transform: uppercase;
}


/* the dashed rulers */
div#dashed-rulers {
	position: absolute;
	top: 177px;
	left: 0;
	border-bottom: dotted 4px #002d4e;
	width: 100%;
	z-index: 1;
	margin: 0;
	padding: 0;
}

div#dashed-rulers div.small {
	border-bottom: dotted 2px #002d4e;
	margin-bottom: 3px;
}

/* the layout grid */
div#fixed div#content-wrapper {
	clear: both;
	margin: -3px 0 0 0;
}

div#content-wrapper div#sidebar-left {
	width: 177px;
	display: inline;
	float: left;
	height: 100%;
	overflow: hidden;
	min-height: 211px;
	padding: 0px;
	margin: 0px;
}

div#content-wrapper div#content {
	display: inline;
	float: left;
	width: 615px;
	overflow: hidden;
	min-height: 450px;
}

div#content-wrapper div#sidebar-right {
	width: 187px;
	display: inline;
	float: right;
	height: 100%;
	overflow: hidden;
	min-height: 211px;
	padding: 0 0 0 21px;
}

/* primary-nav */
div#primary-nav {
	border-bottom: dotted 4px #002d4e;
	background-color: #FFF;
	margin: 0;
	overflow: hidden;
	height: 28px;
}

div#primary-nav ul {
	margin: 0;
	padding: 6px 0 0 23px;
}

div#primary-nav ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#primary-nav ul li a {
	background: url(images/icon-link.gif) no-repeat;
	padding: 0 0 0 23px;
	margin: 0 15px 0 0;
	color: #333;
}

div#primary-nav ul li a:hover {
	background: url(images/icon-link-active.gif) no-repeat;
}


/* breadcrumb navigation */
div#breadcrumb-nav {
	margin: 13px 13px 8px 22px;
	padding: 0 0 0 27px;
	height: 17px;
	width: 550px;
	overflow: hidden;
	vertical-align: middle;
	background: url(images/icon-link-breadcrumb.gif) no-repeat;	
	font-size: 11px;
}


/* secondary navigation */
div#sidebar-left ul#secondary-navigation {
	margin: 56px 0px 0px 0px;
	padding: 0px;
	width: 170px;
}

div#sidebar-left ul#secondary-navigation li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


/* the content */
div#content-wrapper div.page,
div#content-wrapper div.post {
	padding: 8px;
}

div#content-wrapper h2.posttitle {
	text-shadow: #666 1px 1px 1px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
}


/* Begin Images */
p img,
div img {
	padding: 0;
	max-width: 100%;
	border: 1px solid #DFE0E5;
}

p img:hover,
div img:hover  {
	border: 1px solid #666;	
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* sidebar */
div#sidebar-right div.widget {
	margin: 0 0 21px 0;
}

div#sidebar-right div.widget h2 {
	font-size: 14px;
	color: #002d4e;
	text-shadow: #666 1px 1px 1px; 
}

div#sidebar-right div.widget ul {
	margin: 0;
	padding: 0; 
}

div#sidebar-right div.widget ul li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 8px 0;
}


/* footer */
div#footer {
	clear: both;
	padding: 0 0 0 186px;
	margin: 0;
}


/* aggregation */
div.dynamic-item {
	border-top: 1px solid #666;
	margin-top: 21px;
	padding-top: 13px;
}

div.dynamic-item h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

div.dynamic-item div.dynamic-excerpt {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}


/* highlighting */
div#sidebar-static-pages a.current_page_item,
div#sidebar-left ul#secondary-navigation li.current_page_item a {
	font-weight: bold;
}


/* miscellaneous */
div#sidebar-right form#searchform input.button {
	background: url(images/lupe.gif) no-repeat;
	border: 0;
}
