/* Based on WicketPixie Social Media Theme - http://chris.pirillo.com/wicketpixie-social-media-theme/  - Thanks Chris */

body {
	font-size: 62.5%;
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
    background: #88663b url("/images/stucco.jpg") fixed repeat;
}

#wrapper {
	clear: both;
	width: 920px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
	background: url("../images/wrapper-bg.gif") repeat-y 0 0;
}

/* NAV 	
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#nav {
	float: left;
	clear: both;
    width: 100%;
	height: 190px;
	margin: 0 0;
	padding-top: 9px;
	/* background: url("../images/nav-bg.gif") no-repeat 50% 0; */
}

/* @end */


/* @group mid */

/* MID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#mid {
	float: left;
	width: 100%;
	background: url("../images/mid-bg.jpg") no-repeat 0 0;
}

#mid-inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* @end */



/* @group content */

/* CONTENT	
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content {
	float: right;
	width: 655px;
	padding-top: 20px;
	padding-right:15px;
}

.content a:link, .content a:visited, .content a:active {
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	color: #8e2800;
}

.content a:hover {
	border-bottom: 1px solid #8e2800;
	color: #b30838; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	background: url(/images/menu-bullet.gif) right center no-repeat ;
	padding-right:10px;
}

.content h1 {
	margin-bottom: .65em;
	font-size: 2em;
	line-height: 1.2em;
	color: #b30838; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

.content h2 {
	margin-bottom: 1em;
	font-size: 2em;
	line-height: 1.2em;
	color: #b30838; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

.content h3 {
	margin: 2em 0 1em;
	padding-bottom: 5px;
	font-size: 1.6em;
	line-height: 1em;
	border-bottom: 1px solid #ddd;
	color: #b30838; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

.content h4 {
	margin-bottom: .25em;
	font-size: 1.5em;
	line-height: 1em;
	color: #b30838; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

.content h5 {
	margin-bottom: 1em;
	padding-bottom: 5px;
	font-size: 1.4em;
	line-height: 1em;
	border-bottom: 1px solid #ddd;
	color: #b30838; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

.content h6 {
	margin-bottom: 1em;
	padding-bottom: 5px;
	font-size: 1.4em;
	line-height: 1em;
	border-bottom: 1px solid #ddd;
	color: #b30838; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

.content h1 a:link, .content h1 a:visited, .content h1 a:active, .content h2 a:link, .content h2 a:visited, .content h2 a:active, .content h3 a:link, .content h3 a:visited, .content h3 a:active, .content h4 a:link, .content h4 a:visited, .content h4 a:active {
	text-decoration: underline;
	border-bottom: 0;
	color: #b30838;
}

.content h1 a:hover, .content h2 a:hover, .content h3 a:hover, .content h4 a:hover, .content h5 a:hover, .content h6 a:hover {
	color: #000; 
}

.content p {
	margin-bottom: 1.4em;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #000;
}

.content ul {
	margin: 0 0 1.4em 10px;
	list-style-type: none;
}

.content ul li {
	padding-left: 16px;
	list-style-type: none;
	background: url("../images/bullet.gif") no-repeat 0 7px;
}

.content ol {
	margin: 0 0 1.4em 30px;
	list-style-type: decimal;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	margin-bottom: .5em;
	font-size: 1.2em;
	line-height: 1.4em;
}

.content blockquote p {
	margin: 0 0 1.4em 10px;
	padding: 0 15px;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.5em;
	color: #000;
	border-left: 5px solid #eee;
}

.content strong, .content b {
	font-weight: bold;
}

.content em, .content i {
	font-style: italic;
}

.post {
	margin: 0 15px 1.4em;
	/* border-bottom: 1px solid #eee; */
	border: 1px solid #ddd;
	background-color:#f5f5f5;
}

.page {
	margin: 0 20px 1.4em;
}

#content img {
	display: block;
	border: 0px solid #ddd;
	max-width: 640px;
}

#content img[align $='left'], #content .alignleft {
	float: left;
	margin: 0 14px 10px 0;
}

#content img[align $='right'], #content .alignright {
	float: right;
	margin: 0 0 10px 14px;
}


#content .hilite {
	color: #000;
	font-weight: bold;
	background-color: #eee;
}

