/*
Theme Name: Magazine Pro
Theme URI: http://wpjunction.com
Description: A Magazine style wordpress theme. 2 columns, very professional look. Fit for every kind of niche. 
Version: 1.0
Author: HPA
Author URI: http://wpjunction.com 
*/



/* General */

body {
	margin: 0;
	background: #183341;
}

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.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: 170px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 23px;
		left: 30px;
		width: 630px;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 35px "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 16px "Century Gothic", Arial, Verdana, Sans-Serif;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 130px;
		left: 34px;
		width: 650px;
		height: 27px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 650px;
		height: 27px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 27px;
		font: normal 12px/27px Arial, Verdana, Sans-Serif;
		color: #ffffff;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
		padding: 0 8px;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		background: url("images/menu_hover_right.gif") no-repeat right top;
	}
	
		#header #header-menu ul li:hover {
			background: url("images/menu_hover_left.gif") no-repeat;
		}
		
		/* Header - Menu - Current */
		
		#header #header-menu ul li.current_page_item {
			background: url("images/menu_current_left.gif") no-repeat;
		}
		
		#header #header-menu ul li.current_page_item a {
			background: url("images/menu_current_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: 114px;
		left: 710px;
		width: 227px;
		height: 39px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 227px;
		height: 39px;
	}
	
	#header #header-search #s {
		margin-top: 6px;
		width: 167px;
		height: 17px;
		border: 0;
		padding: 6px 8px 5px 8px;
		font: normal 12px "Century Gothic", Arial, Verdana, Sans-Serif;
		color: #64bedd;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 39px;
		height: 39px;
		padding: 0;
		float: right;
	}
	
	/* Header - Date */
	
	#header #header-date {
		position: absolute;
		top: 42px;
		left: 715px;
		width: 244px;
		height: 36px;
		font: normal 14px/36px "Century Gothic", Arial, Verdana, Sans-Serif;
		color: #ffffff;
	}


/* Main */

