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

body {
	position: relative;
	background-image: url(images/contentbackground.jpg);
	background-repeat: repeat;
	background-position: left top;	
	margin: 0px;
    padding: 0px;
	height: 100%;
	width: auto;
	min-width: 1120px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	-webkit-text-size-adjust:none; /* ==== IPHONE TEXT FIX ==== */
}

/*-- LINK STYLES --*/

a:link{
	color:#6699cc;
	text-decoration:none;
}

a img{
	border:none;
}

a img:hover{
}

a:visited{
	color:#6699cc;
	text-decoration:none;
 }

a:hover{
	color:#6699cc;
	text-decoration:underline;
}

a:active{ 
}

/*-- TEXT STYLES --*/

.content_title{
	height: 45px;
	margin-left: -5px;
}

h1{
	color: #ffcc33;
	font-size: 50px;
	font-weight: normal;
	text-indent: -2px;
}

h2{
	color: #6699cc;
	font-size: 15px;
	font-weight: bold;
}

h3{
	color: #6699cc;
	font-size: 30px;
	font-weight: bold;
}

.b1{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#6699cc;
	font-size:13px;
	font-weight: bold;

}

/*-- MAIN STYLES START --*/

#wrapper {
	margin: 0 auto;
	min-height: 100%;
	height: auto;
	height: 100%;
	width: 1060px;
    padding: 0px;
}

/*========== NAV BAR STYLES ===========*/

#nav_back{
	height: 70px;
    width: 100%;
	min-width: 1060px;
	background-image: url(images/navbackground.jpg);
	background-repeat: repeat;
	background-position: center center;	
	margin-bottom: -77px;
}

#nav{
	display: block;
	height: 70px;
	width: 960px;
	font-size: 15px;
	font-weight: normal;
	text-transform: lowercase;
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 17px;
}

#logo {
	float: left;
	margin-top: 9px;
	margin-left: 11px;
	height: 30px;
	width: 240px;
}

#nav ul{
	list-style-type: none;
	width: 330px;
	height: 40px;
	float: right;
	margin-top: 0px;
	Margin-right: -56px;
}

#nav ul li{
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#nav ul li a{
	display: block;
	float: right;
	color: #FFF;
	text-decoration: none;
	padding: 12px 15px 0 15px;
	height: 40px;
}

#nav ul li a:hover{
	color: #FECF40;
	height: 28px;
}

#nav ul li a.current{
	height: 28px;
	background-color: #369;
}

#nav ul li a.current:hover{
	height: 28px;
	color: #FECF40;
}

/*========== END NAV BAR STYLES ===========*/

/*-- FEATURED WORK --*/

#featured_back{
	background: #000;
	min-height: 510px;
	max-height: 510px;
	width: 100%;
	min-width: 1060px;
	z-index: -1000;
	position: absolute;
	top: 60px;
}

#frame_1, #frame_2, #frame_3, #frame_4 img{
	height: 550px;
	width: 1060px;	
	margin: auto;
	display: block;
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	z-index: 1001;
}

#frame_icons{
	width: 30px;
	height: 120px;
	position: absolute;
	top: 240px;
	right: 10px;
    z-index: 4000;
}

#frame_icons img{
	padding: 5px;
}

#featured {
	min-height: 468px;
	max-height: 468px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 10px;
	overflow: hidden;
}

#featured_work {
	margin-left: auto;
	margin-right: auto;
	height: 470px;
	width: 940px;
}

#toggler {
	height: 100px;
	width: 940px;
    margin: auto;
	z-index: 2000;
	position: absolute;
    padding-left: 60px;
    padding-right: 60px;
    left: 0;
    right: 0;
	top: 270px;
}

.prev {
	float: left;
	height: 100px;
	width: 50px;
    padding-left: 10px;
}

.next {
	float: right;
	height: 100px;
	width: 50px;
    padding-right: 10px;
}

#status{
	color: #fff;
	height: 20px;
	width: 100px;
	margin-right: -50px;
	font-size: 13px;
	text-align: right;
	vertical-align: middle;
	position: relative;
	top: 280px;
	float: right;
}

/*-- CONTENT STYLES --*/

#content{
	height: auto;
	width: 960px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 60px;
	padding-right: 60px;
}

#content_left{
	float: left;
	height: 100%;
	width: 600px;
	padding: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
}

#content_right{
	height: 100%;
	width: 290px;
	padding: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 630px;
}

#pen{
	height: 80px;
	background-image: url(images/pen.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 50px;
}

/*-- CONTENT STYLES END --*/


/*-- FOOTER STYLES --*/

#footer{
	clear: both;
	min-width: 1060px;
	width: 100%;
    height: 310px;
	margin: 0;
	background-image: url(images/featured/featuredbackground.png);
	background-repeat: repeat;
	background-position: left top;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: solid black 20px;
}

#footercontent {
	height: auto;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}

#footercontent h1{
	font-size: 18px;
}

.footercontentleft {
	width: 595px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5e5e5e;
	margin-bottom: 0px;
	margin-left: -9px;
	padding-right: 23px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
}

#follow_links{
	margin-left: -10px;
}

#follow_links a{
	padding-right: 12px;
	padding-left: 10px;
	border-right: dotted #666 1px;
}

#footer_nav{
	font-size: 13px;
	height: 40px;
	width: 590px;
	background-image: url(images/navbackground.jpg);
	background-repeat: repeat-x;
	background-position: center top;	
	border: solid #99ccff 1px;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 10px;
	margin-left: -10px;
	margin-right: -10px;
}

#footer_nav a{
	text-transform: lowercase;
	color: #ffffff;
	border-right: dotted #99ccff 1px;
	border-left: dotted #99ccff 1px;
	margin-left: -5px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.footercontentright {
	width: 295px;
	height: inherit;
	margin-top: 10px;
	margin-left: 625px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 18px;
	padding-top: 2px;
}

#browser_update{
}

#browser_update a{
	height: 50px;
	margin-top: 10px;
	color: #ffffff;
	border-right: dotted #666 1px;
	border-left: dotted #666 1px;
	padding-right: 17px;
	padding-left: 17px;
	padding-top: 5px;
	padding-bottom: 10px;
}

/*-- FOOTER STYLES END --*/

/*-- STICKER STYLES --*/

#hire_me {		
	height: 135px;
	width: 135px;
    margin-bottom: -135px;
	position: relative;
    float: left;
	left: 26px;
    top: 60px;
	z-index: 4000;
}