/*
Theme Name: High Sleek Magazine
Theme URI: http://test.qualitywordpress.com/?preview_theme=high-sleek
Description: High sleek is a professional and sleek mini magazine theme.
Version: 1.0
Author: qualitywordpress
Author URI: http://qualitywordpress.com
*/



/* General */

body {
	margin: 0;
	background: url("images/bg.jpg");
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

/* Page */

#page {
	margin: 0px auto 0 auto;
	width: 895px;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	width: 895px;
	background: url("images/page_top.jpg") no-repeat;
}

/* Header */

#header {
	width: 895px;
	height: 470px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 103px;
		left: 200px;
		width: 525px;
		height: 200px;
		padding-left: 92px;
		background: url("images/logo.gif") no-repeat;
	}
	
	#header #header-info h1 {
		color: #FFDE00;
		font: normal 28px "Century Gothic", Century Gothic;
		padding: 1px 0 5px 0;
	}
	
	#header #header-info h1 a {
		color: #FFDE00;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: normal 17px "Century Gothic", Century Gothic;
	}
	
	
/* Main */

#main {
	margin: 0 auto;
	width: 869px;
	background: #000000;
}

	/* Main - Content */
	
	#content {
		float: right;
		width: 600px;
		padding: 10px 17px 0 5px;
background: #000000;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: right;
		margin-bottom: 30px;
		width: 600px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 600px;
			height: 59px;
			font: bold 14px "Century Gothic", Century Gothic;
			color: #ffffff;
		}
		
		#content .post .post-title a {
			color: #cccccc;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #1292AC;
			font: bold 22px "Century Gothic", Century Gothic;
			padding: 2px 0;
		}
		
		#content .post .post-title h2 a {
			color: #1292AC;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			background: url("images/post_date.gif") no-repeat;
			width: 59px;
			height: 59px;
			margin-right: 18px;
			color: #cccccc;
			text-align: center;
			text-transform: lowercase;
			font: bold 13px "Arial", Arial;
			letter-spacing: 1px;
		}
		
		#content .post .post-title .post-date span {
			padding: 9px 0 1px 0;
			display: block;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 14px/18px "Arial", Arial;
			color: #cccccc;
			width: 600px;
			padding: 0 10px;
		}
		
		#content .post .post-entry a {
			color: #cccccc;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font: bold 14px/18px "Arial", Arial;
			color: #cccccc;
			text-decoration: none;
		}
		
		#content .post .post-entry a.more-link:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #e6e6e6;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 0 15px;
			width: 600px;
			height: 26px;
			background: url("images/post_info.gif") no-repeat;
			clear: both;
			font: bold 14px/26px "Arial", Arial;
			color: #cccccc;
		}
		
		#content .post .post-info a {
			color: #cccccc;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			margin: 30px 0 5px 0;
			color: #1292AC;
			font: 14px "Arial", Arial;
		}
		
		#content .post .comments {
			font: normal 12px/18px "Arial", Arial;
			color: #cccccc;
			width: 521px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #cccccc;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #000000;
		}
		
		#content .post .comments ol li cite {
			color: #cccccc;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #cccccc;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #cccccc;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
background: #000000;
		}
		
		#content .post #commentform {
			margin: 0;
			padding-left: 25px;
			font: normal 14px/18px "Arial", Arial;
			color: #cccccc;
			width: 496px;
		}
		
		#content .post #commentform a {
			color: #cccccc;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		margin-bottom: 30px;
		font: bold 12px "Arial", Arial;
		color: #cccccc;
		width: 541px;
	}
	
	#content .navigation a {
		color: #cccccc;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 225px;
		font: normal 12px/18px "Arial", Arial;
		color: #cccccc;
		background: #000000;
	}
	
	#sidebar a {
		color: #cccccc;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar .sidebar-box {
		width: 225px;
		padding-bottom: 0px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			font: bold 14px/35px "Arial", Arial;
			color: #1292AC;
			width: 225px;
			height: 35px;
			padding: 0 17px;
			margin-bottom: 2px;
			background: url("images/sidebar_title.jpg") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 5px 0 25px 15px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			padding-left: 8px;
			background: #000000;
			font: normal 12px/22px "Arial", Arial;
			color: #cccccc;
		}
		
		#sidebar ul li a {
			color: #cccccc;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		#sidebar ul li ul {
			padding: 0 0 0 10px;
		}
		
/* Footer */

#footer {
clear: both;
	width: 75%px;
	margin: 0 auto;
	padding: 150px 20px 20px 20px;
	color: #848484;
	font: 12px "Arial", Arial;
	background: #000000;
	}
	
#footer a {
	color: #848484;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#legal {
	float: center;
	width: 400px;
}

#footer-bottom {
	width: 895px;
	height: 20px;
	margin: 0 auto;
	}