/*@import url(bookings.css);*/

.indent {
	margin: -10px 0px 0px 20px;
}

/*GENERAL
**************************************************************************************************/

* {
  margin: 0pt;
  padding: 0pt;
 list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
body{
	background-color: #C8C8C8;
	color:#113764;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
}
h1, h2, h3, h4, h5, h6, p{
	margin:1em 0pt 0;
	font-size:1em;
}

h1.lrg {
	margin: 1em 0px 0px 0px;
	font-size: 1.6em;
}

h1.lrg a:hover{
	background-color: #E2D9F4;
}

h2{
	display:block;
	margin-right:40px;
	font-size: 140%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#990000;
}

h4 a{
	
	font-size: 110%;

	color:#990000;
	text-decoration:underline;
}


a {
	text-decoration: none;
	color:#113764;
	font-weight: bold;
}
 

#welcome_pic{
	float: left;
	margin-right:20px;
	margin-left:-20px;
	margin-bottom: 140px;
	margin-top:-4px;
}
.nofloat{
	float: none!important;
}
.slightlylower{
	margin-top:13px!important;
}

/*LAYOUT
**************************************************************************************************/
#main {
	margin: 0pt auto;
	padding: 0pt;
  /*background: transparent url(/i/bg_s1.jpg) no-repeat scroll 0pt 47px;*/
	position: relative;
	min-width:780px;
	width: 760px;
	background-color: #FFFFFF;
}

#main_inner {
  /*  
  border-top: 1px solid rgb(255, 255, 255);
  margin: -1px 0pt 0pt 8px;
  padding: 0pt 8px 0pt 0pt;
  background: transparent url(/i/bg_s2.jpg) no-repeat scroll 100% 47px;
  */
  -moz-background-clip: initial;
  -moz-background-origin: initial;
  -moz-background-inline-policy: initial;
	position: relative;
}
#header {
	background-color:#FFFFFF;
	background:transparent url("../images/drill_hall_panoramic_view.gif") repeat-x scroll -85% 104%;
	border-top:2px solid #990000;
	border-bottom:5px solid #990000;
	overflow:hidden;
	height: 108px;
	width:100%;
}
#logo{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1000;

}
#navigation{
	height:108px;
	width: 560px;
	float: right;
	background:transparent url("../images/back_nav.jpg") repeat-y;
	position: relative;
}
#navigation h1 {
	background: transparent url("../images/dhl_title_header.gif") no-repeat;
	/*text-indent: -9999px;*/position: absolute;
	
	top: 37px;
	left: 5px;
	width:220px;
}
#navigation h1 span{
	visibility:hidden;
	
}
#navigation h2 {
	background: transparent url("") no-repeat;
	/*text-indent: -9999px;*/position: absolute;
	
	top: -5px;
	left: 5px;
	width:220px;
}

#navigation h2 a {
	color: #990000;
	text-decoration:none;
	
}

#navigation h2 a:hover {
	background: url('../images/home.png') no-repeat right;
	color: #113764;	
	padding-right: 1em;
}

#search{
	position:absolute;
	right:30px;
	top: 8px;
}

#search label {
	background:  url("../images/search_drill_hall.gif") no-repeat 0px 0px;
	padding-right:20px;
}
#search label span{
	visibility:hidden;
}
#search_query {
	font:8pt/150% Lucida, Arial, Helvetica, sans-serif;
	color:#113764;
	background:  url("../images/back_search_box.jpg") no-repeat 0px 0px;
	position: absolute;
	vertical-align: middle;
	top:12px;
	left: 3px;
	padding:2px;
	padding-left:5px;
	width: 127px;
	height:15px;
	border: none;
	overflow:hidden;
	border:1px solid #ffffff;
}
#search_go {
	position: absolute;
	top:14px;
	left: 140px;
	padding: 0;
	height: 19px;
	width: 19px;
	border: none;
	overflow: hidden;
	text-indent: 20px;
	letter-spacing: 500em;
}
/*QUICKLINKS
*******************************************************************************/
#quicklinks {
	font:8pt/150% Lucida, Arial, Helvetica, sans-serif;
	color:#113764;
	position: absolute;
	top:15px;
	left: 385px;
	padding:2px;
	padding-left:5px;
	width: 155px;
}

