/* CityDesk default style sheet */


/* Basic HTML Element Style */
body {
	background: #fff url(../images/canvas.png);
	font-family: 'book antiqua', georgia, 'times new roman', serif;
	color: #376;

}

h1 {
	font: bold italic 40px 'book antiqua', georgia, 'times new roman', serif;
	margin: 0px;
}
h2 {
	font: bold italic 20px 'book antiqua', georgia, 'times new roman', serif;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;

}
h3 {
	font: bold italic 20px 'book antiqua', georgia, 'times new roman', serif;
    text-transform: uppercase;
}
h4, h5 {
	font: bold normal 15px 'book antiqua', georgia, 'times new roman', serif;
	margin: 0px;
	text-decoration: underline;
}

h4 {
font-size: 18px;
}

hr{
color: #2E747D;
border-style: dashed;
} 

a, a:hover, a:active, a:visited {
color: #2E747D;
}

#header a, #header a:hover, #header a:active, #header a:visited {
color: #F5EFD8;
text-decoration: none;
}

/*Structural elements */
#container {
background-color: #F5EFD8;
	width: 600px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: #376 double;	
}

#tagline {
	font: bold  12px;
	font-variant: small-caps;
}

#articleBody{
margin-top: 1em;
text-align: center;
}

#header {
color: #F5EFD8;
background-color: #376;
border: #F5EFD8 double;
text-align: center;
}

#sidebar {
	width: 180px;
	padding: 0 5px 0 5px;
	margin: 0 0 10px 10px;
	border: double 4px #CCD9DB;
	background-color: #D3DEE0;
	float: right;
}

#navList {
color: #F5EFD8;
border-bottom: thin solid #376;
text-align: right;
}

img {
    text-align: center;
    border: #376 double;
}

#navList ul
{
margin-left: 0px;
margin: 0px;
}

 #navList li
{
list-style: none;
margin: 0;
padding: 3px;
display: inline;
}

 #navList li a
{
color: #376;
padding: 3px;
padding-bottom: 0px;
margin-left: 3px;
border: thin solid #376;
border-bottom: none;
background: #e0e0d0;
text-decoration: none;
}

 #navList li a:hover
{
color: #376;
background: #Fff;
border-color: #265;
}

 #navList li a#hometab
{
color: #376;
background: #F5EFD8;
border: thin solid #376;
border-bottom: thin solid #F5EFD8;
}

 #navList li a:active
{
color: #376;
background: #d5cfa8;
border-color: #265;
}

.email{
height: 1em;
border-style: none;
}

ul#menu
{
font-style: italic;
font-weight: bold;
width: 400px;
margin: 2em;
color: #eee;
background: #444;
border: thick solid #000;
margin-left: auto;
	margin-right: auto;
}

#menuprice
{
display: inline;
margin-right: 0px;
}

/* text effects */
em.title {
	text-decoration: underline;
}
#articleList p {
	margin: 0 0 20px 0;
}
#articleList h3 {
	margin: 0px;
}