/* Links */

a:link { text-decoration: none; color: #4C99C7; }

a:visited { text-decoration: none; color: #4C99C7; }

a:hover, a:active { color: #5EB5D5; }

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 20px 0 10px; }

h1 { font-size: 32px; margin-bottom: 0px; margin-top: 10px;}

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4, h5, h6 { font-size: 20px; }

/* Other Html Elements */
.titles { font-weight: normal; border-bottom-width: 0; font-size: 20px; text-decoration: none; underline: none;}
.titles a:link, .titles a:visited, .titles a:active {
text-decoration: none;
underline: none;
font-size: 24px;
font-weight: normal;
border-bottom-width: 0;
margin-bottom:-100px;
}

pre, blockquote 
{
	overflow: auto;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
}

pre:hover, blockquote:hover
{
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
}

pre { padding-top: 10px; padding-bottom: 10px; }

code { color: #779900; font-family: Consolas, Verdana, "Courier New", Sans-Serif; }

ul, ol { line-height: 2.0em; }

ul { list-style-image: url(images/bullet.gif); }

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

del { text-decoration: line-through; color: #999999; }

ins { text-decoration: none; color: #009977; }

/* Structure */

body
{
	margin: 0;
	margin-top:8px;
	padding: 0;
	background-color: #A3BDD8;
	background-image: url('images/main_bg.jpg');
	background-repeat: repeat-x;
	font: normal 76% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

#wrapper2 {
width: 900px;
margin-left: auto;
margin-right: auto;
}
#header
{
	float: left;
	width: 100%;
	padding-bottom: 8px;
	background: #FFFFFF url('images/header-bg.gif');
	clear: right;
	height: 59px;
	margin-top: 15px;
}

#navigation
{
	clear: both;
	float: left;
	width: 100%;
	/*background-image: url('images/home_banner_mt.jpg');*/
	height: 230px;
}

#wrapper
{
	clear: both;
	float: left;
	width: 100%;
	color: #555555;
	background: #FFFFFF;
}

#content-wrapper
{
	width: 630px;
	float: right;
}

#content
{
	float: left;
	padding: 10px 10px 10px 0px;
}

#sidebar-wrapper
{
	width: 210px;
	float: right;
}

#sidebar
{
	float: right;
	padding: 20px 15px 10px 0px;
	width: 210px;
	background-color: #FAFAFA;
	border: 1px solid #ECECEC;
	margin-right: 15px;
	margin-top: 20px;
}

#footer
{
	clear: both;
	float: right;
	width: 860px;
	text-align: left;
	padding-left: 20px;
	background: #FFFFFF;
}

#extras
{
	float: left;
	width: 780px;
	color: #444444;
	text-align: left;
	padding: 0 10px 10px;
	margin: 10px 12px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

/* Header */

#header h1 { padding-left: 140px; color: #FFFFFF; margin-top:18px; }

#header h1 a:link, #header a:active {
color: #233B5A;
font-size: 20px;
text-transform: lowercase;
}

#header h1 a:hover {
color: #334D6E;
font-size: 20px;
text-transform: lowercase;
}

/* Navigation */

#navigation ul { list-style-type: none; list-style-image: none; float: right; margin-top: 10px; padding: 0 10px 0 0; }

#navigation li { float: left; }

#navigation li a:link,
#navigation li a:visited
{
	float: left;
	color: #6C9BD6;
	display: block;
	padding: 5px 10px;
	margin-right: 1px;
	height: 20px;
	font-size: 14px;
	margin-top: 4px;
	background-color: #253B81;
	border: 1px solid #275896;
	
}

#navigation li a:hover,
#navigation li a:active
{
	color: #87B1E6;
	background-repeat: repeat-x;
	font-size: 14px;
	margin-top: 4px;
	background-color: #2F458E;
	border: 1px solid #275896;
}

#navigation li.active a
{
	color: #555555;
	background-color: #ffffff;
}

/* Wrapper */

#wrapper a:link { font-weight: bold; }

#wrapper a:visited { font-weight: bold; }

#wrapper a:hover, #wrapper a:active { }

/* Content */

#content .post-title a { border-bottom-width: 0; }

#content .post p.img { float: left; margin: 0 15px 0 0; }

#content .post p.img img { padding: 8px; border: 1px solid #d0d0d0; background-color: #eeeeee; }

#content .post-footer 
{ 
	font-size: 90%; 
	color: #888888;
	margin-bottom: 5px; 
	padding:5px 5px 5px 15px;
	background-image: url(images/details.gif);
	background-repeat: none;
}

/* Sidebar */

.sideblock
{
	padding: 5px 10px;
	margin-bottom: 20px;
}

.sideblock ul { }

.sideblock h3 { margin-top: 5px; margin-left: -13px; font-size: 14px; display: block; background-image: url('images/h2-bg.gif'); width: 210px; padding-left: 10px; line-height: 25px;}

/* - Extras - */

#left {
	width: 60px;
	float: left;
}

.big_gray{
font-size: 13px;
color: #B6B6B6;
margin-bottom: 22px;
}

/* - Left Menu - */
	
#left_menu {
	width: 210px;
	margin-top:40px;
	}
	
#left_menu li {
	list-style:none;
	width: 210px;
	margin-left:-15px;
	}
	
#left_menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#left_menu li a:link, #left_menu li a:visited {
	color: #48567D;
	display: block;
	background:  url(images/menu.gif);
	padding: 8px 0 0 10px;
	}
	
#left_menu li a:hover {
	color: #627EB7;
	background:  url(images/menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#blue_box {
	background-color: #E2ECF4;
	border: 1px solid #BCD2E6;
	padding: 7px;
}
	
