/* CSS Document */
/* Dean Clamp Portfolio style sheet for http://www.deanclamp.com */

@font-face {
    font-family: 'CicleFina';
    src: url('fonts/Cicle_Fina-webfont.eot');
    src: url('fonts/Cicle_Fina-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Cicle_Fina-webfont.woff') format('woff'),
         url('fonts/Cicle_Fina-webfont.ttf') format('truetype'),
         url('fonts/Cicle_Fina-webfont.svg#CicleFina') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CicleFinaItalic';
    src: url('fonts/Cicle_Fina_Italic-webfont.eot');
    src: url('fonts/Cicle_Fina_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Cicle_Fina_Italic-webfont.woff') format('woff'),
         url('fonts/Cicle_Fina_Italic-webfont.ttf') format('truetype'),
         url('fonts/Cicle_Fina_Italic-webfont.svg#CicleFinaItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CicleGordita';
    src: url('fonts/Cicle_Gordita-webfont.eot');
    src: url('fonts/Cicle_Gordita-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Cicle_Gordita-webfont.woff') format('woff'),
         url('fonts/Cicle_Gordita-webfont.ttf') format('truetype'),
         url('fonts/Cicle_Gordita-webfont.svg#CicleGordita') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CicleGorditaItalic';
    src: url('fonts/Cicle_Gordita_Italic-webfont.eot');
    src: url('fonts/Cicle_Gordita_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Cicle_Gordita_Italic-webfont.woff') format('woff'),
         url('fonts/Cicle_Gordita_Italic-webfont.ttf') format('truetype'),
         url('fonts/Cicle_Gordita_Italic-webfont.svg#CicleGorditaItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CicleSemi';
    src: url('fonts/Cicle_Semi-webfont.eot');
    src: url('fonts/Cicle_Semi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Cicle_Semi-webfont.woff') format('woff'),
         url('fonts/Cicle_Semi-webfont.ttf') format('truetype'),
         url('fonts/Cicle_Semi-webfont.svg#CicleSemi') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CicleSemiItalic';
    src: url('fonts/Cicle_Semi_Italic-webfont.eot');
    src: url('fonts/Cicle_Semi_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Cicle_Semi_Italic-webfont.woff') format('woff'),
         url('fonts/Cicle_Semi_Italic-webfont.ttf') format('truetype'),
         url('fonts/Cicle_Semi_Italic-webfont.svg#CicleSemiItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CicleShadow';
    src: url('fonts/Cicle_Shadow-webfont.eot');
    src: url('fonts/Cicle_Shadow-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Cicle_Shadow-webfont.woff') format('woff'),
         url('fonts/Cicle_Shadow-webfont.ttf') format('truetype'),
         url('fonts/Cicle_Shadow-webfont.svg#CicleShadow') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AftaserifRegular';
    src: url('fonts/AftaSerifThin-Regular-webfont.eot');
    src: url('fonts/AftaSerifThin-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/AftaSerifThin-Regular-webfont.woff') format('woff'),
         url('fonts/AftaSerifThin-Regular-webfont.ttf') format('truetype'),
         url('fonts/AftaSerifThin-Regular-webfont.svg#AftaserifRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, ul, ol, li, p, blockquote, q, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img {	
margin: 0;	
padding: 0;	
border: 0;
}

body {
	font-size: 100%;
	font-family: 'CicleGordita', "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/* MSIE 5 doesn't center based on auto left/right margins, 
    but 'text-align:center' does center top-level divs: */
	text-align: center;
  	/* Specify a min-width for the body as wide as the 'wrapper'
    element itself. This prevents negative (i.e. inaccessible)
    left-margins in narrow browser windows when using 
    Navigator 6+/Mozilla on Win32: */
  	min-width: 60em;
	padding: 0;
	/*background: transparent url(../images/bg_banner.jpg) fixed 0 -7.5em no-repeat;*/
	background: transparent url(../images/bg_banner.jpg) 0 -7.5em repeat-x;
}

#wrapper {
	vertical-align: top;
	text-align: left;
	width: 60em;
	margin-left: auto;
	margin-right: auto;
}

header {
	width: 60em;
	height: 9em;
	/*display: block;
	position: fixed;
	z-index: 10;*/
	background: transparent url(../images/bg_banner.jpg) fixed 0 -7.5em no-repeat;
	float:left;
	display: inline;
	margin: .25em;
}

footer {
	font-family: 'CicleGordita', "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 58em;
	padding: 1em;
	text-align: center;
	border-top: 1px dotted #999;
	float:left;
	display: inline;
}

footer ul {
	color: #999;
	list-style: none;
	padding: 0 0 1em 0;
}

footer li {
	display: inline;
}

footer li a {
	padding: 0 1em;
	color: #999;
	font-size: .9em;
}

footer li a:hover {
	text-decoration: none;
}

footer #social-media {
	text-align: center;
	width: 58em;
	float: left;
	display: inline;
}

footer .fb-like {
		vertical-align:top;
		display:inline;
}

footer #social-media .icon {
	height: 20px;
	vertical-align: text-top;
	display: inline;
}
	
#section-wrapper {
	width: 60em;	
	float: left;
	display: inline;
}