/* @end */

/* START AMICI ADDITIONS */

#content .menuheadertext {
	margin: 0 5px 1.4em;
	/* border-bottom: 1px solid #eee; */
	/* background-color:#f5f5f5; */
}

.content .menuheadertext h1 {
	margin-bottom: .3em;
	font: 2.75em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	font-weight:bold;
	/* border-bottom: 1px solid #ddd; */
}

.content .menuheadertext h2 {
	margin-bottom: .1em;
	margin-top: .2em;
	font: 2.25em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	font-weight:bold;
	text-indent: 10px;
	color:#000;
	/* border-bottom: 1px solid #ddd; */
}

/* Menu Item Box Half Width */
#content .menu-item-left {
	float: left;
	width: 50%;
	height: 100%;
	text-align:center;
	/* font: Arial, Helvetica, Geneva, sans-serif;
	 border-right: 1px solid #ddd;
	 margin-bottom: 1.4em;
	 */
}

/* Menu Item Box Half Width */
#content .menu-item-right {
	float: right;
	width: 50%;
	height: 100%;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	/* 
	ma1rgin-bottom: 1.4em;
	border-left: 1px solid #ddd;  
	*/
}

/* Menu Item Name - Half Width */
.content .menu-item-left h1, .content .menu-item-right h1 {
	margin-bottom: .65em;
	margin-top: 1em;
	font: 1.75em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	font-weight:bold;
	text-align:center;
}

/* Menu Item Description Half Width */
.content .menu-item-left h2, .content .menu-item-right h2 {
	font: 1.25em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.25em;
	color: #b30838;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight:bold;
}

/* Menu Item Portion Label Half Width */
.content .menu-item-left h3, .content .menu-item-right h3 {
	font: 1.25em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.25em;
	color: #000;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 0px;
	border-bottom: 0px;
	font-weight:bold;
}

/* Menu Item Price Half Width */
.content .menu-item-left h5, .content .menu-item-right h5 {
	margin-bottom: 0px;
	/* padding-bottom: 5px; 
	line-height: 1em;
	*/
	font: 1.75em Arial, Helvetica, Geneva, sans-serif;
	
	font-weight:bold;
	text-align:center;
	border-bottom: 0px;
	color:#000;
}

.half-tableborder-v2 { 
 border-collapse: collapse; 
}

.half-tableborder-v2 td {
 /* border: 1px ; */
 border-top: 1px solid #ddd; 
 border-bottom: .1px solid #ddd;
 padding-top: 10px;
 padding-bottom: 5px;
}

/* BEGIN ************* Amici Menu Content  ************** */

