/* colours:
	grey: #a19987;
	blue1: #3f5a69;
	blue2: #3f4283;
	purple: #482932;
	white: #faf5cf;
	olive: #6f6540;
*/

body {
	color: #3F4283;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 28px;
}

h2 {
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 20px;
}

h3 {
	margin: 0;
}

#cats {
	margin-top: 25px;
}

h4 {
	margin: 0;
}



#center-title{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.bigger-text {
	font-size: 15px;
	font-weight: bold;
}

.small {
	font-size: 10px;
}

.bold-text {
	font-weight: bold;
}

.underline{
	text-decoration: underline;
}

img {
	border: 0px;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}


#header {
	text-align: center;
}

#main {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 838px;
}

/* nav*/

#nav {
	border: 1px solid #a19987;
	color: #A19987;
	height: 14px;
	margin-bottom: 20px;
	padding: 3px;
	width: 832px;
}

#nav a:link {
	color: #482932;
	text-decoration: none;
}

#nav a:visited {
	color: #482932;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
	color: #482932;
}





/* index page*/
#photo-nav {
	background-color: #3f4283;
	height: 152px;
	margin-bottom: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 838px;
}

.home-photo {
	float: left;
	padding-right: 10px;
}

.home-photo img {
	border: 1px solid #000000;
}


/* gallery page*/

#gallery-nav {
	border-top: 1px solid #3f5a69;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 806px;	
}

.gallery {
	border: 1px solid #a19987;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 806px;
}


#gallery-nav a:link {
	color: #3f4283;
	text-decoration: none;
}

#gallery-nav a:visited {
	color: #3f4283;
	text-decoration: none;
}

#gallery-nav a:hover {
	text-decoration: underline;
	color: #3f4283;
}

.gallery-title a:link {
	color: #482932;
	text-decoration: none;
}

.gallery-title a:visited {
	color: #482932;
	text-decoration: none;
}

.gallery-title a:hover {
	text-decoration: underline;
	color: #482932;
}

.gallery-page {
	border: 1px solid #a19987;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 806px;
}
	

.gallery-title {
	padding: 3px;
}


.photo-thumb {
	float: left;
	margin-right: 2px;
}

/* CV page */

#cv a:link {
	color: #482932;
	text-decoration: underline;
}

#cv a:visited {
	color: #482932;
	text-decoration: underline;
}

#cv a:hover {
	text-decoration: underline;
	color: #482932;
}

#cv {
	border-top: 1px solid #3f5a69;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 700px;
}

/* Projects */
ul.tabNavigation li {
	margin-left: 5px;
	display: inline;
}

ul.tabNavigation li a {
	padding: 3px 5px;
	background-color: #fff;
	border: 1px solid #3f5a69;
	color: #000;
}

ul.tabNavigation li a.selected,
ul.tabNavigation li a:hover {
	background-color: #fff;
	border-left: 1px solid #3f5a69;
	border-top: 1px solid #3f5a69;
	border-right: 1px solid #3f5a69;
	color: #000;
	padding: 3px 5px;
}

ul.tabNavigation li a.selected{
	border-bottom: 2px solid #fff;
	border-top: 1px solid #3f5a69;
}


.tabNavigation {
	padding-left: 0px;
	margin-bottom: 3px;
}

#first, #second{
	border-top: 1px solid #3f5a69;
	padding-top: 15px;
}

#projects {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 700px;
}

.project-left{
	padding: 10px;
	margin-top: 15px;
	width: 680px;
	height: 150px;
	border: 1px solid #3f5a69;
	text-align: left;
}

.project-right{
	padding: 10px;
	margin-top: 15px;
	width: 680px;
	height: 150px;
	border: 1px solid #3f5a69;
	text-align: right;
}

#projects a:link {
	color: #482932;
	text-decoration: none;
}

#projects a:visited {
	color: #482932;
	text-decoration: none;
}

#projects a:hover {
	text-decoration: underline;
	color: #482932;
}




/* footer */
#footer {
	/*background-color: #3f4283;*/
	color: #A19987;
	margin-top: 100px;
	
}

#footer-content {
	background-color: #3f4283;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	width: 838px;
	height: 140px;
}

#footer-content-left {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
	width: 180px;
}

#footer-content-right {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
	width: 300px;
}

#footer a:link {
	color: #FAF5CF;
	text-decoration: none;
}

#footer a:visited {
	color: #FAF5CF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #FAF5CF;
}
