
/* Begin Typography & Colors */
*{
	margin:0;
	padding:0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #810000 url(images/bg.gif) repeat-x 0 2px;
	color: #333;
	}

#wrapper{
	width:778px;
	margin:0 auto;
	margin-top:20px;
	}

#content{
	background:#fff url(images/content-bg.jpg) no-repeat 0 0;
	width:100%;
	padding-top:18px;
	padding-bottom:5px;
	font-size:1.1em;
}

	#content p{
		line-height:1.4em;
	}

img.top-img{
	border:1px solid #666;
	margin-bottom:14px;
}

#leftcol{
	width:550px;
	float:left;
	padding-left:13px;
	padding-right:10px;
	margin-right:10px;
	background:transparent url(images/border-v.gif) repeat-y 100% 0;
}

#leftcolindex{
	width:560px;
	float:left;
	padding-left:13px;
	margin-right:10px;
	background:transparent url(images/border-v.gif) repeat-y 100% 0;
}

#newscol{
	width:540px;
	float:left;
	padding-left:33px;
	margin-right:10px;
	background:transparent url(images/border-v.gif) repeat-y 100% 0;
}

#menu{
	position:absolute;
	left:300px;
	top:67px;
}

#menu li{
	display:inline;
	float:left;
	margin-right:20px;
}

	#menu li a{
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:1.4em;
		text-decoration:none;
	}
	
		#menu li a:hover,
		#menu li a.current{
			color:#ff9600;
		}
	
	#menu li ul{
		display:none;
	}

#subnav{
	width:150px;
	float:left;
}

	#subnav ul{
		list-style-type:none;
	}
	
	#subnav ul li{
		margin-bottom:4px;
		margin-top:8px;
	}
	
		#subnav ul li.first{
			margin-top:0;
		}
	
	#subnav ul li ul{
		margin-top:4px;
	}
	
	#subnav ul li li{
		padding-left:10px;
		margin-top:0;
	}
	
	#subnav li.current_page_item a{
		color:#a50000;
	}
	
	#subnav li.current_page_item li a{
		color:#333;
	}
	
#flags{
	position:absolute;
	left:710px;
	top:70px;
}

	#flags li{
		display:inline;
		margin-left:2px;
	}

#top{
	float:left;
	background:transparent url(images/border-h.gif) repeat-x 0 100%;
	padding-bottom:10px;
}

#top #right-col{
	width:180px;
	float:left;
	margin-left:10px;
}

	
#index-image{
	width:362px;
	height:272px;
	list-style-type:none;
	overflow:hidden;
	z-index:0;
	float:left;
}
	
#news-list{
	background:transparent url(images/border-h.gif) repeat-x 0 100%;
	padding-bottom:5px;
}

#news-list li span{
	font-style:italic;
	font-size:;
}

#news-list li a{
	display:block;
}

.news{
	background:transparent url(images/border-h.gif) repeat-x 0 100%;
	padding:10px 0;
}
	
#left-tunnel,
#center-tunnel{
	margin-right:;
}

#center-tunnel{
	background:transparent url(images/border-v.gif) repeat-y 100% 0;
}

#left-tunnel{
	background:transparent url(images/border-v.gif) repeat-y 100% 0;
}

#right-tunnel{

}

.tunnel{
	float:left;
	width:165px;
	padding:5px 10px;
	margin-top:15px;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background:#fff url(images/content-bg.jpg) no-repeat 0 100%;
	clear:both;
	padding:2px 0 14px 0;
}

a.rss-icon{
	background:transparent url(images/rss.gif) no-repeat 0 0;
	padding:0 0 2px 17px;
}

a.pdf{
	background:transparent url(images/pdf.gif) no-repeat 0 0;
	padding:2px 0 2px 20px;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	
	}

h1 {
	font-size: 4em;
	}

#header.description {
	font-size: 1.2em;
}

h2 {
	font-size: 1.6em;
	color:#7a4c20;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	color:#333;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #7a4c20;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}


#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding-top:5px;
	width:185px;
	float:left;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {

	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

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

a:hover {
	color:#810000;
}

a.link-arrow{
	background:transparent url(images/link-arrow.gif) no-repeat 0 2px;
	padding-left:15px;
}

/* End Typography & Colors */



/* Begin Structure */

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	height: 90px; 
	width:100%;
	position:relative;
}

.post {
	width:400px;
	float:left;
	}

.post hr {
	display: block;
	}
	
.post p{
	margin-bottom:10px;
}

.postmetadata {
	clear: left;
}

#footer p {
	margin: 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {

	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul li {
	list-style-type: none;
	margin-bottom: 15px;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */


/* End Sidebar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

p.pagination{
	margin-top:10px;
}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	font-size: 1px;
	line-height: 1px;
}
	

