/********************
BASE CSS
********************/

a:hover {
	color: red;
}
a img {
	border: none;
}

ul {
	margin: 0;
	padding: 0;
}

h1 {
	font-weight: lighter;
	margin: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}
h3 {
	margin: 0px;
	padding-top: 0px;
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;;
}

/*************************
NAVIGATION AND LAYOUT CSS
**************************/

body {
	background-color: Gray;
	text-align: center;
}
#C {
	background-color: white;
	width: 800px;
	text-align: left;
	margin: auto;
	border: 1px solid Black;
	height: auto;
}

#Nav a:link, #Nav a:visited {
	color: Navy;
	text-decoration: none;
}

#Nav a:hover {
	color: red;
	text-decoration: underline;
}

#Nav {
	width: 800px;
	float: left;	/*Bring border to end of nested Navigation boxes*/
}
#Nav li , h2 {
	font-family: "Times New Roman", Times, serif;
	list-style: none;
	font-size: 14px;
	letter-spacing: .03em;
	padding-top: 9px;	
}
#MainNav {
	float: left;
	width: 585px;
	padding-left: 15px;
}

#MainNav li{
	float: left;
	padding-right: 15px;
	text-align: left;
}
#EndNav {
	float: right;
	width: auto;
	padding-right: 15px;
}

#EndNav li{
	float: left;
	text-align: right;
	padding-left: 15px;
}




/**************************
CONTENT CSS
**************************/


#CContent {
//float: left;	/*Bring border to end of nested Content boxes*/
margin-top: 60px;
//margin-top: 20px;
padding-top: 0px;
}

#CMain {
	float: left;
	width: 550px;
	padding-left: 10px;
}
.icon {
	text-align: left;
	float: left;
	padding-top: 0px;
}

h2 , .author {
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	font-weight: normal;
	text-transform: uppercase;
}

.CPost {
	float: left;	/*Bring border to end of nested Post boxes*/
	width: 600px;
	margin-bottom: 20px;
}
.PostIconCol {
	float: left;
	width: 80px;
}
.PostDetail {
	float: right;
	width: 520px;
}

.PostOptions li {
	float: left;
	list-style: none;
	margin-right: 30px;
	padding: 0px;
	text-align: center;
	padding-top: 25px;
	vertical-align: text-bottom;
	height: 40px;
}

li.opt1 {
	background: url(i/i_print.gif) no-repeat top center;
}

li.opt2 {
	background: url(i/i_email.gif) no-repeat top center;
}

li.opt3 {
	background: url(i/i_book.gif) no-repeat top center;
}

li.opt4 {
	background: url(i/i_comment.gif) no-repeat top center;
}

li.opt5 {
	background: url(i/i_dl.gif) no-repeat top center;
}
p.prev {
	clear: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
}
.prev a {
	padding-left: 10px;
}


/****************
COMMENTS CSS
****************/

#CComments {
	clear: both;
	float: left;
	padding-left: 75px;
}
#CComments > p {
	text-align: right;
}
#CComments h2 {
	text-align: left;
	border-bottom: 1px solid black;
}
#CComments h2 {
	font-weight: bold;
}
.Comment {
	padding-left: 20px;
	padding-right: 0px;
	border-bottom: 1px solid black;
}
.author {
	font-style: oblique;
}

/***************
SIDEBAR CSS
***************/

#CSidebar {
	float: right;
	width: auto;
	padding-right: 15px;
	text-align: right;
	margin-right: 0px;
}
#CSidebar ul  {
	text-align: right;
	list-style: none;
	list-style-position: inside;
	padding-bottom: 30px;
}
#CFooter {
	width: auto;
	padding: 0px;
	margin: 0px;
	color: white;
	background-color: #191970;
	clear: both;
}

.f {
margin-right: -3px;
}


/*****************
SINGLE POST CSS
*****************/

#Pages {
	margin: 0px;
	padding: 0px;
	padding-bottom: 50px;
	padding-left: 20px;
}

#Pages p {
	margin: 0px;
	padding: 0px;
}
#Pages li {
	list-style: none;
	float: left;
	margin-right: 4px;
}

/*****************
SEARCH RESULTS CSS
*****************/

.Post h2 , .ReturnList li , .ReturnList p {
	text-align: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.Post h2 {
	font-weight: bold;
}
.ReturnList li {
	margin-top: 10px;
	clear: both;
}

.ReturnList img {
	padding-right: 5px;
}
.ReturnList a {
	padding-left: 5px;
	font-style: oblique;
}

.NPostDetail {
	float: left;
	width: 520px;
}

.Post h4 {
	margin: 0px;
	padding: 0px;
}

.ReturnList li img {
	//margin-top: 20px;
	//margin-right: 5px;
}

.video img {
vertical-align: middle;
padding-left: 5px;
padding-right: 5px;
}
