/*
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: url("images/carbonbg1.gif") repeat;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 100px;
/*---->120px; <-----*/

	overflow: hidden;
}



/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	width: 1004px;
	background: url("images/page_top.jpg") no-repeat;
}

#page-bottom {
	width: 1004px;
	background: url("images/page_bottom.jpg") no-repeat left bottom;
}



/* Header */

#header {
	width: 1004px;
	height: 280px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
	position: absolute;
	top: -2px; 
	left: 14px;
	text-transform: uppercase;
	width: 291px;
	height: 132px;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 30px "Century Gothic", Arial, Verdana, Sans-Serif;
		margin-bottom: 2px;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: normal 12px "Century Gothic", Arial, Verdana, Sans-Serif;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
	position: absolute;
	top: 25px;
	right: 25px;
	height: 38px;
	width: 616px;
	}
	
	#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: #7aa7cd;
		margin-right: 2px;
	}
	
	#header #header-menu ul li a {
		color: #7aa7cd;
		text-decoration: none;
		padding: 0 15px;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		color: #a7c3db;
		background: url("images/menu_right.gif") no-repeat right top;
	}
	
		#header #header-menu ul li:hover {
			background: url("images/menu_left.gif") no-repeat;
		}
		
		/* Header - Menu - Current */
		
		#header #header-menu ul li.current_page_item {
			color: #a7c3db;
			background: url("images/menu_left.gif") no-repeat;
		}
		
		#header #header-menu ul li.current_page_item a {
			color: #a7c3db;
			background: url("images/menu_right.gif") no-repeat right top;
		}
		
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 131px;
		left: 685px;
		width: 262px;
		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 - Date */
	
	#header #header-date {
		position: absolute;
		top: 47px;
		left: 26px;
		padding-left: 18px;
		height: 26px;
		font: normal 16px/26px "Century Gothic", Arial, Verdana, Sans-Serif;
		color: #fefefe;
		background: url("images/header_date.png") no-repeat;
	}
	
	/* Header - RSS & Comments */
	
	#header #header-rss {
		left: 683px;
	}
	
	#header #header-comments {
		left: 801px;
	}
	
	#header #header-rss,
	#header #header-comments {
		position: absolute;
		top: 105px;
		padding-left: 14px;
		height: 17px;
		font: normal 12px/17px Arial, Verdana, Sans-Serif;
		color: #7e9bb8;
		background: url("images/icon_feed.gif") no-repeat;
	}
	
	#header #header-rss a,
	#header #header-comments a {
		color: #7e9bb8;
	}
	
	/* Header - Cats */
	
	#header #header-cats {
		position: absolute;
		top: 216px;
		left: 30px;
		width: 950px;
		height: 24px;
	}
	
	#header #header-cats ul {
		margin: 0 20px 0 50px;
		padding: 0;
		list-style-type: none;
		width: 950px;
		height: 24px;
	}
	
	#header #header-cats ul li {
		float: left;
		height: 24px;
		font: bold 14px/25px Arial, Verdana, Sans-Serif;
		color: #9ab0c4;
		margin-right: 10px;
        margin-left: 10px;
	}
	
	#header #header-cats ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 4px;
	display: block;
	}
	
	#header #header-cats ul li a:hover {
		color: #ffffff;
		 background: url("images/cats_right.gif") no-repeat right top;
	}
	
		#header #header-cats ul li:hover {
			background: url("images/cats_left.gif") no-repeat;
		}
		
		/* Header - Cats - Current */
		
		#header #header-cats ul li.current-cat {
			color: #ffffff;
			background: url("images/cats_left.gif") no-repeat;
		}
		
		#header #header-cats ul li.current-cat a {
			color: #ffffff;
			background: url("images/cats_right.gif") no-repeat right top;
		}
		
		/* Header - Cats - Submenu */
		
		#header #header-cats ul li ul {
			display: none;
		}



/* Main */

#main {
	width: 935px;
	padding: 0 37px 0 32px; /*---->0 37px 0 32px;<----*/
	font-family: arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin-left: 15px;
}

	/* Featured Post */
	
	#main .featured-post {
	float: left;
	width: 700px;
	margin-bottom: 0px;
	}
	
		/* Featured Post - Title */
		
		#main .featured-post .post-title {
	width: 700px;
	color: #848484;
	font: normal 10px Arial, Verdana, Sans-Serif;
		}
		
		#main .featured-post .post-title a {
			color: #848484; /*grey*/
			text-decoration: none;
		}
		
		#main .featured-post .post-title a:hover {
			text-decoration: underline;
		}
		
		#main .featured-post .post-title h2 {
	color: #ae2539;
	font: normal 24px/30px "Trebuchet MS", Arial, Verdana, Sans-Serif;
	border-bottom: 1px dotted #ae2539;
		}
		
		#main .featured-post .post-title h2 a {
			color: #2771a5;
			text-decoration: none;
		}
		
		#main .featured-post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#main .featured-post .post-title-info {
			width: 630px;
			height: 22px;
		}

