/*----- Setup ----- */

body {
	/*background: #165485*/ 
	background: #fff url(blue/bg-blue.gif) !important;
	color: #333;
        
}

#wrap {
	
}

a {
	color: #000;
}

a:hover {
	text-decoration: underline;
}

/*----- Header ----- */

#header {
	background: #fff;
}

#logo h1 {
	background-image: url(blue/logo-trans.png) !important;
}

#nav {
	background: #569dd5;
        
}

#navigation a {
	color: #fff;
	border-right: 0px solid #fff;
        font-family: trebuchet ms;
}

#navigation a span {
	color: #000;
}

.current_page_item {
	border: none !important;
}

#navigation a:hover, #navigation .current_page_item {
		text-decoration:none;
		color: orange;
		background: none;
		border-right: 0px solid #fff!important;
                border-left: 0px solid #fff!important;
                height: 30px;		
}

#navigation a:hover span, .current_page_item span {
		color: #fff !important;
		border: none !important;
}

#twitter span {
	color: #ffffff !important;
}

#twitter a {
	color: #6db5e7 !important;
}

/*----- Posts ----- */

.post {
	border-bottom: 1px solid #cccccc;
	
}

.post {
}

.post h2, .post h2 a {
	color: #165485;
}

.post h2 a:hover {
	border-bottom: 1px dotted #2d2d2d;
}

.meta .date {
	border-color:#cccccc;
}

/*----- Comments ----- */


#comments h3 {
	color: #2d2d2d;
	border-bottom: 1px solid #ccc;
        background: #fff;
        padding-left: 0px;
}

.commentlist .meta .gravatar img {
	border: 2px solid #0285B8;
}

#commentform .field, #commentform .thefield textarea {
	color: #5b5b5b;	
	bacground-color:#ffffff !important;
        
}

#commentform #submit {
	background: #ffffff;
	color: #5d6250;
	border: 1px solid #cccccc;
	text-decoration: none;
	display: inline-block;
	padding: 8px 10px 6px;
	font-size: 12px;
        float: left;
        margin-left: -120px;
}

#commentform #submit:hover {
background: #eee;

}
#commentform .field {
	
}

#commentform .thefield textarea {
	
}

/*----- PostNav ----- */

#postnav {
	
	background-color:#fff;
        width: 545px;
}

#postnav a {
	background: #ffffff;
	color: #000;
	border: 1px solid #cccccc;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	text-decoration: none;
	display: inline-block;
	padding: 5px 5px 5px;
        margin-left: 10px;
}

#postnav a:hover {
	background: orange;
	color: #000;
	border: 1px solid #5d6250;
}

/*----- Sidebar ----- */

.pageinfo {
	color: #eb552d;
}

.widget h4 { 
	border: 0px solid #003c62;
	background: transparent;
        font-family: Arial, Verdana;
}

.widget h4 a { 
	color: orange;
	border: 0px solid #fff; 
        
}

.widget .content { 
	background: transparent; 
	border: 0px solid #d4cfc5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
        color: #fff;
}

.widget .content a {
	color: #fff;
        text-decoration: none;
}

.widget .content a:hover {
	color: #fff;
	border: none !important;
        text-decoration: underline;
	
}

.widget li { 
	margin-bottom: 15px;
}

#lifestream h3 {
	background: #eb552d;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 7px;
	display: inline-block;
	margin: 0 0 10px;
}

#lifestream li {
	font-size: 12px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", serif !important;
	font-style: italic;
}

#lifestream li a {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-style: normal !important;
}
/*------Sidebar Landing Page -----*/
#lptitle h4 {
        border: 0px solid #003c62;
        background: transparent;
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 20px;
        color: orange;
	padding: 20px 7px 7px 0;

}

#lpquote .content {
        background: transparent;
        border: 0px solid #d4cfc5;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #fff;
}

#lpquote a {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 11px;
        color: #fff;
        text-decoration: none;
	padding: 4px 0 4px 0
        font-size: 12px;
	font-style: italic; 
	line-height: 1.5em;
}
#lp_id a {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 11px;
        color: #fff;
        text-decoration: none;
        padding: 4px 0 4px 0
        font-size: 12px;
	font-style: normal; 
        line-height: 1.5em;
}
#lp_mb a {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 11px;
        color: #fff;
        text-decoration: none;
        padding: 4px 0 4px 0
        font-size: 12px;
        font-style: normal;
        line-height: 1.5em;
}

/*----- Footer ----- */

#footer {
	background: #569dd5;
}

#footer h4 {
	background: #ff9933;
	color: #000;
	border-bottom: 1px solid #000;
}

#footer ul {
	background: #eee;
}

#footer ul li {
	border-bottom: 1px solid #4e5246;
	color: #333;
}

#footer ul li:hover {
background: #99ccff;
}

#footer ul li a {
	color: #333;
}

