body {
	background:url("../images/brick_bg.png") repeat-x #cecbc2;
	font-family:Helvetica, Arial, sans-serif;
	color:#333;
}

label {
	float:left;
	clear:both;
}

input, textarea {
	float:right;
}

pre {
    font-family: "Lucida Console", "Courier New", Verdana;
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
}
  
code {
    font-family: "Lucida Console", "Courier New", Verdana;
    margin: 0;
    padding: 0;
}

/*IDs*/
#header {
	width:800px;
	background-color:white;
	margin:0 auto;
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:3px 3px 3px #666;
	-webkit-box-shadow:3px 3px 3px #666;
}

#main {
	width:800px;
	margin:10px auto;
}

#navigation {
	width:800px;
	background-color:#8b2323;
	color:#cecbc2;
	margin:0 0 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:3px 3px 3px #666;
	-webkit-box-shadow:3px 3px 3px #666;
	text-align:center;
}

#jsddm {
	margin: 0;
	padding: 0
}

#info {
	padding:10px 40px 0 15px;
	margin:0 0 10px 0;
	float:right;
}

#links {
	width:240px;
	float:right;
	padding:20px;
	height:350px;
	background-color:#cecbc2;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	opacity:.7;
}

#content {
	margin-bottom:10px;
	background-color:#8b7d6b;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:3px 3px 3px #666;
	-webkit-box-shadow:3px 3px 3px #666;
	padding:20px;
	overflow:hidden;
}

/*#gallery {
    padding: 20px;
    background: #8b7d6b;
	-moz-box-shadow:3px 3px 3px #666;
	-moz-border-radius:5px;
	-webkit-box-shadow:3px 3px 3px #666;
	-moz-border-radius:5px;
}
*/
#tagline {
	padding:10px;
	overflow:hidden;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	background-color:#cecbc2;
}


#submit {
	clear:both;
	margin:0 80px 0 0;
}

#thumbs {
	background-color:white;
	width:700px;
	clear:both;
	height:110px;
	overflow:auto;
	margin:5px 10px 10px 0;
	-moz-box-shadow:3px 3px 3px #666;
	padding:0;
}

#contactForm {
	padding:20px;
	/*margin:35px 20px;*/
	width:420px;
	height:350px;
	float:left;
	background-color:#cecbc2;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	opacity:.7;
}

#footer {
	width:800px;
	clear:both;
	background-color:#8b2323;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:10px auto;
	-moz-box-shadow:3px 3px 3px #666;
	-webkit-box-shadow:3px 3px 3px #666;
	overflow:hidden;
}

#copyright {
	padding:20px 15px 0 40px;
	float:left;
}

/*Classes*/
.column {
	width:345px;
	float:left;
	height:110px;
	padding:0;
	margin-bottom:10px;
	background-color:white;
	/*-moz-border-radius:15px;
	-webkit-border-radius:15px;*/
	-moz-box-shadow:3px 3px 3px #666;
	-webkit-box-shadow:3px 3px 3px #666;
}

.example {
    border: 1px solid #CCC;
    background: ;
    padding: 10px;
}

.larger {
	font-size:larger;
}

.small {
	font-size:small;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0
}

.gallery_col {
	width:225px;
	float:left;
	margin:0;
	padding:10px;
}

/*.column:first-child {
	margin:0;
}*/

/*Headings*/
h1 {
	float:left;
	padding:10px 20px;
	font-size:2.2em;
	margin:25px 0 0 0;
}

h2 {
	color:#CECBC2;
	font-size:1.2em;
	margin-bottom:20px;
	padding:0;
	font-family:'Lucida Calligraphy', 'Trajan Pro', Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size:1em;
}

/*Lists*/
ul {
    list-style-image:url(list-style.gif);
}
  
#navigation ul {
	list-style-type:none;
	margin:0;
	padding:2px 0;
}

#jsddm li ul {
	position: absolute;
	visibility: hidden;
	margin:2px 0 0 323px;
	background-color:#cecbc2;
	width:140px;
	z-index:100;
	opacity:.8;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	border:2px solid #8b2323;
	border-top:none;
}
		
#jsddm li ul li {
	float: none;
	display: block;
	border:none;
}

#links dl {
	text-align:left;
	margin:0;
	padding:5px 0  5px 30px
}

#links dt {
	text-decoration:underline;
	font-size:.9em;
}

#navigation li, #links dd {
	display:inline;
	padding:2px 0;
	
}

#jsddm li a:hover {
	background: #8b6969;
}

#subnav li {
	padding:0;
	margin:1px;
}


ul#subnav {
	padding:1px 0 0 0;
	display:none;
}
#content ul {
	margin:0;
	padding:0 10px 0 0;
}

#tagline ul {
	padding:0;
	margin:0;
	list-style-type:none;
	line-height:1.5;
	width:210px;
	float:right;
	font-weight:bold;
	font-size:.9em;
}

#jsddm li {
		border-left: 1px solid white;
}
		
#jsddm li:first-child {
	border:none;
}

/*Links*/
#navigation a, #links a, #subnav a {
	color:#cecbc2;
	/*text-transform:uppercase;*/
	text-decoration:none;
	padding:1px 10px;
	font-size:1.1em;
	outline:none;
	
}

#subnav a {
	font-size:small;
	padding:0;
}

#navigation a:hover, #subnav a:hover, #footer a:hover {
	/*text-decoration:underline;
	background-color:#cd3333;
	padding:2px 4px;
	-moz-border-radius:5px;
	-moz-box-shadow:2px 2px 2px #330000;
	font-weight:bold;
	text-shadow:white 0 0 10px;
	filter:glow(color=#ffffff, strength=5);*/

}

#jsddm li a {
	
	padding: 2px 40px;
	text-decoration: none;
	
	width: 120px;
	
	white-space: nowrap
}

#jsddm li ul li a {
	width: auto;
	float:none;
	color:black;
	padding:4px;
	font-size:.9em;
	opacity:1.0;
}

#jsddm li ul li a:hover {	
	text-decoration:underline;
	background-color:transparent;
}

#footer a {
	color:#cecbc2;
	/*font-size:.8em;*/
}
/*Paragraphs*/
p {
	font-size:.9em;
}

p#wide {
	width:490px;
	border-right:solid thin #8B7D6B;
	line-height:1.4;
	float:left;
	font-size:.85em;
	padding:0 10px;
}

p#narrow {
	float:right;
	width:210px;
	line-height:1.4;
}

#links p {
	padding:10px 20px 0;
	margin:0;
	color:black;
}

#contactForm p {
	color:black;
}

#footer p {
	margin:0;
	padding:5px 0;
	color:#cecbc2;
	/*font-size:.6em;*/
}

#info p {
	padding:5px;
	margin:0;
	font-size:.8em;
	text-align:left;
	vertical-align:bottom;
}

#copyright p {
	margin:0;
	padding:0;
	font-size:.8em;
	text-align:left;
}
	
/*Images*/
#header img {
	padding:10px 20px 10px 0;
	width:150px;
}

#slideshow img {
	width:760px;
}

#links img {
	border:none;
	width:80px;
}	

#thumbs img {
	margin:0px 0 5px 5px;
	height:80px;
}

.gallery_col img {
	width:150px;
	height:400px;
}

/*Forms*/
#contactForm form {
	line-height:175%;
}
