/* =================================================================================
 *  general
 * =================================================================================*/

body
{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}
div
{
    display:block;
}
img
{
    border: none;
}
.center
{
    margin: 0 auto;
    display: table;
}
.right
{
    display: table;
    float:right;
}
img.center
{
    margin: 0 auto;
    display: block;
}
img.alignleft
{
    float:left;
    margin: 0px 10px 0px 0px;
}
img.alignright
{
    float:right;
    margin:0px 0px 0px 10px;
}
.wrapper
{
    width:1024px;
    background:inherit;
    border:inherit;
}

/* =================================================================================
 *  navigation bar
 * =================================================================================*/
#navBar
{
    background:black;
    border-bottom: 1px solid white;
    height:50px;
    overflow:hidden;
}
#navBar ul
{
    float:right;
    margin:0;
    padding:0;
}
#navBar li
{
    float:left;
    list-style-type:none;
    height:50px;
    margin-left:40px;
}
#navBar li a
{
    color:White;
    display: block;
    text-decoration:none;
    font-weight: bold;
    font-size: 18px;
    height: 30px; /*50 total (30+20)*/
    padding: 20px 0px 0px 0px;
}
#navBar li.current_page_ancestor a, #navBar li.current_page_item a, #navBar li:hover a
{
    color:#af1314;
}

#navBar li ul
{
    display:none;
    background:transparent;
}

#navBar li:hover ul 
{
	background-color:#af1314;
	border:1px solid black;
	display: block;
	margin: 0px 0px 0px -8px;
	padding: 0px 0px 10px 8px;
	position: absolute;
	width: 200px;
	z-index: 99;
}
#navBar li:hover ul li 
{
	background-color:#af1314;
	display:block;
	float: none;
	margin: 0px;
	position:relative;
	left:-4px;
	padding: 0px 0px 0px 0px;
	width: 200px;
}
		
#navBar li:hover ul li a 
{
	color:White;
	border-bottom: 1px dotted white;
	margin: 0px 10px;
	padding: 5px;
}	
#navBar li:hover ul li a:hover 
{
	background-color: white;
	color: #af1314;
}
	
#navBar li li {
	/* Reset from first level specifications */
	height: auto;
	padding: 0px;
	width: auto;
}
#navBar li li a {
	/* Reset from first level specifications */
	border:none;
	background-image: none;
	font-size: 14px;
	height: auto;
	width: auto;
	text-align:left;
}
#navBar li li a:hover {
	/* Reset from first level specifications */
	
	background-image: none;
	height: auto;
	width: auto;
}


#logoImg
{
    border: 0px;
    float:left;
    position:absolute;
    z-index:80;
}
#searchDiv
{
    margin-top:15px;
}
#searchBtn
{
    display: none;
}
/* =================================================================================
 *  banner bar
 * =================================================================================*/
#bannerBar
{
    border-bottom:1px solid #cccccc;
    height:150px;
    /*background: url('images/banner2_bg.png');
    background-repeat:repeat-x;*/
}
#bannerBar img
{
    display: block;
    float:right;
    clear:both;
}
#bannerTitle
{
 border-left:1px solid white;
}
#bannerTitle div
{
    width: 150px;
    text-align:center;
    font-weight: bold;
    font-size:16px;
    height:20px;
    line-height:30px;   
    float:left;
    clear:none;
    padding: 0px 10px;
    padding-bottom:5px;
    border-right:1px solid white;
}

#bannerTitle div.selectedR  
{
    
    background: url('/2010img/bannertitle_red.png');
    background-repeat:repeat-x;
}
#bannerTitle div.selectedW
{

    background: url('/2010img/bannertitle_white.png');
    background-repeat:repeat-x;
}


/* =================================================================================
 *  sub menu
 * =================================================================================*/
#deep_links 
{
    background:white;
	padding:5px;
	margin:0px;
	border: 1px solid #cccccc;
	border-top: none;
}
#deep_links ul
{
    list-style-type: none;
	margin: 0px;
	padding: 5px;
}
#deep_links li {
	list-style-type: none;
	margin:0px;
	padding-left:0px;
}
#deep_links li li {
	list-style-type: none;
	margin:0px;
	padding-left:15px;
}

