/** General Layout **/

* {margin:0; padding:0;}

html, body {
	margin:0px;
	padding:0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size:12px;
	position:relative;
	line-height:1.7em;
	background:#08161f url(../images/night/body_bg.jpg) repeat-x top left;
	color:#fff;
	text-align:left;
	height: 100%;
}

.clear {
	clear: both;
	height:0;
	width:0;
	line-height:0;
	font-size:0px;
}

.hidden {display:none;}

.no-margin {margin-right:0 !important;}

.round {-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}

#main-colum input, #main-colum textarea {-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}

#site-wrapper {
height: auto !important;
height: 100%;
min-height: 100%;
position:relative;
overflow:hidden;
background:url(../images/night/center_bg.jpg) no-repeat top center; 

}

#footer {
height:40px;
padding:0;
margin-top:-40px;
position:relative;

}

.container {margin:0 auto; width:960px; position:relative;}

/** Typography **/

h1 {font-weight:normal; font-size:36px; line-height:38px;}
h2 {font-weight:normal; font-size:28px; line-height:34px;}
h3 {font-weight:normal; font-size:24px; line-height:30px;}
h4 {font-weight:normal; font-size:20px; line-height:22px;}
h5 {font-weight:normal; font-size:17px; line-height:19px;}
h6 {font-weight:normal; font-size:15px; line-height:16px;}

#wp-logout {margin-bottom:10px; color:#94d5f8;}
#LoginWithAjax_Links_Remember {margin-bottom:10px; color:#94d5f8;}
#LoginWithAjax_Links_Register {margin-bottom:10px; color:#94d5f8;}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {margin-bottom:10px; color:#94d5f8;}
#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover, #content h6 a:hover {text-decoration:none;}

#content p {margin-bottom:15px;}

#content ul {list-style:circle; list-style-position:inside; padding-left:2px; margin-bottom:15px; padding-left:15px;}
#content ol {list-style:decimal; list-style-position:inside; margin-bottom:15px; padding-left:15px;}

#content blockquote {margin-bottom:15px; padding:12px ; background:#000; color:#fff; border-top:#113d5a 1px solid; border-bottom:#113d5a 1px solid; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; font-style:italic; line-height:1.7em;}
#content blockquote p {margin-bottom:0;}

/** Header **/

#header {height:auto; position:relative; z-index:100;}

#logo {height:55px; width:200px; display:block; background:url(../images/logo.png) no-repeat; margin-top:65px; margin-bottom:30px;}
#logo h1 , #logo h1 a {display:block; height:100%; width:100%; float:left;}

#search {float:right; position:relative; margin-top:-60px;}
#s {height:30px; width:230px; display:block; background:url(../images/night/search_bg.png) no-repeat left top; border:none; padding-left:10px; padding-top:1px; font-size:11px; line-height:30px; color:#fff;}
#search-submit {height:16px; width:13px; display:block; float:right; background:url(../images/night/search_submit.png) no-repeat right top; border:none; position:absolute; right:16px; top:8px;cursor:pointer; }

#quote-bar {width:960px; height:70px; background:url(../images/night/quote_bar.png) no-repeat top left; margin-bottom:30px; position:relative;}
#quote-bar h2 {color:#115080; float:left; padding:20px 0 0 10px;}
#quote-bar .quote {height:54px; width:130px; background:url(../images/night/quote_btn.png) no-repeat top left; display:block; text-indent:-9999px; float:right; margin-top:8px; margin-right:6px;}

#page-name {padding-bottom:30px; margin-bottom:30px; border-bottom:#c4cdd2 1px solid; color:#94d5f8; text-align:center;}
#page-name .tagline {font-size:18px; margin-top:10px;} 

/** Slider **/

#slider-wrapper {width:960px; height:290px; background:url(../images/night/slider_bg.png) no-repeat top left; display:block; position:relative; margin-bottom:30px !important;}
#slideshow {width:940px; height:270px; position:relative; top:10px; left:10px;}

