/*
Theme Name: HPUB
Theme URI: hpub.org
Description: Huffington Post Union of Bloggers
Author: Vladimir Golušin
Author URI: http://bigfish.rs
Version: 1.0
*/

@import url("css/forms.css");

* {
  margin: 0;
}

body, html {
	background: #232323;
}

body {
	color: #777;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Verdana, sans-serif;
	text-align: center;
}
a {
	color: #0076DA;
}
#wrap, div.wrap {
	margin: 0 auto;
	text-align: left;
	width: 962px;
}


/* @group top */
/* TOP
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#top {
	background: #e1eded;
	font: bold 1.1em Arial,Tahoma, Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	height: 30px;
	line-height: 30px;
}

#top ul {
	margin: 0;
	padding: 0;
}

#top li {
	color: #25292e;
	display: block;
	float: left;
	line-height: 30px;
	list-style: none;
	margin-right: 3px;
}

#top li a {
	color: #25292e;
	text-decoration: none;
}

#top li a.hot {
	color: #a00000;
}

#top li:after {
	content: " |";
}

#top li.nodelimiter:after {
	content: "";
}
/* @end */


/* @group header */
/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#header {
	height: 130px;
	margin-bottom: 30px;
	position: relative;
}

#header #logo {
	position: absolute;
	left: 50%;
	height: 75px;
	margin: -45px 0 0 -140px;
	top: 40%;
	width: 308px;
}

#header #logo a {
	background: url("img/logo.png") no-repeat 0 0;
	display: block;
	height: 75px;
	text-indent: -9999px;
}

#header div.social {
	position: absolute;
	top: 68px;
}

#header div.social ul {
	margin: 0 15px;
	padding: 0;
}

#header div.social li {
	display: block;
	float: left;
	list-style: none;
	margin-right: 3px;
}

#header div.search {
	background: #fff url("img/icons/magnify.png") no-repeat 6px 6px;
	border: 1px solid #d5d5d5;
	color: #999;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	position: absolute;
	right: 15px;
	top: 20px;
	width: 150px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#header div.search input {
	border: 0;
	color: #999;
	margin-top: 1px;
	width: 140px;
}

#header div.info {
	font: 1em Arial,Tahoma, Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	position: absolute;
	right: 15px;
	top: 71px;
}

#header div.info a {
	color: #0073cb;
	font-weight: bold;
}
/* @end */


/* @group menu */
/* MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#menu {
	font: bold 1.1em Arial,Tahoma, Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	top: 90px;
}

#menu div.menuleft {
	background: url("img/bg-menuleft.png") no-repeat 0 0;
	display: block;
	float: left;
	height: 40px;
	width: 10px;
}

#menu div.menuright {
	background: url("img/bg-menuright.png") no-repeat 0 0;
	display: block;
	float: right;
	height: 40px;
	width: 10px;
}

#menu div.menu {
	background: url("img/bg-menu.png") repeat-x 0 0;
	height: 40px;
	margin: 0 10px;
	position: relative;
}

#menu ul {
	margin: 0;
	margin-right: 20px;
	padding: 0;
}

#menu li {
	display: block;
	float: left;
	font-size: 1em;
	list-style: none;
	margin: 0 5px;
}

#menu li a {
	color: #fff;
	text-decoration: none;
	text-shadow: 2px 2px 2px #000;
}

#menu li a:hover {
	color: #dadada;
}

#menu a#more {
	background: url("img/bg-menu-arrowmore.png") no-repeat 0 0;
	display: inline-block;
	height: 9px;
	margin-top: -3px;
	position: absolute;
	right: 3px;
	text-indent: -9999px;
	top: 22px;
	width: 13px;
}

#menu-more {
	background: #131313 url("img/bg-menu.png") repeat-x 0 -30px;
	font: bold 1.1em Arial,Tahoma, Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	/*height: 40px;*/
	line-height: 40px;
	position: absolute;
	right: 0;
	top: 120px;
	z-index: 1001;
	
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

