/*
Theme Name: Midnight Sun
Theme URI: http://wordpressthemes.oscaralcala.com/midnightsun
Description: Midnight Sun is an elegant and multifunctional theme for your Wordpress based site
Version: 1.0
Author: Oscar Alcala
Author URI: http://oscaralcala.com/
Tags: fixed width, two columns, widgets, ajax

	Theme made for sale exclusively on Theme Forest
	http://www.themeforest.com

*/

/**************************************************************
				BACKGROUND AND MAIN STRUCTURE
**************************************************************/

body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-size: 12px;
	color: #d2d2d2;
	/*background-image: url('images/bg_01.jpg');*/
	background-position: top center;
	background-color: #000;
	background-attachment: fixed;
	text-align: center;
}

p {
	display: block;
	line-height: 16px;
	margin-bottom: 13px !important;
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}

a:hover {
	_cursor: pointer;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
}

.container {
	width: 960px;
	margin: 0 auto;
	_width: 945px;
}

#mainwrapper {
	width: 910px;
	background-image: url('images/container_bg.png');
	background-repeat: repeat-y;
	padding: 25px;
	_width: 910px;
	_padding: 25px 25px 0 25px;
}


/**************************************************************
							HEADER
**************************************************************/

#header {
	margin: 0;
	width: 100%;
	text-align: center;
	background-position: top left;
	background-repeat: repeat-x;
}

#logo {
	display: block;
	float: left;
	margin: 25px 0 0 30px;
	_display: inline;
}

#logo a {
	display: block;
	/*width: 302px;
	height: 62px;*/
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	/*background-image: url('images/logo.png');*/
}

/**************************************************************
							 MENU
**************************************************************/

#toolbar {
	width: 960px;
	height: 47px;
	display: block;
	margin-top: 10px;
	background-image: url('images/categories_container.png');
	background-repeat: no-repeat;
}

#topics {
	float: left;
	width: 630px;
	height: 35px;
	display: block;
	padding: 12px 0 0 25px;
}

#topics ul {
	list-style-type: none;
	float: left;
	position: relative;
	top: 3px;
}

#topics ul li {
	float: left;
	margin-right: 8px;
	_width: 25px;
}

#topics li.back {
	background-image: url('images/categories_bg.png');
	background-image: url('images/categories_bg_gif.gif');
	background-position: bottom right;
	position: absolute;
	height: 24px;
	display: block;
	padding: 0 10px 0 4px;
	z-index: 8;
	_cursor: pointer;
}
        
#topics li.back .left {
	background-image: url('images/categories_bg.png');
	background-image: url('images/categories_bg_gif.gif');
	position: relative;
	width: 100%;
	height: 24px;
	display: block;
	_cursor: pointer;
}

#topics li.back a {
	color: #d4d4d4 !important;
	_cursor: pointer;
}

#topics a {
	color: #d4d4d4;
	text-decoration: none;
	height: 24px;
	display: block;
	padding: 0 4px;
	line-height: 25px;
	font-weight: bold;
	position: relative;
	left: 8px;
	z-index: 10;
	_cursor: pointer;
	_left: 10px;
}

#topics a:hover {
	color: #d4d4d4;
}

#searchform {
	width: 300px;
	margin: 0;
	float: left;
	position: relative;
	padding-top: 12px;
}

#s {
	display: block;
	width: 196px;
	height: 15px;
	background-image: url('images/search_input.png');
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	padding: 8px 10px 0 10px;
	font-family: "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-size: 14px;
	line-height: 14px;
	color: #696969;
	float: left;
	margin: 0;
}

#searchsubmit {
	display: block;
	width: 61px;
	height: 25px;
	text-decoration: none;
	background-color: transparent;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/search_button.png');
	float: left;
	border: 0;
	margin: 0 0 0 5px;
}

/**************************************************************
							 CONTENT
**************************************************************/

#content {
	width: 560px;
	display: block;
	padding: 0;
	text-align: left;
	_display: inline;
}

