/* general */

body {
	background: #808080 url(img/body.gif);
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 16px 0;
}

#container {
	width: 960px;
	margin: 0 auto;
	background: #eee;
	text-rendering: optimizeLegibility;
}

#header {
	height: 95px;
	background: #19171c url(img/header.jpg) no-repeat top left;
	position: relative;
}

#sidebar {
	width: 240px;
	float: left;
	text-align: right;
	min-height: 620px;
	background: #eee;
}

#main {
	width: 720px;
	float: right;
	min-height: 620px;
	background: #fff;
}

hr {
	margin: 0;
	border: none;
	height: 0;
	clear: both;
}

#footer {
	width: 940px;
	margin: 20px auto;
	padding: 20px 0;
	clear: both;
	font-size: 10px;
	background: #eee;
	border: 10px solid white;
	color: #333333;
}



/* header */

#header img.logo {
	margin: 20px 0 0 142px;
	border: none;
}

#header a.logo {
	border: none;
}

/* menu */

#menu {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 46px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
	border-left: 1px solid #666;
	position: relative;
	list-style: none;
	font-size: 10px;
	line-height: 17px;
}

#menu ul li a {
	display: block;
	margin: 0;
	padding: 6px 10px;
}

#menu ul li ul {
	float: none !important;
	/* display: none; */
	position: absolute;
	left: -10000px;
	z-index: 1;
	margin-left:-1px;
	padding: 0;
	text-align: left;
	background: #242730 url(img/menu.png) repeat-x top left;
	opacity: 0;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

/*
#menu ul li:hover ul {
	display: block;
	left: 0;
	opacity: 1;
}
*/

#menu ul li ul li {
	float: none !important;
	padding: 0;
	border-right: 1px solid #aaa;
}

#menu a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
}

#menu a:hover {
	background-color: #b21220;
}

#menu ul li ul li a {
	display: block;
	width: 140px;
	padding: 10px 20px;
	margin: 0;
	line-height: 14px;
	border-bottom: 1px solid;
	border-color: #666;
}



/* sidebar */

#submenu {
	font-weight: bold;
}

#submenu div.title {
	display: block;
	padding: 16px 7px;
	margin-bottom: 12px;
	text-transform: uppercase;
  background: #aaa;
  background: -moz-linear-gradient(top,#bbb,#ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#ddd));
	-moz-box-shadow: 0px 1px 10px #999; /* FF3.5+ */
  -webkit-box-shadow: 0px 1px 10px #999; /* Saf3.0+, Chrome */
	box-shadow: 0px 1px 10px #999;
}

#submenu ul {
	margin: 0;
}

#submenu li {
	display: block;
	padding: 6px 8px 6px 32px;
}

#news {
	padding: 20px 10px 10px 10px;
	margin-bottom: 40px;
	font-size: 11px;
}

#news div.title {
	display: block;
	padding-bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
}

#news p {
	margin-bottom: 20px;
}

#address {
	margin: 20px 12px 40px 0;
	color: #222;
}

#address .title {
	display: block;
	margin: 24px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #222;
}

#address p {
	margin: 0 0 8px 0;
}



/* main */

#main p {
	margin-bottom: 18px;
}

#content {
	margin: 40px;
	font-size: 12px;
}

#content h1 {
	margin: 0 0 20px 0;
	font-size: 18px;
}

#content h2 {
	margin: 30px 0 10px 0;
	font-size: 15px;
	color: #333333;
}

#content h2.clear {
	padding-top: 20px;
}

#content h3 {
	margin: 20px 0 12px 0;
	font-size: 13px;
	color: #555555;
}

#content ul {
	margin: 0;
	padding: 0;
}

#content ul li {
	list-style: disc inside;
	margin-bottom: 18px;	
}

#content ul li li {
	list-style: circle inside;
	margin-left: 28px;
}

#content ul.narrow li {
	margin-bottom: 9px;	
}

.shortPortrait {
	clear: left;
	padding: 0 0 20px 0;
}

.shortPortrait img {
	float: left;
	margin: 0 10px 20px 0 !important;
}

.shortPortrait p {
	font-size: 12px;
	padding: 0 !important;
	margin: 0 !important;
}



/* footer */

#footer div {
	display: block;
	width: 260px;
	float: left;
}

#footer #sitecom {
	margin: 0 40px;
}

#footer #facebook {
	margin-right: 40px;
}

#footer .title {
	margin-right: 12px;
	font-size: 12px;
	font-weight: bold;
}

#footer img {
	margin-top: 10px;
}

#footer hr.special {
	margin: 64px 0 64px;
	display: block !important;
	clear: none !important;
	border-bottom: 1px solid #999999 !important;
}



/* subfooter */

#subfooter {
	width: 940px;
	margin: 20px auto;
	padding: 0;
	clear: both;
	font-size: 10px;
	color: #eee;
	text-align: center;
}



/* links */

#submenu a {
	text-decoration: none;
	border-bottom: 1px dotted;
}

#content a, #content a:visited {
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}



/* colors */

#content a, #sidebar a {
	color: #b21220;
}

#submenu a {
	color: black;
	border-color: #999999;
}

#submenu .title a, #submenu a.active {
	color: #b21220;
	border-color: #b17c80;
}

#footer a {
	color: #333333;
}



/* images */

#content img {
	border: 5px solid #dddddd;
}

#content img.centered {
	display: block;
	margin: 20px auto;
}

#content img.alignleft {
	margin: 0 20px 10px 0;
	display: inline;
	float: left
}

#content img.alignright {
	margin: 0 0 10px 20px;
	display: inline;
	float: right;
}

#content img.no-border {
	border: none;
	padding: 5px;
	margin-top: 20px;
}


/* resume */

.resume li {
	list-style: circle inside;
}



/* welcome page adjustments */

#film {
	width: 480px;
	height: 272px;
	margin: 0 auto;
	border: 5px solid #dddddd;
	background: url(/wp-images/film.jpg) top left no-repeat;
}

#film img {
	border: none;
	margin: 0;
	padding: 0;
}

#welcome h1 {
	display: none !important;
}

/* columns / site map */

.col1, .col2 {
	width: 300px;
}

.col1 {
	float: left;
}

.col2 {
	float: right;
}

.col1 li, .col2 li {
	margin-top: 0 !important;
	margin-bottom: 8px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.col1 li li, .col2 li li {
	margin-bottom: 0 !important;
}



/* misc */

#modify {
	display: block;
	padding: 20px 0 0 0;
	clear: left;
}

table {
	clear: left;
	width: 100%;
}

table td {
	padding-right: 20px;
}

table th {
	text-align: left;
}

.clear {
	clear: both;
}

abbr {
	border-bottom: dotted 1px #666;
}



/* form */

form .Field{
	margin: 0 0 3px 0;
}

form .ColL {
	width: 150px;
	float: left;
}

form .ColR {
	margin: 0 0 0 170px;
}

form .ColR input {
	width: 250px;
}

form .ColR button {
	width: 100px;
}




/* IE6 Hacks */
* html hr {
	display: none;
}

* html #menu ul li ul, * html #menu ul li:hover ul {
	display: none!important;
}



/* IE7 Hacks */
*+html hr {
	display: none;
}

*+html #menu ul li ul, *+html #menu ul li:hover ul {
	display: none !important;
}