
/* CSS Document */
/*
Theme Name: Blog Theme
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;	
	background:#1a3a6b url(images/bg_1.jpg) repeat-x left top;
}


h1{
  font:bold 18px Arial, Helvetica, sans-serif;
}

h2
{
font:bold 15px Arial, Helvetica, sans-serif;
color:#254472;  margin:20px 0 10px 0; padding:0;
}

h3
{
font:bold 14px Arial, Helvetica, sans-serif;
color:#000;
}

.txt_big
{
font:bold 22px Arial, Helvetica, sans-serif;
color:#254472;
}


.redtext{
    font-size:16px;
	font-weight:normal;
	color:#900616;
	font-weight:bold;
}
 
.navi_white{
font-size:12px;
font-weight:normal;
color:#FFFFFF;
text-decoration:none;
}

.navi_white:hover{
font-size:12px;
font-weight:normal;
color:#9fc1f4;
text-decoration:none;
}


.navi_blue{
font-size:12px;
font-weight:normal;
color:#9fc1f4;
text-decoration:none;}

.navi_blue:hover{
font-size:12px;
font-weight:normal;
color:#FFFFFF;
text-decoration:none;
}
.red_heading{
background-color:#254472;
	color:#ffffff;
	font-weight:bold;
	padding-left:15px;
	height:30px;
}

#navcontainer { 
	float:left;	
	
}

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	font-size:11px;
	color: #000000;
	margin:0px;
	padding:0px;
}
#navcontainer ul li{
	margin:0px;
	padding:0px;
}
#navcontainer a
{
	display: block;
	padding-top:7px;
	padding-left: 30px;
	margin:0px;
	width: 232px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #fff;
	background:url(images/bg_nvigation_1.gif);
	height: 31px;
	color:#000; text-decoration:none;
}


#navcontainer a:link, #mainnav a:visited{
      color: #000000;
      text-decoration: none;
}

#navcontainer a:hover 
{	
	background:url(images/bg_nvigation_hover_1.gif);
	color: #ffffff;
}
.blue_heading{
    background-color:#254472;
	color:#ffffff;
	font-weight:bold;
	padding-left:12px;
	height:30px;
}

.feature {
	float: left;	
	color:#1c1c1c;
}

.feature_1 {
	float: left;	
	color:#254472;
	text-decoration:none;
}

.feature_1:hover {
	float: left;	
	color:#1c1c1c;
	text-decoration:underline;
}
.feature_2 {
	
	color:#254472;
	text-decoration:none;
}

.feature_4 {
font:normal 18px Arial, Helvetica, sans-serif;
	
	color:#254472;
	
}

.feature_2:hover {
		
	color:#1c1c1c;
	text-decoration:underline;
}


.textfield{
     font-size:12px;
	 font-weight:normal;
	 color:#000000;
	 height:14px;
	 width:220px;
}

.textarea{
     font-size:12px;
	 font-weight:normal;
	 color:#000000;
	 height:40px;
	 width:220px;
}

.textarea_left{
     font-size:12px;
	 font-weight:normal;
	 color:#000000;
	 height:40px;
	 width:218px;
}


.dropdown_field{
    font-size:12px;
	 font-weight:normal;
	 color:#000000;
	width:224px;
	font-size:11px;
}
.sidebar {		
	color:#1c1c1c;
}
.footer{
	color:#a4b7d4;
	font-size:11px;
}
.footer a{
	color:#a4b7d4;
	font-size:11px;
	text-decoration:none;
}
.footer a:hover{
	color:#d2def1;
	font-size:11px;
	text-decoration:underline;
}


.inputbox
{
width:250px;
}


.menubar
{
width:255px;

}
.textarea
{
width:248px;
height:80px;
}

a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
	text-decoration: none; 
	color: #4069AE;
} 
* {

}

table#postings { position:relative; }
.nav-previous {
	float:left;
	padding:0 0 1px;
}
.nav-next {
	float:right;
}


/*---------- css for image placing ----------*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}
