/* Begin Structure */
body {
	margin:0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	background: #fff url(images/bg.gif) repeat-x;
	color: #464646;
	text-align: center;
	}

#page {
	margin: 0 auto;
	width:985px;
	padding: 0;
	text-align: left;
	}

#header {
	margin: 0;
	padding: 0;
	height: 135px;
	width:100%;
	background: #FFFFFF url(images/headerBg.gif) top center !important;
	}

#headerimg {
	margin: 0;
	height: 100px;
	width: 340px;
	background:url(images/logo.gif) no-repeat left bottom;
	float:left;
	margin-left:2%;
	}

.narrowcolumn {
	float: left;
	display:block;
	clear:both;
	width:690px;
	margin:0 20px;
	}
	
.narrowcolumn .entry {
	line-height: 1.4em;
	}
	
#content {
	font-size: 1.2em
	}

.post {
	margin: 0px;
	width:100%;
	text-align: justify;
	}
	
.post hr {
	display: block;
	}

.clear {
	clear: both;
	height:0;
	}

#footer {
	padding: 0;
	width:100%;
	clear: both;
	background-color: #e2e2e2;
	border-top:3px solid #acacac;
	color:#7e7e7e;
	margin-top:20px;
	}
.wrapFooter {
	width:90%;
	margin:0 auto;
	padding:10px 0px 30px;
	font-size:12px;
	}
#footer .alignright li {
	display:inline;
	}

#footer a {
	color:#7e7e7e
	}

/* End Structure */

/* Begin link styling*/

a:link, a:visited {
	color: #990000;
	text-decoration: none;
	}
a:hover, a:active {
	color: #666;
	text-decoration: none;
	}

/* end link styling */

/*	Begin Headers */

h1 {
	font-size: 24px;
	font-weight:normal;
	padding-top: 45px;
	padding-left:95px;
	margin: 0;
	}
	
#headerimg .description {
	font-size: 12px;
	text-decoration: none;
	color: #7d7d7d;
	text-align:right;
	}

#header h1, #header h1 a {
	text-decoration: none;
	color: #231f20;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
h2 {
	margin: 30px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	line-height:1.5em;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	font-size: 1.6em;
	}

h2 a:link, h2 a:visited{
	color: #7d7d7d;
	padding:10px 0 10px 25px;
	text-decoration: none;
	}
	
h2 a:hover, h2 a:active {
	color: #222;
	padding:10px 0 10px 25px;
	text-decoration: none;
	}
	
h3 {
	padding: 0;
	margin: 30px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height:1em;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h4 {
	font-size: 1.5em;
	line-height:1em;
	}
	
h5 {
	font-size: 1em;
	line-height:1em;
	}
	
h6 {
	font-size: 0.8em;
	line-height:normal;
	}

/* End Headers */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding: 5px 0 5px 20px;
	border-left: 5px solid #ccc;
	background-color:#ddd;
	color:#777;
	font-style:italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

.navigation {
	text-align: center;
	padding:30px 0;
	}
.headline{
	width:100%;
	height:30px;
	background:#e2e2e2 url(images/redArrow.gif) no-repeat 1% 50%;
	font-weight:normal;
	}
.date {
    background: url(images/dateBg.gif) no-repeat 0 5px;
    width:101px;
    height:20px;
    color:#666;
    font-size:12px;
    text-align:center;
    float:right;
	padding-bottom:5px;
	margin-right:5px;
    }
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777;
	}
	
.thread-alt {
	background-color: #f8f8f8;
	}

.thread-even {
	background-color: white;
	}

.depth-1 {
	border: 1px solid #ddd;
	}

.even, .alt {
	border-left: 1px solid #ddd;
	}

code {
	font: 1.1em Arial, Helvetica, sans-serif;
	}
/* End Various Tags & Classes*/

	
/* Begin Comments*/
.comment {
	background-color:#ececec;
	
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:12px;
	
	}
	
.commentlist li ul li {
	font-size: 1em;
	margin-right: -5px;
	margin-left: 5px;

	}
.comment-author {
	color:#FFFFFF;
	padding-left:15px;
	float:left;
	
	}
.commentlist li {
	font-weight: bold;
	background: #ececec url(images/commentbg.gif) no-repeat;
	margin: 0px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	border:none!important;
	}

.commentlist li .avatar { 
	border: 1px solid #ccc;
	padding: 2px;
	background: #fff;
	display:none;
	}


