/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Start Top bar */
#newTopAd {
	height: 60px;
	width: 100%;
	position: fixed;
	top: -60px;
	left: 0px;
	right: 0px;
	background-color: #161616;
	z-index: 100000;
}

#newTopAd > .inner {
	width: 700px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
}

#newTopAd > .inner > img {
	float: left;
	margin-top: 13px;
}

#newTopAd > .inner > a {
	float: right;
	margin-top: 13px;
	width: 166px;
	height: 33px;
	background: url('/themes/default/images/freeProfileButton.png');
}

#newTopAd > .inner > a:hover {
	background: url('/themes/default/images/freeProfileButtonOver.png');
}

#topAd, #bottomAd {
	background-color: #2e3133;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	width: 100%;
}

#topAd, #adDropDown, #topAdLeft {
	float: left;
}

#topAdLeft {
	text-align: left;
	width: 675px;
}

#topAdRight {
	float: left;
	text-align: right;
	width: 125px;
}

#topAdLink, #dropDownAdLink {
	color: #48a2ff;
}

#topAdInner, #adDropDownInner {
	width: 820px;
	margin: auto;
}

#adDropDown {
	display: none;
	background: url(/themes/default/images/adDownBackground.gif) repeat-x;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	font-weight: bold;
	color: #2d3134;
	width: 100%;
	position: absolute;
	top: 42px;
	float: left;
}
#adDropDownInner div {
	float: left;
}

#utilUpgrade {
	background-color: #65AF0C;
	background-image: -moz-linear-gradient(center top , #74BA12 0%, #59A200 30%, #59A200 70%, #79C11A 100%);
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 0 1px #FFFFFF inset;
	color: #FFFFFF;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding: 4px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000000;
	vertical-align: bottom;
	margin-bottom: 8px;
	cursor: pointer;
}
#upgradeClose {
	cursor: pointer;
	background: url(/themes/default/images/close.png) no-repeat 0px 12px;
	height: 35px;
	width: 30px;
	display: inline-block;
	margin-left: 10px;
}
/* End Top Bar */

.content {
	background-color: #fff;
	padding: 20px;
}

.content > h1 {
	font-size: 30px;
	text-align: center;
}

.content > h2 {
	text-align: center;
	margin-top: 10px;
	font-size: 24px;
}

#flagmanQuestions {
	margin-top: 30px;
	font-size: 18px;
	line-height: 24px;
}

#errorContent {
	margin-top: 30px;
}

#errorContent > h3 {
	margin-top: 20px;
	font-size: 24px;
}

#errorContent > ol {
	margin: 10px 0 0 30px;
	list-style-type: disc;
}

#errorContent > ol > li {
	margin-bottom: 10px;
}

#socialStream .streamContent .post {
	line-height: 1.333em;
	overflow: hidden;
}
#socialStream .streamContent .post > p,
#socialStream .streamContent .post > pre,
#socialStream .streamContent .post > ol,
#socialStream .streamContent .post > ul,
#socialStream .streamContent .post > blockquote {
	margin-bottom: 1em;
}
#socialStream .streamContent .post > blockquote,
#socialStream .streamContent .post > pre {
	background-color: #EEE;
	margin: 0 1em 1em;
	padding: 1em;
	border: 1px solid #FFF;
}
#socialStream .streamContent .post > pre {
	overflow: auto;
}

#socialStream .streamContent .post > ul,
#socialStream .streamContent .post > ol {
	list-style-type: disc;
	margin-left: 1em;
}
#socialStream .streamContent .post > ul > li,
#socialStream .streamContent .post > ol > li {
	margin-left: 1em;
}

#socialStream .streamContent .post > h2.streamItemTitle {
	font-size: 1em;
	margin-bottom: 1em;
}

#socialStream .streamItemMedia {
	display: block;
	float: left;
	margin-right: 1em;
	width: auto;
}

#socialStream .streamItem .source > a:link,
#socialStream .streamItem .source > a:visited,
#socialStream .streamItem .time > a:link,
#socialStream .streamItem .time > a:visited {
	color: inherit;
	text-decoration: inherit;
}