#menu-more ul {
	margin: 0 10px;
	padding: 0;
}

#menu-more li {
	font-size: 1em;
	list-style: none;
	margin: 5px;
	text-align: right;
}

#menu-more li a {
	color: #fff;
	text-decoration: none;
	text-shadow: 2px 2px 2px #000;
}

#menu-more li a:hover {
	color: #dadada;
}
/* @end */

/* @group page */
/* PAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#page {
	background: #f7f7f7;
}
/* @end */


/* @group mid */
/* MID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#mid {
	padding-bottom: 30px;
}
/* @end */


/* @group content */
/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#content {}

#content div.featured {
	margin: 0 10px 20px;
}

#content div.featured,
#content div.hot {
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 9px;
	position: relative;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

#content div.featured div.photo {
	float: left;
	height: 180px;
	overflow: hidden;
	width: 440px;
}

#content div.hot div.photo {
	height: 130px;
	overflow: hidden;
	width: 200px;
}

#content div.featured div.photo img,
#content div.hot div.photo img {
	display: block;
}

#content div.featured div.photo img {
	height: auto;
	width: 440px;
}

#content div.hot div.photo img {
	height: auto;
	width: 200px;
}

#content div.featured h1 {
	color: #232323;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin: 10px 0 10px 460px;
}

#content div.featured h2 {
	color: #454545;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -0.03em;
	margin: 0 0 0 460px;
	padding-bottom: 40px;
}

#content div.featured h1 a,
#content div.hot h2 a {
	color: #232323;
	text-decoration: none;
}

#content div.featured p {
	color: #303030;
	font: bold 1.1em Arial,Tahoma, Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin: 0 0 0 460px;
	position: absolute;
	bottom: 19px;
}

#content div.featured p a {
	color: #0076da;
	text-decoration: none;
}

#content div.hot {
	margin-bottom: 20px;
}

#content div.hot h2 {
	color: #232323;
	font-size: 1.6em;
	font-weight: bold;
	margin: 10px 0;
}

#content div.hot p {
	font-size: 1em;
	margin: 0;
}

#content div.hot p a {
	color: #777;
	text-decoration: none;
}

#content div.ribbon {
	position: absolute;
	z-index: 101;
}

#content div.ribbon.exclusive {
	left: -11px;
	top: -13px;
}

#content div.ribbon.featured {
	background: transparent;
	border: 0;
	left: -30px;
	top: -22px;
}

#content div.ribbon.hot {
	background: transparent;
	border: 0;
	right: -18px;
	top: -18px;
}

#content .TV {
	position: relative;
	width: 220px;
	height: 190px;
	margin-bottom: 20px;
}
#content .TV .skin {
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 200%;
	background: url(img/tv.png) 0 0 no-repeat;
	cursor: pointer;
}
#content .TV #tv-player {
	width: 150px;
	height: 115px;
	margin-top: 48px;
	margin-left: 17px;
}
#content .polls {
    border: 1px solid #d5d5d5;
    background-color: #ffffff;;
}
#content .polls li {
    list-style: none;
}

#content .polls li ul, #content .polls li h2 {
    margin-left: 5px;
}

#content div.featured-posts {}

#content div.featured-posts h2 {
	color: #232323;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -0.05em;
}

#content div.featured-posts ul {
	margin: 0;
	padding: 0;
}

#content div.featured-posts li {
	border-top: 1px solid #d5d5d5;
	list-style: none;
	padding-top: 10px;
}

#content div.featured-posts li div.photo {
	float: left;
}

#content div.featured-posts li div.photo img {
	border: 1px solid #d5d5d5;
	display: block;
}

#content div.featured-posts li h3 {
	color: #232323;
	font: bold 1.1em "Lucida Grande", "Lucida Sans Unicode", Arial,Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	margin: 0 0 3px;
	margin-left: 60px;
}

#content div.featured-posts li h3 span {
	color: #a00000;
	font-weight: normal;
}