.commentlist p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	}
.commentmetadata a {
	float:right;
	margin-top:-19px;
	margin-right:-5px;
	color:#FFFFFF;
	text-decoration:none;
	height:27px;
	padding-right:5px;
	padding-top:7px;
	background: url(images/commentlist.gif) no-repeat top right;
	
	}
/*.commentmetadata a:last-child {
	float:none;
	position:relative;
	top:10px;
	color:#666666;
	width:40px;
	background:none;
	}*/
.commentmetadata {
	font-weight: normal;
	clear:both;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin: 0px;
	text-align: justify;
	}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	color:#777;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentCount {
    background:url(images/commentsIcon.gif) no-repeat;
    width:21px;
    height:20px;
    color:#333333;
    }

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 30px;
	border:1px solid #666;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 250px;
	padding: 2px;
	border:1px solid #666;
	margin-left:3px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#respond {
	padding:0 10px;
	background-color:#ececec;
	border-top:1px solid #cc0000;
	margin-top:0px;
	margin-bottom:20px;
	}
#respond h3 {
	line-height:normal;
	font-family:"Times New Roman", Times, serif;
	margin-top:10px;
	}
#commentform #submit {
	margin: 10px 5px 0 65px;
	float: left;
	background:url(images/submitBg.gif) no-repeat;
	width:54px;
	height:22px;
	cursor:pointer;
	border:none;
	}
#commentform #clearComment{
	margin: 10px 5px 0;
	float: left;
	background:url(images/clearBg.gif) no-repeat;
	width:44px;
	height:22px;
	cursor:pointer;
	border:none;
	}

/* End Comments */


/* Begin PostMetaDeta */	

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	clear: both;
	color: #777;
	}


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End PostMetaDeta */



/* misc styles starts */

strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {overflow:scroll;}
pre, code {margin:1.5em 0; white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#999;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#ccc;}
tfoot {font-style:italic;}
/* misc styles ends */

/* forms css starts */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
textarea {width:390px;height:40px;padding:5px;}
/* forms css ends */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
a img {
	border: none;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
	
.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
/* End Lists */

/* Begin Sidebar */
#sidebar{
	float: left;
	width: 230px; /*Width of right column in pixels*/
	font-size:12px;
	display:block;
	}

#sidebar h2 {
	font-size: 14px;
	text-transform:capitalize;
	background:url(images/sidebarHeadBg1.gif) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin: 5px 0 0;
	padding:11px 8px;
	line-height:1em;
	color:#FFFFFF;
	}

#sidebar form {
	margin: 0;
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	padding-left:10px;
	
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0px 0;
	padding: 0;
	padding-left:13px;
	/*background:url(images/gray_arrow.gif) no-repeat 0 -4px ;*/
	color: #777;
	}

/* End Sidebar */


/* Begin Form Elements */
#search {
float:right;
margin-top:45px;
margin-right:2%;
}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchform #s {
	width: 130px;
	padding: 2px;
	padding-left:20px;
	border:1px solid #999;
	background: #fff url(images/searchBg.gif) no-repeat;
	}

#searchsubmit {
	padding: 0;
	width: 61px;
	height:22px;
	background:url(images/searchBtn.gif) center center;
	cursor:pointer;
	border:1px solid #999;
	}

/* End Form Elements */


/* Begin Captions */
.aligncenter,div.aligncenter {
	display: block;
	margin:0 auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */


/* Calendar styling starts */
#wp-calendar {
	empty-cells: show;
	margin: 10px 5px;
	width: 220px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 9pt;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 9pt;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	}

#wp-calendar caption {
	width: 100%;
	text-decoration:none;
	text-align: center;
	font-size:12px;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	background-color:#FFFFFF;
	}

/* Calendar styling ends */
/* Page Navigation Starts */
#pageTabs {
	float:right;
	font-size:12px;
	line-height:normal;
	margin-right:2%;
	}
	
#pageTabs ul {
	margin:0;
	padding:0;
	margin-top:1px;
	list-style:none;
	}
	
#pageTabs li {
	display:inline;
	margin:0;
	padding:0;
	}
	
#pageTabs a {
	float:left;
	background:url("images/tabLeft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
	
#pageTabs a span {
	float:left;
	display:block;
	background:url("images/tabRight.gif") no-repeat right top;
	padding:5px 18px 4px 10px;
	margin-right:3px;
	color:#fff;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#pageTabs a span {float:none;}

/* End IE5-Mac hack */
#pageTabs a:hover span {
	color:#fff;
	}
	
