/******************************************************************************
******************************************************************************
******************************************************************************
******************************** Defaults *************************************
******************************************************************************/
@import url('css/structure.css');
@import url('css/portfolio_gallery.css');
@import url('css/buttons.css');

body {
	background: #f9f9f9 url(images/cbg.png) repeat-x top;
	background-position-y: 571px;  
	text-align: center;
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #999;  
	border-top:1px #000 solid;
}
body#inner {
	background: #f9f9f9 url(images/cbg.png) repeat-x top;
	background-position-y: 221px;  
}
@font-face {
    font-family: 'SansationRegular';
    src: url('font/Sansation_Regular-webfont.eot');
    src: url('font/Sansation_Regular-webfont.eot?iefix') format('eot'),
         url('font/Sansation_Regular-webfont.woff') format('woff'),
         url('font/Sansation_Regular-webfont.ttf') format('truetype'),
         url('font/Sansation_Regular-webfont.svg#webfontw28k2xtN') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationLight';
    src: url('font/Sansation_Light-webfont.eot');
    src: url('font/Sansation_Light-webfont.eot?iefix') format('eot'),
         url('font/Sansation_Light-webfont.woff') format('woff'),
         url('font/Sansation_Light-webfont.ttf') format('truetype'),
         url('font/Sansation_Light-webfont.svg#webfontJY9BDD6R') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationBold';
    src: url('font/Sansation_Bold-webfont.eot');
    src: url('font/Sansation_Bold-webfont.eot?iefix') format('eot'),
         url('font/Sansation_Bold-webfont.woff') format('woff'),
         url('font/Sansation_Bold-webfont.ttf') format('truetype'),
         url('font/Sansation_Bold-webfont.svg#webfonth1l4beys') format('svg');
    font-weight: normal;
    font-style: normal;

}

