/*-----------Block Level Elements--------------*/

body {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	background: #092343 url('images/background.gif') repeat;
	margin: 0; 
	}

li {
	list-style-type: none;
	}

#page {
	width: 890px;
	margin: 0 auto;
	}

#header {
	width: 888px;
	height: 140px;
	border: 1px solid #000;
	background: transparent url('images/headback.gif') no-repeat;
	}

#container {
	background-color: #2c2c2e;
	padding: 10px;
	margin: 0;
	}

#containertwo {
	background: #fff url('images/grad.jpg') repeat-x;
	padding-top: 18px;
	}


#content {
	background-color: #fff;
	width: 595px;
	padding: 20px;
	}

#sidebar {
	width: 225px;
	margin: 0;
	padding: 0 0 20px 0;
	background-color: #fff;
	border-left: 1px solid #e9e9e9;
	}

#one-image img {
	display: block;
	margin-left: auto;
	margin-right: auto 
	}

a img {
	border:0;
	}

a {
  color: #1B1D1E;
  text-decoration: none;

}

a:hover {
  color: #000;
  text-decoration: underline;

}

#footer {
	width: 100%;
	clear: both;
	text-align: center;
	color: #fff;
	margin: 20px 0 40px 0;
}

/*--------------Nav----------------*/

.chromestyle {
	width: 890px;
	font-weight: bold;
	margin-top: -3px;
	}

.chromestyle ul {
	width: 890px;
	background-color:#000; 
	padding: 15px 0;
	margin: 0;
	text-align: center;
	}

.chromestyle ul li {
	display: inline;
	}

.chromestyle ul li a {
	font: normal 14px verdana;
	font-weight: bold;
	color: #fff;
	padding: 8px 20px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.currentpage {
	color: #fff;
	background-color: #195883;
	}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	text-align:center;
	font:normal 12px Verdana;
	line-height:20px;
	z-index:100;
	background-color: #000;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	border: 1px solid #195883;
	}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 4px 0;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color: #fff;
	background-color: #195883;
	}	

/*-------------Headings-------------*/

h1 {
  font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
  text-transform: uppercase;
  color: #3888bc;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-transform: uppercase;
  text-decoration:none;
  color: #000;
  margin: 0px;
  padding: 0;
}

h3 {
  font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-transform: uppercase;
  text-decoration:none;
  color: #262F49;
  margin: 0px;
  padding: 3px 0 3px 5px;
}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {
  font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
  font-size: 19px;
  text-decoration:none;
  font-weight: 550;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #1B1D1E;
  margin-bottom: -20px;
  padding: 0px;
}

.post {
	margin-bottom: 15px;
}

.post p {
        font-family: Verdana, Sans-Serif; 
        font-size: 10px; 
        padding: 0px;
        color: #000;
}

.post a {
  color: #1B1D1E;
  text-decoration: none;

}

.post a:hover {
  color: #000;
  text-decoration: underline;

}

.post ul {

}

.post li {

}

.entry {
        font-family: Verdana, Sans-Serif; 
        font-size: 10px; 
        padding: 0px;
        color: #000;
}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {
	list-style type: none;
	padding: 0;
	margin: 10px;
}

#sidebar ul h2 {

}

#sidebar ul li {
	padding: 0;
	margin: 0;
}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar {
	color: #455365;
}

#sidebar a {
	text-decoration:none;
	color: #455365;

}

#sidebar a:hover {
	text-decoration: underline;
	color: #C7CDD4;

}

#sidebar a:visited {

}

#side_img img {
	border: 1px solid #000;
	}

/*-------------Dividers---------------*/

.divider1 {
	position: relative;
	height: 1px;
	margin: 2.0em 0em 1.5em 0em;
	border-bottom: 1px dotted #000;
	clear: both;
	}

.divider2 {
	position: relative;
	height: 1px;
	border-bottom: solid 1px #eaeaea;
	margin: 10px 0 10px 0;
	}

/*--------------footer-------------*/

#footer a {
	color: #fff;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #333;
	text-decoration: none;
	}

/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}

li.twitter-item{
border-bottom: 8px solid #fff;	
}

li.rec_comments{
	border-bottom: 8px solid #fff;
}

.twitter-timestamp, .twitter-link {
	font-weight: bold;
}

abbr {
border: none;
}