/* Contents:
	Sitewide Styles
	Text Formatting
	Individual Page Formatting
*/

/* Sitewide Styles
--------------------------------------------------------------------------------------- */

body {
	background-color: #290202;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-size: 12px;
	margin: 0px;
	color: #390303;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	}
 	
#page {
	width: 855px;
	}
	
#columna, #columnb {
	float: left;
	} 

#columna { 
	width: 310px;
	}
	
#nav {
	padding-left: 115px;
	}
	
#columnb { 
	width: 530px;
	padding-right: 15px;
	background-image: url(images/layout-content-shadow.jpg);
	background-position: right top;
	background-color: #290202;
	background-repeat: no-repeat;
	}

h1 { 
	background-image: url(images/layout-title.gif);
	height: 41px;
	margin: 0px; 
	padding: 0px;	
	}

h1 span { 
	display: none;
	}
	
#content { 
	padding: 15px 20px;
	line-height: 18px;
	background-color: #f6f5f2;
	}
	
#footer { 
	background-image: url(images/layout-footer.gif);
	height: 36px;
	}
	
#footer span { 
	display: none;
	}

#credits { 
	clear: both;
	width: 545px;
	color: #f6f5f2;
	background-color: #290202;
	text-align: center;
	margin-left: 310px;
	padding: 10px 0px;
	font-size: 11px;
	}
	
#credits a:link, #credits a:visited, #credits a:active, #credits a:hover { 
	color: #f6f5f2;
	background-color: #290202;
	}

/* titles
--------------------------------------------------------------------------------------- */	
#titlehome, #titleabout, #titleportfolio, #titlecontact  { 
	width: auto;
	height: 25px;
	display: block;
	border-bottom: 1px solid #330000;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	} 

#titlehome { 
	background-image: url(images/title-home.gif);
	} 
	
#titleabout { 
	background-image: url(images/title-about.gif);
	} 
	
#titleportfolio { 
	background-image: url(images/title-portfolio.gif);
	} 
	
#titlecontact { 
	background-image: url(images/title-contact.gif);
	} 

/* Text Formatting
--------------------------------------------------------------------------------------- */

a:link, a:visited { 
	color: #8a0000;
	text-decoration: none;
	}
	
a:active, a:hover { 
	color: #270101;
	text-decoration: underline;
	}

h2 {
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	display:block;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	border-bottom: 1px solid #330000;
	}
	
h3, h4 {
	padding: 5px 0px;
	margin: 0px;
	font-variant:small-caps;
	font-size: 16px;
	font-weight: normal;
	}
	
h4 { 
	text-align: center;
	}

h5 {
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 5px 0px;
	display:block;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #330000;
	}

.hide { 
	display:none;
	}
	
.clear { 
	clear: both;
	}
	
textarea, form, input { 
	font-size: 12px;
	}
	
.dividerline {
	border-bottom: 1px solid #330000;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
	display:block;
	}
	
ul.about {
	list-style-image: url(images/about-bullet.gif);
	list-style-type: none;
	}
	
#indexcontent {
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #330000;
	margin: 5px 60px 0px 60px;
	line-height: 22px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 20px;
	text-align: justify;	
	}
	
/* Individual Page Formatting
--------------------------------------------------------------------------------------- */


/* portfolio section */
.gallerythumbs, .gallerythumbsedit { 
	border: 1px solid #330000;
	padding: 5px;
	float: left;
	text-align: center;
	width: 140px;
	margin: 4px;
	}
	
.gallerythumbs { 
	height: 145px;
	}
	
.gallerythumbsedit { 
	height: 170px;
	}

	
.gallerythumbs:hover, .gallerythumbs:active { 
	background-color: #ece6e3;
	display:block;
	}
	
.gallerythumbs .edit { 
	text-align: center;
	padding-top: 3px;
	}
	
.thumbtitle { 
	font-variant:small-caps;
	font-size: 14px;
	}
	
.gallerydetail {
	background-color: #ece6e3;
	display:block;
	border: 1px solid #330000;
	padding: 9px;
	margin-top: 10px;
	}
	
.gallerydetail h3 { 
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 5px 10px;
	font-weight: normal;
	}
	
.galleryitem {
	text-transform: uppercase; 
	font-size: 11px;
	color: #000000;
	}
	
.description { 
	padding: 0px 0px 5px 10px;
	}
	
/* admin section */	
.fielda, .fieldb { 
	float: left;
	padding-bottom: 10px;
	}
	
.fielda { 
	width: 100px;
	text-align: right;
	padding-right: 10px;
	}

.fieldb { 
	width: 300px;
	}
	
	