.content_regular {
	float: right;
	margin: 0 0 0 30px;
}

.content_alt {
	float: left;
	margin: 0 0 0 5px;
}

.sectiontitle {
	_width: 530px;
	background-image: url('images/title_bullet.png');
	_background-image: url('images/title_bullet.gif');
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding: 0 0 0 24px;
	color: #d5d5d5;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 12px;
	text-decoration: none !important;
}

.ruler {
	display: block;
	width: 100&;
	height: 3px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/hr_bg.png');
	background-repeat: repeat-x;
	margin-bottom: 12px;
}

.title, .title a {
	color: #fff !important;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 8px;
	text-decoration: none !important;
	border: 0 !important;
	_position: relative;
	_cursor: pointer;
}

.title a:hover {
	color: #fff !important;
}

#content a, #sidebar a {
	color: #fff;
	text-decoration: underline;
	_position: relative;
	_cursor: pointer;
}

#content a:hover, #sidebar a:hover {
	color: #7e7e7e;
}

#content h4 {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-bottom: 13px;
}

#content ol, #content ul, .widget ol, .widget ul {
	margin: 0 0 13px 13px;
}

#content li {
	list-style-type: disc;
	margin-bottom: 6px;
}

#content blockquote {
	font-size: 17px;
	font-style: italic;
	font-family: "Times New Roman", "Georgia", "Serif";
}

#content blockquote p {
	line-height: 22px;
}

.metadata {
	margin-bottom: 5px;
	_margin-bottom: 0;
	display: block;
	font-size: 11px;
}

.single-post .metadata {
	font-size: 13px !important;
	position: relative;
	top: -6px;
}

.metadata, .metadata a {
	color: #7f7f7f !important;
}

.metadata a {
	border-bottom: 1px dashed #7f7f7f;
	text-decoration: none !important;
	_position: relative;
	_cursor: pointer;
}

.metadata a:hover {
	color: #fff !important;
}

/*.post, .page {
	width: 524px;
	margin: 0 0 8px 20px;
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;
	padding: 13px;
}*/

.single-post {
	display: block;
	margin: 0 0 20px 0;
	float: left;
}

.preview-post {
	width: 253px;
	height: 270px;
	display: block;
	margin: 0 23px 25px 0;
	float: left;
}

.preview-post .entry {
	display: block;
	height: 250px;
}

.preview-post-long {
	width: 555px;
	display: block;
	margin: 0 0 25px 0;
	float: left;
}

.post_data {
	width: 43px;
	display: block;
	float: left;
	margin: 0;
}

.date {
	display: block;
	width: 44px;
	height: 43px;
	text-decoration: none;
	font-size: 0.1px;
	background-image: url('images/post_date.png');
}

.post_data img {
	margin-top: 5px;
}

.post_content {
	display: block;
	float: left;
	margin-left: 10px;
}

.preview-post .post_content {
	width: 200px;
	_width: 185px;
}

.preview-post-long .post_content {
	width: 500px;
	_width: 485px;
}

.readmore {
	display: block;
	width: 82px;
	height: 23px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/post_full.png');
	float: right;
	border: 0 !important;
	_position: relative;
	_cursor: pointer;
}

.month {
	width: 44px;
	display: block;
	text-align: center;
	color: #7d7d7d;
	font-size: 11px;
	position: relative;
	top: 4px;
}

.day {
	width: 44px;
	display: block;
	text-align: center;
	color: #b5b5b5;
	font-size: 18px;
	letter-spacing: -1px;
	position: relative;
	font-weight: bold;
	top: 6px;
}

/**************************************************************
							 SIDEBAR
**************************************************************/

#sidebar {
	width: 320px;
	display: block;
	text-align: left;
	_display: inline;
}

.sidebar_regular {
	float: right;
	margin: 0;
}

.sidebar_alt {
	float: left;
	margin: 0 0 0 25px;
}


#social {
	display: block;
	margin-bottom: 20px !important;
}

#social a {
	display: block;
	/*margin: 0 0 13px 0;*/
}

