/*
	QuickGamma Website Common Style Sheet
*/

body {
	margin-top: 30px;
	background: #191919;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #c8c8c8;
}

h1 {
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

.french {
	float: left;
	padding-top: 0px;
	color: #d0ca88;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 17px;
}

img {
	border: none;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: #4A4A4A;
}

#header {
	width: 960px;
	height: 54px;
	margin: 0 auto 0 auto;
}

#logo {
	float: left;
	height: 54px;
	margin: 0 auto;
	background: url(../images/qg3_logo_footer.png) repeat-x left top;
}

#page {
	width: 900px;
	margin: 0 auto;
	padding: 0px 30px 0px 30px;
	background: #3A3A3A;
}

#content {
	float: left;
	width: 600px;
	padding: 22px 0px 0px 0px;
	background: #3A3A3A;
}

#attention {
	float: left;
	color: #d0ca88;
	text-align: center;
	line-height: 48px;
	font-size: 24px;
	font-weight: bold;
	padding: 30px 0px 0px 0px;
}

#attentionv4 {
	float: left;
	width: 100%;
	color: #d0ca88;
	text-align: center;
	line-height: 36px;
	font-size: 20px;
	font-weight: bold;
	padding: 16px 0px 12px 0px;
	margin: 35px 0px 0px 0px;
	border-style:solid;
	border-width:2px;
}

#attentionvqpl {
	float: left;
	width: 92%;
	color: #d0ca88;
	line-height: 36px;
	font-size: 13px;
	padding: 16px 20px 12px 20px;
	margin: 20px 0px 20px 0px;
	border-style:solid;
	border-width:2px;
	border-color: #f09060;
}

a.w7 {
	text-decoration : none;
	color: #d0ca88;
	font-weight: bold;
}

a:hover.w7 {
	text-decoration : none;
	color: #f09060;
	font-weight: bold;
}

a.w7l {
	text-decoration : none;
	font-size: 14px;
	color: #c0bc80;
	font-weight: 400;
}

a:hover.w7l {
	text-decoration : none;
	color: #f09060;
	font-weight: 400;
}

a.link12px {
	font-size: 12px;
	text-decoration : none;
	color: #d0ca88;
	font-weight: bold;
}

a:hover.link12px {
	font-size: 12px;
	text-decoration : none;
	color: #f09060;
	font-weight: bold;
}

a.link13px {
	font-size: 13px;
	text-decoration : none;
	color: #d0ca88;
	font-weight: bold;
}

a:hover.link13px {
	font-size: 13px;
	text-decoration : none;
	color: #f09060;
	font-weight: bold;
}

a.link14px {
	font-size: 14px;
	text-decoration : none;
	color: #d0ca88;
	font-weight: bold;
}

a:hover.link14px {
	font-size: 14px;
	text-decoration : none;
	color: #f09060;
	font-weight: bold;
}

.intense1 {
	color: #f7a787;
}

.intense2 {
	font-size: 12px;
	color: #d0ca88;
	font-weight: bold;
}

.post {
	float: left;
	width: 600px;
	background: #3A3A3A;
}

.post .title {
	float: left;
	padding-top: 0px;
	color: #d0ca88;
}

.post .entry {
	float: left;
	width: 600px;
	padding: 0px 0px 0px 0px;
	background: #3A3A3A;
}

.entry ul {
	margin: 0;
	padding: 0px 10px 0 25px;
	list-style: none;
}

.entry ol {
	margin: 0 0 2em 0;
	padding: 0 0 0 20px;
	text-align: justify;
	line-height: 17px;
}

.entry li {
	margin-bottom: 20px;
}

.entry li ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

.entry li li {
	margin: 0;
	padding-left: 25px;
}

.entry h2 {
	padding-top: 10px;
	color: #d0ca88;
	font-size: 14px;
	font-weight: bold;
}

.entry li li p {
	margin: 0;
	padding: 13px 0 0 0px;
}

#sidebar {
	float: right;
	width: 260px;
}

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

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

#sidebar li ul {
}

#sidebar li p {
	margin: 0;
	padding-left: 25px;
}

#sidebar li li p {
	margin: 0;
	padding: 13px 0 0 0px;
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
	padding-left: 25px;
	background: url(../images/qq3_gamma_bullet.png) no-repeat left 50%;
	background-position: 0px 6px; 
}

#sidebar h2 {
	padding-top: 17px;
	color: #d0ca88;
	font-size: 14px;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
	color: #bababa;
}

.version {
	font-size: 22px;
	color: #d0ca88;
}

.attention {
	font-weight: bold;
	color: #ff4020;
}

.subtitle {
	font-weight: bold;
	color: #d0ca88;
}

#footer {
	height: 54px;
	min-height: 54px;
	width: 960px;
	margin: 0 auto;
	background: url(../images/qg3_logo_footer.png) repeat-x left top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#copyright {
	clear: both;
	padding-top: 20px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #d0ca88;
}


