body
{
	font: normal 10pt Arial,Helvetica,sans-serif;
	/*background: url('/images/myBG.png');*/
	background-color:#666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #555;
	background:#515151 url("/images/new_bg.gif") repeat fixed 0 0;
}


a, a:visited
{
	color: #306495;
	background: inherit;
	text-decoration: none;
}

a:hover
{
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}

pre
{
	border-left: 5px solid #F5F5F5;
	font-family:"Courier New",Courier,mono;
	margin:0.3em;
	padding:0.5em;
}

.page #container
{
	width: 940px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000;
	text-align: left;
}

.page #header
{
	position:relative;
	/*background: #DDDDDD;*/
	background:url('/images/header.jpg') center bottom;
	
	padding: 0 0px 0 0px;
	width:940px;
	height:200px;
	
}

.page #header h1
{
	margin: 0;
	padding: 10px 0;
}

.page #header a
{
	z-index:5;	
	right:15px;
	bottom:5px;
	color: white;
	text-decoration: none;
}

.page #sidebar
{
	float: right;
	width: 200px;
	padding: 15px 10px;border:
}

.page #content
{
	margin: 0 210px 0 0;
	padding: 0 20px;
}

.page #footer
{
	margin: 20px 0 0 0;
	padding: 0 10px 0 20px;
	background:#DDDDDD;
	font-size: 0.8em;
	height:55px;
}

.page #footer p
{
	margin: 0;
	padding: 10px 0;
}

.clearfloat
{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.portlet
{
	-moz-border-radius:7px;
	font-size:0.9em;
	margin: 0;
	padding: 3px;
	margin-bottom:15px;
	background-color:#EEE;
}

.portlet .header
{
	color:#333;
	font-size:1.2em;
	font-weight:bold;
	line-height:1;
	padding:5px 10px 6px;
	margin: 0;
	text-align:center;
}

.portlet .content
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	background:#F5F5F5;
	padding:5px 5px 10px 5px;
	overflow:hidden;
}

.portlet ul, .portlet ol
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0 0 0 5px;
	padding: 0;
}

.portlet li
{
	padding: 2px 0 4px 0px;
}

#NavLinks ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0 0 0 5px;
	padding: 0;	
}

#NavLinks li
 {
 
 }
.portlet .row
{
	margin: 0 0 5px 0;
}

.portlet .row .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

.errorMessage
{
	color: red;
}

.form
{
	-moz-border-radius:7px;
	border: 3px solid #EEE;
	background:#F5F5F5;
	padding:10px;
	margin: 0;
}

.form .row
{
	margin: 5px 0;
}

.form .row label
{
	display: block;
	font-weight: bold;
}

.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

.form label.error,
.form span.error
{
	color: #C00;
}

.form input.error,
.form textarea.error,
.form select.error
{
	background: #FEE;
	border-color: #C00;
}

.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

.form .errorSummary ul li
{
	list-style: square;
}

.post
{
	margin: 20px 0;
}

.post .title
{
	font-size: 1.6em;
	border-bottom: 1px solid silver;
}

.post .title a
{
	/*color: #555;*/
	color:#333;
	text-decoration: none;
}

.post .author
{
	color: #888;
}

.post .nav
{
	-moz-border-radius:7px;
	padding: 5px;
	background: #F5F5F5;
}

.post .draft
{
	color: red;
}

.post .published
{
	color: green;
}

.post .archived
{
	color: yellow;
}

.comment
{
	-moz-border-radius:7px;
	padding: 5px;
	background: #F5F5F5;
	margin: 5px 0;
}



.comment .author a
{
	color: #555;
	font-weight: bold;
	text-decoration: none;
}

.comment .author a:hover
{
	color: #333;
	border-bottom: 1px solid gray;
}

.comment .time
{
	color: #888;
	font-size: 0.8em;
}

.comment a.cid
{
	color:#CCC;
	float:right;
	font-size:1.5em;
	font-weight:bold;
	padding:0 5px 5px 5px;
	text-decoration: none;
}

.comment a.cid:hover
{
	color:#555;
}

.comment .pending
{
	color:red;
}

.kevinComment {
    background:#c5e6ef;
}

span.tag
{
	padding: 0 4px 0 0;
}

table.dataGrid
{
	background: white;
	border-collapse: collapse;
	width: 100%;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 0.9em;
	border: 1px #AAA solid;
	padding: 0.3em;
}

table.dataGrid th
{
	background: #DDD;
	text-align: center;
}

table.dataGrid th a
{
	color: #555;
	text-decoration: none;
}

table.dataGrid th a:hover
{
	color: #333;
	border-bottom: 1px solid gray;
}

table.dataGrid tr.odd
{
	background: #F5F5F5;
}

H1{font-size:2em;}
H2{font-size:1.8em;}
H3{font-size:1.3em; color:#333;}
H4{font-size:1.4em;}
H5{font-size:1.2em;}
H6{font-size:1em;}

#Post_content {
	width:100%;
	height:100px;
}



#NavLinks {
	position:absolute;
	bottom:0px;
	z-index:5;
	width:100%;
}

#bottom {
	position:absolute;
	width:100%;
	height:40px;
	bottom:0px;

	opacity:.4;

}

form input:focus,
form select:focus,
form textarea:focus
{
	border-color: #C8C8C8;
}

/* left Style */

form.left
{
	text-align: left;
}

form.left div.formline
{
	display: block;
	clear: left;
}

form.left label
{
	float: left;
}

form.left div.captcha,
form.left p.hint,
form.left div.action
{
	margin-left: 110px;
}

.highlightText {
	border:1px solid #647587;
	padding:15px;
	background-color:#dddddd;
}

.codeBlock {
	overflow : auto;
}

#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
}

#nav a{
	display:block;
	padding:9px 7px;
	
	color:#fff;
	text-decoration:none;
	font-size:17px;
	border-left:1px solid white;
	border-right:1px solid white;
}

#nav a:hover, #nav a.active{
background:url('/images/myGradient.gif');
color:#333;
opacity:1; 
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:1.5em;
}

#nav li ul a{
width:12em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
opacity:1;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

#RssIcon {
	position:absolute;
	top:5px;
	right:5px;
	border:0px;
}

#RssIcon img{
	border:0px;
}

#RssHover {
	position:absolute;
	top:5px;
	right:75px;
	height:80px;
	width:255px;
	background-color:black;
	display:none;
	color:white;
	font-size:1.3em;
	font-weight:bold;
	padding:8px;
	opacity:.85;
	line-height:22px;
}

.rssMiddleTag {
	font-size:.85em;
}

.rssTagline {
	font-size:.75em;
}

.relatedTagsForArticle {
	padding:5px;
	float:right;
	width:175px;
	border:1px solid black;
	display:block;
	opacity:1;
	background-color:white;
	opacity:1;
	font-size:.8em;
	
}

.relatedTagsForArticle a {
	color:#306495;
}

.relatedTagsForArticle a:hover {
	color:red;
}

.relatedTagsForArticle ul {
	margin-left:15px;
	list-style-type: bullet; 
	padding:0px;
	padding-top:4px;
	margin:0;
}

.relatedTagsForArticle li {
	margin-left:13px;
}