#section {
	float: left;	
	display: inline;
}

#section h1 {
	font-family: 'CicleFina', "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 6em;	
	color: #999;
	font-weight: normal;
}

#logo {
	width: 15.625em;
	height: 80px;
	margin: 1em 0 0 0;
	padding: 0 0 .2em 0;
	float: right;
}

#logo a {
	display: block;
	width: 15.625em;
	height: 80px;
}

#contact-details {
	width: 15.625em;
	float: right;
	clear: right;
}

#contact-details h1 {
	font-family: 'AftaserifRegular', Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #999;
}

#contact-details h1 a {
	color: #999;
	
}

.nav {
float: left;
display: inline;
}

.nav ul {
padding: 0 1em;
list-style: none;
margin-top: 1em;
font-family: 'CicleGordita', "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.nav li a {
font-size: 1em;
color: #999;
text-decoration: none;
}

.nav .nav-about:hover {
	color: #01AEF0;
}

.nav .nav-portfolio:hover {
	color: #5BB947;
}

.nav .nav-blog:hover {
	color: #EEC900;
}

.nav .nav-lab:hover {
	color: #ff8000;
}


.nav .nav-clients:hover {
	color: #FF3E96;
}

.nav .nav-testimonials:hover {
	color: #00C5CD;
}

.nav .nav-contact:hover {
	color: #FF1B00;
}

#subnav {	
	/*border-top: dotted 1px #01AEF0;
	border-bottom: dotted 1px #01AEF0;*/
	margin: -1.2em 0 1em 0;	
}

#subnav, #subnav ul {	
float: left;
display: inline;	
width: 40em;	
list-style: none;
font-family: 'CicleGordita', "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#subnav li {
float: left;
}

#subnav li a {
display: block;	
padding: 0 .5em 0 0;
margin-left: .5em; 
font-size: 1em;	
}

#subnav li a:hover {
text-decoration: none;
}

#subnav a.daddy {
background: url(../images/rightarrow.gif) center right no-repeat;
}

#subnav li ul {
position: absolute;
width: 13em;
left: -999em;
background-color:#fff;	
border-bottom: 1px dotted #999;
}

#subnav li ul li {
width: 13em;
display:block;
}

#subnav li ul li a {
color:#999;
border-top: 1px dotted #999;
}

#subnav li:hover, #menu li.over {
position: static;
} 

#subnav li ul li:hover {
background-color:#eee;
}

#subnav li ul li a:hover {
background-color:#eee;
}

#subnav li ul ul {
margin: -2em 0 0 12.9em;
}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li:hover ul ul ul ul, #subnav li.sfhover ul ul, #subnav li.sfhover ul ul ul, #subnav li.sfhover ul ul ul ul {
left: -999em;
}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li li li li:hover ul, #subnav li.sfhover ul, #subnav li li.sfhover ul, #subnav li li li.sfhover ul, #subnav li li li li.sfhover ul {	
left: auto;
}

#content {
	width: 60em;
	/*padding: 10em 0 1em 0;*/
	padding: 0 0 1em 0;
	float: left;
	display: inline;
}

