.more {
	text-align: right;
	display: block;
	font: 11px Arial, Helvetica, Sans-Serif;
	font-weight: bold;
}

.more a:link {color: #000; text-decoration: none;}
.more a:visited {color: #000; text-decoration: none;}
.more a:active {color: #000; text-decoration: none;}
.more a:hover {color: #000; text-decoration: underline;}
/* SIDEBAR LEFT STYLES */

#sidebar-left {
	width: 195px;
	float: left;
	background: #e6eaf0;
	margin-bottom: 10px;
	padding: 5px 5px 15px 5px;
}

#sidebar-left h3 {
	font-size: 13px;
	padding: 0 22px 0 22px;
	margin-bottom: 0;
}
#sidebar-left p {
	font-size: 11px;
	padding: 0 32px 0 32px;
}

#sidebar-left ul {
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	text-indent: -1em;
	font-size: 11px;
	padding-left: 47px;
	padding-bottom: 0;
	}

#sidebar-left ul li:before {
	content: "\00BB \0020";
	}



#sidebar-left a:link {color: #06336a; font-weight: bold;text-decoration: underline;}
#sidebar-left a:visited {color: #06336a; font-weight: bold; text-decoration: underline;}
#sidebar-left a:active {color: #06336a; font-weight: bold; text-decoration: underline;}
#sidebar-left a:hover {color: #06336a; font-weight: bold; text-decoration: none;}

#wrapper {
	width: 743px;
	float: right;
}

#content-header {
	padding-bottom: 30px;
	margin-bottom: 10px;
	border-bottom: 6px solid #64a2f1;
}

#content-header h2 {
	margin: 0;
	font: 28px Arial, Helvetica, Sans-Serif;
	color: #65a2f0;
	text-transform: uppercase;
	padding-top: 10px;
}

#content-header .title {
	background: #06336a;
	color: #fff;
	font: 14px Arial, Helvetica, Sans-Serif;
	width: 408px;
	padding: 5px;
}

#content-header-left {
	padding-left: 12px;
	width: 430px;
	float: left;
	margin-right: 40px;
}

#content-header p {
	font: 15px Arial, Helvetica, Sans-Serif;
}

#content-header .more {
	font-size: 14px;
}

#content {
	width: 502px;
	float: left;
}

/* ENTRY STYLES */
.entry-left {
	width: 211px;
	float: left;
	display: table-cell;

	vertical-align:middle;
}

.entry-left img {
	display: block;
	margin-left: auto;
    	/*margin-right: auto;*/
	vertical-align:middle;
}

.entry-right {
	margin-left: 8px;
	padding: 0 15px 0 16px;
	width: 251px;
	float: left;
	font: 12px Arial, Helvetica, Sans-serif;
	line-height: 16px;
	border-left: 1px solid #000;
}

.entry {
	padding: 0 15px 0 16px;
	font: 12px Arial, Helvetica, Sans-serif;
	line-height: 16px;
}

.entry, .entry-right .more {
	font-size: 12px;
}




/* GREEN SPECIFIC ENTRY STYLES */
.green-entry {
	margin-bottom: 15px;
	border-bottom: 1px dotted #455214;
	padding: 10px 0 15px 0;
}

.green-entry h2 {
	margin: 0;
	font: 18px Arial, Helvetica, Sans-Serif;
	color: #455214;
	font-weight: bold;
	background: url(images/greenbox.gif) left no-repeat;
	padding-left: 23px;
	margin-bottom: 15px;
}

/* DOV SPECIFIC ENTRY STYLES */
.dov-entry {
	background: #fcedef;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ff4000;
	padding: 10px 0 0 0;
	background: #fcedef url(images/doventrypic.jpg) bottom left no-repeat;
}

.dov-entry .entry-left {
	text-indent: -999999px;
}

.dov-entry .entry-left img {
display: none;
}

.dov-entry h2 {
	margin: 0;
	font: 18px Arial, Helvetica, Sans-Serif;
	color: #d90221;
	font-weight: bold;
	background: url(images/redbox.gif) left no-repeat;
	padding-left: 23px;
	margin-bottom: 15px;
}

/* OPINION SPECIFIC ENTRY STYLES */
.opinion-entry {
	margin-bottom: 15px;
	border-bottom: 1px dotted #670000;
	padding: 10px 0 15px 0;
}

.opinion-entry h2 {
	margin: 0;
	font: 18px Arial, Helvetica, Sans-Serif;
	color: #670000;
	font-weight: bold;
	background: url(images/brownbox.jpg) left no-repeat;
	padding-left: 23px;
	margin-bottom: 15px;
}

/* QA SPECIFIC ENTRY STYLES */
.qa-entry {
	margin-bottom: 15px;
	border-bottom: 1px dotted #e64b17;
	padding: 10px 0 15px 0;
}

.dov-entry p, .opinion-entry p, .qa-entry p, .blue-entry p {
	margin-top: 0;
}

.qa-entry h2 {
	margin: 0;
	font: 18px Arial, Helvetica, Sans-Serif;
	color: #e64b17;
	font-weight: bold;
	background: url(images/orangebox.gif) left no-repeat;
	padding-left: 23px;
	margin-bottom: 15px;
}

.question {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}

.answer {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #e64b17;
}

.navigation {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.navigation .alignleft {
}

.navigation .alignright { 
	
}

#sidebar-right form {
margin: 0;
padding: 0;
}

.tag-content {
	font-size:12px;
	line-height:16px;
}
