/* Supplementary styles */

/* Override resets */

em, i {
    font-style: italic;
}

.entry li {
    list-style: disc outside none;
    margin-left: 25px;
}

.post,
li.comment,
#respond {
	background-color: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-bottom-width: 3px;
	margin-bottom: 15px;
	padding: 15px 25px;
}

.post.first {
	background-color: #fff;
}

.post h1,
.post h2 {
	color: #666;
	font-family: "Arial Black", arial;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 1.2;
	margin-bottom: .25em;
	text-transform: uppercase;
	margin-left: 60px;
}

.post h2 {
	color: #f60;
	font-size: 28px;
	text-decoration: underline;
}

.post h2 a {
	color: #333;
}

.post h2 a:hover {
	color: #666;
}

.post p.posted {
    clear: left;
    margin-top: 0;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}

.post p,
p.nocomments {
	margin: 1em 0;
}

.post .entry {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.post p.tags,
.post p.meta,
.post p.respond {
	margin: .5em 0;
}

#blog-content {
	float: left;
	width: 620px;
}

#sidebar {
	float: right;
	width: 300px;
}

#sidebar li {
	margin-bottom: 35px;
}

#sidebar li li {
	margin-bottom: .5em;
}

#sidebar h2,
#dsq-content h3 {
	color: #f60;
	font-size: 16px;
	margin-bottom: .5em;
}

.post p.wp-caption-text {
	color: #333;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.2;
	margin: .5em 0;
}

h2.pagetitle {
	margin-bottom: 1em;
}

.navigation {
	height: 2em;
}

.post img {
	background: url('http://38degrees.org.uk/page/-/images/orangeBg.png') repeat;
	padding: 5px;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	float: right;
}
.post .alignright {
	margin: 10px 0 10px 10px;
	}
.navigation .alignright {
	clear: right;
	}
	
.alignleft {
	float: left;
}
.post .alignleft {
	margin: 10px 10px 10px 0;
	}
.navigation .alignleft {
	clear: left;
	}



/* Begin comments */
#respond {
	margin: 15px 0;
}
li.comment #respond {
	padding: 0;
	border: none;
}
h3#comments {
	margin-bottom: .5em;
}
li.comment p {
	clear: left;
}
.comment-author img {
	float: left;
	margin: 0 10px 1em 0;
}
.comment-meta {
	font-size: .8em;
	margin-top: .4em;
}
li.comment cite {
	font-weight: bold;
	text-transform: uppercase;
}
li.comment .reply {
	margin-top: 1em;
}
#commentform p {
	margin: .5em 0;
}
/* End comments */



/* Begin sidebar stuff */
form#searchform label {
	display: none;
}
form#searchform input#s {
	display: block;
	margin: .5em 0;
}
ul#twitter_update_list li {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-bottom-width: 3px;
	margin-bottom: 5px;
	padding: 10px 15px;
}
.twtr-widget {
	margin: 30px 0 10px 0;
}
.widget p.feed {
	background: url(http://www.38degrees.org.uk/page/-/images/icons/rss.png) no-repeat;
	line-height: 16px;
	margin-top: 10px;
	padding-left: 20px;
}
.widget p.email {
	background: url(images/mail.png) no-repeat;
	line-height: 16px;
	margin-top: 10px;
	padding-left: 20px;
}
#text-5 {
    min-height: 590px;
}
/* End sidebar stuff */



/* Disqus stuff */

#dsq-content .dsq-request-user-info {
	clear: none !important;
}

/* End Disqus stuff */


/* Widgetbox stuff */

/*.wbx-gw-wrapper {
	display: none;
}*/

/* End Widgetbox stuff */

#facebook-box-wrapper {
    min-height: 511px;
}
.addthis_button_facebook_like {
    margin-top: 2px;
}
.addthis_button_compact {
    margin-top: 1px;
}
.post p.comments_link {
    clear: right;
    float: right;
    margin: 0.5em 0;
}
.share-and-comment {
    float: right;
}
.addthis_toolbox {
    height: 20px;
}
.clear {
    clear: both;
}
.posted span, .posted img {
    vertical-align: middle;
}
.post img.avatar {
    margin: 6px 0 8px 0;
    padding: 0;
    background: none;
    border: 1px #333 solid;
    float: left;
}

#flickrrss img {
    height: 63px;
    width: 63px;
    border: 1px #333 solid;
}
#flickrrss a {
    display: block;
    float: left;
    padding: 5px;
}

/*	Removing bullet points from list elements shown in Disqus comments	*/

#disqus_thread #dsq-content ul li {
background:none;
}
