@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html {
/*	background-image: url(../images/header-background.jpg);
	background-position:top;
	background-repeat:repeat-x;*/
}
body {
	font: 100% arial, hevetica, sans-serif;
}
@media only screen and (max-device-width: 480px) {
  body {
	font-size: 150%;
	}
}
#header-wrapper {
	width: 100%;
	height: 33px;
	background-color:#2A2A2A;
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	margin: -23px 0 10px 0;
}
#wrapper {
  	margin: 0 auto 0 auto;
	/*text-align: left;*/
	width: 982px;
	/*background-image: url(../images/opaque.png);*/
	position: relative;
	padding: 23px 0 0 0;
 }
 
 @media only screen and (max-device-width: 480px) {
  #wrapper {
	width: 100%;

  }
}
#header {
	width: 100%;
	height: 60px;
	background-image: url(../images/logo-name.gif);
	background-position: 10px 10px;
	background-position: left top;
	padding: 20px 0px 0px 0px;
	margin: 14px 0 0 0;
	background-repeat: no-repeat;
	float: left;
}
#info {
 	float: right;
	width: 400px;
	margin: 0;
	padding: 5px;
	/*background-image:url(../images/opaque.png);*/
}
 @media only screen and (max-device-width: 480px) {
  #info {
	float: none;
	padding: 10px;
	width: 100%;
	font-size: 40px;
  }
}
/* set 15px top margin for titlebar, other margins set to zero */

#sessioninfo {
	float: right;
	/*background-image:url(../images/opaque.png);*/
}
.searchbox {
/*background: url(../home/images/search.gif);*/
background-repeat: no-repeat;
background-position: bottom left;
background-color: #fff;
height: 30px;
width: 280px;
border: 2px solid #FF6C21;
font-size: 20px;
color: #FF6C21;
}


.searchbox:focus {
background-image: none;
background-color: #fff;
}

.fieldbox {
/*background: url(../home/images/search.gif);*/
background-repeat: no-repeat;
background-position: bottom left;
background-color: #fff;
height: 30px;
width: 200px;
border: 2px solid #FF6C21;
font-size: 15px;
color: #f89200;
margin-bottom: 5px;
}
 @media only screen and (max-device-width: 480px) {
  .fieldbox {
	height: 60px;
	width: 400px;
	font-size: 40px;
  }
}

.buttonbox {
/*background: url(../home/images/search.gif);*/
background-repeat: no-repeat;
background-position: bottom left;
background-color: #FF6C21;
height: 30px;
width: 180px;
border: 2px solid #A43500;
font-size: 15px;
font-weight: bold;
color: #fff;
margin-left: 10px;
}

 @media only screen and (max-device-width: 480px) {
  .searchbox, .buttonbox, .submit {
	width: 350px;
	height: 70px;
	font-size: 40px;
  }
}

/* maincontent width is 1px smaller to account for left border */
#maincontent {
	float:left;
	width: 535px;
	/*margin: 10px;
	padding: 0;
	line-height: 1;
	background-image:url(../images/opaque.png);
  	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;*/
}
 @media only screen and (max-device-width: 480px) {
  #maincontent {
	float: none;
	width: 100%;
  }
}
/*#maintext {
	float: inherit;
	width: 535px;
	background-image:url(../images/opaque.png);
	margin: 0px;
	padding: 0 0 15px 0;
}
  */
/* set margins, padding, and line height for maincontent paragraphs */
#maincontent p {
  margin: 0 5px 0 20px;
  padding: 5px 0;
}
/* set dimensions for level 1 and 2 headings in maincontent */
#maincontent h1, #maincontent h2 {
  margin: 10px 0 0px 10px;
  padding: 5px 0 0;
}
#maincontent h1 {
  font-size: 120%;
  }
#maincontent h2 {
  font-size: 110%;
  }
#articleheading {
	font-size: 140%;
	border: 1px solid #FF6C21;
	text-align: center;
	margin: 8px 0 0 8px;
	padding: 5px;
}
.article {
border: 1px solid #CCC;
padding: 4px;
font-family: Verdana, Geneva, sans-serif;
font-size: 10pt;
color: #333;
outline: 0px solid #000000;
margin-bottom: 10px;
margin-top: 10px;
}
.article h1 {
	font-size: 120%;
}
.article:hover {
	background-color: #FFF;
	border: 1px solid #000;
}
.citywhite {
	color: #FFF;
}

#messagesheader h2 {
	color: #000;
	
}
/* Footer Navigation menu */
#footermenu{
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	font-size: 130%;
}
@media only screen and (max-device-width: 480px) {
  #footermenu {
	position: static;
	width: 100%;
	font-size: 170%;
	margin: 0 auto 0 auto;
	border-top: 1px dashed #CCCCCC;
  }
}
#footermenu ul{
	margin: 0;
	padding-left: 0;
	float: left;
	font-weight: bold;
	font-size: 80%;
	width: 100%;
	display: inline;
}
 @media only screen and (max-device-width: 480px) {
	 #footermenu ul{
		 float: none;
		 display: block;
	 }
 }

* html #footermenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#footermenu ul li{
display: inline;
float: left;
}
 @media only screen and (max-device-width: 480px) {
#footermenu ul li{
display: block;
float: none;
font-size: 150%;
  }
}