/*NAVIGATION
*******************************************************************************/
#nav_buttons {
	height: 34px;
	width:auto;
	position: absolute;
	bottom:-3px;
	overflow:hidden;
}

#nav_buttons li{
	float: left;
	height:28px;
	text-align:center;
	background-color:#FDFCFE;
	margin-right:1px;
}

#nav_buttons li.selected{
	background-color:#990000;
	height:30px;
	border:1px solid #990000;
}

#nav_buttons li.selected a, #nav_buttons li.selected a:hover{
	color: white;
}

#nav_buttons a{
	display: block;
	padding: 0px 5px;
	margin-top: 3px;
	height:auto;
	font-weight:bold;
	font-size:100%;
	font-family: verdana;
	font-size:7.5pt;
	line-height: 106%;
	overflow:hidden;
}

#nav_buttons a:hover{
	color: #660000;
}

#n_home, #n_about, #n_library, #n_it, #n_contacts, #n_news, #n_training, #n_subjects, #n_faqs, #n_help, #n_disability, #n_external{
	border:1px solid #CCCCCC;
}
#n_home {
	width:60px;
}
#n_about {
	width:60px;
}
#n_library {
	width:65px;
}
#n_it {
	width:60px;
}
#n_contacts {
	width:60px;
}
#n_news {
	width:60px;
}
#n_training {
	width:60px;
}
#n_subjects {
	width:60px;
}
#n_faqs {
	width:60px;
}
#n_help {
	width:60px;
}
#n_disability {
	width:65px;
}
#n_external {
  width: 100px;
}

#n_home a, #n_about a,#n_subjects a,#n_faqs a,#n_help a,#n_contacts a,#n_news a,#n_training a,#n_disability a{
	margin-top:9px;
}
#side_bar {
	width: 193px;
	float: left;
/*  padding-bottom: 80px;*/
}
#content_text_internal #news{
	margin-bottom:15px;
	padding:2px;
	border:1px solid #BAA5E4;
	background-color:#FFFFFF;
/*	min-height: 166px; */
	
}

/* * html #content_text_internal #news{
	height: 166px;
} */

#content_text_internal #news #btn_all_news{
	margin-left: 20px;
	margin-bottom: 10px;
}
#content_text_internal #news li{
	display: block;
	padding:0;
	margin:0;
	line-height:9pt;
	
}
* html #content_text_internal li{
	height: 9pt;
}
#content_text_internal #news ul {

	padding: 10px 20px 7px;
	margin-left:0px;
}
#content_text_internal #news a:link, #content_text_internal #news a:visited{
	display: block;
	color: #990000;
	font-size:8pt;
	font-weight:bold;
	padding:0;
	margin:0;
	line-height:9pt;
}
#content_text_internal span.desc{
	display: block;
	color: #B6667C;
/*  font-size: 7pt;*/
	font-size: 0.8em;
/*  padding:0 0 7pt 0;*/
  padding: 0;
	margin:0;
	
}
#right_column {
	float:right;
	width: 200px;
	margin-top:0;
	margin-left:15px;
	margin-right:10px;
	/*position:relative;*/
}

#content_wrapper {
	background:white url("../images/back_content.gif") repeat-y 0px 0px;
	/*position: relative;*/
	float: left;
	width: 100%;
	border-top:1px solid #ffffff;
	
}
#content{
    padding: 0pt;
	margin: 0pt 0pt 0pt -193px;
	width: 100%;
	float: right;
	/*background-color:#FFFFCC;
	min-width:567px;*/
	/*background: url(images/back_sidebar.gif) no-repeat 0 0;*/
}
#content_inner{
	margin: 0pt 0pt 0pt 194px;
	min-height:450px;
	/*min-width:567px;*/
	background: url(../www/css/images/back_sidebar.gif) no-repeat 0px 0px;
}
.clear {
	clear: both;
}

