@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#fff;
	background-color:#000;
}

#bg {
	background: #000000 url(../images/background.jpg) no-repeat top center;
	width:100%;
	height:100%;
}

p{
	padding:5px 0;
	margin:0;
	line-height:1.6em;
}


a {
	font-weight: bold;
}
a:link {
	color: #ccc;
	text-decoration:underline;
}
a:visited {
	text-decoration: underline;
	color: #ccc;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration:underline;
	color: #fff;
}


h1{
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:35px;
	font-weight:normal;
	padding:15px 0;
}

h1 em{
	color:#ec008c!important;
	font-style:normal;
}

h1 span{
	color:#ec008c!important;
	font-size:45px;
	font-weight:bold;
}

h2{
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:28px;
	font-weight:normal;
	padding:0;
}

h2 em{
	color:#ec008c!important;
	font-style:normal;
}

h2 span{
	color:#ec008c!important;
	font-size:28px;
	font-weight:bold;
}

h3{
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:28px;
	font-weight:normal;
	padding:0;
}

h3 em{
	color:#00acec!important;
	font-style:normal;
}

h3 span{
	color:#00acec!important;
	font-size:28px;
	font-weight:bold;
}

h4{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	color:#059ede;
	padding:0 0 10px 20px;
	
}

.h4{
	padding:10px 0 10px 0!important;
	margin:0;
	
}

h5{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;	
	color:#059ede;
	padding:10px 0 5px 0;
}

#wrapper {
	width:850px;
	height:auto;
	margin:0 auto 20px;
}

#header{
	width:850px;
	height:110px;
	position:relative;
}

	#logo{
		position:absolute;
		top:36px;
		left:5px;
		
	}
	
	#logo a{
		width:320px;
		height:60px;
		background:url(../images/logo.gif) no-repeat 0 0;
		display:block;
	}
	
	#logo a:hover {
		background:url(../images/logo.gif) no-repeat 0 -60px;
	}
	
	
	.nav{
		position:absolute;
		top:50px;
		left:410px;
		width:500px;
		height:50px;
	}
	
	ul.nav {
	list-style: none;
	margin: 0; 
	padding: 0;
}
ul.nav li {
	float: left;
	text-align: center;
	display: inline;
	width: 79px;
	height: 27px;
	margin-left:10px;
}
ul.nav li a.thumb {
	width: 79px;
	height: 27px;
	cursor: pointer;
}
ul.nav li span {
	width: 79px;
	height: 27px;
	overflow: hidden;
	display: block;
}
ul.nav li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}

ul.nav li a {
	text-decoration: none; 
	color: #777; 
	display: block; 
	margin-top: 4px; 
	margin-left: 8px;
}

	.nav-active{
		padding: 32px 0 0;
		}
	

#banner-cont{
	width:850px;
	height:225px;
}

#banner{
	width:850px;
	height:151px;
	background: url(../images/banner.jpg) no-repeat top right;
	border-top:1px dotted #ca0088;
	border-bottom:1px dotted #ca0088;
}

#content-box{
	width:850px;
	height:auto;
}

.content{
	width:820px;
	height:auto;
	margin:0 auto;
	color:#cccccc;
	padding:0 0 20px 0; 
}

	.content ul{
		padding:0;
		margin:0 0 0 25px;
	}
	
	.content li{
		list-style:url(../images/bullet.gif);		
	}


.section{
	width:820px; 
	height:auto;
	margin:0 0 20px 0;
	font-size: 11px;
}

	.section img{
		/*border:1px solid #404040;*/
	}
	
	.section img:hover{
		/*border:1px solid #ca0088;*/
	}
	
	
.content-leftwide{
	width:400px;
	height:auto;
	float:left;
}	
	.content-leftwide h4{
		padding:10px 0 0;
	}
	
	.content-textwide{
		width:390px;
		height:auto;
	}
	
.content-left{
	width:210px;
	height:auto;
	float:left;
}


	.content-left h4{
		padding:10px 0 0;
	}
	
	.content-text{
		width:170px;
		height:auto;
		font-size:11px!important;
	}
	
	.content-textfloat{
		width:190px;
		height:auto;
		font-size:11px!important;
		float:left;
	}
	