::selection {
	background: #333;
	color: #fff;
}
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 10px;
	font-family: 'SansationBold', Arial,Verdana,sans-serif;
	color: #333;
	line-height: 100%;
}
a {
	color: #57abe4;  
	text-decoration: none;
}
p {
	margin-bottom: 10px;
	line-height: 1.6em;
}
h1 {
	font-size: 30px;
	margin-bottom: 15px;
}
h2 {
	font-size: 26px;
	margin-bottom: 15px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
.clr {
	clear: both
}
strong {
	font-family: 'SansationBold';
}
.aligncenter {
	margin: 0 auto;
	text-align: center;
	display: block
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft,a.alignleft {
	margin: 5px 10px 5px 0;
}
img.alignright,a.alignright {
	margin: 5px 0 5px 10px;
}
img.topimg {
	margin-top: 0;
}
img.bottomimg {
	margin-bottom: 0;
}
ul,ol {
	margin: 15px 20px;
}
ul li {
	list-style-type: disc;
	padding-left: 5px;
}
ol li {
	list-style-type: decimal;
	padding-left: 5px;
}
.italic {
	font-style: italic;
}
.in {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
.blue {
	color: #57abe4;  
}
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	font-family: Georgia, Times, serif;
	font-size: 50px;
	line-height: 40px;
}
.zoom {
	background: url(images/icons/zoom.png) no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
}
.outterglow {
	background: #eee;
	background: 1px #fff solid;
	-moz-box-shadow: 1px 1px 1px #c9c9c9;
	-webkit-box-shadow: 1px 1px 1px #c9c9c9;
	box-shadow: 1px 1px 1px #c9c9c9;
	padding: 5px;
}
blockquote {
	background: url(images/icons/quote.png) no-repeat bottom right;
	padding-bottom: 30px;
	padding-right: 10px;
	font-size: 14px;
	font-family: Georgia;
	font-style: italic;
}
code {
	background: #efefef url(images/icons/code.png) no-repeat bottom right;
	border-left: 4px #ccc solid;
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	font-family: monospace;
	
}
.bottomborder {
	border-bottom: 1px #ccc solid;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
img.bottomborder {
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.topborder {
	border-top: 1px #ccc solid;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 10px;
}
.split {
	width: 100%;
	height: 2px;
	background: url(images/hr.jpg) repeat-x;
	margin: 40px 0;
	clear: both
}
/******************************************************************************
************************************ TOP **************************************
******************************************************************************/
#top {
	width: 100%;
	height: 64px;
	position: absolute;
	top: 0;
	z-index: 100
}
#top .in {
	position: relative;
}
#top img.logo {
	position: absolute;
	top: 0;
	left: 0;
}
ul#nav {
	float: right;
	max-width: 740px;
	padding-top: 2px;
	position: relative;
	margin-right: 0;
	margin-top: 20px;
}
ul#nav li {
	list-style-type: none;
	float: left;
	text-transform: uppercase;
	position: relative;
	margin-left: 10px;
}
ul#nav li a {
	color: #fff; 
	text-shadow: 1px 1px #000;
	position: relative;
	display: block;
	padding: 5px 10px;
	font-weight: bold;
}
ul#nav li a:hover, ul#nav li a.active {
	color: #fff; 
	background: #000;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
}
ul#nav ul {
	background: #000;
	position: absolute;
	top: -999em;
	width: 150px;
	margin: 0;
	padding: 10px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
}
ul#nav ul li {
	width: 100%;
	text-transform: none;
	border-bottom: 1px #111 solid;
	margin-left: 0;
}
ul#nav ul li a {
	padding: 5px 0;
	color: #ccc
}
ul#nav li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
ul#nav li:hover ul,
ul#nav li.sfHover ul {
	left: 5px;
	top: 23px; /* match top ul list item height */
	z-index: 99;
}
ul#nav li:hover li ul,
ul#nav li.sfHover li ul {
	top: -999em;
}
ul#nav li li:hover ul,
ul#nav li li.sfHover ul {
	left: 150px; /* match ul width */
	top: 0;
}
ul#nav li li:hover li ul,
ul#nav li li.sfHover li ul {
	top: -999em;
}
ul#nav li li li:hover ul,
ul#nav li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
/******************************************************************************
********************************** Header *************************************
******************************************************************************/
#header {
	background: #141a20 url(images/light.png) no-repeat top; 
	width: 100%;
	height: 570px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px #fff solid;
}
#header .pattern {
	background: url(images/patterns/pattern7.png) repeat; 
	height: 570px;
}
#header .in {
	color: #fff;
}
#header .in h2 {
	text-transform: uppercase;
	font-size: 48px;
	font-weight: bold;
	color: #fff
}
#header .in h1 {
	text-transform: uppercase;
	font-size: 48px;
	color: #fff
}
#slider1 .aligncenter img {
	margin-top: 100px;
}
.stitle {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
.stitle h2 span.small {
	font-size: 16px;
	display: block;
	line-height: 16px;
	text-align: right;
	padding-top: 5px;
}
.stitle h2 {
	background: url(images/tbg.png) repeat;
	padding: 10px;
	font-family: "SansationBold";
	font-size: 55px;
	text-transform: uppercase;
	position: absolute;
	top: 360px;
	right: 0;
	color: #fff;
	text-shadow: 1px 1px #666;
	margin-bottom: 0;
}
#piecemaker {
	margin-top: 60px;
}
body#inner #header {
	height: 220px;
	background-position: center;
}
body#inner #header .pattern {
	height: 90px;
}
.inhead {
	width: 100%;
	height: 130px;
	background: #1d2126 url(images/inhead.png) repeat-x top;
}
.inhead .light2 {
	background: url(images/light2.png) no-repeat top;
	height: 130px;
}
.inhead .in {
	position: relative
}
.inhead .in #search {
	position: absolute;
	top: 50px;
	right: 32px;
}
.inhead .in #search input {
	background: #fff;
	height: 22px;
	width: 170px;
	position: relative;
	border: 1px #000 solid;
	padding: 0;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
	font-family: "SansationLight";
	font-size: 16px;
	color: #999;
	padding: 5px 10px;
}
.inhead .in #search #ssubmit {
	background: url(images/search.png) no-repeat;
	position: absolute;
	height: 37px;
	width: 38px;
	top: -1px;
	right: -32px;
	border: 0;
}
.inhead h1 {
	padding-top: 45px;
	text-shadow: 1px 1px #000;
}
/******************************************************************************
********************************* Content *************************************
******************************************************************************/
#content {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	padding: 40px 0 10px 0;
}
.features img.project {
	margin-bottom: 15px;
}
.features h4 {
	margin-bottom: 15px;
}
.features p {
	margin-bottom: 30px;
}
div.projects h4 {
	margin-bottom: 20px;
}
div.projects .col25 {
	margin-bottom: 40px;
}
.testimonials h4 {
	margin-bottom: 20px;
}
.bldark {
	background: #222a33;
	font-style: italic;
	position: relative;
	-moz-border-radius: 15px; /* Firefox */
	-webkit-border-radius: 15px; /* Safari, Chrome */
	border-radius: 15px; /* CSS3 */
	color: #fff;
	padding: 15px;
	font-size: 12px;
	font-family: Arial;
	margin-bottom: 45px;
}
.bldark .bottomi {
	position: absolute;
	bottom: -37px;
	right: 15px;
}
.bldark .by {
	background: #eee;
	color: #999;
	-moz-border-radius: 15px; /* Firefox */
	-webkit-border-radius: 15px; /* Safari, Chrome */
	border-radius: 15px; /* CSS3 */
	padding: 5px;
	margin-bottom: 10px;
}
.bldark .by img {
	float: left
}
.bldark .by p {
	float: right;
	width: 125px;
	line-height: 14px;
	margin-bottom: 0;
}
.projects .col25 {
	margin-bottom: 30px;
}
.testimonials .bluebutton {
	margin-top: 30px;
}
.post {
	position: relative;
}
.post h3 {
	margin-bottom: 10px;
}
.post .thumb {
	float: left;
	width: 145px;
	height: 145px;
	margin-bottom: 10px;
}
.post img.thumb2 {
	width: 657.5px;
	height: 190px;
	margin-bottom: 10px;
}
.post .entry {
	width: 500px;
	float: left;
	margin-left: 20px;
}
.post .entry a.rm {
	font-weight: bold;
}
.post .pmeta {
	background: #eee;
	padding: 3px 5px;
	margin-bottom: 10px;
	float: left;
	clear: both;
}
.post .poston {
	background: url(images/icons/clock.png) left no-repeat;
	padding-left: 20px;
	margin-right: 10px;
	display: block;
	float: left;
}
.post .postby {
	background: url(images/icons/user.png) left no-repeat;
	padding-left: 17px;
	display: block;
	float: left;
}
.post .comment_bubble {
	background: url(images/icons/bubble.png) no-repeat;
	width: 29px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	color: #333;
	font-size: 14px;
	padding: 2px 0;
	text-align: center
}
.lastp {
	margin-bottom: 0;
}
.post_left {
	width: 667.5px;
	padding-right: 40px;
	margin-left: 0;
	background: url(images/split_left.png) no-repeat right top;
	float: left;
}
.post_right {
	width: 667.5px;
	padding-left: 40px;
	margin-left: 0;
	background: url(images/split_right.png) no-repeat left top;
	float: left;
}
body#inner #content .col75.posts {
	padding-right: 40px;
	background: url(images/split.png) no-repeat right top;
	margin-right: 20px;
}
.message {
	font-family: "SansationLight";
	font-size: 21px;
	color: #666;
	background: url(images/hr.jpg) repeat-x bottom;
	padding-bottom: 20px;
	margin-bottom: 40px;
	text-transform: uppercase
}
.message p {
	max-width: 750px;
	float: left;
	margin-bottom: 0;
}
.message img {
	margin-top: 10px;
	float: right;
}
.message strong {
	color: #333;
}
/************ SIDEBAR *****/
body#inner #content .sidebar {
	margin-bottom: 40px;
}
.widget {
	margin-bottom: 40px;
}
ul.sub_pages {
	margin: 0 0 20px 0px;
}
ul.sub_pages li {
	background: url(images/innersub.png) no-repeat;
	list-style-type: none;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
	padding: 7px 15px;
	margin-bottom: 5px;
}
ul.sub_pages li.active, ul.sub_pages li:hover {
	background: url(images/innersub_active.png) no-repeat;
}
ul.sub_pages li a {
	font-weight: bold;
	display: block
}
ul.sub_pages li.active a, ul.sub_pages li:hover a {
	color: #fff;
}
ul.arrow,ul.star {
	margin: 15px 0;
}
ul.cates {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-weight: bold;
}
ul.cates li {
	list-style-type: none;
	padding: 0 5px 5px 5px;
	margin-bottom: 5px;
}
ul.cates ul {
	margin-left: 10px;
}
ul.arrow li {
	list-style-type: none;
	background: url(images/icons/arrow-right.png) no-repeat;
	padding: 0 5px 5px 21px;
	margin-bottom: 5px;
}
ul.star li {
	list-style-type: none;
	background: url(images/icons/star2.png) no-repeat;
	padding: 0 5px 5px 26px;
	margin-bottom: 5px;
}
ul.cates li {
	border-bottom: 1px #ccc solid;
}
/********** Pagination *********/
.pagination {
	margin: 0;
	padding: 0;
	display: block;
	height: 10px;
}
.pagination li {
	display: block;
	float: left;
	margin-right: 10px;
	font-family: 'SansationRegular', Arial,Verdana,sans-serif;
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	padding-left: 0;
	font-weight: bold;
	padding: 3px 0;
}
.pagination li.pages {
	background: #999;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: lighter
}
.pagination li a {
	color: #999;
}
.pagination li.current a,.pagination li a:hover {
	color: #6eb3c0;
}
/************* Comments *****************/
.comments ol {
	margin: 0 ;
}
.comments ol li {
	background: #fff;
	padding: 20px;
	list-style-type: none;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
	-moz-box-shadow: 1px 1px 1px #c9c9c9;
	-webkit-box-shadow: 1px 1px 1px #c9c9c9;
	box-shadow: 1px 1px 1px #c9c9c9;
	margin-bottom: 20px;
}
.comments ol li .commentby  {
	border-bottom: 1px #eee solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
	position: relative;
}
span.cnum {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 48px;
	font-family: Georgia;
	font-style: italic;
}
.comments ol li .commentby .avatar {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
}
form#comment {
}
form#comment input.txt {
	background: #fff;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
	width: 75%;
	border: 1px #ccc solid;
	color: #444; 
	font-style: italic;
	padding: 10px;
}
form#comment label {
	display: block;
}
form#comment textarea {
	background: #fff;
	border: 1px #ccc solid;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
	padding: 10px;
	width: 95%;
	height: 130px;
}
input#commentsubmit {
	background: url(images/buttons/send.png) no-repeat;
	width: 71px;
	height: 34px;
	border: 0;
	float: right;
	margin-right: 10px;
}
/************* Contact Form *************/
form#fcontact {
}
form#fcontact input.txt {
	background: #fff;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
	width: 75%;
	border: 1px #ccc solid;
	color: #444; 
	font-style: italic;
	padding: 10px;
}
form#fcontact textarea {
	background: #fff;
	border: 1px #ccc solid;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
	padding: 10px;
	width: 95%;
	height: 130px;
}
form#fcontact input#csubmit {
	background: url(images/buttons/send.png) no-repeat;
	width: 71px;
	height: 34px;
	border: 0;
	float: right;
	margin-right: 10px;
}
/******************************************************************************
********************************* Footer **************************************
******************************************************************************/
#footer {
	width: 100%;
	background: #eee url(images/fbg.png) repeat-x top; 
	margin-top: 40px;
	padding: 40px 0 0 0;
	border-top: 1px #ddd solid;
	color: #999
}
#footer .in {
	padding-bottom: 20px;
}
#footer h5 {
	margin-bottom: 20px;
}
#footer .social-icons {
	margin-top:10px;
}
#footer .social-icons a img {
	width: 25px;
	height: 25px;
	margin-right: 5px;
}
#footer ul {
	margin: 0 0 5px 0;
}
#footer ul li 
{
	list-style-type: none;
	border-bottom: 1px #ccc solid;
	padding-bottom: 5px;	
	margin: 0 0 5px 0;
}
.rpost {
	border-bottom: 1px #ccc solid;
	margin-bottom: 10px;
}
.rpost img {
	width: 50px;
	height: 50px;
	float: left;
}
.rpost p {
	width: 150px;
	float: right;
}
ul.sarrow li {
	list-style-type: none;
	background: url(images/icons/sarrow.png) no-repeat top left;
	padding: 0 5px 5px 15px;
	margin-bottom: 5px;
}
/*** jCarousel ***/
#mycarousel {
	margin: 0;
	padding: 0;
}
#mycarousel li {
	padding: 0;
	list-style-type: none;
}
.jcarousel-skin-tango {
	overflow: hidden;
	height: 220px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: -40px;
    right: 0px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: transparent url(images/arrow1_right.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background: transparent url(images/arrow1_right-r.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background: transparent url(images/arrow1_right.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background: transparent url(images/arrow1_right.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(images/arrow1_right.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: -40px;
    right: 29px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: transparent url(images/arrow1_left.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background: transparent url(images/arrow1_left.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background: transparent url(images/arrow1_left.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background: transparent url(images/arrow1_left.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url(images/arrow1_left.png) no-repeat 0 0;
}