#head_img{
	width:auto;
	height:146px;
	background: #ffffff url("../images/head_img_lib.jpg") no-repeat -1px -1px;
	border-bottom: 6px solid #990000;
}

#head_img_home {
	width:auto;
	height:146px;
	background: #ffffff url("../images/head_img.jpg") no-repeat -1px -1px;
	border-bottom: 6px solid #990000;
}

#breadcrumb {
	background: #990000 url("../images/back_breadcrumb.gif") repeat-x;
	width: auto;
	height: 37px;
}
#breadcrumb_content {
	float: left;
	width:450px;
	margin-top: 10px;
	margin-left: 10px;
}
#breadcrumb2 {
	background: #CCCCCC url("../images/back_breadcrumb2.gif") repeat-x;
	width: auto;
	height: 11px;
}

#breadcrumb_content2 {
	font-size:1px;
	float: left;
	width:450px;
	margin-top: 1px;
	margin-left: 1px;
}
#breadcrumb_content li{
	display: inline;
	float:left;
}
#customise {
	float: right;
	width:70px;
	padding-right:20px;
	margin-top: 4px;
}


#btn_liquid {
	background: #990000 url("../images/btn_liquid.jpg") no-repeat;
	text-indent: -9999px;
	display: block;
	height: 19px;
	width: 19px;
	float:right;
	margin-right: 0px;
}

#btn_fixed{
	background: #990000 url("../images/btn_fixed.jpg") no-repeat;
	text-indent: -9999px;
	display: block;
	height: 19px;
	width: 19px;
	float:right;
	margin-right: 10px;
}
/* SUBSECTIONS
***************************************************************************/
#subsections ul{
	background: #D1C3ED;
	padding: 0;
	margin:0;
	border-top:1px solid  #D1C3ED;
    border-left:1px solid  #D1C3ED;
	border-right:1px solid  #D1C3ED;
}

#subsections li{
	margin: 0;
	padding: 0;
}

#subsections li.selected a:link, #subsections li.selected a:visited, #subsections li a:link.selected, #subsections li a:visited.selected {
	background-color: #E2D9F4;
}

#subsections a:link, #subsections a:visited{
	display: block;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 8pt;
	background: #F7F3FC;
	padding: 0px 15px;
	padding-top: 3px;
    padding-bottom: 4px;
	border-bottom:1px solid  #D1C3ED;
	/*
	height: 18px;
	line-height:18px;
	*/
}

* html #subsections a:link, * html #subsections a:visited {
    margin-bottom: -12px;
    border-bottom: none;
}

#subsections a:hover{
	background:#EDE8F9;
}
/* INFO BOX
*******************************************************************************/
#side_bar div.info_box,
div.side_panel  {
	margin: 12px;
	border:1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

#side_bar div.info_box h2,
div.side_panel h2, div#news h2
{
	margin:0;
	background:#EAEAEA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#8B8B8B;
	font-size:8pt;
	padding: 2px 8px;
}
div#news h2
{
	/*margin: 0px;*/
	/*padding-left: 20px;*/
	background:#A286DB;
	color:#FFFFFF;
}

#news #news_box_inner {
	
	background-color:#D1C3ED;
}
#news #news_box_inner li {
background-image:none;
}
#side_bar div.info_box p,
div.side_panel p {
	margin:8px 8px;
	line-height:130%;
}

#side_bar div.info_box a:link,
#side_bar div.info_box a:visited,
div.side_panel a:link,
div.side_panel a:visited{
	color:#990000;
	margin:0;
	padding:0;
	text-decoration:none;
}

#side_bar div.info_box ul,
div.side_panel ul {
	margin:8px 8px;
	padding:0;	
}