.btm-contentfloat{
    width:410px;
	height:auto;
	float:left;  
}

	.btm-content {
		width:405px;
		height:auto;
		}
	
	
#footer{
	width:850px;
	height:70px;
	background: url(../images/banner.jpg) no-repeat center center;
	border-top:1px dotted #ca0088;
	border-bottom:1px dotted #ca0088;
}

.footer-text{
	width:820px;
	margin:0 auto;
	padding:10px 0 0 0;
	font-size:11px;
}
	
	
	
.float-left{
	float:left;
	margin:0 10px 0 0;
	text-align:left;
}

.footer-right
{
    float:right;
    margin:0 10px 0 0;
    text-align:right;
    width:260px;
    height:auto;
}

.footer-left
{
    float:left;
    margin:0 10px 0 0;
    text-align:left;
    width:500px;
    height:auto;
    
}


.box-left{
	width:530px;
	height:auto;
	float:left;
	
}

	

.box-right{
	width:285px;
	height:auto;
	float:left;
	
}

.main-text{
	width:515px;
	height:auto;
}

.main-text-right{
	width:285px;
	height:auto;
}

.element{
	width:255px;
	height:auto;
	border:1px dotted #ec008c;
	padding:10px;
	background-color:#000;
	margin:10px 0 15px 0;
	
}

.clear{
	clear:both;
}

/* Portfolio Tabs */
ul.tabs {
	margin: 0 0 0 30px;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	margin:0 2px 0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 1.6em;
	padding: 0 10px;
	outline: none;
}
ul.tabs li a span {
	color: #999;
}
ul.tabs li a:hover {
	color: #00ACEC;
	background-color:#181818;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	color: #fff;
	background-color:#181818;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	-moz-box-shadow: 0 0 2px #FFFFFF;
	-moz-box-shadow: 0 0 2px #FFFFFF;
	box-shadow: 0 0 2px #FFFFFF; 
}
.tab_container {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 	
	width:820px;

}
.tab_content {
	padding: 20px;
	font-size: 1.5em;
}
/* end portfolio tabs*/

/*portfolio*/

.portfolio-wrap{
	width:260px;
	height:195px;
	float:left;
	font-size:11px!important;
}

.portfolio-wrap p{
	padding:3px 0;
}

.portfolio-box img { 
	position: absolute;
	top: 5px; 
	left: 5px;
}
.portfolio-box{
	width:250px;
	height:170px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #6b6b6b;
	background-color:#000;
}

.portfolio-content{
	width:225px;
	height:170px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
	float: left;
	padding: 0 1em;
	color:#fff;
}

.role{
	color:#ec008c;
}

/*contact form */

form{
padding:0;
margin:0;
}

.message {
	 color:#fff;
	 display:none;
	 width:460px;
	 padding:10px;
 }

.contact {
	text-align:right;
	}
	
.contact ul {
   list-style-type:none!important; 
   width:350px;
   }
   
.contact li {
  list-style-type:none;
  list-style-image:none!important;
  }
.contact li.special {
  display:none;
  }
  
.contact input {
  width:250px;
  height:25px;
  margin: 5px 0 10px 0;
  padding:5px 0 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  border:2px solid #4c4c4c;
 font-size:15px;
 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 background-color:#000;
 color:#fff;
  }
  
.contact textarea {
  width:250px;
  margin: 5px 0 10px 0;
  padding:5px 0 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  border:2px solid #4c4c4c;
  font-size:15px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  background-color:#000;
   color:#fff;
  }
  
.contact label {
  font-size:15px; 
  padding:0 0 5px 0; 
  vertical-align:top;
  }

.contact .submit-button{
	width:auto!important;
	height:auto!important;
	line-height:30px;
	text-align:center;
	padding:5px!important;
	background-color:#000;
	font-weight:bold;
	color:#fff;
	font-size:14px;
}

.contact textarea:focus, input:focus {
  border: 2px solid #ec008c;
  background-color:#333;
}


/* experience */

.accordionButton {	
	width: 500px;
	float: left;
	cursor: pointer;
	font-size:14px;
	font-weight:bold;
	padding:5px 0 10px 0;
	color:#fff;
	}

.accordionButton:hover{
	color:#EC008C;
}
	
.accordionContent {	
	width: 500px;
	float: left;
	display: none;
	padding:10px 0 5px 10px;
	}
