/* 	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;
}

.website_name a:link, .website_name a:visited, .website_name  a:visited  {
	color:#FF0000;
}

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;
	text-decoration: underline;
}

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;
}
.section_text a {
	text-decoration: underline;
}
p.right {
	text-align: right;
}

/* layout elements */

#container {
	width: 	1024px;
	margin: 0 auto;
}
#header {
	height: 90px;
	border-bottom: 1px solid #999;
}
h2.section_title {
	margin-top:	20px;
	font-weight: bold;
}
#content {
	margin-top:	20px;

}
#footer {
	clear: both;
	font-size: 75%;
}
#full {
}
.text {
	width: 900px;
}
.text ul {
}


/*######### Main Navigation #########*/

#menu {
	margin-left: 230px;
	margin-top: -20px;
}

ul#menu {
	padding: 0;
	list-style: none;
	font-size: 1em;
	}	
ul#menu li {
	display: inline;
	font-family: "arial narrow", Arial, sans-serif;
	text-transform: uppercase;
}
/* Gallery Styles */
#photo, #gallery_text  {
	margin-left: 150px;
}
.caption {
	font-style: italic;
	font-size: 75%;
	color: #000000;
}
#photo img {
	border: 1px solid #888;
}
#thumbs {
	width: 150px;
	float: left;
}
}
#thumbs img {
}

#gallery_text {
	margin-top: 20px;
}

.exhibition {
	width: 50%;
}
.exhibition img {
	float: left;
}
.exhibit_details {
	margin-left: 50px;
}

table {
	width: 100%;
}
.gallery_list {
	height: 60px;
}

/* form styling */

/*contact form styling */

.contact {
	width:	100%;
}

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;
	font-size: 75%em;	
}