#pageTabs a:hover, #pageTabs li.current_page_item a, #pageTabs li a.current_page_item {
	background-position:0% -26px;
	}
	
#pageTabs a:hover span, #pageTabs li.current_page_item a span, #pageTabs li a.current_page_item span{
	background-position:100% -26px;
	}
/* Page Navigation Ends */
/* newsletter container starts */


h3.topList a{
	float:left;
	background: url(images/sidebarHeadBgLeft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	margin-left:5px;
}
h3.topList a span {
	float:left;
	display:block;
	background: url(images/sidebarHeadBgRight.gif) no-repeat right top;
	padding:5px 18px 8px 10px;
	color:#fff;
	font-size:12px;
	}
	
#archieve ul{
	list-style-type:none!important;
	}
#archieve li{
	list-style:none!important;
	}
		
#archieve li a{
	padding:0px;

}
#archieve h5 {
	font-size: 12px;
	line-height:1.3em;
	margin:0;
	}
li#newsletterFormDiv , li#archieve {
	background: #ececec url(images/sidebarBlockBg.gif) repeat-x !important;
}
.phplist #email {
	/* email text input */
	width: 110px;
	padding: 2px;
	border:1px solid #ccc;
	margin-left: 5px;
	float:left;
	
	/*margin: 5px 2px 10px 5px;*/
}
form.phplist  {
	padding:0px 10px;
	}

.phplist #contactsubmit {
	background: url(images/subscribeBtn.gif);
	width:61px;
	margin-left:5px;
	height:22px;
	cursor:pointer;
	border:none;
	float:left;
	}
.sponser {
	color:#FFFFFF;
	width:125px;
	height:125px;
	margin-top:10px;
	margin-left:40px;
	}
.advertise {
	color:#FFFFFF;
	width:468px;
	height:60px;
	margin-top:20px;
	}
.post p.alignright {
	margin:0;
	line-height:normal;
	margin-bottom:10px;
	padding-right:10px;
	font-size:11px;
	color:#666666;
	}
/* newsletter container ends */

#ec3Event {
	margin:0;
	margin-top:10px;
	list-style-type:none;
	margin-left:10px;
	}

#ec3Event ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
#ec3Event ul ul,  #ec3Event ul ul li {
	margin:10px;
	}

#ec3_events ul li {
	margin:0;
	padding:0;
	margin-bottom:20px;
	margin-left:10px;

	}
#ec3_events li {
	margin-bottom:20px;
	}
.eventDate {
	background:url(images/eventDateBg.gif) no-repeat;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	padding:2px 40px 4px 20px;
	text-align:center;
	width:109px;
	height:21px;
	}

.ec3_list_month li {
	background:url(images/dateOff.gif) no-repeat 0 1px;
	padding:3px 0;
	margin-bottom:3px;
	color:#333333;
	}

.endDate, .startDate {
	color:#FFFFFF;
	margin-right:8px;
	margin-left:0px;
	width:18px;
	height:18px;
	font-size:0.95em;
	text-align:center;
	float:left;
	}
	
.ec3_list_month li:hover, .ec3_list_month li:active {
	background:url(images/dateOn.gif) no-repeat 0 1px;
	color:#990000;
	}


/* news stylesheet added */
	
a.CategoryLink {
	background:url(images/EventBtn.gif) no-repeat;
	display:block;
	float:left;
	width:74px;
	height:28px;
	font-size:12px;
	color:#FFFFFF!important;
	text-align:center;
	padding:5px 10px 5px 0px;
	margin-right:2px;
	margin-bottom:-15px;
	}
	
	
.anylinkcss {
	position:absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border:1px solid #7d7d7d;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 100px;
}

.anylinkcss a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #7d7d7d;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
	color:#7d7d7d;
}

.anylinkcss a:hover {
	background-color:red;
	color:#FFF;
}
	
.text {
	font-size:12px;
	color:#7d7d7d;
}

a:link.text, a:visited.text  {
	text-decoration:none;
	color:#7d7d7d;

}

a:hover.text, a:active.text, .feature {
	color:#de0000;
	text-decoration:none;
	border:none;
}

h2 a.rsswidget {
  font-size: 14px;
	text-transform:capitalize;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align: left;
	color:#FFFFFF;
}	
