/*
Theme Name: Comet
Theme URI: http://frostpress.com/themes/comet/

Version: 1.2.3.1
Description: A very classy, lightweight, and content-focused theme with a lot of features to customize everything to your liking. Theme options with 7 different color schemes and the ability to change things like fonts, logo, custom widgets, etc. Dropdown menu for fast and space-saving navigation.

Tags: light, white, silver, red, yellow, green, blue, purple, two-columns, fixed-width, right-sidebar, threaded-comments, theme-options, custom-colors, custom-header, sticky-post

Author: Frostpress
Author URI: http://frostpress.com

*************************************************************************************

This theme is released under GPL (http://www.opensource.org/licenses/gpl-3.0.html)

"There is no present like time."
*/


@import url("reset.css");
@import url("basic.css");
@import url("dropdown.css");


body { background-color:#E5E5E5; font:11pt/150% Georgia, Cambria, 'Palatino Linotype', serif; color:#444444; margin:0px 0px 0px 0px;padding: 0px;
	padding: 0px; }
a { color:#000000; text-decoration:none; outline:none; }
a:hover { color:#5F9CCF; text-decoration:underline; }

ul { list-style-image:url('images/arrow.png'); }

/* structure */
.outerwrap { width:100%; padding:0px;  clear:both; overflow:hidden; margin-right: auto;
	margin-left: auto; background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/NAV_BG.jpg);}

.midwrap { width:1000px; padding:0px;   overflow:hidden; margin-right: auto;
	margin-left: auto; background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/frontpic2.jpg); }

.wrap { width:1000px; padding:0px;  clear:both; overflow:hidden; margin-right: auto;
	margin-left: auto;}

.scribe {  padding:49px 30px 0px 40px; float:left;}
.wrap.header.wrapheaderinner {  padding:13px 40px 0px 40px; }

/* menu */
#topnav {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/NAV_BG.jpg);
	background-repeat: repeat-x;
	height: 70px;
}
#navwrapper  {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 70px;
}
#topnav h1 {
	float: left;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 70px;
	width: 280px;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: -0px;
	background-position: center;
	background-attachment: scroll;
font-family: Arial, Helvetica, sans-serif;
}
#topnav h1 a {
	display: block;
	height: 100%;
	width:100%;
}
h1 span {
	display: none;
}
#topnav #navMenu {
	list-style:none;
	text-align:center;
	height: 50px;
	width:720px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	padding: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	left: 0px;
}

#topnav #navMenu li {
	float:left;	/* default background image	*/
	width:120px;							/* width and height of the menu item */
	height:50px;
	position:relative;			/* must set it as relative, because .hover class top and left with absolute position will be positioned according to li.	*/
	background-image: url(images/ROLLOVER2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	color: #FFF;
	margin: 0px;
	padding: 0px;
font-family: Arial, Helvetica, sans-serif;
	}

#topnav #navMenu li a {
	display:block;
	position:relative;
	color:#FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 120px;
	height: 50px;
	line-height: 45px;
	text-indent: -7px;
	text-shadow: 1px 1px 2px #888;
	font-weight: bold;
	z-index: 20;
	}
#topnav #navMenu li .hover {
	position:absolute;	/* must be postion absolute 	*/
	width:120px;	/*	width, height, left and top to fill the whole LI item	*/
	height:50px;
	left:0;
	top:0;
	z-index:0;		/* display under the Anchor tag	*/
	display:none;	/* hide it by default	*/
	background-image: url(images/ROLLOVER2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
#topnav #navMenu li .focus {
	-moz-outline: none;
}
#topnav #navMenu li .home {
   background-image: url(images/ROLLOVER2.jpg);

	background-repeat: no-repeat;
	background-position: left center;
	}
	
#topnav #navMenu li a:hover {
	color: #000;
}
#topnav #navMenu li a:focus {
	-moz-outline: none;

}
#topnav #navMenu li a.home {
	color: #264C74;
	font-weight: bold;
}