#content div.featured-posts li h3 a {
	color: #232323;
	text-decoration: none;
}

#content div.featured-posts li p.meta {
	color: #777;
	font-size: 0.9em;
}

#content div.featured-posts li p.meta a {
	color: #232323;
}

#content div.featured-posts p {
	color: #666;
	margin-left: 60px;
}

#content div.featured-posts p a {
	color: #0076da;
	text-decoration: none;
}

#content div.banner {
	margin-bottom: 20px;
}

#content div.banner img {
	display: block;
}
/* @end */


/* @group Articles */
/* ARTICLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#content div.articles {
	margin: 0;
	width: 720px;
}

#content div.articles div.article div.photo {
	height: 160px;
	margin: 20px 0;
	overflow: hidden;
	width: 220px;
}

#content div.articles div.article div.photo img {
	/*height: 160px;*/
	height: auto;
	width: 220px;
}

#content div.articles div.article h2 {
	color: #232323;
	margin-top: 20px;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -0.05em;
}

#content div.articles div.article h2 span {
	color: #999;
	display: block;
	font: normal 0.6em "Lucida Grande", "Lucida Sans Unicode", Arial,Tahoma, Verdana, sans-serif;
	letter-spacing: -0.03em;
	text-transform: uppercase;
}

#content div.articles div.article h2 a {
	color: #232323;
	text-decoration: none;
}

#content div.articles div.article p {
	font-size: 1.1em;
	line-height: 140%;
}

#content div.articles div.article div {
	letter-spacing: -0.03em;
}

#content div.articles div.article div a {
	color: #0076da;
	text-decoration: none;
}

#content div.articles div.article div a.read {
	text-transform: uppercase;
}

#content div.articles a#loadmorearticles {
	background: url("img/btn-loadmore.png") no-repeat 0 0;
	display: block;
	height: 43px;
	margin: 10px auto 30px auto;
	text-indent: -9999px;
	width: 152px;
}

#content div.articles a#loadmorearticles.loading {
	background: url("img/loading.gif") no-repeat 50% 50% !important;
}

#content #category-title,
#content #author-title,
#pCategory #tag-title {
	background: #fff;
	border: 1px solid #d5d5d5;
	clear: both;
	height: 68px;
	line-height: 68px;
	margin: 20px 10px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

#content #category-title h1,
#content #author-title h1,
#content #tag-title h1 {
	color: #232323;
	font-size: 2.6em;
	font-weight: bold;
	line-height: 68px;
	letter-spacing: -0.05em;
	margin: 0;
	padding: 0 15px;
}

#content #author-title h1 span {
	color: #0061b1;
}

#content #tag-title h1 span {
	text-transform: capitalize;
}

#content div.noresults h2 {
	color: #434343;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -0.05em;
}

#content div.noresults {
	margin: 0 20px;
}
/* @end */


/* @group Article */
/* ARTICLE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#zoomer {
	display: block;
	float: right;
	text-transform: none;
}
	#zoomer a {
		color: #0076DA !important;
		text-decoration: none;
		font-weight: bold;
	}


#pSingle div.article {}

#pSingle div.article h1 {
	color: #212121;
	font-size: 3.4em;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin: 0 0 10px;
}

#pSingle div.article span.article-category {
	color: #999;
	display: block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: uppercase;
}

#pSingle div.article p.meta {
	color: #777;
	font-size: 1.1em;
	letter-spacing: -0.03em;
}

#pSingle div.article p.meta strong {
	color: #232323;
}

#pSingle div.article div.photo {
	/*height: 210px;*/
	margin: 30px 0;
}

#pSingle div.article div.photo img {
	display: block;
}

#pSingle div.article p {
	color: #666;
	font-size: 1.1em;
	line-height: 150%;
}

#pSingle div.article p a {
	color: #0f3351;
}