#main .featured-post .post-title h3 {
		color: #ae2539;
		font: normal 18px/22px "Trebuchet MS", Arial, Verdana, Sans-Serif;
		border-bottom: 1px dotted #ae2539;
		}
		
			.post-date {
	float: left;
	padding-left: 15px;
	line-height: 22px;
	background-repeat: no-repeat;
			}
			
			.post-comments {
	float: right;
	padding-left: 16px;
	line-height: 22px;
	background-repeat: no-repeat;
			}
		
		/* Featured Post - Entry */
		
		#main .featured-post .post-entry {
	font: normal 11px/18px Arial, Verdana, Sans-Serif;
	color: #000000;
	width: 700px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	height: auto;
		}
		
		#main .featured-post .post-entry a {
			color: #226198;
			text-decoration: none;
		}
		
		#main .featured-post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#main .featured-post .post-entry blockquote {
			border-left: 10px solid #efefef;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		#main .featured-post .post-entry img {
	padding: 0px;
	border: 1px solid #fff;
		}
		
		/* Featured Post - Category */
		
		#main .featured-post .post-category {
	width: 700px;
	padding-left: 0px;
	line-height: 22px;
	height: 22px;
	font: normal 11px/22px Arial, Verdana, Sans-Serif;
	color: #0a2844;
	border-top: 1px dotted #1c4670;
	background-repeat: no-repeat;
		}
		
		#main .featured-post .post-category a {
			color: #0a2844;
		}
	
	/* Content - Top Panel */
/*----------->	
	#main #top-panel {
	width: 700px;
	margin-bottom: 8px; 
/*15px;*/
	/*background-image: url("images/top_panel.gif");
	}
	
	#main #top-panel-top {
	width: 700px;
	background: url("images/top_panel_top.gif") no-repeat;
	}
	
<-----------*/

	#main #top-panel-bottom {
	width: 700px;
	background: url("images/top_panel_bottom.gif") no-repeat left bottom;
	overflow: hidden;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px 