.wrap.menu {  font-family: Arial, Helvetica, sans-serif;
padding:0px 0px 0px 0px; width:1000px; overflow:visible; font-size:16px; line-height:100%; font-style:normal; }
	.menu ul { z-index:100; list-style:none; margin:0px; padding:0px; }
	.menu li { display:inline-block; position:relative; margin:0px; padding:0px; }
	.menu li ul { display:none; }
	.menu li a { color:#666666; display:inline-block; margin:0px 0px 0px 0px; padding:10px 10px 10px 10px;   }
	.menu li a:hover { color:#333333; text-decoration:none; }
	.menu li.current_page_item a { background:#E9E9E9; }

	.subscribe li { 	list-style:none;
float:right; margin:0px 0px 0px 0px; overflow:hidden; }
	.descOut.subscribe a { color:#EA8C00; padding:10px 0px 10px 10px; }
	.descOut.subscribe a:hover { color:#BF7300; }
	.descOut.subscribe a img { float:right; margin:-2px 0px 0px 8px; }

/* header */
.wrap.header { height: 138px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;list-style:none; }
	.header a { color:#666666; }
	.header a:hover { color:#D6D6D6; text-decoration:none; }

	.header h1 { margin:0px 0px 0px 445px; padding:40px 18px 30px 20px; font:bold 36px/100% Helvetica, Arial, sans-serif; letter-spacing:-1px; float:left; }
	.descOut { overflow:hidden; margin:0px 0px 0px 5px;padding:42px 0px 0px 20px; float:left; max-width:450px; }
		.descIn { padding:5px 0px 0px 20px;border-left:solid 1px #F2F2F2; overflow:hidden;  }
		.header h4 { font:normal 13px/170% Georgia, serif; font-style:italic; padding:0px; margin:0px;  color:#858585;  }

/* wide template */
.page-template-wide-php .content .c1 { width:900px; margin:0px; }
.page-template-wide-php .content .c2 { display:none; }

/* content */
.wrap.content {  margin:0px 0px 0px 20px;}
	.c1 { 
		width:618px; float:left; padding:30px 30px 30px 30px; margin:0px 12px 0px 0px; overflow:hidden; 
		border:solid 4px #D2D2D2; border-left:0; border-right:0; background:#FFFFFF; line-height:170%;
		}
	.c2 {
		width:270px; float:left; padding:0px 0px 0px 0px; margin:0px; overflow:hidden;
		font-size:9pt; line-height:150%; border-top:solid 4px #D2D2D2;
		}

/* footer */
.wrap.footer { color:#999999; font-size:8pt; letter-spacing:1px; text-shadow:1px 1px 1px rgba(255,255,255,0.5); }
	.footer .c1 { background:none; border:0; }
		.footer a { c olor:#999999; text-transform:uppercase; font-style:normal; }
		.footer a:hover { color:#666666; text-decoration:none; }

/* posts */
.post { margin:0px 0px 40px 0px; padding:0px 0px 80px 0px; overflow:hidden; background:url('images/sep.gif') center bottom no-repeat; }

	h1.post-title { margin:0px 0px 0px 0px; padding:0px; font-family: Arial, Helvetica, sans-serif;font-size:25pt; font-style:Italic; letter-spacing:-1px; line-height:1;}
	h1.post-title a { color:#333333; }
	h1.post-title a:hover { color:#666666; text-decoration:none; }

	.post-text { overflow:hidden; margin:20px 0px 20px 0px; }

	.post-meta { 
		padding:10px 0px 10px 0px; border-top:dotted 2px #EAEAEA; border-bottom:dotted 2px #EAEAEA; clear:both;
		color:#B1B1B1; font-style:italic; font-size:8pt; letter-spacing:1px;
		}
		.post-meta a { color:#B1B1B1; text-transform:uppercase; font-style:normal; }
		.post-meta a:hover { text-decoration:none; color:#868686; }
		.post-meta em { font-style:normal; text-transform:uppercase; }
		.post-comments { float:right; }	

/* widgets */
#widgets { list-style:none; margin:0px; padding:0px 0px 0px 0px; }
	.widget { margin:0px 0px 10px 0px; padding:10px; }

		.widget h2 { display:inline-block; margin:0px 0px 10px 0px; padding:8px 10px 8px 10px; font:normal 8pt/100% Georgia, serif; letter-spacing:1px; text-transform:uppercase; }
		
		.widget ul, .widget ol { margin:0px; padding:0px; list-style:none; list-style-image:none; }
		.widget li { padding:5px 0px 5px 20px; border-top:solid 1px #FFFFFF; border-bottom:solid 1px #DFDFDF; overflow:hidden; clear:both; background:url('images/arrow.png') left 10px no-repeat; }
		.widget li:first-child { border-top:0; }
		.widget li:last-child { border-bottom:0; }

		.widget ul li ul.children { margin:5px 0px 0px 0px; padding:0px; border-top:solid 1px #DFDFDF; }
		.widget ul li ul.children li:first-child { border-top:solid 1px #FFFFFF; }
		.widget ul li ul.children li:last-child { padding-bottom:0px; }

	.widget_search input { width:230px; }

	.widget_fpcomments ol { list-style:none; margin:0px; padding:0px; }
	.widget_fpcomments ol li { padding:7px 0px 7px 0px; background:none; }
		.widget_fpcomments .avatar { float:left; margin:0px 10px 0px 0px; }
	
	.widget_fptwitter h2 { padding:6px 10px 6px 10px; }
		.widget_fptwitter ol li { padding-left:0px; background:none; }

	.widget_footer { border-bottom:solid 4px #D2D2D2; }


/* aligns and images */
p img { padding:0; max-width:100%; }
img.centered { display:block; margin-left:auto; margin-right:auto; }
img.alignnone { padding:0px; margin:0px 0px 10px 0px; display:inline; }
img.alignright { padding:0px; margin:0px 0px 10px 10px; display:inline; }
img.alignleft { padding:0px; margin:0px 10px 10px 0px; display:inline; }
.alignright { float:right; }
.alignleft { float:left; }
.aligncenter, div.aligncenter { display: block; margin-left:auto; margin-right:auto; }
.textalignleft { text-align:left; }
.textalignright { text-align:right; }
.textaligncenter { text-align:center; }

/* captions */
.wp-caption { text-align:center; padding:0px; margin:0px; overflow:hidden; }
.wp-caption.alignright { margin:0px 0px 10px 10px; }
.wp-caption.alignleft { margin:0px 10px 0px 10px; }
.wp-caption.alignnone, .wp-caption.aligncenter { margin:0px 0px 10px 0px; }
.wp-caption img { display:block; margin:0px 0px 4px 0px; padding:0; border:0px; float:none; }
.wp-caption.alignright img { float:right; }
.wp-caption.alignleft img { float:left; }
.wp-caption p.wp-caption-text { display:block; font:normal 11px/150% Arial, Helvetica, sans-serif; color:#666666; padding:0px; margin:0px; }

/* calendar */
#wp-calendar, #wp-calendar th, #wp-calendar td { background:none; border:none; }
#wp-calendar { background:none; empty-cells: hide; width:100%; font:normal 11px/200% Verdana, Arial, Helvetica, sans-serif; }
#wp-calendar th { font-style:normal; font-weight:normal; text-transform: capitalize; }
#wp-calendar td { text-align: center; background-color:#E1E1E1; padding:0px; }
#wp-calendar td:hover { background-color:#CFCFCF; }
#wp-calendar a { text-decoration:none; display:block; background-color:#CDCDCD; color:#333333; }
#wp-calendar a:hover { background-color:#B9B9B9; }
#wp-calendar caption { font-weight:bold; text-align:center; }
#wp-calendar #today { background-color:#FFFFFF; }
#wp-calendar caption { text-align: center; width:100%; }
#wp-calendar .pad { background-color:#F0F0F0; }
#wp-calendar #next a { padding-right:10px; text-align:right; }
#wp-calendar #prev a { padding-left:10px; text-align:left; }
#wp-calendar .pad, #wp-calendar .pad:hover { background:#F3F3F3; }

