/*
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: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, 'Sans-Serif';
	font-size: 12px;
	color: #223344;
	background-position: top center;
	background-color: #eee;
	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;
}
.topcontainer {
	width: 960px;
	margin: 0 auto;
	_width: 945px;
}
.container {
	width: 960px;
	margin: 0 auto;
	_width: 945px;
	background-image: url(images/container_bg.png);
}
.containerTop {
	width: 960px;
	margin: 0 auto;
	_width: 945px;
	background-image: url(images/containerTop_bg.png);
}
#mainwrapper {
	width: 910px;
	background-repeat: repeat-y;
	padding: 0px 18px 10px 18px;
	_width: 910px;
	_padding: 0px 18px 0 18px;
}
#ka_profilePage #mainwrapper {font-size:120%;}

/**************************************************************
							HEADER
**************************************************************/

#header {
	margin: 0;
	width: 100%;
	height:86px;
	text-align: center;
	/*background-position: top left;
	background-repeat: no-repeat;
	background-image: url(images/masthead_bg.png);*/
}

#logo {
	display: block;
	float: left;
	margin: 0;
	_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: 40px;
	display: block;
	margin-top: 0;
	background-image: url(images/categories_container.png);
	background-repeat: no-repeat;
}

#topics {
	float: left;
	width: 695px;
	height: 35px;
	display: block;
	padding: 7px 0 0 14px;
}

#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-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');
	position: relative;
	width: 100%;
	height: 24px;
	display: block;
	_cursor: pointer;
}

#topics li.back a {
	color: #fff !important;
	_cursor: pointer;
}

#topics a {
	color: #000;
	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: #111;
}

#searchform {
	width: 250px;
	margin: 0;
	float: left;
	position: relative;
	padding-top: 13px;
}

#s {
	display: block;
	width: 191px;
	height: 19px;
	background-image: url('images/search_input.png');
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	padding: 8px 0 0 10px;
	font-family: "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-size: 14px;
	line-height: 14px;
	color: #333;
	float: left;
	margin: 0;
}

#searchsubmit {
	display: block;
	width: 31px;
	height: 27px;
	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;
}

/**************************************************************
							 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 0;
	background-repeat: no-repeat;
	padding: 0 0 0 24px;
	color: #248;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 2px;
	text-decoration: none !important;
}

.ruler {
	display: block;
	width: 100%;
	height: 2px;
	-webkit-box-shadow: #bbb 0px 1px 1px; -moz-box-shadow: #bbb 0px 1px 1px;
	background: #fff;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	margin-bottom: 8px;
}

.title, .title a {
	color: #248 !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: #000 !important;
}

#content a, #sidebar a {
	color: #000;
	text-decoration: underline;
	_position: relative;
	_cursor: pointer;
}

#content a:hover, #sidebar a:hover {
	color: #888;
}

#content h4 {
	color: #000;
	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-family: "Courier New", Courier, monospace;
	background-color:#eed;
	margin:8px;
	padding:8px;
}

#content blockquote p {
	line-height: 120%;
}

.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: #888 !important;
}

.metadata a {
	border-bottom: 1px dashed #7f7f7f;
	text-decoration: none !important;
	_position: relative;
	_cursor: pointer;
}

.metadata a:hover {
	color: #000 !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 {
	border-radius: 8px; -moz-border-radius: 8px;
	border:1px solid #ddd;
	width: 260px;
	height: 250px;
	display: block;
	margin: 0 10px 10px 0;
	float: left;
	padding:4px;
}

.preview-post .entry {
	display: block;
	height: 220px;
}

.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: 0px;
	border-radius: 6px; -moz-border-radius: 6px;
}

.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: #ccc;
	font-size: 11px;
	position: relative;
	top: 4px;
}

.day {
	width: 44px;
	display: block;
	text-align: center;
	color: #49d;
	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: #fff url('images/widget-top-bg.png') repeat-x;
	list-style-type: none !important;
	-webkit-box-shadow: #bbb 0px 2px 3px; -moz-box-shadow: #bbb 0px 2px 3px;
	border: 1px solid #ccc;
	border-radius: 4px; -moz-border-radius: 4px;
	padding:4px;
}

.ctc {text-align:justify;}

.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: #345;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 6px;
	text-decoration: none !important;
}

.widget_container {
	display: block;
	width: 300px;
	padding: 0 5px;
}

.widget_container a {
	color: #359 !important;
	border: 0 !important;
	text-decoration: none !important;
}

.widget_container a:hover {
	color: #000 !important;
}

.widget_container ul {
	margin: 0 !important;
	list-style-type: none;
	_margin-left: 15px;
}

.widget_container li {
	padding: 4px;
}

.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: 560px;
	height: 340px;
	margin: 0 0 15px 0;
	float: left;
	border-radius: 8px; -moz-border-radius: 8px;
	overflow:hidden;
}

#slider {
	display: block;
	width: 560px;
	height: 340px;
	overflow: hidden;
	margin: 0;
	position: relative;
}

#slider .thumbnail {
	margin: 0;
	display: block;
	float: left;
	border-radius: 8px; -moz-border-radius: 8px;
}

#sliderWrapper {
	width: 560px;
	height: 9999px;
	text-align: left;
	position: relative;
	display: block;
	margin: 0;
}

.sliderPostWrapper {
	width: 560px;
	height: 340px;
	float: left;
	position: relative;
	display: table;
	text-align: left;
	_display: inline;
}

.slidercontent {
	width: 550px;
	height: 100px;
	padding:5px 5px 0 5px;
	position: relative;
	/*top: -130px;*/
	background: url(images/slider-bg.png) repeat;
	display: block;
	float: left;
	margin: 235px 0 0 -560px;
}