#content p {
	font-family: 'CicleGordita', "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin: 0 0 .5em 0;
	color: #999;
}

#content p strong {
	font-family: 'CicleSemi', "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#content ul {
	font-family: 'CicleGordita', "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	line-height: 1.6em;
}

#content li {
	list-style-position: inside;
	list-style-type: square;
}

#content h1,h2,h3,h4,h5,h6 {
	font-family: 'AftaserifRegular', Georgia, "Times New Roman", Times, serif;
	color: #999;
	font-weight: normal;
}

#content h1 {
	font-size: 1.6em;
}

#content h2 {
	font-size: 1.2em;
}

#hand {
	background: transparent url(../images/hand.png) no-repeat center top;
	width: 48.1em;
	height: 38em;
	float: left;
	display: inline;
	padding: 2.7em 5.95em;
	margin: 0 0 1.5em 0;
}

#thumb {
		background: transparent url(../images/thumb.png) no-repeat right bottom;
		width: 4.438em;
		height: 4em;
		z-index: 3;
		position: absolute;
		float: left;
		display: inline;
		margin: -3em 0 0 0;
		padding: 0 0 0 20.5em;
}

#sticker {
		background: transparent url(../images/latest-project-sticker.png) no-repeat center center;
		width: 10em;
		height: 10em;
		z-index: 4;
		position: absolute;
		float: left;
		display: inline;
		margin: -28.6em 0 0 0;
		padding: 0 0 0 0;
}

#card {
	background: transparent url(../images/card.png) no-repeat center top;
	width: 48.1em;
	height: 30em;
	float: left;
	display: inline;
	padding: 2.7em 5.95em;
	margin: 0 0 0 0;
}

#slideshow {
	z-index: 1;
	position: absolute;
}
.about {
	color: #01AEF0;
}

.portfolio {
	color: #5BB947;
}

.blog {
	color: #EEC900;
}

.lab {
	color: #ff8000;
}

.clients {
	color: #FF3E96;
}

.testimonials {
	color: #00C5CD;
}

.contact {
	color: #FF1B00;
}

#content .large {
font-family: 'AftaserifRegular', Georgia, "Times New Roman", Times, serif;
/*font-family: Cicle, "Trebuchet MS", Arial, Helvetica, sans-serif;*/
font-size: 1.7em;
line-height: 1.5em;
color: #999;
}

.column-wrapper {
float: left;
display:inline;
width: 60em;
text-align: center;
padding: 1em 0 0 0;
}

.skills-column-wrapper {
float: left;
display:inline;
width: 40em;
text-align: center;
}

.column-wrapper h1 {
	font-family: 'AftaserifRegular', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.1em;
}

#content .column-wrapper p {
	line-height: 1.3em;
}

.column-left {
float:left;
display:inline;
width: 48%;
margin-right: 2%;
text-align: left;
}

.column-right {
float:left;
display:inline;
width: 48%;	
text-align: left;
}

iframe {
	background: transparent;
	overflow:hidden;
	border: 0;
}

/* Style for wrapping text around an image */
.floatleft {
float:left;
margin: 0 1em 1em 0;
}
.floatright {
float: right;
margin: 0 0 1em 1em;
}

/* Style used by jQuery functions */

.hiddenDiv {
	display:none;
	width: 60em;
	text-align: left;
	padding: 1em 0 0 0;
	background-color: #fff;
}

#project1 {
	margin: 1em 0 0 0;
}

#project2 {
	margin: 1em 0 0 -12em;
}

#project3 {
	margin: 1em 0 0 -24em;
}

#project4 {
	margin: 1em 0 0 -36em;
}

#project5 {
	margin: 1em 0 0 -48em;
}

.ft-prev {
	margin: 0 0 0 -4em;
}

.ft-next {
	margin: 0 -4em 0 0;
}

#access-keys {
	width: 20em;
	float: right;
	padding: 0 1em 1em 1em;
	margin: 0 0 1em 1em;
	border-left: 1px dotted #666;
}


/* ----------------------------------------------------------------------------- */
/* CSS FOR ACCESSIBILITY */
#skiplink {display:none} 
