@import "font.css";

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none; outline: 0; }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ------- Site Wide Styles -------------------*/
html{
	
}
body {
	font-size: 75%;
	font-family: Helvetica, Arial, sans-serif;
	background: url(../images/background.jpg) no-repeat center top #000;
	
} 
html>body {
	font-size: 12px;
}
h1{
	font-size: 2em;
	font-family: 'CorisandeRegular', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #0EC9E2;
	line-height: 1.4em;
	margin: 0em 0px;
}
h1 span{
	font-size: 0.7em;
}
#topContentAlt h1, #topContentAlt p{
	color: #1A1A1A;
}
#topContentAlt h2{
	color: #1A1A1A;
	font-size: 1.8em;
	margin: 0.5em 0px 0.1em 0px;
}
#topContentAlt p{
	font-size: 1.15em;
}
h2{
	font-family: 'CorisandeRegular', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.6em;
	margin: 0.5em 0px 0.75em 0px;
	color: #fff;
}
h3 {
	font-family: 'CorisandeRegular', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.167em;
	margin: 0px 0px 0.6em 0px;
	color: #fff;
	padding: 0px 0px 3px 0px;
	border-bottom: #EA13AD solid 1px;
}
h3.alt{
	border-bottom: #CC262B solid 1px;
}
h4{
	font: 1em Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0.6em 0px 0.3em 0px;	
	color: #0EC9E2;
}
p{
	font: 1.1em Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	margin: 0.75em 0px;
	color: #e6e6e6;
}
ul{
	margin: 0px 0px 1.75em 0px;
}
ol{
	margin: 0px 0px 1.75em 0px;
}
li{
	font: 1em Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	margin-left: 15px;
	list-style-type: disc;
	color: #e6e6e6;
	margin-bottom: 8px;
}
a, a:visited{
	color: #0EC9E2;
	text-decoration: none;
}
a:hover, a:visited:hover{
	color: #EA13AD;
	text-decoration: none;
}

/* --------------- end site wide styles ------------------------------------------ */



/* ----- Layout ----- */

/* ------ Header Layout -------------------- */
#headerWrapper{
	background: url(../images/header_bg.png) repeat-x;
}
#header{
	margin: 0px auto;
	width: 960px;
	position: relative;
	padding: 25px 0px 0px 0px;
	height: 150px;
}
#logo{
	position: absolute;
	width: 320px;
}

/*----------- end header ------------------- */

/* ---------- menu layout ------------------- */
#menu{	
	position: absolute;
	left: 320px;
	width: 640px;
}

#nav li{
	width: 155px;
	float: left;
	display: inline;
	list-style-type: none;	
	margin: 0px 5px 0px 0px;
	font-family: 'CorisandeRegular', Helvetica, Arial, sans-serif;
}
#nav li a, #nav li a:visited{
	border-bottom: 2px solid #036;
	padding-bottom: 4px;
	width: 155px;
	display: block;
	font-size: 1.3em;
	color: #fff;
	text-decoration: none;
	margin-bottom: 10px;
}
#nav li a:hover{
	
}

#nav li li{	
	float: none;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	position: relative; 
	height: 20px;
}
#nav li li a,#nav li li a:visited, #nav li.menu1 li a, #nav li.menu2 li a, #nav li.menu3 li a, #nav li.menu4 li a{
	border-bottom: 0px;
	margin-bottom: 1px;
	width: 150px;
	padding: 0px;
	height: 20px;
	display: block;
	font-size: 1em;
	position: absolute; 
	z-index: 3;
}
/*#nav li li a:hover,#nav li li a:visited:hover, #nav li.menu1 li a:hover, #nav li.menu2 li a:hover, #nav li.menu3 li a:hover, #nav li.menu4 li a:hover, .rollover{
	width: 145px;
	padding-left: 5px;
}*/

#nav li li div{ position: absolute; background: url(../images/header_bg.png); width: 150px; height: 20px; top:0px; left: 0px; z-index: 2}