#side_bar div.info_box li,
div.side_panel li {
	margin:0;
	padding-left:6px;
	list-style-type: none;
 	list-style-image: none;
	background: transparent url("../images/bullet_triangle_small.gif") no-repeat 0% 55%;
}

#side_bar div.info_box_inner,
div.side_panel div.info_box_inner {
	border:2px solid #ffffff;
	background:#F8F8F8;
	overflow:hidden; /*Facebook fix*/
}

/* CONTENT TEXT
*********************************************************************************/
#content_text_internal{
	padding: 25px 15px 30px 40px;

}
#content_text_internal p{
	/*font-size:8pt;*/
	line-height: 140%;
	font-family:  Verdana, Helvetica, sans-serif;

}

#content_text_internal h1#h1-1{
	height: 32px;
}

#content_text_internal p a:link,
#content_text_internal p a:visited,
#content_text_internal li a:link,
#content_text_internal li a:visited {
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* FAQ BOX
********************************************************************************/
div.side_panel {
	float:right;
	width: 198px;
	margin-top:0;
	margin-left:0px;
	margin-right:0px;
	position:relative;
}


#content_text_internal div.side_panel ul{
	

	padding-top:4px;

}

#content_text_internal div.side_panel li{
	background: transparent url("../images/bullet_faq.gif") no-repeat 0px 2px;
	/*margin-top: 5px;*/
	padding-left:17px;
	padding-bottom:0px;
	padding-top:6px;
	margin-left:-20px;
}
div.side_panel li a:link, div.side_panel li a:visited{
	display:block;
	line-height:120%;
	margin-bottom:10px;	
	padding-bottom:3px;
	height: auto;
	/*border-bottom: 1px dotted #c0c0c0;*/
	background: transparent url("../images/hr_underline.gif") repeat-x 0px bottom;
	text-decoration:none!important;
}


* html div.side_panel {
	float:right;
	width: 199px;
	margin: 0px 0px 0px 0px;
	position:static;
}

/*
* html div.info_box_inner input.btn_faq {
	float:right;
	margin:0;
}*/

div.info_box_inner h2 input.btn_faq {
	float:right;
	margin-top:-18px;
	padding:0;
}

* html div.info_box_inner h2 input.btn_faq {
	float:right;
	margin-right: 5px;
	margin-top:-20px;
	padding:0;
}

* html div.side_panel li{
	background: transparent url("../images/bullet_faq.gif") no-repeat 0px 0px;
	padding-left:17px;
	padding-bottom:10px;
	padding-top:2px;
	margin: 0px;
}

* html div.side_panel li a:link, * html div.side_panel li a:visited{
	height: 5px;
	display:block;
	line-height:120%;
	margin:0px;	
	padding-bottom:3px;
	/*border-bottom: 1px dotted #c0c0c0;*/
	background: transparent url("../images/hr_underline.gif") repeat-x 0px bottom;
}
/*FOOTER
**************************************************************************************/
#footer_wrapper{
	width: 100%;
	height:80px;
	/*background-color:#feefee;*/
	padding:0;
	background-image:  url("../images/back_footer_wrap.gif");
	background-repeat: repeat-x;
	background-position: left top;
}
#footer{
	width: 567px;
	background-color: #E8E8E8;
	background: transparent url("../images/footer_handle_partners.gif") no-repeat right 0px;
	margin-top: 0px;
	padding:0;
	height: 80px;
	float: right;
}
#footer #partners{
	margin-top: 25px;
	float: right;
	width:231px;
	height:10px;
}
#footer #copyright,
#footer_content{
	float: left;
	margin-left:5px;
	font-size:7pt;
	margin-top: 35px;
	width: 309px;
}
#footer_content{
	margin-top: 20px;
	width: 160px;
}
#footer_pic {
	background: #E8E8E8 url("../images/footer_pic.gif") no-repeat 0px 0px;
	float: left;
	height: 80px;
	width: 193px;
	/*position: relative;
	left: -252px;
	bottom: 2px;*/
}


