
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	width: 690px;
	max-width: 100%;
}

hr {
	margin:  10px 0 30px 0;
}

a {
	color: #0645AD;
	text-decoration: none;
}

a: hover {
	text-decoration: underline;
}

a:visited {
	color: #0B0080;
}

a.button, button.button {
	text-transform: uppercase;
	background-color: #0645AD;
	color: #fff;
	padding:  10px 20px;
}

a.button:hover, button.button:hover {
	background-color: #2867CF;
	color: #fff;
}

a.cancel, button.cancel {
	background-color: #999;
}

a.cancel:hover, button.cancel:hover {
	background-color: #bbb;
}

input[type="checkbox"] {
	margin-right: 5px;
}
label {
	cursor: pointer;
}

/*** LAYOUT ***/
#logo {
	margin: 10px 0 40px;
}
#logo a {
	display: block;
	width: 160px;
	height: 64px;
	background-repeat: no-repeat;
	background-position: top center;
	text-decoration: none;
	background-image: url(../img/logo_v6.png);
}

header {
	margin: 10px 0 0 0;
}

#contentBody {
	margin-top: 110px;
}

#login {
	padding: 0 0 20px 0;
	text-align: right;
}

span.karma {
	font-size: 16px;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #333;
	margin-bottom: 30px;
}

.container.offset-by-half {
	padding-left: 30px;
}

hr.afterH1 {
	margin-top: 26px;
}

div.centered, p.centered {
	text-align: center;
}

div.entryCaptcha {
	margin-bottom: 20px;
}

.compressed-block {
	display: none;
}
.compressed-inline {
	display: none;
}

div.list_box {
	margin-top: 20px;
	text-align: center;
}
div.list_box a {
	font-size: 18px;
}

div#authMessage, div#flashMessage {
	background-color: #ffaacc;
	padding:  20px;
	margin:  20px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

div.error-message {
	background-color: #ffaacc;
	margin: -20px 0 10px 0;
	color: #fff;
	padding: 5px 10px;
}

div.row {
	margin-bottom: 20px;
}

div.badge {
	font-size: 14px;
	color: #000;
	padding: 5px;
	text-align: center;
}
div.gold {
	background-color: #FCB514;
}
div.silver {
	background-color: #C0C0C0;
}
div.bronze {
	background-color: #8C7853;
}

/***** HOME PAGE ********/
p.largeCtaText {
	font-size: 20px;
	line-height: 28px;
}

a.button.cta {
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	padding:  20px 30px;
}

div.joinUs {
	text-align: center;
	vertical-align: middle;
}
div.featured_image img {
	max-width: 100%;
	height: auto;
}

/*** VIEW LIST PAGE ***/

ul.list li {
	list-style-type: none;
}
div.list_entry_image img {
	max-width: 100%;
	height: auto;
}

div.article_image {
	text-align:center;
}
div.article_image img {
	max-width: 100%;
	height: auto;
}

p.controversial {
	background-color: #ffaacc;
	display: block;
	text-align: center;
	color: #fff;
	padding: 10px;
}

ul li.list_entry {
	margin-top: 30px;
}

h2.list_entry_title {
	margin-left: 110px;
	display: block;
}

div.list_entry_number {
	float: left;
	width: 110px;
	color: #181818;
	font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 90px;
	line-height: 40px;
}

p.missing_info {
	padding:  10px;
	background-color: #ffaacc;
	color: #fff;
	display: block;
}

div.related_list {
	margin-top: 30px;
	text-align: center;
}

/**** PHOTO SEARCH ****/
div.photo_search {
	margin-bottom: 20px;
}
div.photo_search img {
	max-width: 100%;
	height: auto;
}