#pSingle div.article blockquote {
	border-left: 2px solid #8ac5f5;
	color: #898989;
	font-size: 1.1em;
	font-style: italic;
	line-height: 150%;
	margin: 10px 8px;
	padding: 0 10px;
}
#pSingle div.article pre {
	white-space: pre-wrap;
}
#pSingle div.article div.social {
	margin-bottom: 20px;
}

#pSingle div.article .twitter-share-button {
	display: inline-block;
	float: left;
	margin-top: 3px;
}

#pSingle div.article .fb_iframe_widget {
	display: inline-block;
	float: left;
	margin-top: 3px;
}


#pSingle div.relatednews {
	border: 1px solid #d5d5d5;
	border-width: 1px 0 0;
	margin-top: 20px;
	padding-bottom: 20px;
}

#pSingle div.relatednews h3 {
	color: #232323;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -0.05em;
}

#pSingle div.relatednews ul {
	margin: 0;
}

#pSingle div.relatednews li {
	list-style: none;
	margin-bottom: 5px;
}

#pSingle div.relatednews li h4 {
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: -0.05em;
	padding: 5px 0 0;
	margin-left: 90px;
}

#pSingle div.relatednews li p {
	font-size: 1em;
	letter-spacing: -0.03em;
	margin: 0;
	margin-left: 90px;
}

#pSingle div.relatednews h4 a {
	color: #0f3351;
	text-decoration: none;
}

#pSingle div.relatednews li div.photo {
	float: left;
	height: 58px;
	margin: 0;
	overflow: hidden;
	width: 74px;
}

#pSingle div.relatednews li div.photo img {
	display: block;
	height: auto;
	width: 74px;
}

#pSingle div.share {
	background: #fff;
	border: 1px solid #d5d5d5;
	margin-bottom: 15px;
	padding: 9px 7px 7px;
	position: relative;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

#pSingle div.share p {
	color: #444;
	font-size: 0.9em;
	letter-spacing: -0.03em;
	margin-bottom: 7px;
	text-align: center;
}

#pSingle div.share img {
	display: block;
	float: left;
	margin: 2px;
}

div.ad {
	background: #fff;
	border: 1px solid #d5d5d5;
	color: #676767;
	font-size: 0.9em;
	letter-spacing: -0.03em;
	margin-bottom: 15px;
	padding: 9px;
	position: relative;
	text-align: center;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
/* @end */


/* @group Breaking news */
/* BREAKING NEWS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
div.breakingnews {
	clear: both;
	display: block;
	margin-bottom: 20px;
}

div.breakingnews h4 {
	background: #b00000;
	border: 1px solid #b00000;
	color: #fff;
	float: left;
	font: 1.1em "Lucida Grande", "Lucida Sans Unicode", Arial,Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	line-height: 30px;
	padding: 0 10px;
	text-transform: uppercase;
	width: 100px;
	
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	-khtml-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

div.breakingnews div.ticker {
	background: #fff;
	border: 1px solid #d5d5d5;
	border-left: 1px solid #fff;
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 10px;
	text-transform: uppercase;
	
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	-khtml-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	
	margin-left: 2px;
}

div.breakingnews div.ticker ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

div.breakingnews div.ticker li {
	color: #555;
	display: inline;
	line-height: 30px;
	list-style: none;
	margin-right: 10px;
}

div.breakingnews div.ticker li a {
	color: #0076da;
	text-decoration: none;
}

div.breakingnews div.ticker li span {
	color: #999;
}
/* @end */


/* @group Hot news */
/* HOT NEWS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
div.hotnews {
	background: #fff;
	border: 1px solid #d5d5d5;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

div.hotnews h3 {
	background: #f0f0f0;
	border-bottom: 1px solid #d5d5d5;
	color: #000;
	font: 1.1em "Lucida Grande", "Lucida Sans Unicode", Arial,Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	line-height: 40px;
	margin: 0 0 10px;
	padding: 0 10px;
	text-transform: uppercase;
	
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

div.hotnews h3 a {
	color: #0076da;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}

div.hotnews h4 {
	color: #333;
	font: bold 1.1em "Lucida Grande", "Lucida Sans Unicode", Arial,Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	margin: 10px 0;
}

div.hotnews h4 a {
	color: #333;
	text-decoration: none;
}

div.hotnews div.column div {
	height: 75px;
	overflow: hidden;
	width: 100px;
}

div.hotnews div.column div img {
	display: block;
	height: auto;
	width: 100px;
}
/* @end */


/* @group foooter */
/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#footer {
	min-height: 300px;
	padding-bottom: 10px;
	text-align: center;
}

