/*
Theme Name: Star-Mag
Theme URI: http://wpjunction.com
Description: A Magzine style wordpress theme, developed by <a href="http://wpjunction.com/">hpa</a>
Version: 1.0
Author: HPA
Author URI: http://wpjunction.com 
*/

/* General */

body {
	margin: 0;
	background: #E4F2E5;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        font-size:  10pt;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	background: url("images/page.png") repeat-y;
}

#page-top {
	width: 1004px;
	background: url("images/page_top.png") no-repeat;
}

#page-bottom {
	width: 1004px;
	background: url("images/page_bottom.png") no-repeat left bottom;
}


/* Header */

#header {
	width: 1004px;
	height: 260px;
	position: relative;
        cursor: pointer;
        // cursor: hand;
}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 6px;
		right: 30px;
		height: 38px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 38px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 38px;
		font: normal 14px/38px Arial, Verdana, Sans-Serif;
		color: #E4F2E5;
		margin-right: 2px;
	}
	
	#header #header-menu ul li a {
		color: #006A41;
		text-decoration: none;
		padding: 0 15px;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		color: #dddddd;
		background: url("images/menu_right.png") no-repeat right top;
		/* background-color: #006A41; */
		/* background: url("wp-content/themes/Star-Mag_Green/images/menu_right.png") no-repeat right top; */
	}
	
		#header #header-menu ul li:hover {
			background: url("images/menu_left.png") no-repeat;
		}
		
		/* Header - Menu - Current */
		
		#header #header-menu ul li.current_page_item {
			color: #dddddd;
			background: url("images/menu_left.png") no-repeat;
			/* background-color: #006A41; */
		}
		
		#header #header-menu ul li.current_page_item a {
			color: #dddddd;
			background: url("images/menu_right.png") no-repeat right top;
			/* background-color: #006A41; */
		}
		
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 132px;
		left: 686px;
		width: 261px;
		height: 27px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 262px;
		height: 27px;
	}
	
	#header #header-search #s {
		width: 248px;
		height: 15px;
		border: 0;
		padding: 6px 7px;
		font: normal 12px Arial, Verdana, Sans-Serif;
		color: #0a2844;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 27px;
		padding: 0;
		float: right;
		display: none;
	}
	
	/* Header - Cats */
	
	#header #header-cats {
		position: absolute;
		top: 204px;
		left: 32px;
		width: 934px;
		height: 24px;
	}
	
	#header #header-cats ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 934px;
		height: 24px;
	}
	
	#header #header-cats ul li {
		float: left;
		height: 24px;
		font: normal 16px/24px Arial, Verdana, Sans-Serif;
		color: #E4F2E5;
		margin-right: 5px;
	}
	
	#header #header-cats ul li a {
		color: #ffffff;
		text-decoration: none;
		padding: 0 4px;
		display: block;
	}
	
	#header #header-cats ul li a:hover {
		color: #000000;
	}
	
		#header #header-cats ul li:hover {
		}
		
		/* Header - Cats - Current */
		
		#header #header-cats ul li.current-cat {
			color: #ffffff;
		}
		
		#header #header-cats ul li.current-cat a {
			color: #000000;
		}
		
		/* Header - Cats - Submenu */
		
		#header #header-cats ul li ul {
			display: none;
		}

/* Added by BDG 7/16/09 */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* utility classes */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter,

.center {

	text-align: center;

	}



.entry-content .aligncenter,

img.center,

img[align="center"] {

	display: block;

	margin-left: auto;

	margin-right: auto;

	}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.clear {
	clear: both;
}

/* Main */



