#header {
	height: 150px;
	width: 100%;
	background-image: url(/images/site/logo.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#title-info{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #409fd0;	
}

#header_nav {
	background-color: #21b3db;
	height: 30px;
	width: 100%;
	margin-bottom: 30px;
	background-image: url(/images/site/nav-blue.gif);
}

#footer {
	width: 100%;
	height:100px;
	margin-top: 30px;	
}

#footer_nav {
	background-color: #21b3db;
	height: 30px;
	width: 100%;
	background-image: url(/images/site/nav-blue.gif);
}

ul#menu-left {
	list-style-type: none;
}
#menu-left li {
	float: left;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#menu-left li a{
	display:block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom:10px;
}
#menu-left li a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#menu-left li a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#menu-left li a:hover{
	color: #21b3db;
	background-color:#FFFFFF;
	text-decoration: none;
}
#menu-left li a:active{
	color: #FFFFFF;
	text-decoration: none;
}

ul#menu-right {
	list-style-type: none;
}
#menu-right li {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #c0ebf7;
	text-decoration: none;

}
#menu-right li a{
	display:block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom:10px;
}

#menu-right li a:link{
	color: #c0ebf7;
	text-decoration: none;
}
#menu-right li a:visited{
	color: #c0ebf7;
	text-decoration: none;
}
#menu-right li a:hover{
	color: #21b3db;
	background-color:#FFFFFF;
	text-decoration: none;
}
#menu-right li a:active{
	color: #c0ebf7;
	text-decoration: none;
}

/* for snapshot header */
#article-sidebar h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	color: #409fd0;
	padding-top: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #409fd0;
	padding-bottom: 5px;
}

/* for snapshot header */
#article-sidebar p + h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	color: #409fd0;
	padding-top: 5px;
	border-top-style: none;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #409fd0;
}

/* for post info header */
#article-sidebar h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	text-transform: uppercase;
	color: #409fd0;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #409fd0;
	padding-bottom: 5px;
}


#sidebar-snapshot{
margin-top:100px;
}




.cat_article {
	width:675px;
	min-height:120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #21b3db;
	position: relative;

}

.cat_header {
	float: right;
	width: 550px;
	margin-bottom:40px;
	margin-top:10px;
}

.cat_article img {
	float:left;
	margin-top: 15px;
	margin-bottom: 15px;
}

.cat_header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	float: left;
	width: 35%;
	line-height:1em;
}

.cat_header h2 a {
	color: #000000;
	text-decoration:none;
}
.cat_header h2 a:link {
	color: #000000;
	text-decoration:none;
}
.cat_header h2 a:visited {
	color: #000000;
	text-decoration:none;
}
.cat_header h2 a:hover {
	color: #666666;
	text-decoration:none;
}
.cat_header h2 a:active {
	color: #000000;
	text-decoration:none;
}

.cat_header h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #999999;
	float: right;
	width: 60%;
}

.cat_details {
	float: right;
	width: 550px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #21b3db;
	padding-top: 3px;
	padding-bottom: 3px;
}

.cat_details_right {
	float:right;
	width:200px;
	text-align: right;
}

.cat_details_right h5 {
	margin-top:4px;
}

.cat_details_right h5 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}


.cat_details_right h5 a:link {
	color: #000000;
	text-decoration: none;
}
.cat_details_right h5 a:visited {
	color: #000000;
	text-decoration: none;
}
.cat_details_right h5 a:hover {
	color: #666666;
	text-decoration: none;
}
.cat_details_right h5 a:active {
	color: #000000;
	text-decoration: none;
}

.cat_details_left {
float:left;
width:140px;
}

.cat_details_left h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	text-transform: uppercase;
	color: #21b3db;
}
.cat_details_left p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #000000;
}

/* for comment display in articles */
#comm-num {
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #21b3db;
}