#footer div.social {
	border-top: 1px solid #a5a5a5;
	margin-top: 1px;
	padding: 30px 0;
}

#footer div.social ul {
	margin: 0 auto;
	padding: 0;
}

#footer div.social li {
	display: inline;
	list-style: none;
}

#footer h5 {
	color: #fff;
	letter-spacing: -0.03em;
	text-transform: uppercase;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #f9f9f9;
}

#footer ul.themes {
	margin: 10px 0 50px;
	padding: 0;
}

#footer ul.themes li {
	display: inline;
	list-style: none;
}

#footer ul.themes li:after {
	content: " | ";
}

#footer ul.themes li.nodelimiter:after {
	content: "";
}

#footer div.logo {
	margin: 30px 0 20px;
	text-align: center;
}

#footer div.logo a {
	background: url("img/logo-footer.png") no-repeat 0 0;
	display: inline-block;
	height: 35px;
	text-indent: -9999px;
	width: 140px;
}
/* @end */


/* @group pHome */
/* HOME
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#pHome {}
/* @end */


/* @group pCategory */
/* CATEGORY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#pCategory {}

#pCategory #category-title {
	background-repeat: no-repeat;
	background-position: 100% 0;
}

#pCategory div.geopolitics {
	background-image: url("img/titles/geopolitics.jpg") !important;
}

#pCategory div.latino {
	background-image: url("img/titles/latino.jpg") !important;
}

#pCategory div.us-politics {
	background-image: url("img/titles/us-politics.jpg") !important;
}

#pCategory div.business {
	background-image: url("img/titles/business.jpg") !important;
}

#pCategory div.renewable-energy {
	background-image: url("img/titles/renewable-energy.jpg") !important;
}

#pCategory div.american-culture {
	background-image: url("img/titles/american-culture.jpg") !important;
}

#pCategory div.african-american {
	background-image: url("img/titles/african-american.jpg") !important;
}

#pCategory div.music {
	background-image: url("img/titles/music.jpg") !important;
}

#pCategory div.movies {
	background-image: url("img/titles/movies.jpg") !important;
}

#pCategory div.editors-desk {
	background-image: url("img/titles/editors-desk.jpg") !important;
}
/* @end */


/* @group pSingle */
/* SINGLE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#pSingle {}
/* @end */


/* @group p404 */
/* 404
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#p404 {}

#p404 h1 {
	color: #232323;
	font-size: 3.6em;
	font-weight: bold;
	letter-spacing: -0.05em;
}

#p404 h2 {
	color: #434343;
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: -0.05em;
}

#p404 #content div.article p {
	font-size: 1.1em;
}
/* @end */


/* @group pSearch */
/* SEARCH
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#pSearch #content div.article p {
	font-size: 1.1em;
}
/* @end */


/* @group comments */
/* COMMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#comments {
	margin-bottom: 30px;
}
#comments .dsq-brlink {
	color: #666;
	text-decoration: none;
}
#comments .dsq-comment-meta a,
#comments .dsq-comment-actions a {
	/* FIX: FF opacity bug */
	background-color: #F7F7F7;
}

#comments div.header {
	background: #232323;
	height: 55px;
	line-height: 55px;
	margin-bottom: 25px;
	padding: 0 15px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#comments div.header h2 {
	color: #fff;
	float: left;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin: 0;
}

#comments div.header a#postcomment {
	color: #fff;
	float: right;
	text-decoration: none;
}