.slidercontent h3, .slidercontent h3 a {
	font-size: 22px !important;
	letter-spacing: -1px;
	color: #000 !important;
	text-decoration: none !important;
	border: 0 !important;
	font-weight: normal;
	text-shadow:#FFF 0px 0px 4px;
}

.slidercontent h3 a:hover {
	text-decoration: none;
}

.slidercontent p {
	color: #000;
	margin: 5px 0;
	text-shadow:#fff 0px 0px 3px;
}

.sliderfull {
	display: block;
	width: 82px;
	height: 23px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/post_full.png');
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	float: right;
	position: absolute;
	top: 78px;
	right: 2px;
}

#slider_navigation {
	display: block;
	width: 50px;
	height: 25px;
	position: relative;
	float: right;
	top: -382px;
	right: 2px;
}

#slider_last {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/button_last.png');
}

#slider_next {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/button_next.png');
}

/**************************************************************
					RIGHT SIDE ADD-ON
**************************************************************/
#ufonyx_front_right {
	width: 500px;
	height: 245px;
	float: right;
	margin: 0px 0px 0px 10px;
}
/**************************************************************
						   FEATURES
**************************************************************/

#features {
	width: 518px;
	display: block;
	float: left;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

#featureswrapper {
	width: 9999px;
	height: 100%;
	position: relative;
}

.features_item {
	display: block;
	float: left;
	overflow:hidden;
	border-radius:6px; -moz-border-radius:6px;
	margin-left: 17px;
}

#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: #234 !important;
}

/**************************************************************
							 FOOTER
**************************************************************/

#footer {
	width: 960px;
	height: 100px;
	display: block;
	background-image: url('images/footer_bg.png');
	background-repeat: no-repeat;
	color: #bbb;
	_width: 960px;
	margin: 0px auto 0px auto;
	_height: 100px;
	position: relative;
	_position: static;
}

#footer p {
	height: 45px;
	color: #bbb;
	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: #bbb;
	font-weight: bold;
	font-size: 14px;
	height: 42px;
}

#footer ul li a {
	color: #ccc;
	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: 2px 0 0 24px;
}

.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;
	border: 1px solid #242321 !important;
	padding: 6px 0 0 3px;
	font-family: "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-size: 14px;
	line-height: 23px;
	color: #333;
	margin-top: 4px !important;
	_position: relative;
	_left: -20px;
}

.inputarea { 
	display: block;
	width: 256px;
	height: 127px;
	border: 1px solid #242321 !important;
	padding: 6px 0 0 3px;
	font-family: "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-size: 14px;
	line-height: 23px;
	color: #333;
	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;
}