#nav li li #selected{
	padding: 0px 0px 0px 4px;
	background: url(../images/header_bg.png);
}
#nav li.menu1 a{
	border-bottom: 2px solid #0EC9E2;
}
#nav li.menu2 a{
	border-bottom: 2px solid #EA13AD;
}
#nav li.menu3 a{
	border-bottom: 2px solid #CC262B;
}
#nav li.menu4 a{
	border-bottom: 2px solid #B3B3B3;
}
/* ------ end menu ------------------------------- */

#topContentWrapper{
	background: #fff;
	border-top: 4px solid #0EC9E2;
}

#topContent{
	position: relative;
	width: 100%;
	height: 400px;
}
#topContentAlt{
	position: relative;
	margin: 0px auto;
	width: 960px;	
}
#sliderControls{
	position: relative;
	background: url(../images/slider_bar.jpg) repeat-x;
	height: 45px;
}

#content{
	margin: 0px auto;
	width: 960px;
	clear: both;
	padding: 40px 0px 40px 0px
}
.column{	
	float: left;
	display: inline;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#column1{
	width: 280px;
	padding-right: 0px;
	height: 1%;
	
}
#column2{
	width: 310px;
	margin-left: 20px;
	padding: 0px 0px 0px 0px;
	height: 1%;
}

#column3{
	width: 310px;
	margin-left: 20px;
	height: 1%;
}

#column1alt{
	width: 600px;
	padding-right: 0px;
	height: 1%;
	
}
#column2alt{
	width: 300px;
	margin-left: 20px;
	padding: 0px 0px 0px 0px;
	height: 1%;
}

#pageTitle span{
	color: #fff;
	font-family: 'ArcherMedium', "Times New Roman", Times, serif;
	font-size: 13pt;
	background: #0EC9E2;
	padding: 3px 5px 3px 5px;
}

#topColumn1{
	width: 280px;
	padding-right: 0px;
	padding: 25px 0px 55px 0px;
	background: #fff;
}
#topColumn2{
	width: 600px;
	margin-left: 40px;
	padding: 25px 0px 25px 0px;
	background: #fff;
}
#topColumn2alt{
	width: 300px;
	margin-left: 40px;
	padding: 25px 0px 25px 0px;
	background: #fff;
}
#topColumn3alt{
	width: 280px;
	margin-left: 20px;
	padding: 25px 0px 25px 0px;
	background: #fff;
}
#homeButton{
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin-top: 20px;
}
#homeButton a, #homeButton a:visited{
	display: block;
	width: 100px;
	height: 20px;
	color: #fff;
	font-family: 'ArcherMedium', "Times New Roman", Times, serif;
	font-size: 16px;
	background: #ccc;
	padding: 4px 5px 2px 5px;
	text-align: center;
}
#homeButton a:hover, #homeButton a:visited:hover{
	background: #EA13AD;
}


#footer{
	margin: 0px auto 30px auto;
	width: 960px;
	clear: both;
	background: url(../images/header_bg.png) repeat-x;
	padding: 15px 0px 0px 0px;
}
#footercontact{
	margin: 3px 0px;
	width: 300px;
	float: left;
}
#footercontact li{
	padding: 4px 0px;
	margin: 0px 20px 0px 0px;
	font-size: 1.1em;
	color: #B0B0B0;
	list-style-type:none;
	display: inline;
}
#footeraddress{
	width: 600px;
	color: #B0B0B0;
	font-size: 0.8em;
	float: right;
	text-align: right;
}

.textButton a, .textButton a:visited{
	display: block;
	width: 120px;
	height: 22px;
	background: url(../images/button_bg.png) no-repeat;
	font-family: 'CorisandeRegular', Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	padding: 5px 0px 0px 15px
}

.textButton a:hover, .textButton a:visited:hover{
	background-position: 0px -30px;
}
.textButtonAlt a, .textButtonAlt a:visited{
	display: block;
	width: 120px;
	height: 22px;
	background: url(../images/button_bg_alt.png) no-repeat;
	font-family: 'CorisandeRegular', Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	padding: 5px 0px 0px 15px;
	margin: 20px 0px;
}

.textButtonAlt a:hover, .textButtonAlt a:visited:hover{
	background-position: 0px -30px;
}

