/*general styles*/
* {
    margin: 0;
    padding: 0;
}

div.example {
    font-size: small;
}

/*layout styles*/
body {
	margin: 0px;
	padding: 0px;
	background: #E9F0F2; /*url(../img/uncomplicated/img02.jpg) repeat-x left top;*/
	/*text-align: justify;*/
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3 {
	font: 1.82em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
    margin: 0 0 10px 0;
}

p, ol, ul {
	line-height: 1.67em;
}

a {
	color: #DA2128;
    font-weight: bold;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

.clear {
    clear: both;
}

/* Header */

#header {
	width: 900px;
	height: 100px;
	background: #A3CFD9;
    border-bottom: 3px #CCE5EB solid;
	margin: 0 0 0 20px;
}

#header-background {
	width: 100%;
    height: 100px;
	background: #A3CFD9;
    border-bottom: 3px #CCE5EB solid;
}

/* Logo */

#logo {
	float: left;
	height: 100px;
    width: 352px;
    background: url(../img/host-rater-logo.gif) no-repeat left top;
}

#logo #logoLink {
    text-decoration: none;
    border: none;
    display: block;
	height: 100px;
    width: 325px;
}

/* Menu */

#menu {
	float: right;
	background: #DA2128 url(../img/uncomplicated/img03.jpg) no-repeat left top;
	margin-top: 20px;
}

#menu ul {
	background: url(../img/uncomplicated/img04.jpg) no-repeat right top;
	margin: 0px;
	margin-left: 10px;
	margin-right: 15px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 4px 15px;
	background: url(../img/uncomplicated/img05.jpg) no-repeat right 50%;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover, .active a {
}

div.searchBox {
	float: right;
    width: 400px;
    vertical-align: middle;
    margin: 15px 0 0 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

div.searchBox input {
    padding: 0;
    margin: 0;
}

div.contentSearchBox {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

div.contentSearchBox input {
    padding: 0;
    margin: 0;
}



/* Page */


#page {
	width: 940px;
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}

/* Content */

#content {
	float: left;
	width: 620px;
	margin: 0 0 10px 30px;
    /*border: 1px solid black;*/
}

div.contentSubSection {
    width: 100%;
    clear: both;
    padding: 5px;
    margin: 0 0 15px 0;
    background-color: #A3CFD9;
    border: 3px #CCE5EB solid;
}

ul.contentList, ul.contentList ul {
    margin: 0 0 5px 20px;
}

div.titleBox {
    margin: auto;
    margin-bottom: 5px;
    vertical-align: middle;
    width: 400px;
    text-align: center;
}

h2.title {
    margin: 0 0 5px 0;
}

div.titleAndRating {
    margin: auto;
    text-align: center;
    width: 400px;
}

div.titleAndRating table, div.titleAndRating table tr td {
	background: #E9F0F2;
	border: none;
        /*border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;*/
}
    


.actions {
    vertical-align: middle;
    margin: auto;
    margin-top: 5px;
}

.actions a {
    margin: 5px 2px 0 2px;
}

.boldLabel {
    font-weight: bold;
    margin: 10px 0 5px 0;
}

ul.fancyList li{
   list-style: none;  /* removes the default bullet */
   /*background: url(../img/bullet-circle.gif) no-repeat left center;*/
   padding-left: 15px;
   margin-left: 15px;
}

.columnLinks {
    float: left;
    font-size: 120%;
}

.columnLinks li {
    list-style:none;
    /*background: url(../img/bullet-circle.gif) no-repeat left center;*/
    padding-left: 15px;
    margin-left: 15px;
}

/* Rating List */

div.ratingList {
    width: 100%;
    clear: both;
}

div.ratingInfo {
    width: 100%;
    clear: both;
    padding: 5px;
    margin: 0 0 15px 0;
    background-color: #A3CFD9;
    font-weight: bold;
    border: 3px #CCE5EB solid;
}


div.ratingList .ratingTitle {
    float: left;
    margin: 0 10px 0 0;
}

div.ratingList .overallTitle {
    float: left;
}

div.ratingList ul {
    float: left;
    margin-right: 40px;
}

div.ratingList .submittedInfo {
    float: right;
}

div.ratingList .starTitle {
    float: left;
    white-space: nowrap;
    margin: 0 5px 15px 0;
}

div.ratingList .summary {
    margin: 5px 0 10px 0;
}

.contentNotification {
    background: white;
    margin: 20px 0 20px 0;
    border: 1px solid black;
    padding: 10px;
    font-size: larger;
}

.contentNotification a {
    font-size: larger;
    font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
    clear: both;
    vertical-align: top;
	width: 210px;
	/*padding-top: 20px;*/
	margin: 0 0 0 0;
    /*border: 1px solid orange;*/
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 5px;
}

#sidebar li li {
	margin: 0;
	padding: 1px 0 1px 0;
}

#sidebar li li a {
}

#sidebar h2 {
	padding: 0 5px 0 5px;
	margin: 0 0 2px 0;
	font-size: 12px;
	font-weight: bold;
    background-color: #DA2128;
    color: white;
    width: 90%;
    /*background: #DA2128 url(../img/uncomplicated/img04-smaller.jpg) no-repeat right top;*/
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar #sideComment {
    text-align: left;
}

/* Footer */

#wrapper2 {
}

#footer {
	width: 100%;
	margin: 0 1px 0 1px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#subfooter {
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	background: #A3CFD9;
	border: 3px #CCE5EB solid;
}

#copyright {
    font-size: 10px;
	color: white;
    margin: 0 0 5px 0;
}

#adminMenu a, #adminMenu a:visited, #adminMenu a:active, #adminMenu a:hover {
    margin: 5px;
}

/* host form */
div.formElement {
    margin: 5px 0 0 0;
}

/* Recaptcha */



