body {
	margin: 25px 0 0 0;
	padding: 0;
	background-color: #1c1c1c;
}
img {
	border: 0;
	padding: 5px;
	margin: 0;
}
form {
	margin: 0;
	padding: 0;
}
input, textarea {
	border: 0;
	background-color: #fcfcfc;
	border: 1px solid #f0ecec;
	padding: 4px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #444444;
	margin: 2px;
}
#s {
	padding: 5px;
}
#searchsubmit, #commentform #submit {
	background-color: #710505;      /* CHANGED FROM #c7493e;  */
	cursor: pointer;
	color: #f7f7f7;
	font-weight: bold;
}
#searchsubmit:hover, #commentform #submit:hover {
	background-color: #3b3b3b;
}
.clearer {
	clear: both;
}
a:link, a:active, a:visited, ol.commentlist li.alt a, blockquote a {
	color: #000000;
	text-decoration: none;
}
a:hover, ol.commentlist li.alt a:hover, blockquote a:hover {
	color: #710505;
}
/* Header */
#header {
	margin: 0;
	width: 950px;
	height: 105px;  /*second chang from 138 changed it from 106px */
	background-image: url('images/topbg.jpg');
	background-repeat: repeat-x;
	padding: 0;
}
/* Blog title */
#blogtitle {
	height: 67px;/*second changed form 100 CHANGED FROM 73px */
	margin: 0;
	float: left;
	padding: 5px 0px 0 5px;
	position: relative;
	top:0px; /* CHANGED FROM 15px */
	width:700px;
}
/* ADDED ON Aug 28 - 3.11PM */


#blogtitle_left {
	float:left;
	height:65px;
	width:60px;
}
#blogtitle_right {
	height:80px;
	width:620px;
	float:left;
	border: 0;
	padding-top:2px;
}
#blogtitle_logo_wsc_atn {
	height:20px;
	width:570px;
	/*width:420px;*/
	text-align:left;
}
#blogtitle_logo_wsc {
	height:20px;
	width:420px;
	/*width:420px;*/
	text-align:left;
}
#blogtitle_logo_atn {
	height:25px;
	width:395px;
	text-align:left;
	margin-left:10px;
}
#blogtitle_txt {
	border:0 none;
	color:#999999;
	font-family:Helvetica;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	height:auto;
	margin-top:8px;
	padding-left:5px;
	text-align:left;
	width:850px;
}
#logo1 {
	border: 0;
	padding: 0;
	margin: 0px 0 0 0px; /*CHANGED FROM 6px 0 0 0 */
	background: none;
}
#logo2 {
	border: 0;
	padding: 0;
	margin: 8px 0 0 0px; /*CHANGED FROM 6px 0 0 0 */
	background: none;
}
/* ---------- */


/* Logo */
#logo {
	border: 0;
	padding: 0;
	margin: 0px 0 0 0px; /*CHANGED FROM 6px 0 0 0 */
	background: none;
}
#blogname {
	float: left;
	margin: 15px 0 0 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -3px;
	font-size: 30px;
	text-transform: uppercase;
	color: #eaca17;
	font-weight: normal;
}
#blogdescription {
	color: #f9eeb4;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
}
/* Top Nav */
#topnav {
	margin: 0;
	padding: 0;
	height: 0px;  /* CHANGED FROM 33 and from 22 */
}
.left {
	float:left;
	height:32px;
	margin:1px 0 0;
	padding:0 10px;
	position:relative;
	width:940px;
}
.right {
	float: right;
	margin: 0;
	padding: 0 10px 0 10px;
}
#topnav .left ul li a:link, #topnav .left ul li a:active, #topnav .left ul li a:visited, #nothome #topnav .left ul li.sel a, #nothome #topnav .left ul li.current_page_item a:hover {
	background: #710505;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase;
	color: #f7f7f7;
	letter-spacing: 0;
	margin: 5px 0 0 0;
	padding: 3px 8px 5px 8px;
	display: block;
}
#home #topnav .left ul li a:hover {
	background-color:#333;
}
.cat-item a {
	color: #444444;
}
.cat-item a:hover {
	color: #710505;
}
#home #topnav .left ul li a, #nothome #topnav .left ul li.current_page_item a {
	background-color: #c7493e;
}
#topnav .right ul li a {
	background-image: url('images/feed.png');
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #f7f7f7;
	letter-spacing: 0;
	margin: 3px 0 0 0;
	padding: 5px 20px 5px 8px;
	display: block;
}
#topnav .right ul li a:hover {
	color: #efeded;
}
#topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topnav ul li {
	margin: 0 3px 0 0;
	padding: 0;
	float: left;
}
/* Top Nav */