#global_nav {
	font-size: 7pt;
	position: absolute;
	top: 5px;
	right: 442px;
}
/*TABLES
*****************************************************************************************/

 table th, table td{
	padding:3px;

}

table {
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	padding: 2px;
	/*margin-bottom: 1em;*/
	margin-top: 0.4em;
}

table th {
	background:#EAEAEA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#8B8B8B;
	padding: 3px;
}

table td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color:#113764;
	padding: 3px;
	background:#F8F8F8;
}
table h1 {
	font-weight:bold;
}
table h3 {
	font-weight:bold;
	color:#990000;
}



.no_table {
	border:none;
	background:none;
	color:#113764;
}

.no_table th {
	background:none;
	color:#113764;
	padding: 3px;
}

.no_table td {
	
	background:none;
}
.no_table h1 {
	font-weight:bold;
}
.no_table h3 {
	font-weight:bold;
	color:#990000;
}
/*LISTS
**********************************************************************************************/
#content_text_internal ul, #content_text_internal ol {
  margin-top: 1em;
	margin-left:30px;
	margin-bottom: 1em;
	
}
#content_text_internal ul ul, #content_text_internal ol ol,#content_text_internal ul ol, #content_text_internal ol ul{
	margin-left:20px;
}
#content_text_internal ul {
 list-style-type: none;
  list-style-image: none;
  }
#content_text_internal ul li {
	 background-image: url(../images/bullet_triangle_small_red.gif); 
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 0 .5em;
	

}
#content_text_internal ul ul li{

	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 0 .5em;
	background-image: url(../images/bullet_triangle_small_blue.gif); 

}

#content_text_internal ol li {
	list-style-position:inside;
	list-style-type:decimal;

}
#content_text_internal ol ol li {
	list-style-position:inside;
	list-style-type:lower-roman;
}

ol .definition {
	margin-left: 0px;
}

/*BUG FIXES/ADDITIONS
-------------------------------------------------------*/

p:first-child {margin-top: 0;}

