﻿/*  
Theme Name: SCEPTrE Theme
Theme URI: http://www.surrey.ac.uk/sceptre
Description: yes.
Version: 1
Author: 
Author URI:
*/


/* REMOVING STICKY POST TIMESTAMP */
.sticky .p-head .p-time { display: none; }

#ie6warning {display: none;}


#title h1 {
	font-size: 48px; margin-top: 40px; margin-left: 95px; color: #111;width: 100%;
}

#title h2 {
	font-size: 24px; margin-left: 195px; margin-top: 8px; color: #111; font-weight: 100; letter-spacing: 0px; width: 100%;

}


/* Begin Typography & Colors */
* { margin: 0; padding: 0; }
body {  behavior: url("http://sceptreserver.co.uk/sceptre/wikibrowser/csshover3.htc");font: 12px/1.5em Helvetica, Arial, Verdana, sans-serif; padding: 0px; margin-top: 0px; color:#35383d;}
input, button, textarea, select {  font-weight: normal; font-size: 12px; color:#000; vertical-align: middle; }
legend { display: none; }
fieldset { border: none; }
ul, ol { list-style: none; }
ol { list-style-type: decimal;}
table { border-collapse: collapse; width: 100%; }
hr { display: none; }
img { padding: 0px; margin: 0px; border: none; text-align: center;}

a:link { text-decoration: none; color : #0DAEE0; border: 0px; -moz-outline-style: none;}
a:active { text-decoration: underline; color : #0DAEE0; border: 0px; -moz-outline-style: none;}
a:visited { text-decoration: none; color : #0DAEE0; border: 0px; -moz-outline-style: none;}
a:hover	{ text-decoration: none; color : #08111D; border: 0px; -moz-outline-style: none;} 
a:focus { outline: none;-moz-outline-style: none;}

h1, h2, h3, h4 {font-family: Helvetica, Arial, Verdana, sans-serif; line-height: 0.7em;}
/* BG 
############################################################################################################## */
#bg { width: 100%; position: relative;}
#bg-all { width: 100%; overflow:hidden; position: relative;}
/**/ * html #bg-all { height: 1%;} /* */

/* Container 
############################################################################################################## */
.container { padding: 0px; float: left; width: 655px; margin-top: 10px;}
.container2 { padding: 0px; margin-left: auto; margin-right:auto; width: 980px;}

#menucontainer { width: 100%; height: 133px; background: url('http://sceptreserver.co.uk/sceptre/wp-content/themes/sceptretheme/sceptre/images/headingbg.jpg') top left repeat-x; position: absolute; top: 0px; left: 0px; position:relative; z-index:2;}

#centerheader {	width: 980px; margin-left:auto; margin-right: auto;

}

.linebreakclass { width: 100%; display: block; margin-bottom: 28px; color: #fff;}
.linebreakclass p { color: #fff;}

#logocontainer {position: relative; width: 980px; margin-left: auto; margin-right: auto;}
#sceptrelogo {float: left; margin-left: 8px;}
 
.menu {height:133px; margin-top: 0px; margin-left:90px; width: 980px; border: none; padding: 10px 0px 0px 0px;}

.menu table {position: absolute; top: 0; left: 0; border-collapse: collapse;}

.menu li {display: inline; padding: 5px 5px 6px 5px; margin-right: 4px;position: relative; z-index: 2; }
.current_page_item {background: #0DAEE0;}
.menu li a {color: #fff; white-space:nowrap;}
.menu li:hover { background: #9FD6F1;}

.menu ul ul{ display: none; background:#fff;  }
.menu ul li:hover ul, .menu ul li a:hover ul {display: block; position:absolute;z-index: 3; top: 22px; left:0px; background: #fff; border: 1px solid #35383d; -moz-box-shadow: 0px 10px 15px #000; -webkit-box-shadow: 0px 10px 15px #000;}
.menu ul li:hover ul li {display: block;z-index: 4; width: 90%; height:100%; position: relative;}
.menu ul li:hover ul li a {color: #35383d; display:block; z-index: 5;width: 95%; height: 100%;}

.menu ul ul li:hover, .menu ul ul:hover, .menu ul ul ul:hover, .menu ul ul ul li:hover {display: block; z-index: 6;}

.menu ul ul ul {display: none;}
.menu ul li:hover ul ul {display: none;}

.menu ul ul li:hover ul, .menu ul ul li a:hover ul { display: block; position: absolute; left:-150%; right:100%; top: -10%; z-index: 7;}




/* Logo
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.logo { overflow: hidden; margin-bottom: 30px;}
/**/ * html .logo { height: 1%;} /* */ 


.logo .txt { width: 520px; padding-left: 70px;  padding-bottom: 30px; }
.logo .txt h1 { font: bold 55px/50px; letter-spacing: -3px; text-transform: lowercase; padding-bottom: 5px;}
.logo .txt h1 a, .logo .txt h1 a:visited, .logo .txt h1 a:hover { text-decoration: none; color:#272d36;}
.logo .txt p.desc { font: bold 14px/14px; letter-spacing: -1px; display: block; color:#2abada;}


.logo .img { padding-bottom: 10px; }
.slogocontainer { height:87px; margin-left: 21px; margin-bottom: 10px; margin-top: 10px;}


/* SL ()
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SL { width: 585px; float: left; padding-left: 70px;}

.title { color:#272d36; font: normal 34px/34px; letter-spacing: -1px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: solid 1px #ccc;}
.note {  background:url(images/note-icon.png) no-repeat left 2px; padding-left: 14px; color:#669900; font-size: 11px;}
.edit a { background:url(images/edit-icon.png) no-repeat left 2px; padding-left: 14px; color:#ff6600; font-size: 11px; }
.error { color:#cc0000; font-size: 11px; font-weight: bold;}



/* Post Single
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.post, .attachment { width: 100%; position: relative;}
/**/ * html .post, .attachment { width: 99%;} /**/ 


.p-head { padding-bottom: 10px; padding-left: 28px; margin-top: 40px;}

.p-head h1 { color:#0DAEE0; font-size: 21px; line-height: 1em; font-weight: 400; line-height:1em;}
.p-head h1 a, .p-head h2 a:visited { color:#0DAEE0; }
.p-head h1 a:hover { color:#042553; text-decoration: none;}

h1.eventheader {padding-bottom:12px; border-bottom: solid 1px #dbdbdb;}

.p-head h2 { color:#0DAEE0; font-size: 21px; line-height: 1em; font-weight: 400; line-height:1em;}
.p-head h2 a, .p-head h2 a:visited { color:#0DAEE0; }
.p-head h2 a:hover { color:#042553; text-decoration: none; }

.p-head h3 { color:#0DAEE0; font-size: 18px; line-height: 1em; font-weight: 400; line-height:1em;}
.p-head h3 a, .p-head h2 a:visited { color:#0DAEE0; }
.p-head h3 a:hover { color:#042553; text-decoration: none; }


/*.p-head h3 { color:#35383d; padding: 0px; font-size: 18px; line-height: 1em; font-weight: 100;}
.p-head h3 a, .p-head h3 a:visited { color:#0DAEE0;}
.p-head h3 a:hover { color:#042553; text-decoration: none;}*/

.p-cat { font: normal 11px/14px; text-transform: uppercase; color:#999; display: none;}
.p-cat a, .p-cat a:visited, .p-cat a:hover { text-decoration: underline; color:#999; padding-right: 5px;}

.p-time { position: absolute; left: -55px; _top:40px; width: 50px; line-height: 1em;}
/**/ * html .p-time { left: -70px;} /**/ 


.p-time strong { float: left; text-align: center;}
.p-time .day { font-size: 21px; letter-spacing:-1px; color:#ddd; width: 40px; padding: 2px; background:#fff; overflow: reveal; margin-bottom: 2px; font-weight:400; }
.p-time .month { background:#ddd; color:#fff;  width: 40px; padding: 2px 0px; margin-bottom: 5px; font-size: 10px;}
.p-time .year { background: #fff; color:#ddd; width: 40px; font-size: 18px; font-weight:400; padding: 2px;}

.p-time .day2 { font-size: 21px; letter-spacing:-1px; color:#35383d; width: 40px; padding: 2px; background:#fff; overflow: reveal; margin-bottom: 2px; font-weight:400;}
.p-time .month2 { background:#0DAEE0; color:#fff;  width: 40px; padding: 2px 0px; margin-bottom: 5px; font-size: 10px;}
.p-time .year2 { background: #fff; color:#35383d; width: 40px; font-size: 18px; font-weight:400; padding: 2px;}

.p-time .time { margin-left:-1px; margin-top: 16px;font-size: 18px; letter-spacing:-1px; color:#35383d; width: 40px; padding: 4px; background:#fff; overflow: reveal; margin-bottom: 2px; font-weight:400;}
.p-time .day:hover, .p-time .month:hover, .p-time .year:hover {cursor: default;}

.p-con { border-top: solid 1px #dbdbdb; padding-top:10px; margin-left: 30px;}
.p-con h1 { margin-top: 28px; color: #2d3538; font-size: 18px; letter-spacing: 1px; padding: 5px 5px 5px 0px; background: #EDFAFD;  }
.p-con h2 { margin-top: 16px; color: #35383d; font-size: 16px; font-weight: 700;}
.p-con h3 { color:#35383d; padding-top:4px;  font-size: 14px; line-height: 1em; font-weight: 100;}
.p-con p { padding: 5px 0px; margin: 5px 0px;}
.p-con ol { list-style: decimal inside; }
.p-con ol { padding: 10px 0px 10px 25px; margin: 0px; }
.p-con ol li { padding: 2px 0px 2px 0px; }
.p-con ul { padding: 10px 0px 10px 20px; margin: 0px; }
.p-con ul li { padding: 2px 0px 2px 13px; list-style-type: none; background: url("images/p-con-li.png") no-repeat left 1px; color:#666; }
.p-con blockquote { padding: 10px 60px 0px 40px; margin: 10px 0px; background: #EDFAFD url('images/quote.png') no-repeat top left; -moz-border-radius: 15px; -webkit-border-radius:15px; }
.p-con blockquote p { font-style: italic; font-size: 12px; background: url('images/quote2.png') no-repeat bottom right; padding-bottom: 20px; padding-left: 5px;}
.p-con blockquote li { padding: 2px 0px 2px 13px; list-style-type: none;}
.p-con .continuereading a {float:right; background-color: #0DAEE0; color: #fff; padding-left: 60px; padding-right: 5px; margin-top:16px;}
.p-con .continuereading a:hover {background-color: #042553; text-decoration: none;}

.thumb {display: inline-block; float: right; max-width: 150px; padding:5px; background:#fff; -webkit-box-shadow: 5px 5px 5px #ccc;  
-moz-box-shadow: 5px 5px 5px #ccc;  
box-shadow: 5px 5px 5px #ccc;  border: 5px solid #EDFAFD; max-height:150px}

.p-det { margin-top: 15px; padding-bottom: 40px;}
.p-det li { color:#0DAEE0; display: inline; float:left; padding: 5px 0px 1px 30px; margin-right: 10px; }

.p-det-com {color: #ddd;}
.p-det li.p-det-com a { }
.p-det li.p-det-tag { background: url("images/p-det-tag.png") left center no-repeat; }
.p-det li a,.p-det a:visited { font: normal 14px/18px; margin-right: 3px;}

.p-con .wpunlimited_bookmarks strong { font-weight: normal; color:#999; padding-bottom: 2px; font-size: 10px; text-transform:uppercase; }
.p-con .wpunlimited_bookmarks a img { display:inline; border:none; padding:0; margin:0; margin-top: 5px; }

/* Images
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
.p-con img { padding: 0; max-width: 100%; }
.p-con img.centered { display: block; margin-left: auto; margin-right: auto; padding: 1px; border: solid 1px #9b9792;}
.p-con img.alignright { margin: 5px 0 10px 20px; display: inline; border: solid 4px #eee; padding: 1px; }
.p-con img.alignleft { margin: 5px 20px 20px 0; display: inline; border: solid 4px #eee; padding: 1px;}
.p-con .alignright { float: right; }
.p-con .alignleft { float: left }


.vidlink { opacity: 0.5; filter: alpha(opacity=50);-moz-border-radius: 15px; -webkit-border-radius:15px;}
.vidlink:hover { opacity: 1; filter: alpha(opacity=100);}

/* Navigation
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
.nav { overflow: hidden; padding-bottom: 20px;}
.nav .left a { color: #0DAEE0; float: left; background:#EDFAFD url(images/nav-left.png) no-repeat left 6px;  }
.nav .right a { color: #0DAEE0; float: right; background:#EDFAFD  url(images/nav-right.png) no-repeat right 6px; }
.nav a, .nav a:visited { cursor: hand; font-weight: 600; padding: 5px 27px 5px 27px;}



/* Comments
############################################################################################################## */
.comments-list { padding-top: 20px;}
.comments-list h2 { color:#0DAEE0; font-size: 36px;  letter-spacing: -2px; padding-bottom: 20px;}
.comments-list div.entry { margin-bottom: 15px; padding: 25px; border: 1px solid #dcedf0; background: #fff;-moz-border-radius:15px; -webkit-border-radius:15px; }
.comments-list div.alt { background: #9FD6F1; padding-top: 40px; border: none; margin-bottom: 25px;-moz-border-radius:15px; -webkit-border-radius:15px;}
.comments-list p.name { font-size: 36px; letter-spacing: -3px; color:#042553;line-height: 0.7em;}
.comments-list p.avt { padding: 0px; margin: 0px; float: right; display: none;}
.comments-list p.avt img { border: solid 1px #ccc;}
* html .comments-list p.avt { left: -60px; }
.comments-list p.date { font-size: 11px; margin-bottom: 5px; display:none;}
.comments-list p.date a, .comments-list p.date a:visited, .comments-list p.date a:hover { color:#96b1bc; text-decoration: underline;}

.comments-list .con { margin-left: 30px; margin-right: 90px; color:#08111d;}
.comments-list .con p { ; padding: 5px 0px; margin: 0px; color:#08111d;}
.comments-list .con blockquote { font: italic 14px/19px; color:#666; margin: 10px 20px; }
.comments-list .con blockquote p { font: italic 14px/19px; color:#666; }


/* Comments Form
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.comments-form { background: #fff; padding: 20px; margin: 10px 0px 0px 10px; opacity:0.7; filter:alpha(opacity=70);-moz-border-radius:15px; -webkit-border-radius:15px;}
.comments-form h3 { color:#0DAEE0; font-size: 24px; letter-spacing: -1px; line-height: 1em;  font-weight: 200; line-height:1.5em; border-bottom: solid 1px #c5e1ed; }
.comments-form p { padding: 7px 0px; color:#808080;}
.comments-form .required { font-weight: normal; color:#ff0000;}
.comments-form input { padding: 5px; width: 100%; margin-right: 7px; }
.comments-form input.formid { border: 1px solid #a8d3e4; padding: 5px 5px 5px 40px;}
.comments-form input.formemail { border: 1px solid #a8d3e4; padding: 5px 5px 5px 40px;}
.comments-form input.formuri { border: 1px solid #a8d3e4; padding: 5px 5px 5px 40px;}

.comments-form textarea { border: 1px solid #a8d3e4; background: #fff; padding: 4px; width: 97%;}
.comments-form .button { border: 1px solid #a8d3e4; background: url(images/button-post-comment.png) no-repeat left; color:#fff; width: auto; font-size: 11px; font-weight: bold; padding: 4px 6px 4px 38px; -webkit-border-radius:5px; -moz-border-radius:5px;}







/* Side Right 
############################################################################################################## */
.SR { background: url('images/bgrad.jpg') repeat-x top left #fff ; height:2000px; -moz-border-radius:15px; -webkit-border-radius:15px; width: 250px; margin-top:4px; margin-right: 4px; padding:0px 10px 30px 10px; float: right; border: none; }

.extramargin { margin-top: 80px; }

#surreylogo {float:right; margin-right: 80px; margin-top: 5px;}

/* Search 
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SR .search { overflow: hidden; -moz-border-radius: 5px; -webkit-border-radius: 5px; display: none;}
/**/ *html .SR .search  { height: 1%; visibility: hidden;} /**/ 
.SR .search form { width: 230px; margin-left:10px; border: none; background: transparent; -webkit-border-radius: 5px; -moz-border-radius:5px; }
.SR .search fieldset { overflow: hidden; height: 1%;  }
.SR .search input { float: left; margin-right: 2px; background: url(images/search-input.png) no-repeat; border: none; padding: 5px 3px 5px 65px; width: 134px; color:#666; -webkit-border-radius: 5px; -moz-border-radius:5px;}
.SR .search button { float: right; background: url(images/search-button.png) no-repeat; width: 26px; height: 24px; border: none; cursor: pointer; text-indent: -1000em; -webkit-border-radius: 5px; -moz-border-radius:5px; }
.SR .syn ul { margin: 10px 0px;}
.SR .syn li { background: url(images/SynIco.png) no-repeat left center; margin: 0px 5px 0px 0px; padding: 3px 0px 3px 15px; list-style-type: none; color:#ffcc66; display: inline; font-weight: bold; font-size: 14px; letter-spacing: -1px;}
.SR .syn li a {color:#fff; }
.SR .syn li a:visited {color:#fff; }
.SR .syn li a:hover {color:#fff; }

/* About Blog 
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SR .about { background: #57abe6 url(images/about-bkg.png) no-repeat left top; padding: 20px 15px 15px 15px; color:#fff; display:none;}
.SR .about h3 { font-size: 24px; letter-spacing: -1px; color:#fff; display:none;}
.SR .about p { padding: 5px 0px; margin: 0px; font-size: 13px; line-height: 16px; display:none;}

/* Photostream 
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SR .photostream { overflow: hidden; background: #9ed5e1 url(images/photostream-bkg.png) no-repeat bottom left; padding: 15px 0px 25px 15px;}
/**/ *html .SR .photostream { height: 1%;} /**/ 
.SR .photostream h3 { font-size: 24px; letter-spacing: -1px; color:#102a30;}
.SR .photostream ul { float: left; margin-top: 10px;}
.SR .photostream li { background: url(images/photostream-li-bkg.png) no-repeat left top; list-style-type: none; display: inline; padding: 5px; float: left; margin: 0px 3px 5px 0px;}
.SR .photostream li a img, .SR .photostream li a:visited img { border: solid 1px #fff; width: 54px; height: 54px;}
.SR .photostream li a:hover img { border: solid 1px #000;}

/* Categories + Archives 
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SR .categs { background: #d1f0e2; overflow: hidden; padding: 15px; margin-bottom: 3px;}
/**/ *html .SR .categs { height: 1%;} /**/ 
.SR .categs div { float: left; width: 130px;}
.SR .categs div h3 { font-weight: bold; font-size: 15px; letter-spacing: -1px; color:#102a30; padding-bottom: 5px;}
.SR .categs div li { padding: 1px 0px; list-style-type: none; font-size: 11px; color:#5e8a89; }
.SR .categs div a, .SR .categs div a:visited { color:#247682; text-decoration: underline;}
.SR .categs div a:hover { color:#003333; text-decoration: underline;}

/* Recent
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SR .recent { background: #fff; border: 1px solid #0DAEE0; padding: 15px; margin-bottom: 0px; margin-top: 10px;-moz-border-radius:15px; -webkit-border-radius: 15px; }	
.SR .recent .tabs { overflow: hidden; }
.SR .recent .tabs { height: 1%; }
.SR .recent .tabs li, .SR .widget .tabs li { list-style: none; float: left; margin-left: 6px; width: 100%; height: 42px; Text-align: center;}
.SR .recent .tabs li a, .SR .widget .tabs li a { font-size: 14px; font-weight: 200; text-decoration: none; vertical-align: -28%; padding-right: 13px; width: 100%;}
.SR .recent .tabs li a.active, .SR .recent .tabs li a:hover, .SR .widget .tabs li a.active { color: #2d3538; margin-left: -25px; font-size: 14px; letter-spacing: 1px; background: #fff; width: 100%; text-align: center; padding: 5px 30px 5px 30px;}
.SR .recent a, .SR .recent a:visited, .SR .widget .a { color:#247682; text-decoration: underline; }
.SR .recent a:hover, .SR .widget a:hover { color:#9FD6F1; text-decoration: underline;}

#tab-comments { display: none; margin-bottom: 5px; }
#tab-comments li { padding: 4px 0px 4px 6px;  color: #0DAEE0; text-decoration: none;}
#tab-comments li a { display: block;}
#tab-posts { margin-bottom: 5px; font-size: 11px; color: #0DAEE0; text-decoration: none;}
#tab-posts li {padding: 1px 0px 1px 6px;}
#tab-tags { display: none; margin-bottom: 5px; line-height: 22px;}




/* widget
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SR .widget { background: #fff url('images/boxgrad.png') repeat-x bottom; border: 1px solid #ccc; padding: 15px; margin-top: 15px; color:#051105; -moz-border-radius:15px; -webkit-border-radius:15px;}
.SR .widget h3 {font-size: 15px; letter-spacing: -1px; color:#102a30; padding-bottom: 5px; border-bottom: solid 1px #c5ded7; margin-bottom: 5px; text-decoration: none;}
.SR .widget li { padding: 2px 0px 2px 6px; font-size: 11px; color:#5e8a89; text-decoration: none;}
.SR .widget .tabs {width: 100%;}
.SR .widget a, .SR .widget a:visited { color:#247682; text-decoration: none;}
.SR .widget a:hover { color:#003333; text-decoration: none;}

.SR .widget_tag_cloud { line-height: 22px;}

.flickrimg { padding: 5px; background: #fff; border: 5px solid #EDFAFD; margin: 6px; -moz-opacity: .85; filter:alpha(opacity=85); opacity:.85; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.flickrimg:hover {-moz-opacity: 1.0; filter:alpha(opacity=100); opacity:1.0;}

.SR .widget_calendar table { width: 100%;}
.SR .widget_calendar table td { text-align: center; padding: 3px; }
.SR .widget_calendar caption { background: #d2e9e3; padding: 5px 0px; margin-bottom: 10px;}
.SR .widget_calendar #today { background: #d2e9e3;}

.SR .widget_search #s { width: 160px; border: solid 1px #b5d6cd; padding: 3px; margin-bottom: 5px;}

.SR .widget_flickrRSS { overflow: hidden; padding: 15px 0px 15px 15px;}
/**/ *html .SR .widget_flickrRSS { height: 1%;} /**/ 
.SR .widget_flickrRSS h3 { width: 270px; margin-bottom: 10px;}
.SR .widget_flickrRSS ul { float: left;}
.SR .widget_flickrRSS li { background: none; list-style-type: none; display: inline; padding: 0px; float: left; margin: 0px 7px 7px 0px;}
.SR .widget_flickrRSS li a img, .SR .widget_flickrRSS li a:visited img { border: solid 1px #fff; width: 60px; height: 60px;}
.SR .widget_flickrRSS li a:hover img { border: solid 1px #000;}

.widget h1 { color:#0DAEE0; letter-spacing: 0em; font-size: 14px; font-weight: 400;line-height:1.2em;}

.widget p { padding-bottom:7px; border-bottom: dotted 1px #ccc;}
.widget p.noborder {border-bottom: none; padding-bottom: none;}
.eventli { border: 1px solid #fff; position: relative; padding: 5px 2px 0px 2px; -moz-border-radius: 5px; -webkit-border-radius:5px; display: block; _margin-top: -20px;}

.eventli p { font-size:12px; }

.eventli:hover {background: #EDFAFD; border: 1px solid #0DAEE0;}



/* Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.footer { width: 870px; margin: 0 auto; padding: 15px 0px 15px 90px;}
.footer p { padding: 0px; margin: 0px; font-size: 11px;  }
.footer p.copy { color:#1c3e4d; }
.footer p.copy a, .footer p.copy a:visited, .footer p.copy a:hover { color:#1c3e4d; text-decoration: underline;}
.footer p.theme { padding-top: 2px; color:#6c8e9d;}
.footer p.theme a, .footer p.theme a:visited, .footer p.theme a:hover { color:#6c8e9d; text-decoration: none;}
