/* -------------------------------- */
/* ---- GLOBAL SITE FORMATTING ---- */
/* -------------------------------- */
body {
	font: 12px/1.3 arial, helvetica, sans-serif;
	color: #676767;
	text-align: center;
	background: #fff;
}

caption, th, td, table td label, table td label span { font-family: verdana, helvetica, sans-serif; }
caption, th, td { font-size: 11px; }

* { padding: 0; margin: 0; }
p { margin-bottom: 12px; }
/* ul { list-style: none; } */
img { border: 0; }

a { color: #b22222;
	font-weight: bold; }

h3 {
	font-size: 28px;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
	color: #676767;
}
h1 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	color: #4682b4;
}
h2 {
	font-size: 12px;
	color: #aaa;
}

/* h1 {
	font-size: 17px;
	} */

h1 a {
	color: #fff;
	text-decoration: none;
	}
	

/* CONTAINERS
------------------------------------------------ */
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 765px;
	background: #fff;
}

#masthead {
	position: relative;
	padding: 10px 20px 0px 0px;

}

#colOne, #colTwo, #colThree, #colOneMenu, #colTwoBody {
	float: left;
	display: inline;
}

#colOne {
	width: 510px;
}
#colOne p {
	margin: 20px 15px 10px 10px;
}
#colOneMenu {
	width: 200px;
}
#colTwo {
	width: 200px;
	margin-top: 30px;
}
#colTwoBody {
	width: 510px;
	margin-top: 30px;
}
#colThree {
	padding-left: 3px;
}

#footer {
	color: #fff;
	margin: 20px 0;	
}



/* :::: Nav Global :::: */
ul#navGlobal {
	float: right;
	list-style: none;
	margin-top: 10px;
}
#navGlobal li {
	border-right: 1px solid #CCC;
	padding: 10px;
	margin-right: 1px;
	display: inline;

}

#navGlobal li a {
	color: #676767;
	text-decoration: none;
	font-size: 14px;
}
#navGlobal li a.on {
	color: #b22222;
	text-decoration: none;
	font-size: 14px;
}
#navGlobal li.end {
	border-right: 0px;
}
#navGlobal li.on {
	border-right: 0px;
}




/* :::: Local Nav :::: */
#navLocal {
	width: 160px;
	list-style: none;
	margin-top: 30px;
}

#navLocal li {
	line-height: 1em;
	padding: 8px 8px 8px 15px;

}

#navLocal li.on {
	background-color: #953B36;
}

#navLocal li.on a {
	color: #fff;
	text-decoration: none;
}



/* CLEARING
------------------------------------------------ */
.clearthis:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearthis {display:inline-block;}
/* Hide from IE Mac \*/
.clearthis {display:block;}
/* End hide from IE Mac */




/* FOOTER
----------------------------------------- */
#footer {
	border-bottom: 1px solid #ccc;
	margin: 30px 0 0;	
	padding-bottom: 30px;
	clear: both;
}




/* ICONS
-------------------------------------------- */

a.iconEdit, a.iconCalendar  {
	vertical-align: middle;	
}

a.iconEdit img {
	width: 16px;
	height: 16px;
}

/* icon for logged in user */
.currentUser {
	padding-left: 20px;
	background: url(/img/icon/16x16/user.gif) no-repeat;
}
.print {
	padding-left: 20px;
	background: url(/img/icon/16x16/printer.gif) no-repeat;
	font-weight: bold;
}
ul#print {
	float: right;
	list-style: none;
	padding: 3px 10px;
}

/* BUTTONS
-------------------------------------------- */
input.btnSubmitVote {
	margin: 0 0 20px 12px;
}

/* RESUME LIST
-------------------------------------------- */
ul#resume {
	float: left;
	list-style: none;
	clear: both;
	padding: 10px 20px 0px 10px;
	width: 400px;
}

ul#resume li.title {
	font-weight: bold;
	font-size: 13px;
	color: #000;
}
ul#resume li.date {
	font-weight: bold;
}
ul#resume li.noLink {
	color: #b22222;
	font-weight: bold;
}
ul#resume li.noLink span.location{
	color: #676767;
	font-weight: normal;
}


ul#description {
	float: left;
	list-style-type: square;
	clear: both;
	margin-left: 35px;
	width: 400px;
}
ul#description li {
	padding: 3px;
	list-style-type: square
}

/* RIGHT HAND SIDE BOX
-------------------------------------------- */
dl#box {
	width: 220px;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 25px;
}
dl#box dt{
	font-weight: bold;
	color: #000;
	padding-left: 20px;
	background: url(/img/icon/16x16/bullet_bw.gif) no-repeat;
}

dl#box dd{
	padding: 0px 0px 10px 20px;
}
dl#box dd.noMargin{
	padding: 0px 0px 10px 0px;
}
dl#box h1 {
	margin: 0px 0px 3px 0px;
}
/* BOX MENU LEFT SIDE
-------------------------------------------- */
dl#boxMenu {
	width: 160px;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 25px;
	margin-top: 20px;
}
dl#boxMenu dt{
	font-weight: bold;
	color: #000;
	padding: 0px 0px 10px 5px;
}

dl#boxMenu dd{
	padding: 0px 0px 10px 5px;
}
dl#boxMenu dd.noMargin{
	padding: 0px 0px 10px 0px;
}
dl#boxMenu h1 {
	margin: 0px 0px 3px 0px;
}
/* IMAGES
-------------------------------------------- */
#examples {
	width: 500px;
	float: left;
	clear: both;
	margin-bottom: 20px;
}
#examples img{
	width: 100px;
	height: 100px;
	border: 2px solid #ccc;
	float: left;
	margin-right: 10px;
}
#examples p{
	float: left;
	font-weight: bold;
	width: 350px;
}
#examples p span{
	font-weight: normal;
	
}

#twitter_div {
	width: 220px;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 25px;
}
#twitter_div h2.twitter-title {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	color: #4682b4;
}
ul#twitter_update_list {
	list-style-type: none;
	padding: 5px;
}