/* START - 2 Line Menu Items ***************** Great Pastabilites, et. al */
content .menu-2line-fullrow-text {
	width: 100%;
	margin-bottom: .75em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

/* Menu Item Name - Full Width */
.content .menu-2line-fullrow-text h1 {
	margin-bottom: .25em;
	margin-top: .65em;
	font: 1.75em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	font-weight:bold;
	border-bottom: 1px solid #ddd;
	text-indent:10px;
}

/* Menu Item Description - Full Width */
.content .menu-2line-fullrow-text h2 {
	margin: .25em auto .65em 1.25em;
	font: 1.25em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.25em;
	font-weight:bold;
	color:#000;
	float: left;
	width: 80%;
	text-transform: lowercase;
}

/* Menu Item Price - Full Width */
.content .menu-2line-fullrow-text h3 {
	margin-bottom: .25em;
	margin-top: .65em;
	font: 1.75em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	font-weight:bold;
	color:#000;
	border-bottom: 0px solid #ddd;
	text-align:center;
}

/* Menu Item Desc - Multi-Price - Full Width */
.content .menu-2line-fullrow-text h4 {
	margin-bottom: .25em;
	margin-top: .65em;
	font: 1.75em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	font-weight:bold;
	border-bottom: 1px solid #ddd;
	text-indent:20px;
}

/* Menu Item Desc - Multi-Price - Full Width */
.content .menu-2line-fullrow-text h6 {
	margin-bottom: .25em;
	margin-top: .65em;
	font: 1.75em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	font-weight:bold;
	border-bottom: 1px solid #ddd;
	text-indent:10px;
	text-align:center;
}

.content .menu-2line-fullrow-text .left-name { 
    float:left; 
    width: 85%; 
} 
 
.content .menu-2line-fullrow-text .right-price { 
    float:right; 
    width: 15%; 
} 

/* Cheat for heighth */

.content .menu-2line-fullrow-text .left-name-noprice { 
    float:left; 
    width: 100%; 
} 
 
.content .menu-2line-fullrow-text .right-price-noprice { 
    float:right; 
    width: 0%; 
} 

.content .menu-2line-fullrow-text a:link, .content .menu-2line-fullrow-text a:visited, .content .menu-2line-fullrow-text a:active {
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	color: #0044CC;
}

.content .menu-2line-fullrow-text a:hover {
	border-bottom: 1px solid #8e2800;
	color: #000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	background: none;
	padding-right:0px;
}


/* END - 2 Line Menu Items ***************** */


/* START - Picture Table */
.content .menu-3picture-table td, .content .menu-3picture-table tr, .content .menu-3picture-table img, .content .menu-3picture-table table { 
	margin: .75em auto .75em auto;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-align:center;
	line-height: 2em;
}

.content .menu-3picture-table a:link, .content .menu-3picture-table a:visited, .content .menu-3picture-table a:active {
/*	font-weight: bold;*/
	text-decoration: none;
	color: #0044CC;
	font-weight:bold;
	font-size: 1.25em;
}

.content .menu-3picture-table a:hover {
	color: #000;
}
/* END - Picture Table */

/* START - Wine Menu Table  aka - One Line Items */
.content .menu-1line-table td, .content .menu-1line-table tr, .content .menu-1line-table table { 
    margin: 1em auto .75em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	vertical-align:middle;
}

.content .menu-1line-table a:link, .content .menu-1line-table a:visited, .content .menu-1line-table a:active {
/*	font-weight: bold;*/
	text-decoration: none;
	color: #0044CC;
	font-weight:bold;
	font-size: 1.25em;
}

.content .menu-1line-table a:hover {
	color: #000;
}

.content .menu-1line-table h1 {
	margin: .65em auto .25em;
	font: 1.75em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	font-weight:bold;
	text-align:left;
	display: inline; 

}

.content .menu-1line-table h2 {
	font: 1.25em Arial, Helvetica, Geneva, sans-serif;
	font-weight:bold;
	color:#000;	
	display: inline;
	font-style:italic;
	text-align:left;
	
}

.content .menu-1line-table h3 {
	font: 1.75em Arial, Helvetica, Geneva, sans-serif;
	font-weight:bold;
	color:#000;
	text-align:center;	
	display: inline; 
	border-bottom: 0px;
}


/* Menu Item Desc - Multi-Price - Full Width */
.content .menu-1line-table h4 {
	margin-bottom: .25em;
	margin-top: .65em;
	font: 1.75em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	font-weight:bold;
	border-bottom: 1px solid #ddd;
	text-indent:20px;
}

/* Menu Item Desc - Multi-Price Desc - Full Width */
.content .menu-1line-table h5 {
	margin: .25em auto .1em 1.25em;
	font: 1.25em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.25em;
	font-weight:bold;
	color:#000;
	float: left;
	width: 85%;
    border-bottom: 0;
}
* END - Wine Menu Table  aka - One Line Items */

/* START - Party Tray Tables */

.content .menu-partytray-table td, .content .menu-partytray-table tr, .content .menu-partytray-table table { 
    margin: 2em auto .75em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	vertical-align:middle;
	text-align:center;
}

table.menu-partytray-table {
	margin: 2em auto .75em;
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: #f5f5f5;
	font: 1.25em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.25em;
	font-weight:bold;
	vertical-align:middle;
}

table.menu-partytray-table th {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
}

table.menu-partytray-table td {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border: 1px solid #ddd;
}

table.menu-partytray-table h1 {
	margin: .65em auto .25em;
	font: 1.5em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	font-weight:bold;
	text-align:left;
	text-indent:20px;
}

table.menu-partytray-table h2 {
	margin: .65em auto .25em;
	font: 1.5em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	font-weight:bold;
	text-align:center;
	color:#000;
}

table.menu-partytray-table h3 {
	margin: .35em auto 0;
	font: 1.25em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	font-weight:bold;
	text-align:center;
	color:#000;
	text-decoration: underline;
	border-bottom: 0px;
}

table.menu-partytray-table h4 {
	margin: .05em auto .25em;
	font: 1.1em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	font-weight:bold;
	text-align:center;
	color:#000;
}

table.menu-partytray-table h5 {
	margin:0;
	font: .9em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5em;
	font-weight:bold;
	text-align:justify;
	color:#000;
	border:0;
	padding-bottom:0;
	width:90%;
	float:none;
	
}

/* END - Party Tray Tables */


/* START - Party Menu Tables */

.content .menu-partymenus-table td, .content .menu-partymenus-table tr, .content .menu-partymenus-table table { 
    margin: 2em auto .75em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	vertical-align:middle;
	text-align:left;
}

table.menu-partymenus-table {
	margin: .05em auto .75em;
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: #f5f5f5;
	font: 1.25em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.25em;
	font-weight:bold;
	vertical-align:middle;
}

table.menu-partymenus-table th {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
}

table.menu-partymenus-table td {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border: 0px solid #ddd;
}

table.menu-partymenus-table h1 {
	margin: .25em auto 0em;
	font: 1.5em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	font-weight:bold;
	text-align:left;
	text-indent:5px;
}

table.menu-partymenus-table h2 {
	margin: .65em auto .25em;
	font: 1.5em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	font-weight:bold;
	text-align:center;
	color:#000;
}

table.menu-partymenus-table h3 {
	margin: .35em auto 0;
	font: 1.25em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	font-weight:bold;
	text-align:left;
	color:#000;
	text-decoration: underline;
	border-bottom: 0px;
}

table.menu-partymenus-table h4 {
	margin: .05em .3em .25em;
	font: 1.1em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.25em;
	font-weight:bold;
	text-align:left;
	color:#000;
}

table.menu-partymenus-table h5 {
	margin: .75em auto auto;
	font: 1em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5em;
	font-weight:bold;
	text-align:center;
	color:#000;
	border:0;
	padding-bottom:0;
	width:90%;
	float:none;
	
}

/* END - Party Menu Tables */


/* START - Party Menu Tables */

.content .menu-commentcards-table td, .content .menu-commentcards-table tr, .content .menu-commentcards-table table { 
    margin: .5em auto .75em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	vertical-align:middle;
	text-align:left;
}

table.menu-commentcards-table {
	margin: .05em auto .75em;
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: #f5f5f5;
	font: 1.25em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.25em;
	font-weight:bold;
	vertical-align:middle;
}

table.menu-commentcards-table th {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
}

table.menu-commentcards-table td {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border: 0px solid #ddd;
}


table.menu-commentcards-table tr.surveynumbers {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border: 1px solid #ddd;
	background-color:#333;
}

table.menu-commentcards-table td.surveybuttons,tr.surveybuttons {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border: 1px solid #ddd;
	text-align:center;
}

 table.menu-commentcards-table .input{
	display: block;
    width: auto;
	margin:10px auto;
 }

table.menu-commentcards-table h1 {
	margin: .25em auto 0em;
	font: 1.5em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	font-weight:bold;
	text-align:left;
	text-indent:5px;
}

table.menu-commentcards-table h2 {
	margin: .65em auto .25em;
	font: 1.5em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	font-weight:bold;
	text-align:center;
	color:#000;
}

table.menu-commentcards-table h3 {
	margin: .35em auto 0;
	font: 1.25em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	font-weight:bold;
	text-align:left;
	color:#000;
	text-decoration: underline;
	border-bottom: 0px;
}

table.menu-commentcards-table h4 {
	margin: .05em .3em .25em;
	font: 1.1em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.25em;
	font-weight:bold;
	text-align:left;
	color:#000;
}

table.menu-commentcards-table h5 {
	margin: .35em auto 0;
	font: 1.75em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	font-weight:bold;
	text-align:center;
	color:#fff;
	text-decoration: none;
	border-bottom: 0px;
}

table.menu-commentcards-table surveyrating {
	border: 1px solid #ddd;
	
}

table.menu-commentcards-table label {
    display: block;
    width: 125px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
	font: 1.25em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.1em;
}


table.menu-commentcards-table .button {
    border: 4px solid #006;
    background: #000;
	font: 1.1em Arial, Helvetica, Geneva, sans-serif;
	color:#FFF;
	font-weight:bold;
}
table.menu-commentcards-table .button:hover {
    border: 4px solid #8e2800;
    background: #000;
}

/* END - Comment Card Tables */


/* Menu Item Picture Border */
.menu-wide-graphic-image img {
	border:2px solid #eee; 
	padding:3px; 
	background:#ddd;
}

.content .doh-disclaimer h5 {
	margin:10px;
	font: 1.1em Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5em;
	font-weight:bo1ld;
	text-align:justify;
	color:#000;
	border:0;
	padding-bottom:0;
	width:90%;

}

body#dessertmenu-h a.dessertmenu-h,
body#winemenu-h a.winemenu-h,
body#specialdrinksmenu-h a.specialdrinksmenu-h,
body#partytraystogo-h a.partytraystogo-h,
body#lunch-apps-h a.lunch-apps-h,
body#lunch-completelunch-h a.lunch-completelunch-h,
body#lunch-pizza-h a.lunch-pizza-h,
body#lunch-sandwiches-h a.lunch-sandwiches-h,
body#lunch-soupsalad-h a.lunch-soupsalad-h,
body#dinner-apps-h a.dinner-apps-h,
body#dinner-greatpastabilities-h a.dinner-greatpastabilities-h,
body#dinner-italianfavs-h a.dinner-italianfavs-h,
body#dinner-parmagiana-h a.dinner-parmagiana-h,
body#dinner-pizza-h a.dinner-pizza-h,
body#dinner-sides-h a.dinner-sides-h,
body#dinner-soupsalad-h a.dinner-soupsalad-h,
body#dinner-specialties-h a.dinner-specialties-h,
body#dinner-main-h a.dinner-main-h,
body#lunch-main-h a.lunch-main-h,
body#location-h a.location-h,
body#partymenus-h a.partymenus-h,
body#commentcards-h a.commentcards-h
{
	border-bottom: 1px solid #8e2800;
	color: #000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	background: url(/images/menu-bullet.gif) right center no-repeat ;
	padding-right:10px;
}



/* END ************* Amici Menu Content  ************** */

/* @group sidebar */

/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidebar {
	float: left;
	width: 225px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 20px;
	color: #333;
}

#sidebar1, #sidebar2, #sidebar3, #sidebar4, #sidebar5, #sidebar6 {
	overflow: hidden;
}


