/*
Theme Name: Minimalist
Description: A free theme provided by Patron.
Version: 1.0
Author: Patron
Author URI: http://www.getpatron.com
*/

html * { margin: 0; padding: 0; }
body {
	font-size: 62.5%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: url('bg.2.gif') #808183 top left repeat-x;
	color: #fff;
	padding: 100px 0 50px 0;
	text-align: center;
}
.clear { clear: both; height: 1px; }
.scene { clear: both; }

/* color */
a, a:visited { color: #1583aa; text-decoration: none; }
a:hover { text-decoration: underline; }

/* font size */
h1 { font-size: 3.0em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
p,td,th,li { font-size: 1.4em; line-height: 140%; }
td p, li p, td li { font-size: 1.0em; }
legend { font-size: 1.2em; margin-bottom: 15px; }

/* margins and padding */
h1, h2, h3, h4 { 
	margin-bottom: 10px; 
}
p, ul, ol, table { margin-bottom: 20px; }
th { padding: 1px 3px; vertical-align: bottom; }
td { padding: 1px 3px; vertical-align: top; }
fieldset { padding: 10px; margin-bottom: 20px; }

/* lists */
ul {  }
li { 
	margin-left: 20px;
	margin-bottom: 4px; 
}




#hug {
	width: 630px;
	margin: 0 auto;
	text-align: left;
}


#header {
	padding-bottom: 10px;
	border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #616264;
	margin-bottom: 5px;
}
#logo {
	width: 300px;
	float: left;
}
#contactinfo {
	width: 300px;
	float: right;
	text-align: right;
}
#contactinfo a { color: #fff; }
#logo p, #contactinfo p { margin-bottom: 0; }
#logo h1 {
	font-size: 2.0em;
	margin-bottom: 0;
}
#logo #tagline {
	color: #1583aa;
	font-size: 1.4em;
	font-weight: bold;
}




#main {
	background: url('bg.content.gif') repeat-y;
	background-position: 145px 0;
	margin-bottom: 5px;
}

#nav {
	width: 140px;
	float: left;
}

#content {
	width: 470px;
	float: right;
	padding-top: 10px;
}





#sitelinks {
}
.sitelink {
	display: block;
	text-align: right;
	height: 32px;
	line-height: 32px;
	text-transform: uppercase;
	font-size: 11pt;
	border-top-width: 1px; border-top-style: solid; border-top-color: #616264;
}
#sitelinkfirst { border-top-width: 0; border-top-style: none; }
.sitelink a, .sitelink a:visited { 
	color: #fff; 
}
.sitelink a:hover, .curtab a, .curtab a:visited {
	color: #1583aa; text-decoration: none;
}




.gallerythumbs { clear: both; margin-left: 50px; }
.gallerythumbs .row { clear: both; }
.gallerythumbs .thumb {
	float: left;
	margin: 0 17px 10px 0;
	border-width: 1px; border-style: solid; border-color: #1583aa;
	padding: 2px;
}
.gallerythumbs img { 
	border-width: 0; border-style: none; 
	margin: 0;
}



#footer {
	border-top-width: 1px; border-top-style: solid; border-top-color: #616264;
	text-align: right;
}