#social_feed {
	display: block;
	width: 320px;
	height: 42px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/social_rss.png');
}

#social_email {
	display: block;
	width: 320px;
	height: 42px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/social_email.png');
	margin-top: 13px;
}

#social_links {
	display: block;
	width: 220px;
	height: 42px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/social_also.png');
	padding: 0 0 0 100px;
	margin-top: 13px;
}

#social_links a {
	float: left;
	display: block;
	position: relative;
}

#social_flickr {
	display: block;
	width: 42px;
	height: 42px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/social_flickr.png');
}

#social_facebook {
	display: block;
	width: 42px;
	height: 42px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/social_facebook.png');
}

#social_twitter {
	display: block;
	width: 42px;
	height: 42px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/social_twitter.png');
}

#social_last {
	display: block;
	width: 42px;
	height: 42px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/social_last.png');
}

#social_youtube {
	display: block;
	width: 42px;
	height: 42px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/social_youtube.png');
}

.widget {
	margin-bottom: 8px !important;
	/*background-color: #f1f4f7;*/
	list-style-type: none !important;
	/*border: 1px solid #ddd;*/
}

.widgettitle {
	background-image: url('images/title_bullet.png');
	_background-image: url('images/title_bullet.gif');
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding: 0 0 0 24px;
	color: #d5d5d5;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 12px;
	text-decoration: none !important;
}

.widget_container {
	display: block;
	width: 310px;
	padding: 0 5px;
}

.widget_container a {
	color: #7a8896 !important;
	border: 0 !important;
	text-decoration: none !important;
}

.widget_container a:hover {
	color: #526171 !important;
}

.widget_container ul {
	margin: 0 !important;
	list-style-type: none;
	_margin-left: 15px;
}

.widget_container li {
	width: 300px;
	background-color: #f8fafb;
	border: 1px solid #e0e6ec;
	margin: 0 0 3px 0;
	padding: 4px 0 6px 0;
}

.widget_container li a {
	background-image: url('images/bullet_post.png');
	background-position: 5px 5px;
	background-repeat: no-repeat;
	padding-left: 15px;
	_padding-left: 0;
	text-decoration: none !important;
	border: 0 !important;
}

.widgetpost_image {
	float: left;
	position: relative;
	top: -4px;
	border: 0 !important;
}

.widgetpost_content {
	display: block;
	width: 288px;
	float: left;
	margin-left: 12px;
	_margin-left: 6px;
}

.widgetpostlist {
	margin: 0 !important;
}

.widgetpost {
	padding: 0 !important;
	margin: 0 0 12px 0 !important;
	list-style-type: none !important;
	background: none !important;
	border: none !important;
	_background-image: url('images/bullet_mini.gif');
	_background-repeat: no-repeat;
	_background-position: 0 3px;
}

.widgetpost a {
	display: block;
	color: #fff !important;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 4px;
	text-decoration: none !important;
	border: 0 !important;
	background-image: url('images/bullet_mini.png');
	_background-image: none;
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 0 0 12px;
	_position: relative;
	_left: 12px;
}

.widgetpost a:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

.widgetpost p {
	margin: 3px 0 0 0 !important;
}

/**************************************************************
							SLIDER
**************************************************************/

#featured {
	width: 885px;
	height: 270px;
	background-image: url('images/transparency_33.png');
	background-repeat: repeat;
	margin: 0 0 15px 0;
	padding: 10px;
}

#slider {
	display: block;
	width: 885px;
	height: 250px;
	overflow: hidden;
	margin: 0;
	position: relative;
}

#slider .thumbnail {
	margin: 0;
	display: block;
	float: left;
}

#sliderWrapper {
	width: 885px;
	height: 9999px;
	text-align: left;
	position: relative;
	display: block;
	margin: 0;
}

.sliderPostWrapper {
	width: 885px;
	height: 250px;
	float: left;
	position: relative;
	display: table;
	text-align: left;
	_display: inline;
}