#cat .left ul li a:link, #cat .left ul li a:active, #cat .left ul li a:visited, #nothome #cat .left ul li.sel a {
	/* HIDDEN THIS AS NO BACKGROUND COLOR IS NEEDED background-color:#3b3b3b; */
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight: 700;*/
	text-transform: capitalize;
	color:#cccccc;
	letter-spacing: 0;
	margin: 5px 0 5px 0;/* CHANGED FROM 5px 0 4px 0;  */
	padding: 3px 8px 5px 8px;
	display: block;
}
#cat .left ul li a:hover, #nothome #cat .left ul li.current_page_item a:hover, #home #cat .left ul li.sel a:hover {
	color:#ffffff;
}
#cat.left ul li a:hover, #home #cat.left ul li.sel a, #nothome #cat.left ul li.sel a:hover, #nothome #cat.left ul li.current_page_item a {
	background-color: #c7493e;
}
#cat.right ul li a {
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #f7f7f7;
	letter-spacing: 0;
	margin: 3px 0 0 0;
	padding: 5px 20px 5px 8px;
	display: block;
}
#cat.right ul li a:hover {
	color: #710505;
}
#cat ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#cat ul li {
	margin: 0 3px 0 0;
	padding: 0;
	float: left;
	border-right:1px solid #CCCCCC;
}
/* Added on 28 Aug - 2.35PM By Aditya */
/* --------------- */
ul .children li a {
	color:#710505;
}
ul .children li {
	margin:0;
}
ul .children li a:hover {
	color:#444444;
}
/* --------------- */