/*20px;*/
	padding-left: 10px;
	}
	
		/* Content - Top Panel - Box */
		
		#main .top-panel-box {
			width: 270px;
			float: left;
		}
		
		#main .top-panel-box h3 {
			color: #ffffff;
			padding-top: 2px;
			font: normal 18px/30px "Century Gothic", Arial, Verdana, Sans-Serif;
			border-bottom: 2px solid #1c4670;
		}
		
		#main .top-panel-box ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#main .top-panel-box ul li {
			color: #ffffff;
			font: normal 14px "Century Gothic", Arial, Verdana, Sans-Serif;
			border-bottom: 1px dotted #54afdd;
		}
		
		#main .top-panel-box ul li a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			padding: 7px 4px;
		}
		
			#main .top-panel-box ul li a span {
				color: #61bfef;
				font: normal 10px Arial, Verdana, Sans-Serif;
				display: block;
				margin-bottom: 4px;
			}
		
		#main .top-panel-box ul li a:hover {
			text-decoration: none;
			background: #123657;
		}
		
		#main .top-panel-box ul li ul {
			display: none;
		}
		
		/* Content - Top Panel - About */
		
		#main .top-panel-about {
			width: 320px;
			float: left;
			padding: 0 23px;
			color: #7e97af;
			font: normal 11px/18px Arial, Verdana, Sans-Serif;
			margin-top: 8px;
			overflow: hidden;
		}
		
		#main .top-panel-about h3 {
			color: #dee2e6;
			font: normal 18px/30px "Century Gothic", Arial, Verdana, Sans-Serif;
		}
		
		#main .top-panel-about img {
			background: #ffffff;
			padding: 5px;
			float: right;
		}
	
	/* Main - Content */
	
	#content {
	float: left;
	width: 700px;
	overflow: hidden;
	}
	
		/* Content - Post Small */
		
		#content .post-sm {
	float: left;
	width: 700px;
	background: url("images/post_sm.gif") repeat-y;
	color: #727272;
	font: normal 11px/18px Arial, Verdana, Sans-Serif;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 6px;
	margin-left: 0;
		}
		
		#content .post-sm a {
			color: #256ca1;
		}
		
		#content .post-sm-top {
	width: 680px;
	background: url("images/post_sm_top.jpg") no-repeat;
		}
		
		#content .post-sm-bottom {
	width: 680px;
	background: url("images/post_sm_bottom.gif") no-repeat left bottom;

	padding-top: 7px;
 /* 7px */
	padding-bottom: 4px;
		}
		
		#content .post-sm h2 {
			padding-left: 7px;
			color: #ffffff;
			font: normal 16px/28px "Trebuchet MS", Arial, Verdana, Sans-Serif;
		}
		
		#content .post-sm h2 a {
			color: #ffffff;
		}
		
		#content .post-sm .post-sm-entry {
	width: 315px;
	height: 220px;
	overflow: hidden;
	padding-top: 0;
	padding-right: 9px;
	padding-bottom: 10px;
	padding-left: 6px;
		}
		
		#content .post-sm .post-sm-info {
			margin: 0 9px 0 6px;
			border-top: 1px dotted #256ca1;
			height: 22px;
		}
	
	/* Post */
	
	#main .post {
		width: 583px;
		margin-bottom: 5px;
	}
	
		/* Post - Title */
		
		#main .post .post-title {
			width: 583px;
			color: #848484;
			font: normal 10px Arial, Verdana, Sans-Serif;
		}
		
		#main .post .post-title a {
			color: #848484;
			text-decoration: none;
		}
		
		#main .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#main .post .post-title h2 {
			color: #2771a5;
			font: normal 24px/30px "Trebuchet MS", Arial, Verdana, Sans-Serif;
			border-bottom: 1px dotted #1c4670;
		}
		
		#main .post .post-title h2 a {
			color: #2771a5;
			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 11px/18px Arial, Verdana, Sans-Serif;
			color: #606060;
			width: 583px;
			padding: 1px 0;
		}
		
		#main .post .post-entry a {
			color: #226198;
			text-decoration: none;
		}
		
		#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 img {
			padding: 5px;
			border: 1px solid #bfbfbf;
		}
        #main .post .post-div h2 {
        color: #2771a5;
			font: normal 24px/30px "Trebuchet MS", Arial, Verdana, Sans-Serif;
			border-bottom: 1px dotted #1c4670;
            /*
            font: normal 20px/26px "Trebuchet MS", Arial, Verdana, Sans-Serif;
            border-bottom: 1px dotted #1c4670;*/
		}
        
		/* Post - Category */
		
		#main .post .post-category {
			width: 569px;
			background: url("images/icon_category.gif") no-repeat;
			padding-left: 14px;
			line-height: 22px;
			height: 22px;
			font: normal 11px/22px Arial, Verdana, Sans-Serif;
			color: #0a2844;
			border-top: 1px dotted #1c4670;
		}
		
		#main .post .post-category a {
			color: #0a2844;
		}
		
		/* Post - Subtitle */
		
		#main .post h3 {
			margin: 20px 0 5px 0;
			color: #2771a5;
			font: normal 18px "Trebuchet MS", Arial, Verdana, Sans-Serif;
		}
		
		/* Post - Comments */
		
		#main .post .comments {
			font: normal 11px/18px Arial, Verdana, Sans-Serif;
			color: #606060;
			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: #226198;
			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: #606060;
			font-style: normal;
			font-weight: bold;
		}
		
		#main .post .comments ol li cite a {
			color: #606060;
			text-decoration: none;
		}
		
		#main .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#main .post .comments ol li .commentmetadata a {
			color: #226198;
			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: #226198;
			text-decoration: none;
		}
		
		#main .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Content - Navigation */
	
	#content .navigation {
		font: bold 11px Arial, Verdana, Sans-Serif;
		color: #226198;
		width: 583px;
	}
	
	#content .navigation a {
		color: #226198;
		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: 200px;
		font: normal 11px/18px Arial, Verdana, Sans-Serif;
		color: #656565;
	}
	
	#sidebar a {
		color: #256ca1;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	



/* Sidebar - Ads */
	
	.sidebar-ads {
	float: right;
	width: 180px;
	margin-bottom: 6px;
    padding-right: 20px;  /*--->10px;<---*/
    font: normal 11px/18px Arial, Helvetica, Sans-Serif;
    color: #999999;
    }
      
  
/*---------------->
	
	.sidebar-ads-top {
		width: 280px;
		background: url("images/sidebar_ads_top.gif") no-repeat;
	}
	
	.sidebar-ads-bottom {
		width: 270px;
		padding: 5px;
		background: url("images/sidebar_ads_bottom.gif") 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 14px/35px Arial, Verdana, Sans-Serif;
			color: #ffffff;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 5px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #656565;
			font: normal 12px/25px Arial, Verdana, Sans-Serif;
		}
		
		#sidebar ul li a {
			border-bottom: 1px dotted #656565;
			color: #656565;
			text-decoration: none;
			padding-left: 18px;
			display: block;
			background: none; /*url("images/sidebar_menu.gif") no-repeat;*/
		}
		
		#sidebar ul li a:hover {
			text-decoration: none;
			background: none; /*url("images/sidebar_menu_hover.gif") 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: 1004px;
	height: 30px;
	text-align: center;
	/*padding: 18px 40px 14px 30px;*/
	color: #ffffff; /*--->#d7d7d7;<----*/
	font: normal 11px/20px "Trebuchet MS", Arial, Verdana, Sans-Serif;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
.calendar {
	font-family: "Times New Roman", Times, serif;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	width: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	height: auto;
	text-align: left;
	line-height: 1.5em;
	display: block;
	padding: 5px; 
/*---->7px;<----*/
}