#deep_links li a 
{
    color:black;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
#deep_links li a:hover {
	text-decoration: underline;
}
#deep_links li.current_page_parent li.current_page_item li a, #deep_links li.current_page_ancestor li.current_page_ancestor li a {
	display: block;
}
#deep_links li.current_page_item a
{
    color:#A61317;
}
#deep_links li.current_page_item li a
{
    color:black;
}
#deep_links .page_title
{
	text-transform:none;
}

/* =================================================================================
 *  rightBar
 * =================================================================================*/

#pageBody
{
    margin-top:10px;
}

#rightBar
{
    float:right;
    display:table;
    padding-left:10px;
    margin-left:10px;
    border-left:1px solid #cccccc;
}
#rightBar a {
	color: #A61317;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
#rightBar a:hover {
	text-decoration: underline;
}

#rightBar .post 
{
	border: 1px solid black;
	overflow:hidden;
	padding:0px;
	margin-bottom: 20px;
	background-color:white;
}
#rightBar .postmetadata
{
    padding: 5px 10px 4px 10px;
    color:White;
    border-bottom:1px solid black;
     background-image:url('/2010img/postheader_bg.png');
    background-repeat:repeat-x;
	
}
#rightBar .postmetadata a
{
    color:White;
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration:none;
	text-transform: uppercase;
}
#rightBar .postmetadata a:hover
{
	text-decoration:underline;
}

/* =================================================================================
 *  content
 * =================================================================================*/
#mainContent
{
	overflow:hidden;
    font-size:14px;
    line-height: 140%;
}
#mainContent a {
	color: #A61317;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent h2, #mainContent .page_title a {
	color: #A61317;
	font-size: 16px;
	text-transform:none;
	margin-top: 10px;
}
#mainContent p {
	margin-bottom: 14px;
}
#mainContent li {
	list-style-type: disc;
	margin-left: 25px;
}
#mainContent .small {
	line-height: normal;
	font-size: 12px;
}
#mainContent em {
	font-style: italic;
}
#mainContent strong {
	font-weight: bold;
}
#mainContent .blog_author {
	font-size: 10px;
	
}
#mainContent .blog_author a {
	font-size: 10px;
}
#mainContent .post 
{
	border: 1px solid black;
	margin-bottom: 20px;
	padding-bottom: 15px;
	overflow:auto;
	background-color:white;
}
#mainContent .entry
{
    padding:10px;
}
#mainContent .post .page_title, #mainContent .post .page_title a {
	font-size: 16px;
	text-transform:none;
	margin: 0px;
}
#mainContent .postmetadata
{
    padding: 5px 10px 4px 10px;
    color:White;
    border-bottom:1px solid black;
     background-image:url('/2010img/postheader_bg.png');
    background-repeat:repeat-x;
	
}
#mainContent .postmetadata a
{
    color:White;
	font-size: 10px;
	text-transform: uppercase;
}
#mainContent .welcome {
	background-color: #FFCCCC;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 14px;
	line-height: normal;
	padding: 10px;
}

div.alignleft
{
    float:left;
    clear:none;
}
div.alignright
{
    float:right;
    clear:none;
}
/* =================================================================================
 *  footer
 * =================================================================================*/
#footer 
{
    border:1px solid black;
    margin-top:10px;
}
#footer_title 
{
    background-image:url('/2010img/postheader_bg.png');
    background-repeat:repeat-x;
	color:White;
	font-size: 18px;
	border-bottom:1px solid black;
	padding: 5px 10px 5px 10px;
	margin-bottom: 4px;
}
#footer_topics, #footer_topics ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer_topics
{
    margin:10px;
}
#footer_topics li {
	color: #ED1B24;
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	margin-right: 10px;
}
#footer_topics li a {
		text-decoration: none;
		color: #ED1B24;
	}
#footer_topics li li {
	color: #333333;
	font-size: 10px;
	text-transform: none;
	float: none;	
}
#footer_topics li li a {
	color: #000000;
}	
#footer_topics li li a:hover {
	color: #ED1B24;
}
#copyright {
	color: #999999;
	font-size: 12px;
	clear: both;
	margin:10px;
	padding-top: 15px;
}