/* Wrapper */
#wrapper {
	background-color:#F4F2F2;
	left:0;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	top:0;
	width:950px;
}
#container {
	width: 930px;
	margin: 10px;
	padding: 0;
}
/* Content */
#content {
	width: 660px;
	overflow: hidden;
	float: left;
	font-family: Calibri, Trebuchet MS, Helvetica, sans-serif;
	/* font-family: Arial, Helvetica, sans-serif; CHANGED FROM Georgia,"Times New Roman",Times,serif; */
	font-size: 14px;
	color: #333333;
	text-align: left;
	line-height: 23px;
	padding: 0;
	margin: 0;
}
/* Main Featured */
#mainfeatured {
	margin: 0 10px 15px 0;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #e8e8e8;
}
#mainfeatureimage {
	width: 170px;
	float: left;
	margin: 0;
	padding: 0;
}
#mainfeatureimage img {
	width: 160px;
	height: 210px;
	padding: 5px;
	background-color: #999999;
}
#mainfeaturedpost {
	width: 450px;
	float: right;
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 13px;
}
#mainfeaturedpost p {
	display: inline;
}
#mainfeaturedpost .akpc_pop, #minifeatured .akpc_pop {
	display: none;
}
#mainfeaturedpost .readmore {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: lowercase;
}
#content #mainfeatured h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
}
.fentryinfo {
	font-family: Calibri, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.fentryinfo a {
	color: #cccccc;
}
.fentryinfo a:hover {
	color: #000000;
}
/* minifeatured */
#minifeatured {
	margin: 0;
	overflow: hidden;
	font-size: 14px;
	line-height: 21px;
}
#content #minifeatured h2 {
	font-family:Calibri, Trebuchet MS, Helvetica, sans-serif;
	font-size:20px;
}
#minifeatured .entrypost {
	background-color:#FFFFFF;
	border:1px solid #E8E8E8;
	float:left;
	font-family:Calibri, Trebuchet MS, Helvetica, Sans-serif;
	height:250px;
	margin:0 10px 15px 0;
	padding:10px;
	width:298px;
}
#minifeatured .entrypost p {
	margin:5px 0;
	line-height:18px;
}
#minifeatured .entrypost a.read_more {
	position:relative;
	top:5px;
}
/* Single, Normal Style Entries */
#content .normalentry {
	margin: 0 10px 0 0;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #e8e8e8;
}
.entryhead {
	/*margin-bottom: 10px;*/
	margin-bottom: 0px;
}
#content h1, #content h2, #content h3, #content h4, #content h5 {
	margin: 0 0 3px 0;
	font-size: 18px;
	/*font-family: Georgia,"Times New Roman",Times,serif;*/
	color: #444444;
	font-weight: normal;
	text-transform: capitalize;
}
#content .normalentry h2 {
	font-size: 26px;
}
blockquote {
	padding: 0 0 0 50px;
	margin: 0;
	font-size: 8pt;
	background-image: url('images/bquote.gif');
	background-repeat: no-repeat;
	background-position: top left
}
blockquote blockquote {
	background-color: #fcfcfc;
	border: 1px solid #f0ecec;
	background-image: none;
	padding: 5px;
	margin-right: 15px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.navigation {
	display: block;
	margin: 0 10px 0 0;
}
.entryf {
	font-size: 11px;
	padding-bottom: 7px;
	border-bottom: 1px solid #e8e8e8;
	color:#999999;
}
/* Commentlist */
ol.commentlist {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style-type: none;
}
ol.commentlist li {
	margin-bottom: 20px;
	padding: 0;
}
ol.commentlist li .avatar {
	float: left;
	padding: 2px 5px 2px 2px;
	background: none;
}
ol.commentlist li cite {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
ol.commentlist li .commentator {
	margin: 0;
	padding: 0 10px 0 10px;
	font-size: 11px;
	float: left;
}
ol.commentlist li .ctext {
	background-color: #fcfcfc;
	border: 1px solid #f0ecec;
	padding: 10px;
	margin-top: 5px;
}
ol.commentlist li .ctext blockquote blockquote {
	background-color: #ffffff;
}
/* sidebar */
#sidebar {
	width: 270px;
	float: right;
	font-family: Tahoma;
	font-size: 8pt;
	color: #444444;
	text-align: left;
	line-height: 16px;
	padding: 0;
	margin: 0;
}
#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#333333;
	color:#FFFFFF;
	font-size:11px;
	font-weight:700;
	margin-bottom:10px;
	padding:5px;
	text-transform:uppercase;/* old style 
       font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: lowercase;
	color: #444444;
	letter-spacing: 0;
	margin: 0 0 3px 0;
	padding: 0;
*/
}
.widget {
	margin: 0 0 15px 0;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #e8e8e8;
}
.widget li {
	margin-top: 5px;
}
#wp-calendar, #wp-calendar caption {
	width: 100%;
	text-align: center;
}
/* Archives & Search */
.archive {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer {
	margin: 0;
	width: 100%;
}
#footer div {
	color:#F7FBFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	height:30px;
	margin:0 auto;
	padding:20px 0 5px;
	text-align:right;
	width:951px;
}
#footer a {
	color: #f7f7f7;/* HIDING THIS AS IT IS NOT NEEDED background-color: #c7493e; */
}
#footer a:hover {
	background-color: #b23127;
}
.newcat a {
	background-color:#710505;
	/*font-family: Arial, Helvetica, sans-serif;*/
color:#FFFFFF;
	font-size:12px;
	line-height:30px;    /*ADDED THIS TO ADD WHITE SPACE AFTER CATEGORIES */
	font-weight:700;
	padding:3px;
	text-decoration:none;
	text-transform:uppercase;
}
.newcat a:hover {
	background-color:#333333;
}
#tag_cloud {
	border-left:1px dotted #777777;
	float:right;
	font-family:Calibri;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-variant:normal;
	font-weight:normal;
	height:93px;
	line-height:15px;
	margin-right:3px;
	margin-top:7px;
	padding:0;
	text-align:left;
	width:420px;
	color:#FFFFFF;
	background-color:#333333;
}
#tag_cloud p {
	padding:0px 6px;
	margin:0;
	font-style:italic;
}
#tag_cloud p.cent {
	margin:0;
	padding:3px 4px 7px;
	text-align:left;
	font-style:normal;
}
#tag_cloud a {
	color:#2971A7;
}
#title_lnk_right {
	float:right;
	background-color:#710505;
}
#title_lnk_right .sel {
	border-right:1px solid #CCCCCC;
}
#tag_article {
	float:left;
	width:330px;
}
#tag_post {
	float:left;
	width:330px;
}
.jdGallery .slideInfoZone .title {
	font-size:14px;
	font-weight:bold;
}
.jdGallery .slideInfoZone p {
	line-height:18px;
}

#post_div{
color:#FFFFFF;
}

.post_div a{
	color: #ffffff;
	text-decoration: none;
}

.post_div a:active{
	color: #ffffff;
	text-decoration: none;
}

.post_div a:visited {
	color: #ffffff;
	text-decoration: none;
}