#slider-nav {position:absolute; bottom:20px; left:20px; z-index:30; background:#08161F; padding:7px 5px; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; border:1px solid #B5BABD;}
#slider-nav a {margin-right:5px; margin-left:5px; background:url(../images/night/slider-pager.png) no-repeat bottom left; height:16px; width:16px; text-indent:-9999px; display:block; float:left;}
#slider-nav a:hover, #slider-nav a.activeSlide {background:url(../images/night/slider-pager.png) no-repeat top left;}

/** Content **/

#content {height:auto; overflow:hidden; overflow:hidden; padding-bottom:60px; position:relative;}

#content img {background:#072537; border:#b5babd 1px solid; padding:4px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; float:left; margin:0 8px 5px 0;}

.box {float:left; width:300px; margin-right:30px; margin-bottom:30px; height:auto; overflow:hidden;}
#content .box img {margin:0 0 10px 0;}
.box a {color:#94d5f8;}
.box a:hover {color:#d0efff; text-decoration:underline;}

#main-colum a.more-link, .box a.more-link{padding:2px 7px; background:#d0eeff; color:#264f6f; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; font-size:10px; text-transform:uppercase;float:left;}
#main-colum a.more-link span, .box a.more-link span{font-size:12px;}
#main-colum a.more-link:hover, .box a.more-link:hover {background:#043d5d; text-decoration:none; color:#fff;}

/** Main-Colum **/

#main-colum {width:640px; float:left; margin-right:30px; display:block;  height:auto; overflow:hidden;}

#main-colum a {color:#94d5f8;}
#main-colum a:hover {color:#d0efff; text-decoration:underline;}

/** Sidebar **/

#sidebar {width:290px; float:right;  height:auto; overflow:hidden;}

#sidebar ul { list-style-type:none; list-style-position:outside; padding:0; margin:0;}
#sidebar ul li.widget {margin-bottom:40px;}
#sidebar ul li.widget li {list-style-type:none;}
#sidebar ul li.widget li a {display:block; padding:7px 0; border-bottom:#99bfd4 1px solid; color:#d0efff; background:none;}
#sidebar ul li.widget li a:hover {color:#94d5f8; background:#000;}
#sidebar ul li.widget li.current_page_item a {font-weight:bold; background:#000; color:#94d5f8;}

#sidebar ul li.widget li li a {padding-left:10px;}
#sidebar ul li.widget li li.current_page_item a {font-weight:bold; background:#000; color:#94d5f8;}
#sidebar ul li.widget li.current_page_item li a {font-weight:normal; color:#d0efff; background:none;} 
#sidebar ul li.widget li.current_page_item li a:hover {color:#94d5f8; background:#000;}

#content #sidebar #contact-info img {float:none; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius:5px;padding:5px; border:#b5babd 1px solid; background:#072537; margin:-5px 0 15px;}
#content #sidebar #social-info img {background:transparent none repeat scroll 0 0; border:medium none; padding:0; margin-right:5px;}

/** Portfolio **/

#full-width {height:auto; overflow:hidden;}
#full-width table{ width: 100%;}

#content #grid h3, #content #list h3 {}

#content #grid {height:auto;}
#content #grid .grid-row {float:left; width:100%; height:auto; overflow:visible; margin-bottom:30px;}
#content #grid .port-box, #content #list .port-box {display:block; position:relative; height:160px; width:300px; background:url(../images/zoom.png) no-repeat 50% 50%; float:left;}
#content #grid .movie, #content #list .movie {background:url(../images/zoom-movie.png) no-repeat 50% 50%;}

#content .port-box {margin-bottom:15px;}

#content #list .box {width:960px; margin-right:0;  border-bottom:#C4CDD2 1px solid; height:auto; overflow:visible;}
#content #list .port-box {margin-right:15px;}
#content #list .box img {margin-bottom:0; width:160px;}
#content #list .box h3 {margin-bottom:7px;}

.meta {margin-bottom:7px;}
.meta .category, .meta .date, .meta .comments {width:auto; margin-right:20px; padding-left:20px;}
.meta .category {background:url(../images/category.png) no-repeat left top;}
.meta .date {background:url(../images/clock.png) no-repeat left top;}
.meta .comments {background:url(../images/comment.png) no-repeat left 1px;}

#content .wp-pagenavi {float:left; font-size:11px; }
#content .wp-pagenavi a {padding:3px 7px; background:#d0eeff; color:#264f6f; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;text-transform:uppercase;}
#content .wp-pagenavi a:hover {background:#043d5d; text-decoration:none; color:#fff;}
#content .wp-pagenavi span.current {padding:3px 7px;background:#d0eeff; text-decoration:none;color:#264F6F; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }

/** Blog **/

#content .post {width:640px; margin-right:0; padding-bottom:30px; border-bottom:#6d9fbb 1px solid; height:auto; overflow:hidden; margin-bottom:30px;}

/** Comments **/

#comments .commentlist {list-style-type:none; list-style-position:outside; overflow:hidden;}
#comments h3 {margin-bottom:30px !important; text-transform:capitalize;}
#comments .commentlist li {margin-bottom:55px; height:auto; width:630px; overflow:hidden;}
#comments .commentlist a {color:#94d5f8;}
#comments .commentlist a:hover {color:#d0efff;}
#comments .commentlist .comment-left {float:left; width:90px; height:100%; margin-right:30px;}
#comments .commentlist .comment-left img {margin:0 0 10px;}
#comments .commentlist .comment-left a {text-align:center; display:block;}
#comments .commentlist .comment-right {float:left; width:470px; overflow:hidden; border:#6d9fbb 1px solid; padding:15px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}

#comments #responde {height:auto; overflow:hidden;}
#comments #responde form p small {color:#6E6E6E !important; }
#comments #responde #commentform input, #comments #responde #commentform textarea {font-size:12px; font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif; color:#6E6E6E; 
border:#6d9fbb 1px solid; padding:2px 5px;}
#comments #responde #commentform input {height:18px;}
#comments #responde #commentform #submit {padding:2px 7px; background:#d0eeff; color:#264f6f; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; font-size:10px; text-transform:uppercase;float:left; border:none; font-size:14px; height:auto; cursor:pointer;}
#comments #responde #commentform #submit:hover {background:#105f8b; text-decoration:none; color:#fff;}

/** Contact us Form **/

#contact-warp {width:260px; float:left; text-align:left; height:auto;margin-bottom:10px;}
#contact-warp p.label {width:260px; float:left; margin:0;color:#d0efff;}
#contact-warp .special {display:none;}

.message {float:left; height:auto; width:500px; background:#FAE673; border:#FEBD63 1px solid; color:#CC6600; display:none; padding:10px;}

#contact-warp input {padding:5px; font-size:12px; width:260px; float:left; font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif; margin-bottom:5px; border:#ababab 1px solid;}
#contact-warp textarea {padding:5px; font-size:12px; width:550px; float:left; font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif; margin-bottom:10px; border:#ababab 1px solid;}

#contact-warp input.submit {padding:2px 7px; background:#d0eeff; color:#264f6f; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; font-size:10px; text-transform:uppercase;float:left; border:none; font-size:14px; height:auto; cursor:pointer; width:auto;}
#contact-warp input.submit:hover {background:#105f8b; text-decoration:none; color:#fff;}


/** Footer **/

#footer {background:url(../images/night/footer_bg.png) no-repeat center top; position:relative;}
#footer .container p {padding:10px;}
#footer .container p a {color:#94d5f8;}
#footer .container p a:hover {text-decoration:underline; color:#d0efff;}


/** RJS **/

/** RJS **/