#comments div.header span.commentcount {
	color: #f8c400;
	float: right;
	font: bold 1.8em Arial,Tahoma, Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	line-height: 55px;
	margin-right: 20px;
}

#comments div.header span.commentcount span {
	font-size: 0.7em;
}

#comments ul {
	margin: 0 0 30px;
	padding: 0;
}

#comments li {
	list-style: none;
	padding: 10px;
}

#comments li.odd {
	background: #fff;
}

#comments li.even {}

#comments li div.avatar {
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	padding: 3px;
}

#comments li div.avatar img {
	display: block;
}

#comments li h5 {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -0.03em;
	margin: 10px 0 0 60px;
}

#comments li h5 span {
	color: #434343;
	font-size: 0.8em;
}

#comments li p.date {
	font-size: 0.9em !important;
	letter-spacing: -0.03em;
	margin: 0 0 0 60px;
}

#comments li p.date:after {
	clear: both;
}

#comments li p {
	font-size: 1em !important;
	margin: 10px 0 0;
}

#comments p.nocomments,
#comments p.needpassword {
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

#leavecomment h3 {
	border-bottom: 1px solid #d5d5d5;
	color: #232323;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -0.05em;
	text-align: center;
}

#leavecomment p {
	font-size: 1em !important;
	letter-spacing: -0.03em;
	text-align: center;
}

#leavecomment a {
	color: #0076da;
	text-decoration: none;
	padding: 3px 0;
}

#leavecomment a.logout {
	background: #0076da;
	color: #fff;
	display: inline-block;
	padding: 3px 5px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

#leavecomment li {
	padding: 6px 1em 9px;
}

#leavecomment li.notification {
	background: #fffce6;
	border: 1px solid #ffe79c;
	padding: 10px; 
}

#leavecomment li.notification p {
	font-size: 0.9em;
	margin: 0 0 10px;
	text-align: left;
}

#leavecomment li.notification ul {
	margin: 0 20px;
}

#leavecomment li.notification li {
	list-style: disc;
	margin-top: 7px;
	padding: 0;
}
/* @end */


/* @group common */
/* COMMON
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Arial,Tahoma, Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

h1 { font-size: 3em; }

h2 { font-size: 1.8em; }

h3 { font-size: 1.6em; }

h4 { font-size: 1.2em; }

h5 { font-size: 1.1em; }

hr {
	background: #ddd;
	border: 0;
	clear: both;
	color: #ddd;
	height: 1px;
	margin: 20px 0;
	padding: 0;
}
/* @end */


/* @group misc */
/* MISC
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.clearer, .clr {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
	display: block;
}

.left {
	display: inline;
	float: left;
}

.right {
	display: inline;
	float: right;
}

img a:hover {
	margin-bottom: -5px;
}

.hidden {
	display:none;
}
/* @end */


/* ================ */
/* Grid classes: 16 columns, 40 pixels each, with 10 pixel gutter */
/* ================ */

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
	position: relative;
}

.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

.grid_12_row {
	border-top: 1px solid #ddd;
	clear: both;
	margin: 20px 0;
	padding: 0;
}

.grid_12_row.first {
	margin-top: -20px;
	border-top: none;
}

.grid_1  { width: 40px; }
.grid_2  { width: 100px; }
.grid_3  { width: 160px; }
.grid_4  { width: 220px; }
.grid_5  { width: 280px; }
.grid_6  { width: 340px; }
.grid_7  { width: 400px; }
.grid_8  { width: 460px; }
.grid_9  { width: 520px; }
.grid_10 { width: 580px; }
.grid_11 { width: 640px; }
.grid_12 { width: 700px; }
.grid_13 { width: 760px; }
.grid_14 { width: 820px; }
.grid_15 { width: 880px; }
.grid_16 { width: 960px; }

.contact-link {
	font-size: 40px;
    color: #222;
    text-decoration: none;
    line-height: 40px;
}