/*
Theme Name: Space Blue Aura WP Theme
Theme URI: http://wptemplates.org/wpdemos/index.php?wptheme=Space+Blue+Aura+WP+Theme 
Description: nice futuristic theme 
Version: 1.0
Author: miko 
Author URI: wptemplates.org 
*/



/* General */

body {
	margin: 0;
	background: #001121 url("images/background.gif") repeat-x left bottom;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 882px;
	min-height: 690px;
	background: url("images/page.jpg") no-repeat;
}


/* Header */

#header {
	width: 882px;
	height: 360px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 260px;
		left: 85px;
	}
	
	#header #header-info h1 {
		color: #cbe1ef;
		font: normal 28px Arial;
		padding-bottom: 10px;
	}
	
	#header #header-info h1 a {
		color: #cbe1ef;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #cbe1ef;
		font: normal 20px Arial;
		padding-left: 100px;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 356px;
		left: 237px;
		width: 610px;
		height: 35px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 35px;
		float: right;
	}
	
	#header #header-menu ul li {
		font: normal 14px/35px Arial;
		color: #001121;
		float: left;
		text-transform: lowercase;
	}
	
	#header #header-menu ul li a {
		color: #001121;
		text-decoration: none;
		padding: 0 10px;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		background: url("images/header_menu.gif") repeat-x;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	#header #header-menu ul li.current_page_item a {
		background: url("images/header_menu.gif") repeat-x;
	}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 402px;
		left: 595px;
		width: 201px;
		height: 19px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 176px;
		height: 19px;
	}
	
	#header #header-search #s {
		width: 175px;
		height: 19px;
		border: 0;
		font: normal 14px Arial;
		color: #001121;
		background: transparent;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 19px;
		padding: 0;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 396px;
		left: 538px;
		width: 31px;
		height: 31px;
	}


/* Main */

#main {
	width: 882px;
}

	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 167px;
		background: url("images/sidebar.gif") repeat-y;
		font: normal 13px/19px Arial;
		color: #0e2436;
		margin-bottom: 20px;
	}
	
		#sidebar-top {
			width: 167px;
			background: url("images/sidebar_top.gif") no-repeat;
		}
		
		#sidebar-bottom {
			width: 167px;
			padding-top: 15px;
			background: url("images/sidebar_bottom.gif") no-repeat left bottom;
		}
	
	#sidebar a {
		color: #76afcf;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar .sidebar-box {
		width: 167px;
		padding-bottom: 15px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 152px;
			height: 29px;
			padding-left: 15px;
			background: url("images/sidebar_title.gif") no-repeat;
			font: normal 20px/29px Arial;
			color: #001121;
			margin-bottom: 5px;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 10px 0 30px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			font: normal 13px/22px Arial;
			color: #0e2436;
		}
		
		#sidebar ul li a {
			color: #0e2436;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			color: #76afcf;
			text-decoration: none;
		}
		
		#sidebar ul li ul {
			padding: 0 0 0 10px;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 10px 7px 10px 0;
			width: 160px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			padding-left: 10px;
			width: 140px;
		}
		
		#sidebar #calendar_wrap table {
			width: 140px;
		}
		
		#sidebar #calendar_wrap caption {
			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 10px 0 3px;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 670px;
		margin-top: 80px;
		padding-left: 6px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 20px;
		width: 648px;
		padding: 0 10px 10px 10px;
		background: #0a1b29;
		border: 1px solid #192937;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 648px;
			color: #374d62;
			font: normal 17px Arial;
		}
		
		#content .post .post-title a {
			color: #374d62;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			background: url("images/post_date.gif") no-repeat;
			width: 156px;
			height: 39px;
			margin: 0 auto;
			padding-bottom: 5px;
			text-align: center;
			line-height: 30px;
			text-transform: lowercase;
		}
		
		#content .post .post-title h2 {
			color: #51abdf;
			font: normal 27px Arial;
		}
		
			#content .post .post-title h2.post-title-page {
				padding-top: 15px;
			}
		
		#content .post .post-title h2 a {
			color: #51abdf;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 14px/20px Arial;
			color: #587993;
			width: 648px;
		}
		
		#content .post .post-entry a {
			color: #51abdf;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #0e2436;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			margin-top: 5px;
			padding-top: 15px;
			width: 648px;
			clear: both;
			font: normal 14px Arial;
			color: #587993;
			border-top: 2px dotted #587993;
		}
		
		#content .post .post-info a {
			color: #587993;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
			#content .post .post-info .post-info-comments {
				color: #51abdf;
				font-weight: bold;
			}
			
			#content .post .post-info .post-info-comments a {
				color: #51abdf;
			}
		
		/* Post - Comments */
		
		#content .post h3 {
			margin: 30px 0 5px 0;
			color: #51abdf;
			font: normal 20px Arial;
		}
		
		#content .post .comments {
			font: normal 14px/20px Arial;
			color: #587993;
			width: 648px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #51abdf;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #0e2436;
		}
		
		#content .post .comments ol li cite {
			color: #51abdf;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #51abdf;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #51abdf;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			padding-left: 25px;
			font: normal 14px/20px Arial;
			color: #587993;
			width: 623px;
		}
		
		#content .post #commentform a {
			color: #51abdf;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 14px Arial;
		color: #51abdf;
		width: 648px;
		padding: 0 11px;
	}
	
	#content .navigation a {
		margin-bottom: 20px;
		color: #51abdf;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}


/* Footer */

#footer {
	width: 882px;
	height: 50px;
	color: #010f1b;
	font: normal 14px/50px Arial;
	text-align: center;
}

#footer a {
	color: #010f1b;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}
.imgprofile{
	margin:0px 5px 5px 0px;
	float:left;
	display: block; 
	overflow: hidden;
	text-align: center;
	width:60px;
	height:70px;
	}
.imgbox{ 
	background:#FFFFFF;
	border:#CCCCCC solid 1px;
	width:60px;
	height:70px;
	float:left;
	padding:1px;
	margin:0px 5px 5px 0px;
}
.imgprofile img{
	height:95px;
	}