.highlight { background: #fffc09; }
.center { text-align: center; }

#atoz {font-size: 1.2em;}
#content_text_internal ul.horizontal {margin-left: 0;}
#content_text_internal ul.horizontal li {background-image: none; display:inline; font-size: 110%; margin: 0 0.6em 0 0; padding-left: 0;}

/*FAQs*/
/*.js span.details { display: none; }*/
.js #qform {display: block;}
#qform {display: none;}
/*.js dt { cursor: pointer; }*/
dt { border-bottom: 1px solid #dadada; font-weight: bold; margin: 1em 0 0.3em;}
dd { margin-bottom: 1em; }
dd ul { margin: 0.5em 0; }
.q, #q {display:inline;}
.q {color:#990000;}
/*end FAQs*/

/*Toggle*/
.js .toggleNext {margin-bottom: 1em;}
.js .toggleNext+div { display:none; }
.js .faqs dd { display:none; }
.toggleNext { background: url(../images/bullet_triangle_small_blue.gif) no-repeat right center; border-bottom: 1px solid #dadada; cursor: pointer; display: block; margin-bottom: 0;  }
.toggleNext+div { margin: 1em 0 1em 0; }
.toggleNext+div p:nth-child(1) { margin-top: 0; }
.toggleNext+div p:last-child { margin-bottom: 0; }
.toggleNext:hover { background-color: rgba(254,255,150,0.6); }
/*end Toggle*/

h1 { font-size: 2em; line-height: 1.2em; margin-top: 0; }
h1 span a {color: #990000; font-size: 0.6em;}
h2 span a, h3 span a {color: #990000;}
h1 span a:hover, h2 span a:hover, h3 span a:hover {color: #990000; border-bottom: 1px solid #990000;}
#navigation h2 { background: none; font-size: 2em; font-weight: normal; width: 310px; }

#side_bar h2+h4 {margin-top: 1em;}
#side_bar h4 { margin: 0 8px -10px; }
#side_bar div.info_box ul.hours { margin-bottom: -1em; }
#side_bar div.info_box ul.hours li { background: none; margin: 0 0 -0.6em 0; padding: 0; }

#side_bar div.vcard { margin: 6px 8px -8px; }
.vcard div { margin: -5px 0 0; }
.vcard {margin-top: 0.4em;}

.fixme {background: lime;}
span.hidden {display:none;}
/*Fixes webkit rendering error by unused breadcrumbs left in template (remove at some point)*/
#breadcrumb_content ul {display: none;}

.clear {clear: both;}

#twitter_div {overflow: hidden;}
#twitter_div img {float: left; margin-right: 4px}
a#twitter-link {float: left; line-height: 30px; word-wrap: break-word;}
/*div.info_box #twitter_div #twitter_update_list li {background: none; margin-bottom: 1.2em;}*/
div.info_box #twitter_div #tweet ul li {background: none; margin-bottom: 1.2em;}
div.info_box #twitter_div #tweet img {display:inline; float:none; margin: 0; position:relative; top:3px;}
/* #twitter_update_list a {display: block;} */

h4 {margin: 1em 0 0.3em;}
blockquote { background: #f8f8f8; border: 1px dashed #dadada; margin: 0 auto; padding: 0.5em; text-align: center; }

/* New Forms - used in /library/staff */

.js .toggleContents { display: none; }

#section_links ul {margin: 0;}

.toggle { border: 1px solid #dadada; cursor: pointer; display: block; margin-bottom: 0; padding: 0.5em; }
.toggle:hover:after { color: red; content: " \00BB"; }
.toggle_contents { margin-right: 2em; }
.toggle_contents ul { margin: 1em 0 1em 0; }

form a {text-decoration: none;}
form a:hover {color: #444;}
form h1 {font-size: 1.8em; margin: 5px 0 0;}
form h2 {font-size: 1em;}

form h3 {margin: 5px 0 15px;}
form p.note {color: #666; font-size: 0.8em; font-style: italic; margin-bottom: -0.5em;}
form p.note+label {margin-top:1em;}
#form_primary {margin: 20px 0 0; overflow: hidden;}
#form_secondary {clear: both; margin-top: 2em;}
#form_secondary div {margin-bottom: 2em;}
fieldset.narrow {border: solid 1px #dadada; float: left; margin: 0 10px 0 0; padding: 0 0.6em;}
fieldset#employment {margin: 0 0 0 10px;}
fieldset.wide {border: solid 1px #dadada; margin: 0 0 20px; padding: 0 0.6em 1.4em; width: 478px;}
legend {font-weight: bold; margin: 0; padding: 0;}


select {margin-bottom: 1em;}
legend {font-size: 1.4em;}
legend+label {margin-top: 1em;}

/*
  TODO Remove n_contacts, n_news rules
*/

form { margin: 0 0 0.5em;}
form p {margin: 0 0 0.5em 0;}
label { cursor: pointer; }
label, input, textarea, option { display: block; font-size: 1.2em }
input, textarea { margin: 0.2em 0 1em; padding: 0.2em; }
.inline { display: inline; }
input.inline { margin-bottom: 0; }
#destination, #subject, #formsrc { margin: 0; padding: 0;}

#content_text_internal ul.basic-list {background: none; list-style-type: none; margin: 0; padding: 0;}
#content_text_internal ul.basic-list li {background: none; margin: 0; padding: 0;}

h2 {margin-bottom: 0.5em;}
h2+p, h3+p {margin-top: 0.5em;}
h3 {font-size: 110%; margin-top: 1em;}
h4+div {margin-bottom: 1em;}

.bigType {font-size: 1.2em;}
.contact {margin-bottom: 1em;}

/*h2.bighead {color:#113764; font-size:2em; line-height:1.2em;}*/

#content_text_internal h2 span.desc, #content_text_internal h3 span.desc {
	display: block;
	color: #B6667C;
/*  font-size: 7pt;*/
	font-size: 0.8em;
/*  padding:0 0 7pt 0;*/
  padding: 0;
	margin:0;
}

/* LightBox - http://github.com/jnunemaker/fancy-zoom */
.lightbox a img {border:none;}
.lightbox div {display: none;}

/* Icons */
#content_text_internal a[href^="http"] {background: url('../images/external.png') no-repeat top right; padding: 0 1.4em 0 0;}
#content_text_internal a.noIcon {background: none; padding: 0;}
#side_bar div.info_box a:link[href$="pdf"], #side_bar div.info_box a:visited[href$="pdf"], div.side_panel a:link[href$="pdf"], div.side_panel a:visited[href$="pdf"] {padding: 0 2em 1em 0;}
#content_text_internal a[href$="pdf"], #side_bar a[href$="pdf"] {background: url('../images/pdf.gif') no-repeat top right; padding: 0 1.8em 1em 0;}

/* Google Docs Forms */
#poll {
  background: #f8f8f8;
  border: 1px solid #dadada;
  color: #333;
  font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	margin: 0 auto;
	overflow: hidden;
	padding: 0.6em 0.7em 0 1em;
	width: 300px;
	-moz-border-radius:0.6em;
	-webkit-border-radius:0.6em;
}

#poll h2 {font-size: 1.5em; font-weight: bold; line-height: 1.5em; margin:0.2em 0;}

form#ss-form br {display:none;}

#poll label, #poll input, #poll textarea, #poll option {display: inline; margin:0; padding:0;}
#poll ul.ss-choices {list-style: none; margin: 0.8em 0 0 0.8em; padding: 0;}
#poll ul.ss-choices li {background: none; margin-bottom: 0.5em;}
#poll div.ss-item {margin: 0 0 1em;}
#poll div.ss-item label {cursor: pointer; position: relative; top: 2px;}
#poll label.ss-q-title {font-weight: bold;}
#poll label.ss-q-help {display:block; font-style:italic; font-size:80%;}
#poll input.ss-q-short, input.ss-q-other {font-size: 1em; letter-spacing: -1px; position: relative; top: 3px; width: 60%;}
#poll input.submit {cursor: pointer; display: block; font-size: 1em; margin: 0 auto; padding: 0.2em; text-align: center;}
/*#poll input.submit:hover {background: #dadada;}*/

/* PollDaddy */
#content_text_internal div.PDS_Poll a, a.pds-view-results {background:none; padding:0 10px 0px 0px;}
#content_text_internal div.PDS_Poll a:hover, a.pds-view-results:hover {text-decoration:underline;}
#content_text_internal div.PDS_Poll a.pds-vote-button {background: url(../images/white-grad.png) repeat-x rgb(242, 242, 242); padding: 0px 24px 0px 24px;}
#content_text_internal div.PDS_Poll input, #content_text_internal div.PDS_Poll textarea { margin-bottom: 0; }

/* Facebook */
#side_bar #facebook h2+h4 {margin-top:0.8em;}
#facebook {padding-bottom:1em;}
#facebook h4 {float:left; line-height:1.4em; margin-top: 0; width:66%;}
#side_bar #facebook h4+a {float:left; margin-top:1em;}
#side_bar #facebook img {border:none;}

.awesome, .awesome:visited {

	display: inline-block;

	color: #fff;

	margin-top: 0.2em; 

	text-decoration: none;

	-moz-border-radius: 5px; 

	-webkit-border-radius: 5px;

	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);

	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);

	border-bottom: 1px solid rgba(0,0,0,0.25);

	position: relative;

	cursor: pointer;

	font-weight: bold;

	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25); }



.awesome:hover { background-color: #111; color: #fff; } .awesome:active { top: 1px; } .large.awesome, .large.awesome:visited { font-size: 14px; padding: 8px 14px 9px; } .orange.awesome, .orange.awesome:visited { background-color: #ff5c00; } .orange.awesome:hover { background-color: #d45500; }