/* 	CSS Document
	Styles for katevrobertson.com */

/* General html styling */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "sans-serif", Verdana, Arial, Helvetica;
	font-size: 75%;
	text-align: left;	
	background-color:#CCCCCC;
	color: #666666;
	margin:0;
}
a:link, a:visited, a:hover, a:active {
	text-decoration:none;
}
#menu a {
	text-decoration: underline;
}
a:link, a:visited {
	color:#666666;
}	
a:hover, a.current_section {
	color:#FF0000;
}

a:link > img, a:visited > img {
	border: 1px solid #666666;
}

a:hover > img {
	border: 1px solid #FF0000;
}
p, h1, h2, h3, h4, h5, ul {
	padding-top: 0.4em;
}
p {
	line-height: 1.5em;
}	
h1 {
	font-family: "gill sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #333333;
}
h2 {
	font-size: 1.4em;
}
img {
	border: 1px solid #CCCCCC;
}
.text a {
	text-decoration: underline;
}
p.right {
	text-align: right;
}

/* layout elements */

#container {
	position: relative;
	width: 	1024px;
	margin: 0 auto;
}
#header {
	height: 131px;
	background: url(../assets/pageimages/background_main_01.jpg) no-repeat;
}
#header_box {
	position: absolute;
	top:  40px;
	left: 110px;
}
h2.section_title {
	line-height: 0;
	padding: 0;
	font-weight: bold;
	display: inline;
}
#main_front {
	height: 556px;
	background: url(../assets/pageimages/background_front_02.jpg) no-repeat;
	padding: 1px 0 0 0;
}
#main {
	height: 556px;
	background: url(../assets/pageimages/background_main_02.jpg) repeat-y;
	padding: 1px 0 0 0;
}
#footer_front {
	height: 85px;
	background: url(../assets/pageimages/background_front_03.jpg) no-repeat;
	padding: 1px 0 0 0;
}
#footer {
	height: 85px;
	background: url(../assets/pageimages/background_main_03.jpg) no-repeat;
	padding: 1px 0 0 0;	
}
#full {
	position: absolute;
	background: url(../assets/pageimages/background_full.jpg) no-repeat;
	background-repeat: no-repeat;
	position: absolute;
	height: 559px;
	width: 870px;
	left: 88px;
	top: 131px;
	padding: 20px 40px 30px 40px;
}
.full_box {
	height: 493px;
	width: 820px;
	overflow: auto;
}
.text {
	width: 800px;
}
.text ul {
	margin-left: 3em;
}

/*######### frontpage navigation #########*/

ul#frontpage li{
	position: absolute;
}
#music{
	left:259px;
	top:268px;
	width:260px;
}
#art{
	left:596px;
	top:238px;
	width:261px;
}
ul#frontpage li, ul#frontpage a{
	display: block;
}
#art_bttn {
	height:290px;
}
#music_bttn {
	height:322px;
}
a:hover#music_bttn {
	background: url(../assets/pageimages/music_hover.jpg) no-repeat;
}
a:hover#art_bttn {
	background: url(../assets/pageimages/art_hover.jpg) no-repeat;
}
#frontpage span {
	visibility:hidden;
}
/*######### Main Navigation #########*/

ul#menu, .subtitle {
	padding: 0;
	list-style: none;
	font-size: 1em;
	}	
ul#menu li, .subtitle {
	display: inline;
	font-family: "arial narrow", Arial, sans-serif;
	text-transform: uppercase;
}
a#contact_bttn {
	display: block;
	position: absolute;
	top: -4px;
	left: 573px;
	width: 86px;
	height: 95px;
	text-decoration: none;
	}
a:hover#contact_bttn {
	background: url(../assets/pageimages/contact_hover.jpg) no-repeat;
	}
#contact_bttn span {
	visibility:hidden;
	}
a#freelance_bttn {
	display: block;
	position: absolute;
	top: -4px;
	left: 668px;
	width: 85px;
	height: 95px;
	text-decoration: none;
	}
a:hover#freelance_bttn {
	background: url(../assets/pageimages/freelance_hover.jpg) no-repeat;
	}
#freelance_bttn span {
	visibility:hidden;
	}

/* Gallery Styles */
#photo {
	position: absolute;
	height: 559px;
	width: 449px;
	left: 88px;
	top: 131px;
	background: url(../assets/pageimages/background_photo.jpg) no-repeat;
}
.photoBox {
	margin: 40px 15px 0 15px;
	text-align: center;
}
.caption {
	font-size: 0.9em;
	color: #000000;
}
.photoBox img {
	border: 1px solid #cccccc;
}
#index {
	background-repeat: no-repeat;
	position: absolute;
	height: 559px;
	width: 420px;
	left: 537px;
	top: 131px;
	background: url(../assets/pageimages/background_index.jpg) no-repeat;
}
.indexBox_short {
	margin:40px 15px 280px 20px;
	overflow: auto;
}
.indexBox_long {
	margin:40px 15px 0 20px;
	overflow: auto;
}
#index img {
}

#info {
	position:absolute;
	top: 300px;
	padding: 25px 20px;
	font-size: 90%;
	color:	#000;
}
#info_box {
	height: 220px;
	width: 390px;
	overflow: auto;
}
#info_text {
	width:	350px;
}

/* table formating */
table, tr {
	width: 100%;
	border-collapse: collapse;
}
td {
	padding-top: 1em;
	vertical-align: top;
}
.exhibition {
	width: 50%;
}
.exhibition img {
	float: left;
}
.exhibit_details {
	margin-left: 50px;
}
.date_cell {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

/* form styling */

input, textarea {
	padding: 0.2em;
	border: solid 1px #666666;
}

input:focus, textarea:focus {
	border: solid 1px #FF0000;
}
select {
	border: solid 1px #666666;
}
option {
	margin-right: 0.5em;
}
label {
	padding-top: 0.5em;
}
input.widebox, textarea.widebox {
	width: 100%;
}
.warning {
	color: red;
}

#footer, #footer_front {
	/*  */
	width: 100%;
	text-align: right;
	padding: 0.8em 0 0 0;
}
.access {
	clear: left;
	float: left;
	font-size: 0.9em;
}

.copyright {
	padding-top: 0;
	padding-right: 5em;
	font-size: 0.9em;
}
#footer_front .copyright {
	/*  */
	padding-right: 25em;
	font-size: 0.9em;
}