/*
Theme Name: Royal Orchid
Theme URI: http://wpjunction.com
Description: A theme by HPA 
Version: 1.0
Author: HPA
Author URI: http://wpjunction.com
*/



/* General */

body {
	margin: 0;
	background: #04070d;
}

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;
	min-height: 590px;
	background: url("images/page_bottom.jpg") no-repeat left bottom;
}


/* Header */

#header {
	width: 1004px;
	height: 395px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 30px;
		left: 252px;
		width: 500px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #06060b;
		font: normal 44px Arial, Verdana;
		padding-bottom: 1px;
	}
	
	#header #header-info h1 a {
		color: #06060b;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #0a0c16;
		font: normal 14px Arial, Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 345px;
		left: 30px;
		width: 950px;
		height: 34px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 950px;
		height: 34px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 34px;
		font: bold 12px/34px Arial, Verdana;
		color: #fefefe;
		margin-right: 15px;
	}
	
	#header #header-menu ul li a {
		color: #fefefe;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 433px;
		left: 753px;
		width: 211px;
		height: 50px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 211px;
		height: 50px;
	}
	
	#header #header-search #s {
		width: 210px;
		height: 15px;
		border: 0;
		padding: 18px 0 17px 0;
		font: bold 12px Arial, Verdana;
		color: #ffffff;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 50px;
		padding: 0;
		float: right;
		display: none;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 401px;
		left: 645px;
		width: 101px;
		height: 110px;
	}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 730px;
		padding: 0 15px 0 19px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 10px;
		width: 610px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 733px;
			height: 68px;
			padding: 5px 3px 1px 14px;
			background: url("images/post_title.gif") no-repeat;
			color: #ffffff;
			font: normal 12px Arial, Verdana;
		}
		
		#content .post .post-title a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #ffffff;
			font: normal 24px Arial, Verdana;
			padding: 9px 0 4px 0;
		}
		
		#content .post .post-title h2 a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			height: 20px;
			line-height: 20px;
		}
		
			
#content .post .post-title .post-title-info .post-title-date {
				float: left;
				background: url("images/icon_date.gif") no-repeat left center;
				padding: 0 15px 0 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-author {
				float: left;
				background: url("images/icon_author.gif") no-repeat left center;
				padding: 0 15px 0 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-category {
				float: left;
				background: url("images/icon_category.gif") no-repeat left center;
				padding: 0 15px 0 20px;
			}



			
			#content .post .post-title .post-title-info .post-title-comments {
				float: left;
				background: url("images/icon_comments.gif") no-repeat left center;
				padding: 0 0 0 20px;
			}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 13px/20px Arial, Verdana;
			color: #aeb9cb;
			width: 700px;
			padding: 0 5px;
		}
		
		#content .post .post-entry a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #151925;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #ffffff;
			font: normal 18px Arial, Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 13px/20px Arial, Verdana;
			color: #aeb9cb;
			width: 800px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #151925;
		}
		
		#content .post .comments ol li cite {
			color: #ffffff;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 13px/20px Arial, Verdana;
			color: #aeb9cb;
			width: 775px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 13px Arial, Verdana;
		color: #ffffff;
		padding: 0 5px;
		float: left;
		width: 800px;
	}
	
	#content .navigation a {
		color: #ffffff;
		text-decoration: none;
		margin-bottom: 10px;
	}
	
	#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: 150px;
		font: normal 12px/18px Arial, Verdana;
		color: #aeb9cb;
		margin-top: 1px;
		margin-bottom: 10px;
	}
	
	#sidebar a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Sides */
	
	#sidebar #sidebar-left {
		float: left;
		width: 165px;
	}
	
	


	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 165px;
		margin-bottom: 10px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 155px;
			height: 30px;
			padding: 6px 5px;
			font: bold 14px/30px Arial, Verdana;
			color: #ffffff;
			margin-bottom: 6px;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 3px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #aeb9cb;
			font: normal 12px/24px Arial, Verdana;
		}
		
		#sidebar ul li a {
			color: #aeb9cb;
			text-decoration: none;
			background: #1b2030;
			padding-left: 5px;
			display: block;
			margin-bottom: 2px;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 0 3px;
			text-align: center;
		}
		
		#sidebar #searchform div {
			padding: 15px 0;
			background: #1b2030;
		}
		
		#sidebar #searchform #s {
			width: 129px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			width: 159px;
			background: #1b2030;
			padding-top: 3px;
		}
		
		#sidebar #calendar_wrap table {
			margin: 0 auto;
			width: 135px;
		}
		
		#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 {
			background: #131d01;
			padding: 1px 3px 0 3px;
			margin: 0 auto;
			width: 153px;
			background: #1b2030;
		}


/* Footer */

#footer {
	width: 950px;
	height: 60px;
	padding: 0 27px;
	color: #9E9CB0;
	font: normal 13px/60px Arial, Verdana;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #9E9CB0;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}
