
/*
Theme Name: Arbour Media
Theme URI: http://ArbourMediaGroup.com/
Description: Official theme of Arbour Media Group.
Version: 1.0
Author: Turner Arbour
Tags: mantle color, variable width, two columns, widgets
*/

/* Global CSS Attributes */

body {
	background: #000;
	margin: 0 0 0 0;
	color: #fff;
	font: Arial, Helvetica, sans-serif;
	}
	
h1 {
	font-size:12pt;
	}
	
h2 {
	font-size: 24pt;
	font-family: "Courier New", Helvetica, Arial, snas-serif;
}	
	
p {
	font-size:10pt;
	text-indent: 10pt;
	}

li {
	list-style: none;
	padding: 0 0 0 10px;
	}		

ul {
	list-style: none;
	}		
	
a img {
	border: none;
	}
	
.left {
	float: left;
	}
	
.right {
	float: right;
	}	
	
a {
	color: #e6e6e6;
	}	
	
a:hover {
	text-decoration: underline;
	}	
	
/* Background */

.bg {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	}

/* Content Wrapper */

#content {
	position: relative; 
	width: 700px;
	margin: 100px auto;
	font-family: helvetica, arial, sans-serif;
	line-height: 16pt;
	background: url("../images/content-bg.png") repeat;
		}

/* Header */

#header {
	padding: 50px 20px 60px 20px;
	}
	
/* Page Text */

#text {
	margin: 0 0 0 0;
	padding: 50px 20px 20px 20px;
	}
	
/* Footer */

#footer {
	margin: 0 0 0 0;
	background: url("../images/footer-bg.png") repeat;
	padding: 20px 20px 5px 20px;
	font-size: 8pt;
	clear: both;
	}
	
/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background: transparent;
		padding: 0;
		width: 650px;
	}
	#gallery ul { list-style: none; padding: 0;}
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #fff;
		border-width: 5px 5px 5px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 5px;
		color: #000;
	}
	#gallery ul a:hover { color: #fff; }
	
/* Blog */	

#blog {
	margin: 0 0 0 0;
	padding: 20px 20px 5px 20px;
}

.blogdate {
	background: #fff;
	color: #000;
	width: 60px;
	font-size: 20pt;
	letter-spacing: -2px;
	font-weight: 700;
	margin-top: 10px;
}

/* Slideshow */

#slideshow {
	background: url('../images/shadow.png') no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	width: 660px;
	padding-left: 20px;
	}
	
/* About Me Page */

#abouttext {
	width: 45%;
	float: left;
	padding-left: 20px;
	}

#aboutpic {
	width: 45%;
	float: right;
	padding-right: 20px
	}
	
/* Contact Form */

.blockLabels {
}

.blockLabels p {
float:left;
clear:both;
width:100%;
}

.blockLabels label {
width:150px;
float:left;
text-align:right;
margin-right:10px;
line-height:30px;
}

.blockLabels .text,
.blockLabels select,
.blockLabels textarea {
float:left;
padding:4px 6px;
color:#000;
background:#fff;
border:none;
/* CSS3 */
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

.blockLabels .focus:focus {
-moz-box-shadow:0 0 10px #12171a;
box-shadow:0 0 10px #12171a;
-webkit-box-shadow:0 0 10px #12171a;
}

.blockLabels .text {
height:22px;
width:250px;
}

.blockLabels select {
width:262px;
height:30px;
}

.blockLabels textarea {
width:250px;
height:90px;
font-family:Arial, Verdana, Helvetica, sans-serif;
}

.blockLabels .submit {
float:left;
display:block;
width:80px;
height:29px;
text-indent:-9999px;
line-height:0;
font-size:0;
background:url(../images/btnsend.png) no-repeat;
border:none;
cursor:pointer;
}	