.slidercontent {
	width: 460px;
	height: 200px;
	position: relative;
	/*top: -130px;*/
	background-repeat: repeat;
	display: block;
	float: left;
	margin: 0 0 0 20px;
}

.slidercontent h3, .slidercontent h3 a {
	font-size: 22px !important;
	letter-spacing: -1px;
	color: #fff !important;
	text-decoration: none !important;
	border: 0 !important;
	font-weight: normal;
}

.slidercontent h3 a:hover {
	text-decoration: none;
}

.slidercontent p {
	color: #d2d2d2;
	margin: 5px 0;
}

.sliderfull {
	display: block;
	width: 120px;
	height: 26px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/button_fullarticle.png');
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	display: block;
	float: right;
	position: relative;
}

#slider_navigation {
	display: block;
	width: 120px;
	height: 26px;
	position: relative;
	float: right;
	top: 0;
}

#slider_last {
	display: block;
	float: left;
	width: 60px;
	height: 26px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/button_last.png');
}

#slider_next {
	display: block;
	float: left;
	width: 60px;
	height: 26px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/button_next.png');
}

/**************************************************************
						   FEATURES
**************************************************************/

#features {
	width: 518px;
	display: block;
	float: left;
	text-align: left;
	margin-bottom: 29px;
	overflow: hidden;
	position: relative;
}

#featureswrapper {
	width: 9999px;
	height: 100%;
	position: relative;
}

.features_item {
	display: block;
	float: left;
	border: 2px solid #151515;
	margin-left: 13px;
}

#features_next {
	display: block;
	width: 13px;
	height: 15px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/features_next.png');
	float: left;
	position: relative;
	left: 13px;
	top: 40px;
}

#features_last {
	display: block;
	width: 13px;
	height: 15px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/features_back.png');
	float: left;
	position: relative;
	top: 40px;
}

/**************************************************************
						    NAVIGATION
**************************************************************/

#navigation {
	width: 548px;
	text-align: right;
	margin-right: 10px;
}

#navigation ul {
	float: right;
	list-style-type: none;
	margin: 0;
	position: relative;
	left: 8px;
}

#navigation li {
	float: left;
	margin-right: 4px;
	list-style-type: none;
}

#navigation li a {
	display: block;
	_width: 15px;
	text-align: center;
	height: 15px;
	_height: auto;
	color: #a7a7a7;
	padding: 3px 4px;
	text-decoration: none;
	font-weight: bold;
	background-image: url('images/navigation_bg.png');
	_background-image: none;
	_background-color: black;
}

.current_page {
	color: #323232 !important;
}

/**************************************************************
							 FOOTER
**************************************************************/

#footer {
	width: 960px;
	height: 61px;
	display: block;
	background-image: url('images/footer_bg.png');
	background-repeat: repeat-x;
	color: #a7a7a7;
	_width: 960px;
	margin: 0 auto 15px auto;
	_height: 61px;
	position: relative;
	top: -4px;
	left: 1px;
	_position: static;
}

#footer p {
	height: 45px;
	color: #a7a7a7;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 0 22px;
	line-height: 45px;
	float: left;
	_margin: 0 0 0 15px;
}

#footer ul {
	height: 45px;
	list-style-type: none;
	float: right;
	margin-right: 50px;
	_margin-right: 15px;
}

#footer ul li {
	float: left;
	color: #a7a7a7;
	font-weight: bold;
	font-size: 14px;
	height: 42px;
}

#footer ul li a {
	color: #a7a7a7;
	display: inline;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	line-height: 45px;
	position: relative;
	_display: inline;
}

#footer ul li a:hover {
	text-decoration: underline;
}

/**************************************************************
							 COMMENTS
**************************************************************/

#comments {
	width: 560px;
	margin: 0 0 8px 0;
}

#comments_list {
	margin: 8px 0 0 0 !important;
	list-style-type: none !important;
}

#comments_list li {
	list-style-type: none !important;
}

.comment {
	margin-bottom: 10px;
}