#main {
	width: 935px;
	padding: 0 37px 0 32px;
}

	/* Featured Post */
	
	#main .featured-post {
		float: left;
		width: 630px;
		margin-bottom: 10px;
	}
	
		/* Featured Post - Title */
		
		#main .featured-post .post-title {
			width: 630px;
			color: #006A41;
			font: normal 10px Arial, Verdana, Sans-Serif;
		}
		
		#main .featured-post .post-title a {
			color: #006A41;
			text-decoration: none;
		}
		
		#main .featured-post .post-title a:hover {
			text-decoration: underline;
		}
		
		#main .featured-post .post-title h2 {
			color: #006A41;
			font: normal 20px/30px Arial, Verdana, Sans-Serif;
			border-bottom: 1px dotted #FBB040;
		}
		
		#main .featured-post .post-title h2 a {
			color: #006A41;
			text-decoration: none;
		}
		
		#main .featured-post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#main .featured-post .post-title-info {
			width: 630px;
			height: 22px;
		}
		
			.post-date {
				float: left;
				background: url("images/icon_date.png") no-repeat;
				padding-left: 18px;
				line-height: 22px;
			}
			
			.post-comments {
				float: right;
				background: url("images/icon_comments.png") no-repeat;
				padding-left: 16px;
				line-height: 22px;
			}
		
		/* Featured Post - Entry */
		
		#main .featured-post .post-entry {
			font: normal 12px/16px Arial, Verdana, Sans-Serif;
			color: #000000;
			width: 630px;
			padding: 1px 0;
		}
		
		#main .featured-post .post-entry a {
			color: #006A41;
			text-decoration: underline;
		}
		
		#main .featured-post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#main .featured-post .post-entry blockquote {
			border-left: 10px solid #006A41;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		#main .featured-post .post-entry img {
			padding: 5px;
			border: 0px solid #006A41;
		}
		
		/* Featured Post - Category */
		
		#main .featured-post .post-category {
			width: 616px;
			background: url("images/icon_category.png") no-repeat;
			padding-left: 14px;
			line-height: 22px;
			height: 22px;
			font: normal 11px/22px Arial, Verdana, Sans-Serif;
			color: #000000;
			border-top: 1px dotted #FBB040;
		}
		
		#main .featured-post .post-category a {
			color: #006A41;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 590px;
		overflow: hidden;
	}
	
		/* Content - Post Small */
		
		#content .post-sm {
			float: left;
			width: 288px;
			margin: 0 7px 6px 0;
			background: url("images/post_sm.png") repeat-y;
			color: #000000;
			font: normal 11px/18px Arial, Verdana, Sans-Serif;
		}
		
		#content .post-sm a {
			/* color: #E4F2E5; */
                        color: #FA9805;
		}
		
		#content .post-sm-top {
			width: 288px;
			background: url("images/post_sm_top.png") no-repeat;
		}
		
		#content .post-sm-bottom {
			width: 288px;
			background: url("images/post_sm_bottom.png") no-repeat left bottom;
			padding-left: 2px;
			padding-top: 5px;
			padding-bottom: 3px;
		}
		
		#content .post-sm h2 {
			padding-left: 6px;
			color: #000000;
			font: normal 20px/28px Arial, Verdana, Sans-Serif;
		}
		
		#content .post-sm h2 a {
			color: #006A41;
		}
		
		#content .post-sm .post-sm-entry {
			padding: 0 6px 10px 6px;
			width: 273px;
			height: 190px;
			overflow: hidden;
		}
		
		#content .post-sm .post-sm-info {
			margin: 0 6px 0 6px;
			border-top: 1px dotted #FBB040;
			height: 22px;
		}
	
	/* Post */
	
	#main .post {
		width: 583px;
		margin-bottom: 15px;
	}
	
		/* Post - Title */
		
		#main .post .post-title {
			width: 583px;
			color: #006A41;
			font: normal 10px Arial, Verdana, Sans-Serif;
		}
		
		#main .post .post-title a {
			color: #006A41;
			text-decoration: none;
		}
		
		#main .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#main .post .post-title h2 {
			color: #006A41;
			font: normal 20px/30px Arial, Verdana, Sans-Serif;
			border-bottom: 1px dotted #FBB040;
		}
		
		#main .post .post-title h2 a {
			color: #006A41;
			text-decoration: none;
		}
		
		#main .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#main .post .post-title-info {
			width: 583px;
			height: 22px;
		}
		
		/* Post - Entry */
		
		#main .post .post-entry {
			font: normal 12px/18px Arial, Verdana, Sans-Serif;
			color: #000000;
			width: 583px;
			padding: 1px 0;
		}
		
		#main .post .post-entry a {
			color: #000000;
			text-decoration: underline;
		}
		
		#main .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#main .post .post-entry blockquote {
			border-left: 10px solid #efefef;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		#main .post .post-entry {
			padding: 5px;
			border: 0px solid #bfbfbf;
		}
		
		/* Post - Category */
		
		#main .post .post-category {
			width: 569px;
			background: url("images/icon_category.png") no-repeat;
			padding-left: 14px;
			line-height: 22px;
			height: 22px;
			font: normal 11px/22px Arial, Verdana, Sans-Serif;
			color: #000000;
			border-top: 1px dotted #FBB040;
		}
		
		#main .post .post-category a {
			color: #006A41;
		}
		
		/* Post - Subtitle */
		
		#main .post h3 {
			margin: 20px 0 5px 0;
			color: #000000;
			font: normal 18px Arial, Verdana, Sans-Serif;
		}
		
		/* Post - Comments */
		
		#main .post .comments {
			font: normal 12px/18px Arial, Verdana, Sans-Serif;
			color: #333333;
			width: 583px;
		}
		
		#main .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#main .post .comments ol li {
			padding: 5px;
		}
		
		#main .post .comments ol li a {
			color: #006A41;
			text-decoration: none;
		}
		
		#main .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#main .post .comments ol li.alt {
			background: #efefef;
		}
		
		#main .post .comments ol li cite {
			color: #333333;
			font-style: normal;
			font-weight: bold;
		}
		
		#main .post .comments ol li cite a {
			color: #333333;
			text-decoration: none;
		}
		
		#main .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#main .post .comments ol li .commentmetadata a {
			color: #006A41;
			text-decoration: none;
		}
		
		#main .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#main .post #commentform {
			font: normal 11px/18px Arial, Verdana, Sans-Serif;
			color: #606060;
			width: 558px;
			padding-left: 25px;
			margin: 0;
		}
		
		#main .post #commentform a {
			color: #006A41;
			text-decoration: none;
		}
		
		#main .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Content - Navigation */
	
	#content .navigation {
		font: bold 11px Arial, Verdana, Sans-Serif;
		color: #006A41;
		width: 583px;
	}
	
	#content .navigation a {
		color: #006A41;
		text-decoration: none;
		margin-bottom: 15px;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: right;
		width: 342px;
		font: normal 11px/18px Arial, Verdana, Sans-Serif;
		color: #000000;
	}
	
	#sidebar a {
		color: #256ca1;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Sidebar - Ads */
	
	.sidebar-ads {
		float: right;
		width: 280px;
		background: url("images/sidebar_ads.png") repeat-y;
		margin-bottom: 10px;
                margin-top:  30px;
	}
	
	.sidebar-ads-top {
		width: 280px;
		background: url("images/sidebar_ads_top.png") no-repeat;
	}
	
	.sidebar-ads-bottom {
		width: 270px;
		padding: 5px;
		background: url("images/sidebar_ads_bottom.png") no-repeat left bottom;
	}
	
	.sidebar-banner {
		padding: 5px;
		float: left;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 342px;
		margin-bottom: 20px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 335px;
			height: 38px;
			padding-left: 7px;
			margin-bottom: 2px;
			font: normal 20px/35px Arial, Verdana, Sans-Serif;
			color: #006A41;
			background: url("images/sidebar_title.png") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 5px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #656565;
			font: normal 14px/25px Arial, Verdana, Sans-Serif;
		}
		
		#sidebar ul li a {
			border-bottom: 1px dotted #FBB040;


			color: #000000;
			text-decoration: none;
			padding-left: 18px;
			display: block;
			background: url("images/sidebar_menu.png") no-repeat;
		}
		
		#sidebar ul li a:hover {
			text-decoration: none;
			background: url("images/sidebar_menu_hover.png") no-repeat;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				margin: 0;
				padding: 0;
				background: none;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 10px 0;
			width: 342px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 230px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			width: 180px;
			margin: 0 auto;
			padding-top: 5px;
		}
		
		#sidebar #calendar_wrap table {
			width: 180px;
		}
		
		#sidebar #calendar_wrap caption {
			margin: 0 auto;
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 0 5px;
		}



/* Footer */

#footer {
	width: 930px;
	height: 57px;
	padding: 28px 40px 14px 30px;
        /* padding-left: 140px;*/
	color: #000000; 
	font: normal 10px/16px Arial, Verdana, Sans-Serif;
        text-align:  center;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}


/*
.contactform {
	position: static;
	overflow: hidden;
	width: 30%;
}

.contactleft {
	width: 15%; 
	white-space: pre;
	text-align: right;
	clear: both;
	float: left;
	display: inline; 
	padding: 4px;
	margin: 5px 0; 
}

.contactright {
	width: 10%;
	text-align: left;
	float: left; 
	display: inline; 
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 1px solid #ff0000;
}

.contactsubmit {
}

*/