#main {
	width: 942px;
	padding: 0 34px 0 28px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 642px;
	}
	
	/* Conetnt - Featured Post */
	
	#content .featured-post {
		width: 640px;
		background: url("images/featured_post.gif") repeat-y;
		margin-bottom: 9px;
	}
	
	#content .featured-post-top {
		width: 640px;
		background: url("images/featured_post_top.gif") no-repeat;
	}
	
	#content .featured-post-bottom {
		width: 628px;
		background: url("images/featured_post_bottom.gif") no-repeat left bottom;
		padding: 8px 6px 0 6px;
	}
	
		/* Featured Post - Title */
		
		#content .featured-post .post-title {
			padding: 0 2px;
			width: 624px;
			border-bottom: 4px solid #dbdbdb;
			color: #878787;
			font: normal 11px Verdana, Arial, Sans-Serif;
		}
		
		#content .featured-post .post-title a {
			color: #4891be;
			text-decoration: none;
		}
		
		#content .featured-post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .featured-post .post-title h2 {
			color: #4a91be;
			font: normal 24px/30px "Trebuchet MS", Arial, Verdana, Sans-Serif;
			padding: 0 2px;
		}
		
		#content .featured-post .post-title h2 a {
			color: #4a91be;
			text-decoration: none;
		}
		
		#content .featured-post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .featured-post .post-title-info {
			width: 624px;
			margin-bottom: 5px;
		}
		
			#content .featured-post .post-title-info .post-title-author {
				float: left;
				background: url("images/icon_author.gif") no-repeat left center;
				padding: 0 10px 0 10px;
				line-height: 19px;
			}
			
			#content .featured-post .post-title-info .post-title-category {
				float: left;
				background: url("images/icon_category.gif") no-repeat left center;
				padding: 0 10px 0 15px;
				line-height: 19px;
			}
			
			#content .featured-post .post-title-info .post-title-date {
				float: left;
				background: url("images/icon_date.gif") no-repeat left center;
				padding: 0 10px 0 15px;
				line-height: 19px;
			}
			
			#content .featured-post .post-title-info .post-title-comments {
				float: left;
				background: url("images/icon_comments.gif") no-repeat left center;
				padding: 0 0 0 18px;
				line-height: 19px;
			}
		
		/* Featured Post - Entry */
		
		#content .featured-post .post-entry {
			font: normal 12px/18px Arial, Verdana, Sans-Serif;
			color: #6F6F6F;
			width: 618px;
			padding: 1px 5px;
		}
		
		#content .featured-post .post-entry a {
			color: #efa555;
			text-decoration: none;
		}
		
		#content .featured-post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .featured-post .post-entry blockquote {
			border-left: 10px solid #dbdbdb;
			margin: 0px 30px;
			padding-left: 15px;
		}
	
	/* Content - About */
	
	#content .about-box {
		margin-bottom: 11px;
		width: 640px;
		background: #125680 url("images/about_box.png") no-repeat;
		font: normal 12px/18px Arial, Verdana, Sans-Serif;
		color: #afd4ec;
	}
	
	#content .about-box-in {
		width: 628px;
		padding: 0 6px 5px 6px;
	}
	
	#content .about-box-bottom {
		width: 640px;
		height: 6px;
		background: url("images/about_box_bottom.png") no-repeat left bottom;
	}
	
	#content .about-box h2 {
		padding: 0 3px;
		border-bottom: 4px solid #2c7fb0;
		margin-bottom: 8px;
		font: normal 24px/35px "Trebuchet MS", Arial, Verdana, Sans-Serif;
		color: #efa555;
	}
	
	/* Content - Posts */
	
	#content #posts {
		width: 642px;
		background: url("images/posts.gif") repeat-y;
		margin-bottom: 11px;
	}
	
	#content #posts-top {
		width: 642px;
		background: url("images/posts_top.png") no-repeat;
	}
	
	#content #posts-bottom {
		width: 642px;
		background: url("images/posts_bottom.gif") no-repeat left bottom;
	}
	
	/* Content - Post */
	
	#content .post {
		width: 624px;
		padding: 5px 9px 0 9px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			padding: 0 2px;
			width: 620px;
			border-bottom: 4px solid #d6d6d6;
			color: #878787;
			font: normal 11px Verdana, Arial, Sans-Serif;
		}
		
		#content .post .post-title a {
			color: #478fbb;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #4a91be;
			font: normal 18px/24px "Trebuchet MS", Arial, Verdana, Sans-Serif;
		}
		
		#content .post .post-title h2 a {
			color: #4a91be;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title-info {
			width: 624px;
			margin-bottom: 5px;
		}
		
			#content .post .post-title-info .post-title-author {
				float: left;
				background: url("images/icon_author.gif") no-repeat left center;
				padding: 0 10px 0 10px;
				line-height: 19px;
			}
			
			#content .post .post-title-info .post-title-category {
				float: left;
				background: url("images/icon_category.gif") no-repeat left center;
				padding: 0 10px 0 15px;
				line-height: 19px;
			}
			
			#content .post .post-title-info .post-title-date {
				float: left;
				background: url("images/icon_date.gif") no-repeat left center;
				padding: 0 10px 0 15px;
				line-height: 19px;
			}
			
			#content .post .post-title-info .post-title-comments {
				float: left;
				background: url("images/icon_comments.gif") no-repeat left center;
				padding: 0 0 0 18px;
				line-height: 19px;
			}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px Arial, Verdana, Sans-Serif;
			color: #a4a4a4;
			width: 620px;
			padding: 0 2px 1px 2px;
		}
		
		#content .post .post-entry a {
			color: #efa555;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #d6d6d6;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Bottom */
		
		#content .post .post-bottom {
			width: 624px;
			height: 25px;
			background: url("images/post_bottom.png") no-repeat;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #4a91be;
			font: bold 15px "Trebuchet MS", Arial, Verdana, Sans-Serif;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/18px Arial, Verdana, Sans-Serif;
			color: #a4a4a4;
			width: 620px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #efa555;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #f0f0f0;
		}
		
		#content .post .comments ol li cite {
			color: #a4a4a4;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #a4a4a4;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #efa555;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/18px Arial, Verdana, Sans-Serif;
			color: #a4a4a4;
			width: 595px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #efa555;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Content - Navigation */
	
	#content .navigation {
		font: bold 12px Arial, Verdana, Sans-Serif;
		color: #478fbb;
		width: 620px;
		padding: 0 11px;
		padding-bottom: 10px;
	}
	
	#content .navigation a {
		color: #478fbb;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Content - Bottom Panel */
	
	#content #bottom-panel {
		width: 642px;
		background: url("images/bottom_panel.gif") repeat-y;
		margin-bottom: 11px;
	}
	
	#content #bottom-panel-top {
		width: 642px;
		background: url("images/bottom_panel_top.gif") no-repeat;
	}
	
	#content #bottom-panel-bottom {
		width: 634px;
		background: url("images/bottom_panel_bottom.gif") no-repeat left bottom;
		padding: 0 0 10px 8px;
	}
	
		/* Content - Bottom Panel - Box */
		
		#content .bottom-panel-box {
			width: 200px;
			margin-right: 11px;
			float: left;
		}
		
		#content .bottom-panel-box h3 {
			color: #f1ac62;
			font: normal 18px/30px "Trebuchet MS", Arial, Verdana, Sans-Serif;
			border-bottom: 4px solid #2c7fb0;
		}
		
		#content .bottom-panel-box ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#content .bottom-panel-box ul li {
			color: #8cbfde;
			font: normal 12px/34px Arial, Verdana, Sans-Serif;
			background: url("images/bottom_panel_menu.gif") repeat-x left bottom;
			padding-bottom: 2px;
		}
		
		#content .bottom-panel-box ul li a {
			color: #8cbfde;
			text-decoration: none;
			display: block;
			background: url("images/bottom_panel_item.gif") no-repeat;
			padding-left: 15px;
		}
		
		#content .bottom-panel-box ul li a:hover {
			text-decoration: none;
			background: #075787 url("images/bottom_panel_item_hover.gif") no-repeat;
		}
		
		#content .bottom-panel-box ul li ul {
			display: none;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: right;
		width: 291px;
		font: normal 12px/18px Arial, Verdana, Sans-Serif;
		color: #9e9e9e;
	}
	
	#sidebar a {
		color: #efa555;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Sidebar - Ads */
	
	#sidebar .sidebar-ads {
		width: 291px;
		background: url("images/sidebar_ads_top.gif") repeat-y;
		margin-bottom: 9px;
	}
	
	#sidebar .sidebar-ads-top {
		width: 291px;
		background: url("images/sidebar_ads.png") no-repeat;
		padding: 8px 0 0 13px;
	}
	
	#sidebar .sidebar-ads-bottom {
		width: 291px;
		height: 6px;
		background: url("images/sidebar_ads_bottom.png") no-repeat;
	}
	
	#sidebar .sidebar-banner {
		padding: 7px 14px 7px 0;
		float: left;
	}
	
	/* Sidebar - Content */
	
	#sidebar .sidebar-content {
		width: 291px;
		background: url("images/sidebar_content.gif") repeat-y;
		margin-bottom: 11px;
	}
	
	#sidebar .sidebar-content-top {
		width: 291px;
		background: url("images/sidebar_content_top.gif") no-repeat;
	}
	
	#sidebar .sidebar-content-bottom {
		width: 277px;
		background: url("images/sidebar_content_bottom.gif") no-repeat left bottom;
		padding: 8px 7px 0 7px;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 277px;
		padding-bottom: 15px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			margin-bottom: 5px;
			border-bottom: 4px solid #f2f2f2;
			font: normal 18px/26px "Trebuchet MS", Arial, Verdana, Sans-Serif;
			color: #efa555;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #9e9e9e;
			font: normal 12px/28px Arial, Verdana, Sans-Serif;
		}
		
		#sidebar ul li a {
			border-bottom: 1px solid #deddde;
			color: #9e9e9e;
			text-decoration: none;
			padding-left: 18px;
			display: block;
			background: url("images/sidebar_menu.gif") no-repeat;
		}
		
		#sidebar ul li a:hover {
			text-decoration: none;
			background: #f8f8f8 url("images/sidebar_menu_hover.gif") no-repeat;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				margin: 0;
				padding: 0;
				background: none;
			}
			
			/* Sidebar - Menus - Comments */
			
			#sidebar ul li.right-comments {
				color: #9e9e9e;
			}
			
			#sidebar ul li.right-comments a {
				color: #9e9e9e;
				padding-left: 2px;
				background: none;
			}
			
				#sidebar ul li.right-comments a span {
					color: #487ab6;
				}
			
			#sidebar ul li.right-comments a:hover {
				background: #f8f8f8;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 10px 0;
			width: 277px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 227px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			width: 180px;
			margin: 0 auto;
		}
		
		#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 1px;
		}


/* Footer */

#footer {
	width: 960px;
	height: 44px;
	padding: 15px 24px 32px 20px;
	color: #ffffff;
	font: normal 12px/44px "Century Gothic", Arial, Verdana, Sans-Serif;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}

span.link a {
text-decoration: none;
}