.textButtonBack a, .textButtonBack a:visited{
	display: block;
	width: 105px;
	height: 22px;
	background: url(../images/button_bg_back.png) no-repeat;
	font-family: 'CorisandeRegular', Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	padding: 5px 0px 0px 30px
}

.textButtonBack a:hover, .textButtonBack a:visited:hover{
	background-position: 0px -30px;
}

#topButtonLink a, #topButtonLink a:visited{
	clear: both;
	display: block;
	width: 75px;
	height: 22px;
	background: url(../images/button_top_bg.png) no-repeat;
	font-family: 'CorisandeRegular', Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	padding: 5px 0px 0px 15px;
	margin: 10px 0px 0px 0px;
}

#topButtonLink a:hover, #topButtonLink a:visited:hover{
	background-position: 0px -30px;
}



/* --------------- General Classes ----------------------------------------------- */
.floatleft{
	float: left;
	margin: 0px 0px 10px 0px;
}
.floatleftmargin{
	float: left;
	margin: 0px 10px 10px 0px;
}
.floatright{
	float: right;
	margin: 0px 0px 0px 10px;
}
.dateStamp{
	float: right;
	width: 45px;
	background: url(../images/date_bg.png);
	padding: 5px 10px 5px 10px;
	color: #fff;
	font-size: 3.3em;
	text-align: center;
	margin-left: 10px;
	height: 55px;
}
.dateStamp span{
	font-size: 0.25em;
	margin-bottom: 4px;
}
.black{
	color: #000;
}
.clearboth{
	clear: both;
}

.projectThumb{
	position: relative;
	width: 300px;
	height: 150px;
	border: 5px solid #fff;
	float: left;
	margin: 20px 10px 0px 0px;	
	font-size: 1.2em;
	overflow: hidden;
}
.projectThumb a img{
	position: absolute;
	z-index: 1;
}
.projectThumb a:hover img{
	
}

.projectDesc{
	position: absolute;
	background: url(../images/black_bg.png);
	z-index: 2;
	height: 60px;
	left: 0px;
	top: 150px;
	width: 300px;
}

.projectDesc p{
	color: #0EC9E2;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
}
.projectDesc span{
	color: #fff;
	font-size: 0.85em;
}

/* -------------- end general glasses -------------------------------------------- */


/* --------------- Form Styles - Using CMX Form ---------------------------------- */
.error-message{
	border: 1px solid #E50024;
	background: url(../admin-theme/error-arrow.gif) no-repeat #F8C1D9;
	background-position: 4px 6px;
	padding: 3px 3px 3px 20px;
	margin-top: 3px;
	width: 410px;
	font-style: italic;
	font-size: 11px;
	font-weight: bold;
	color: #E50024;
}

.textbox{
	border: 1px solid #666;
	padding: 2px;
	width: 440px;
	height: 30px; 
	font-size: 14px;
	margin-top: 3px;
}

.bigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 100px;
	width: 440px;
	overflow:auto;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 5px;
}
.vbigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 200px;
	width: 95%;
	overflow:auto;
	font-family: Helvetica, Arial, sans-serif;
}
.submitbutton{
	padding: 0px 20px;
	height: 30px;
	background: #EC0B8D;
	border: 1px solid #EC0B8D;
	font-size: 14px;
	font-weight: bold;
}
.cancelbutton{
	padding: 0px 20px;
	height: 30px;
	background: #D3E9F4;
	border: 1px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.selectbox{
	border: 1px solid #666;
	padding: 2px 0px 2px 2px;
	height: 30px;
	font-size: 16px;
}
.tickbox{
	border: 1px solid #666;
	width: 20px;
	height: 20px;
}
.selecttable{
	border: 1px solid #999;
	padding: 2px;
	width: 250px;
}
.selecttable option:hover{
	background-color: #66FFFF;
}
.submit input{
	border: none;
	width: 140px;
	height: 30px;
	background: url(../images/button_bg.png) no-repeat;
	font-size: 14px;
	color: #fff;
	font-family: 'CorisandeRegular', Helvetica, Arial, sans-serif;	
	padding: 0px;
}
/* -------------- End Form Styles ----------------------------------------------- */

#loading{
	margin: 150px auto;
	width: 50px;
	text-align: center;	
}