#footermenu ul li a{
float: left;
color: #FFF;
font-weight: bold;
padding: 3px 10px 0px 10px;
text-decoration: none;
}
 @media only screen and (max-device-width: 480px) {
#footermenu ul li a{
color: #000;
display: block;
  }
}

#footermenu ul li a:hover{
color: black;
background-color: #FFF;
}

#footerpage a:link, #footerpage a:visited,
#footerpage a:hover, #footerpage a:active {
color: black;
background-color: #EEEEEE;
}

#social {
	position: absolute;
	top:0;
	right: 0;
	vertical-align: middle;
}
#social ul {
	list-style-type: none;
}
#social li {
	display: inline;
	padding-left: 3px;
}

/*Grouping- You can group selectors. Separate each selector with a comma. In the example below we have grouped all the header elements. All header elements will be displayed in green text color*/


/*form CSS for compose page*/

form div {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

form div label {
	float: left;
	width: 100%;
	font-size: 120%;
	font-weight: bold;
}

fieldset {
	padding: 10px;
	border: 1px dotted #FF6C21;
	margin: 0 0 20px 0;
	/*border: 1px solid #F63;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 10px 10px 15px #888;
	-webkit-box-shadow: 2px 8px 15px #888;*/	
}
fieldset p {
	margin 3px 0 3px 0;
}

@media only screen and (max-device-width: 480px) {
  fieldset {
	margin-top: 30px;
	width:100%;
	font-size: 150%;
  }
}

form fieldset div .columnleft {
	float: left;
	width: 60%;
}

form fieldset div .columnright {
	float: right;
	width: 30%;
}

fieldset label {
	font-size: 120%;
}
fieldset li {
	list-style-image:url(../images/bullet_flatmate.gif);
	margin: 3px 0 2px 17px;
}

legend {
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	background-color: #FF6C21;
	padding: 5px 8px 5px 3px;
}


.body {
	float: right;
}

.bodynote {
	margin-top: 1.4em;
	float: left;
	width: 150px;
	font: bold 0.7em Arial, Helvetica, sans-serif;
	background-color:#FFE7CE;
	border: 1px dotted #F30;
	padding: 0.6em;
}

.btn {
	clear: both;
}

/* basic page */

<!--
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #FFF;
	background-color: #FF6C21;
	text-decoration: none;
}
-->  



.pubdate {
	padding-bottom: 5px;
	margin-left: 20px;
	text-align: right;
}

/* set width of wrapper to same width as title image
 * no top or bottom margin
 * auto on both sides will center wrapper in modern browsers */

 
 #extras
{
	/*background-image: url(../images/opaque.png);*/
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 125px;
	/*border-top: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;*/
	margin-top: 20px;
}

@media only screen and (max-device-width: 480px) {
  #extras {
	display: none;
  }
}
 
 
/* results table*/
table#pagination {
   /* background-color:#FFFFFF;*/
    /*border: solid #000 3px;*/
    width: 400px;
}

table#pagination tr {
    padding: 3px;
    border: dotted #FF9933 1px;
	/*height: 50px;*/
	vertical-align: top;
	width: 100%;
}
table#pagination td {
    padding: 3px;
    border: solid #FF9933 1px;
	/*height: 50px;*/
	vertical-align: top;
	/*width: 100%;*/
}
.pagenumbers {
	font-size: 
}
/* special style for link to identify current page */

/* Navigation menu */

/* tophat Navigation menu */



td.datacellone {
	background-color: #CC9999; 
	color: black;
	vertical-align: top;
}
td.datacelltwo {
	background-color: #9999CC; color: black;
	vertical-align: top;
}



/* Autosuggestion drop down*/

.suggestionsBox {
    position: relative;
    left: 30px;
    margin: 10px 0px 0px 0px;
    width: 200px;
    background-color: #212427;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;
    color: #fff;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}

.suggestionList li:hover {
    background-color: #659CD8;
}


div.pagination {
	padding: 3px;
	margin: 3px;
}

@media only screen and (max-device-width: 480px) {
  div.pagination {
	width: 100%;
	font-size: 170%;
	margin: 0 auto 0 auto;
  }
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #F60;
	
	text-decoration: none; /* no underline */
	color: #FF6600;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #FF6600;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
	
#underlinemenu{
margin: 10px 0 0 0;
padding: 0;
background-image:url(../images/opaque.png);
float: left;
width: 140px;
font-size: 170%;
}

 @media only screen and (max-device-width: 480px) {
  #underlinemenu {
	padding: 10px;
	width: 100%;
	font-size: 70px;
	background-color:#666;
	color: #000;
  }
}

#underlinemenu ul{
margin: 0;
padding: 0;
font-weight: bold;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
	list-style-type: none;
}


#underlinemenu ul li a{
color: gray;
font-weight: bold;
padding: 4px 10px 5px 10px;
text-decoration: none;
display: block;
}


#underlinemenu ul li a:hover{
color: #000000;
background-color: #FFF;
border-bottom: 5px solid #f89200;
padding-bottom: 0px;
}

#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
color: black;
background-color: #FFF;
border-bottom: 5px solid #f89200;
padding-bottom: 0;
}
a.tooltipcity {
	position:relative;
}
a.tooltipcity span {
	display:none;
}
a.tooltipcity:hover span {
	width: 250px;
	display: block;
	position: absolute;
	top:1em;
	left:2em;
	padding: .2em .6em;
	background-color: #FF6600;
	border: 1px solid #000;
}
	
