/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12.75px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #988A86;
	background: #FFFFFF;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { 
	text-decoration: none; 
	color:#988A86;
}
a:visited { text-decoration: none; color: #988A86; }
a:hover { text-decoration: none; color: #D2232A;}
a:active { text-decoration: none; color: #D2232A;}

a img { border: none; }

#menu {
    width: 250px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 120px;
	background-color: #fff;
}

#menu ul {
	float: left;
	list-style-type: none;
	width: 255px;
	margin: 0px 0px 0px 0px;
}

#menu ul a {
	padding-left:5px;
	padding-right:10px;
	background-image: url(http://www.jyllbradley.net/images/menu_divider.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#menu ul a:link { 
	text-decoration: none; 
	color:#988A86;
}
#menu ul a:visited { text-decoration: none; color: #988A86; }
#menu ul a:link { text-decoration: none; color:#988A86; }
#menu ul a:hover { text-decoration: none; color: #D2232A; }

#menu li.active a{ color: #D2232A; }

li {
	float: left;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 120px 0px 0px 5px;
    top: 0;
}

.container {
    padding: 25px 20px 25px 20px;
}

#content p { width: 450px; line-height:16px; margin-bottom: 9px; color: #000000;}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#logo { padding: 0px 0px 10px 0px; clear: both; float: left; }

#nav2 {
	font-size: 12.75px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #988A86;
	background: #FFFFFF;
}

#nav2 em {
	color: #988A86;
}

#nav2 a:hover em {
	color: #D2232A;
}

#nav2 a:active { text-decoration: none; color: #988A86; }
#nav2 a:visited { text-decoration: none; color: #988A86; }
#nav2 a:hover { text-decoration: none; color: #D2232A;}

/* colours for text */

#navText {
	color: #988A86;
}

#imageSelected {
	color: #D2232A;
}

#textSelected {
	color: #D2232A;
}

#imageGallery {
	font-size: 12.75px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #988A86;
	background: #FFFFFF;
}

#imageGallery em {
	font-size: 12.75px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #D2232A;
	background: #FFFFFF;
}

#press {
	font-size: 12.75px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D2232A;
	background: #FFFFFF;
}

#press p {
	font-weight: normal;
	font-style: normal;
	color: #D2232A;
}

#press em {
	font-weight: normal;
	font-style: italic;
	color: #D2232A;
	background: #FFFFFF;
}

#press strong {
	font-size: 12.75px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	background: #FFFFFF;
}

#CV {
	float: left; width: 200px; padding-top: 0px; padding-right: 80px; color: #000000;
}

#CV a:link { text-decoration: none; color: #988A86;}
#CV a:active { text-decoration: none; color: #D2232A;}
#CV a:visited { text-decoration: none; color: #988A86;}
#CV a:hover { text-decoration: none; color: #D2232A;}