#sliderAdverts{
	position: relative;
	height: 250px;
	
	background: #000;
	z-index: 100;
}
#sliderButtons{
	margin: 0px auto;
	width: 960px;
}
#sliderButtons li{
	margin: 0px 2px 0px 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	
}
#sliderButtons li a, #sliderButtons li a:visited{
	width: 159px;
	height: 25px;
	display: block;
	background: url(../images/slider_button.gif) no-repeat;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 20px 0px 0px 0px;
}
#sliderButtons li a:hover, #sliderButtons li a:visited:hover{
	
}
#sliderButtons li.selected a, #sliderButtons li.selected a:visited{
	background: url(../images/slider_selected.gif) no-repeat;
}
#sliderItems{
	position: absolute;
	width: 100%;
	height: 400px;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
#sliderItems li{
	position: absolute;
	top: 0px;
	width: 960px;
	left: 3000px;
	margin: 0px;
	list-style: none;
}



#getInTouch{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	background: url(../images/black_bg.png);
}

#getInTouchForm{
	position: relative;
	width: 490px;
	height: 630px;
	margin: 0px auto;
	padding: 25px;
	background: url(../images/contact_bg.png) no-repeat;	
}
#getInTouch h4{
	font-family: 'CorisandeRegular', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.4em;
	margin: 45px 0px 0.3em 0px;
	color: #333;
}
#getInTouchClose a{
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	top: 10px;
	right: 10px;
}
#getInTouchClose a span{ display: none; }
#getInTouch p{
	color: #0EC9E2;
}
#PageContactForm{
	padding: 10px;
	background: #e6e6e6;
	width: 453px;
}
#PageContactForm div{
	margin-bottom: 15px;
}
#PageContactForm label{
	color: #666;
	padding-bottom: 5px;
}
#PageContactForm label em{
	color: #EA13AD;
}

.post{
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #666;
}
.postMeta{
	clear: both;
	background: #333;
	color: #ccc;
	padding: 3px;
	margin: 10px 0px 0px 0px;
	font-size: 0.9em;
}

.post h4{
	font-family: 'CorisandeRegular', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.6em;
	margin: 0em 0px 0.5em 0px;
	color: #fff;
}

.postContent{
	width: 530px;
	margin-left: 80px;
}
.post .dateStamp{
	float: left;
	width: 45px;
	background: url(../images/date_bg.png) no-repeat;
	padding: 5px 10px 5px 10px;
	color: #fff;
	font-size: 3.3em;
	text-align: center;
	margin: 0px 10px 10px 0px;
	height: 55px;
}
.post .dateStamp span{
	font-size: 0.25em;
	margin-bottom: 4px;
}

.readMore{
	
}

.sidebar li{
	list-style-type: none;
	font-size: 1.2em;
	margin-left: 0px;
	padding: 0px 0px 0px 20px;
	background: url(../images/arrow.gif) no-repeat;
	background-position: 0 0.3em;
}


/* ------------------ Pagination Controls ---------------------- */
.pagination{
	clear: both;
	margin: 10px 0px 10px 0px;
}
.pagination div{
	display: inline;
	margin-right: 5px;
}
.pagination #prev{
	float: left;
	padding: 5px;
}
.pagination #next{
	float: left;
	padding: 5px;
}
.pagination span{
	list-style-type: none;
	padding-bottom: 1px;
	margin: 0px;
	float: left;
	padding: 5px;
}
.pagination .disabled{
	color: #666;
	background: #333;
	float: left;
}
#pagination_details{
	float: right;
}
.pagination a, .pagination a:visited{
	padding: 5px;
	text-decoration: none; 
	color: #fff;
	background: #333;
}

.pagination a:hover, .pagination a:active{
	color: #ccc;
	background: #666;
}

.pagination .current{
color: #fff !important;
font-weight: bold;
cursor: default;
	background: #333;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
color: #fff;
	background: #333;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}