#sidebar2, #sidebar5 {
	float: left;
	width: 200px; /* 185 */
}


#sidebar4 {
	clear: both;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
/*	font-weight: bold;*/
	text-decoration: none;
	color: #0044CC;
}

#sidebar a:hover {
	color: #000;
}
/* H3 below is for the side menu headers */
#sidebar h3 {
	margin-top: 1.25em;
	font-size: 1.6em;
	text-transform: uppercase;
	color: #b30838; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
}

#sidebar .widget h3 img {
	float: right;
	display: inline;
	width: 16px;
	height: 16px;
	margin: -3px 0 0 10px;
}
/* H5 below is for the side top level menu links */
#sidebar h5 {
	margin-top: .1em;
    margin-bottom: 0;
	padding-bottom: 0;
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
	border-bottom: none;
}
/* H6 below is for the side sub-level menu links */
#sidebar h6 {
	margin-top: .1em;
    margin-bottom: 0;
	padding-bottom: 5px;
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
	border-bottom: none;
}

#sidebar p, #sidebar li {
	margin-bottom: .5em;
	color: #666;
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: justify;
}

#sidebar ul {
	margin-left: 0;
}

#sidebar li {
	margin: 0 0 .4em 0;
	padding-left: 0;
	background: none;
}

#sidebar img {
	display: block;
}


/* @end */

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 28px 30px 40px;
	text-align: left;
	color: #999;
	background: url("../images/footer-bg.gif") no-repeat 0 0;;
	font-size: 1.1em;
	margin-top:-1px;
}

#footer-credits, #footer-meta {
	width: 49%;
}

#footer-meta {
	text-align: right;
}

/* @end 

	
*/

/* @group miscellaneous */

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* @end */
