@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img , div {
	border:0;
}

body {
	background:url(/img/background.gif);
	height:100%;
	background-attachment:fixed;
}

html {height:100%;}

#global-wrapper {
	background:url(/img/wrapper.png);
	width:1033px;
	margin:0 auto;
	min-height:100%;
	padding-top:15px;
}

#wrapper {
	width:965px;
	margin:0 auto;
	background:#fff;
}

#header {
	width:965px;
	height:90px;
	background:url(/img/header.gif) no-repeat;		
	margin-bottom:15px;
}

#header h1 { 
	width:241px;
	height:59px;
	margin:30px 0 0 15px;
	background:url(/img/logo.gif) no-repeat;		
	text-indent:-999999px;
	float:left;
}

#menu {
	width:965px;
	height:38px;
	background:url(/img/menu.gif) no-repeat;	
	margin-bottom:15px;
}


#top-menu {
	padding-top:10px;
}

#top-menu li {
	display: inline;
	list-style-type: none;
	border:0;
	border-right:1px solid #900e07;
	border-left:1px solid #ec3128;
	font-size:14px;
	margin-left:0;
	padding:0;
	padding-right:15px;
	padding-left:15px;
	float:left;
}

#top-menu li a {
	text-decoration:none;
	color:#fff;
}

#top-menu li a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

#top-menu .first {
	border-left:0;
}

#top-menu .last {
	border-right:0;
}

#content {
	float:left;
	width:475px;
	margin-left:15px;
}


#content h1 {
	font-size:24px;
	color:#333;
	margin-bottom:15px;
}


#content h2 {
	font-size:18px;
	color:#c91209;
	margin-bottom:10px;
}

#content a h2 { text-decoration:none; }


#content h3 {
	font-size:16px;
	color:#333;
	margin-bottom:10px;	
}


#content p , #content li {
	font-size:12px;
	color:#333;
	margin-bottom:10px;
	line-height:16px;
}

#content ul , #content ol { margin-left:30px;}

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

#right {
	float:left;
	width:230px;
	margin-left:15px;	
}

.clear {clear:both;}

.right-wrapper , .left-wrapper {
	width:230px;
	margin-bottom:15px;
	float:left;
}

.right-header , .left-header {
	width:230px;
	height:12px;
	background: url(/img/right-top.gif) no-repeat;	
	float:left;
}

.right-content , .left-content {
	width:230px;
	background: url(/img/right-back.gif) repeat-y;	
	float:left;
}

.right-footer , .left-footer {
	width:230px;
	height:12px;
	background: url(/img/right-bottom.gif) no-repeat;	
	float:left;
}

.right-content h2 , .left-content h2 {
	font-size:14px;
	color:#c91209;
	margin-left:10px;
	margin-bottom:10px;
}

.left-content h2 {
margin-bottom:0;
}

.sub-menu {
margin-top:10px;
}


.social-item {
	width:358px;
	margin:0 10px 10px 10px;
	float:left;
}

.social-item img { 
	float:left;
}

.social-item p { 
	float:left;
	font-size:12px;
	margin-left:10px;
}

a { color:#c91209;}



.right-content ul , .right-content li  , .left-content ul , .left-content li {
	list-style:square;
	color:#c91209;
	margin-left:10px;
	font-size:12px;
	margin-right:10px;
}

.right-content ul , .left-content ul {
margin-left:15px;
}

.right-content li  , .left-content li {
	padding: 0 0 6px 0;
}

.right-content ul a , .left-content ul a { 
	color:#333333;
	text-decoration:none;
}

.right-content ul a:hover  , .left-content ul a:hover { 
	color:#c91209;
}

h2 a {text-decoration:none;}

.entry { 
border-bottom:1px solid #cccccc;
padding-bottom:8px;
margin-bottom:8px;
}


img.alignleft , .attachment-post-thumbnail {

float:left;
margin-right:12px;
}

.excerpt-entery {
margin-bottom:0 !important;
}