/*-----------------------------------------------------------------------------CSS RESET---------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body{
	margin: 0;
	padding: 5pt;
	background-color: #AAAAAA;

}

#bottomDiv{

	float: left;
	width:100%;
	height: 5pt;

	background-color: #FFB13B;
}

#topAnchor{
	width:0;
	height: 0;
}

.backgroundImg{
	background-image: url('images/backgnd.png');
}


#mainDiv{
	position: relative;
	float: left;
	background-image: url('images/backgnd.png');
	width: 100%;
	top: -1px;
	padding-top: 40pt;
	height: inherit;
	z-index: 0;
}

#mainContents{
	width: 800px;
	margin-left: auto;
	margin-right: auto;

}

#bottomLinks{
	float: left;
	padding-top: 40pt;

	position: relative;
	width: 800px;
	height:20px;

}

#bottomLinks a{

	color: black;
	text-decoration: none;
	font-family: Quicksand;
}

#toTopLink{
	position: absolute;
	right: 0;
}


/*-------------------------------------------------------------TITLE BAR--------------------------------------------------------------*/

#titleDiv{
	position: relative;
	height: 70pt;

}


#titleLinks{
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 71pt;
	z-index: 1;
}

.titleText{

	position: absolute;
	height: inherit;

	font-family: 'Quicksand', sans-serif;	
	font-size: 50pt;
	font-weight: 300;
	color: #222222;
	float: left;

	bottom:0px;
}

.titleText:hover{
	cursor: pointer;
}


.titleBuffer{
	height: 25pt;
}


.titleLink:hover{

	color: #FF934B;

}

.highlightTitle{

	color: #FF934B;

}

#workLink{
	right:0;
}






/*-------------------------------------------------------------CONTENT--------------------------------------------------------------*/




#contentDiv{
	float: left;
	width:800px;

}


.projectDiv{
	float: left;
	padding: 0;

	background-color: #AAAAAA;
	-webkit-transition: background-color 200ms ease;
	-moz-transition: background-color 200ms ease;
    -ms-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}


.horizontalProject{
	height: 225px;
	width:  800px;
}

.verticalProject{
	height:450px;
	width: 400px;
}

.projectDiv:hover{

	background-color: #1fb5fa;
	cursor: default;

}



.projectPreview{
	float: left;
	width: 400px;
	height: 225px;
}

.projectPreviewImage{

	position: relative;
	float: left;
	width: 400px;
	height: 225px;
	margin: 0;
	opacity: 1;

	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

}

.projectPreviewImageHover{
	opacity: 0.75;
}

.projectTitle{
	position: relative;
	float: left;
	margin: 0;

	border-style: solid;
	border-color: #AAAAAA;
	border-width: 1px;

	z-index: 1;
}

.dashed{
	border-style: dashed;
	border-color: #EEEEEE;
	border-width: 1px;
}

.noBottomBorder{
	width: 398px;
	height: 224px;
	border-bottom: none;
}

.noTopBorder{
	width: 398px;
	height: 224px;
	border-top: none;
}

.noLeftBorder{
	width: 399px;
	height: 223px;
	border-left: none;
}

.noRightBorder{
	width: 399px;
	height: 223px;
	border-right: none;
}


.projectTitle h1{

	position: relative;
	font-family: 'Quicksand', sans-serif;
	font-size: 20pt;
	color: #EEEEEE;
	text-align: center;

	margin-bottom: 18pt;
	margin-top: 48pt;

	z-index: 2;


}

.projectTitle h2{
	position: relative;
	text-align: center;

	color: #EEE;
	z-index: 2;
}

.wh1{
	width:400px;
	height:225px;
}

.wh2{
	width:800px;
	height:450px;
}

.wh3{
	width:1200px;
	height:675px;
}


/*-------------------------------------------------------------PROJECT PAGE--------------------------------------------------------------*/



.projectDescription{

	background-color: #1fb5fa;
	padding: 20pt;
	color:#2D2D2D;
	padding-top: 20pt;

	cursor: default;

	border-radius: 2px;

}

.projectDescription h1{
	position: relative;
	text-align: left;

	margin-top: 0;
	margin-bottom: 8pt;
}

.title{
	font-family: 'Quicksand', sans-serif;
	font-size: 2.5em;
	color: #EEEEEE;
}

.projectDescription h2{
	position: relative;
	text-align: left;
	margin-bottom: 30pt;
}

.subtitle{
	font-family: 'Sorts Mill Goudy', serif;
	font-style:italic;

	color: #EEEEEE;

	font-size: 1.1em;
	letter-spacing: 0.05em;
}

.projectDescription p{

	font-family: 'Sorts Mill Goudy', serif;
	text-align: left;
	font-size: 1.2em;

	margin:0;
}

.projectDescription a{

	color: #2D2D2D;
	text-decoration: none;
	font-style: normal;
	font-size: 1.2em;
}

.projectDescription a:hover{
	color: #EEEEEE;
	font-size: 1.2em;
}

.extraContent{
	position: relative;
	width: inherit;

	float: left;
	padding: 0;
}

.extraContent img{
	margin-top: 20pt;
	width: inherit;
	border-radius: 2px;
}


.extraContent div{
	margin-top: 20pt;
	width: inherit;
	border-radius: 2px;

}


#contactDetails{
	margin-top:20pt; 
	float: left;
	width: 100%;
	height:100px;
	border-radius: 2px;

	font-family: Quicksand;
}

#contactDetails a{
	text-decoration: none;
	font-size: 20pt;
	color: #000000;
}








/*------------------------------------------------------------ARROWS--------------------------------------------------------------*/


.arrow-up {
	position: relative;
	top: 215px;
	left: 190px;
	width: 0; 
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	border-bottom: 10px solid;
	border-bottom-color: #AAAAAA;

	-webkit-transition: border-bottom-color 200ms ease;
	-moz-transition: border-bottom-color 200ms ease;
    -ms-transition: border-bottom-color 200ms ease;
    -o-transition: border-bottom-color 200ms ease;
	transition: border-bottom-color 200ms ease;
}

.arrow-up-over {
	border-bottom-color: #1fb5fa;
}

.arrow-down {

	position: relative;
	top: 0;
	left: 190px;

	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	border-top: 10px solid;

	border-top-color: #AAAAAA;

	-webkit-transition: border-top-color 200ms ease;
	-moz-transition: border-top-color 200ms ease;
    -ms-transition: border-top-color 200ms ease;
    -o-transition: border-top-color 200ms ease;
	transition: border-top-color 200ms ease;
}


.arrow-down-over {
	border-top-color: #1fb5fa;
}


.arrow-left {

	position: relative;
	top: 102.5px;
	left: 390px;

	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	
	border-right: 10px solid;
	border-right-color: #AAAAAA;

	-webkit-transition: border-right-color 200ms ease;
	-moz-transition: border-right-color 200ms ease;
    -ms-transition: border-right-color 200ms ease;
    -o-transition: border-right-color 200ms ease;
	transition: border-right-color 200ms ease;
}


.arrow-left-over {
	border-right-color: #1fb5fa;
}

.arrow-right {

	position: relative;
	top: 102.5px;
	left: 0px;

	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	
	border-left: 10px solid;

	border-left-color: #AAAAAA;

	-webkit-transition: border-left-color 200ms ease;
	-moz-transition: border-left-color 200ms ease;
    -ms-transition: border-left-color 200ms ease;
    -o-transition: border-left-color 200ms ease;
	transition: border-left-color 200ms ease;

}


.arrow-right-over {
	border-left-color: #1fb5fa;
}