.avatar {
	float: left;
	border: 2px solid #1c1917;
	margin: 10px 0 0 0;
}

.comment_entry {
	width: 485px;
	float: left;
	display: block;
	margin-left: 4px;
	padding: 10px;
	_margin: 0 0 -30px 8px;
}

.comment_text {
	width: 485px;
	display: block;
	font-weight: normal;
	z-index: 1;
}

.comment_meta {
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

#comments cite {
	/*color: #535353;*/
	font-family: "Helvetica", "Verdana", "Arial", "Sans-Serif";
	font-weight: bold;
	float: none;
	display: inline;
	font-size: 12px;
}

#comments cite, #comments cite a {
	/*color: #535353;*/
	font-style: normal;
}

.comment-reply-link {
	font-size: 10px;
	text-decoration: none !important;
}


#comments cite a:hover {
	text-decoration: underline;
}

.commentsbottom {
	margin-bottom: 20px;
}

.children {
	list-style-type: none;
}

.children li {
	background-image: none !important;
	margin: 10px 0 0 42px;
}

.children .comment_entry {
	width: 410px !important;
}

.children .comment_text {
	width: 410px !important;
}

/* Reply */

#reply {
	width: 560px;
	margin: 0 0 8px 0;
}

.inputtext { 
	display: block;
	width: 256px;
	height: 23px;
	background-image: url('images/input_text.jpg');
	background-repeat: no-repeat;
	background-color: transparent;
	border: 1px solid #242321 !important;
	padding: 6px 0 0 3px;
	font-family: "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-size: 14px;
	line-height: 23px;
	color: #a3a3a3;
	margin-top: 4px !important;
	_position: relative;
	_left: -20px;
}

.inputarea { 
	display: block;
	width: 256px;
	height: 127px;
	background-image: url('images/input_textarea.jpg');
	background-repeat: no-repeat;
	background-color: transparent;
	border: 1px solid #242321 !important;
	padding: 6px 0 0 3px;
	font-family: "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-size: 14px;
	line-height: 23px;
	color: #a3a3a3;
	overflow: auto;
	word-break: inherit;
	position: relative;
	margin-top: 4px !important;
	*left: -30px;
}

.comments_userdata {
	display: block;
	width: 250px;
	float: left;
	margin: 0;
	_display: inline;
	_position: relative;
	_left: 20px;
}

.comments_userdata input {
	margin: 0 0 5px 0;
}

.comments_message {
	display: block;
	width: 250px;
	float: left;
	margin-left: 30px;
	_display: inline;
	_position: relative;
	_left: 20px;
}

#respond label {
	color: #848380;
	font-weight: bold;
	_position: relative;
	_left: -20px;
}

#respond #submit {
	display: block;
	width: 64px;
	height: 19px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/button_submit.png');
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	display: block;
	float: right;
	margin: 15px 0 0 0;
	position: relative;
	left: 10px;
}

#respond p {
	margin: 0 0 10px 20px;
}

#respond a {
	color: #94c0cb !important;
	border: 0 !important;
}

#respond a:hover {
	color: #fff;
}

#reply a {
	text-decoration: none !important;
}

#cancel-comment-reply {
	margin: 5px 13px 0 0;
	float: right;
}

/**************************************************************
							STYLING
**************************************************************/

.alignleft {
	float: left;
	margin: 3px 10px 6px 0;
	_display: inline;
}

.withborder {
	border: 2px solid #fff;
	padding: 2px;
}

.alignright {
	float: right;
	margin: 3px 0 6px 10px;
	_display: inline;
}

.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 5px auto;
}

.icon {
	margin: 0 5px 0 0;
	position: relative;
	top: 4px;
}

/**************************************************************
							HELPERS
**************************************************************/

.warning {
	color: #de5858 !important;
}

.success {
	color: #c3e999 !important;
}

.clearer {
	width: 1px;
	height: 1px;
	clear: both;
	visibility: hidden !important;
	margin: 0;
	border: 0;
	padding: 0;
}