/* @override 
	http://localhost:8888/cotw/wp-content/themes/coalition-ed/style.css
	http://coalitionofthewilling.eggplantdigital.cn/wp-content/themes/coalition-ed/style.css
	http://192.168.178.20:8888/cotw/wp-content/themes/coalition-ed/style.css
	http://coalitionofthewilling.org.uk/wp-content/themes/coalition-ed/style.css
*/

/*   
Theme Name: Coaltion v2
Description: Custom theme for "Coalition for the Willing"
Author: Mark de Jong
Author URI: http://www.eggplantdigital.cn
Version: 0.1
Tags: Coaltion of the Willing, eggplant digital
.
*/


/* Import a basic layout */
@import url('styles/base.css');
/* Reset default browser styles */
@import url('styles/reset.css');
/* Rebuild default browser styles */
@import url('styles/rebuild.css');
/* Basic WordPress Styles */
@import url('styles/wp.css');

/* Live site styles + ID's */
@import url('livesheet.css');

/* Offline site styles + ID's */
/*@import url('offsheet.css');*/


/* =Header
-------------------------------------------------------------- */
#masthead {
	padding: 30px 0 10px;
}
#branding, #blog-introduction, #follow-tools {
	float: left;
}
#branding {
	width: 250px;
}
#blog-logo {
	margin: 3px 0 2px;
}
#blog-introduction {
	width: 470px;
}
#blog-introduction h1 {
	padding: 0 50px;
	font-size: 12px;
	color: #555;
}
#blog-introduction a, #blog-introduction a:link, #blog-introduction a:visited {
	text-transform: uppercase;
	font-size: 9px;
	color: #666;
}
#blog-introduction a:hover, #blog-introduction a:active, #blog-introduction a:focus {
	text-decoration: none;
}
#blog-description {
	text-transform: uppercase;
	font-size: 11px;
	color: #666;
}
#follow-tools {
	text-transform: lowercase;
	font-variant: small-caps;
	width: 230px;
}
.follow-text {
	display: block;
	color: #69839d;
	font-size: 14px;
}
.follow-options a, .follow-options a:link, .follow-options a:visited {
	display: block;
	height: 14px;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-right: 3px;
}
.follow-options a:hover, .follow-options a:active, .follow-options a:focus {
	background-position: left -14px;
}
#follow-twitter {
	background-image: url('images/follow-twitter.gif');
	width: 73px;
}
#follow-facebook {
	background-image: url('images/follow-facebook.gif');
	width: 85px;
}
#follow-email {
	background-image: url('images/follow-email.gif');
	width: 66px;
	margin-right: 0;
}


/* =Menu
-------------------------------------------------------------- */
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a, .menu a:link, .menu a:visited {
	display: block;
	float: left;
	height: 21px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.menu a:hover, .menu a:active, .menu a:focus,
.menu li.current_page_item a,
.single .menu .page-item-307 a, .single .menu .page-item-307 a:link, .single .menu .page-item-307 a:visited,
.category .menu .page-item-307 a, .category .menu .page-item-307 a:link, .category .menu .page-item-307 a:visited {
	background-position: left -21px;
}


/* =Content
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, td, li {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
table td {
	vertical-align: top;
}
h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

h1#latest-updates { background-image: url('images/header-latest-updates.gif'); }
h1#about-the-release { background-image: url('images/header-about-release.gif'); }
h1#read-the-script { background-image: url('images/header-read-the-script.gif'); }
h1#who-are-coalition { background-image: url('images/header-who-are-the-coalition.gif'); }
h1#work-in-progress { background-image: url('images/header-work-in-progress.gif'); }
h1#essays { background-image: url('images/header-essays.gif'); }

.page h1.entry-title, .category h1.entry-title, .single h1.entry-title {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	width: 885px;
	height: 47px;
	text-indent: -9999px;
	margin: 30px 0 25px;
}

small {
	font-size: 0.8em;
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
}
#post-content p a, #post-content p a:link, #post-content p a:visited {
	color: #5f85bf;
}
#post-content p a:hover, #post-content p a:focus, #post-content p a:active {
	text-decoration: none;
}
#post-10 td {
	width: 50%;
	padding-right: 20px;
}
.who-group h3, .who-group h4, .who-group .occupation, #post-content .entry-meta, #comments h3, #comments span.fn, .comment-meta, #commentform label, #comment-notes, .page-link, #fontsize-change span, #twitter-3 h3 a, #twitter-4 h3 a {
	font-variant: small-caps;
	text-transform: uppercase;
}

/* =Frontpage
-------------------------------------------------------------- */
.flash-container {
	width: 905px;
	margin: 0px -10px;
}

/* =Updates page
-------------------------------------------------------------- */
#browse-updates {
	width: 408px;
	/* height: 430px; */
	float: left;
	border: 1px solid #ddd;
	padding: 20px 10px;
}
.browse-title {
	background: url('images/title-browse-all-updates.gif') no-repeat left top;
	display: block;
	width: 342px;
	height: 36px;
	text-indent: -9999px;
	overflow: hidden;
}
#browse-updates .post {
	margin: 0 70px 0 35px;
	border-bottom: 1px dashed #c2c2c2;
	margin-top: 20px;
}
#browse-updates .cat-link a {
	display: block;
	width: 56px;
	height: 15px;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-right: 8px;
}
#browse-updates .category-wip .cat-link a {
	background-image: url('images/post-cat-wip.gif');
}
#browse-updates .category-wip h2, #browse-updates .category-wip p {
	color: #f15a22;
}
#browse-updates .category-film .cat-link a {
	background-image: url('images/post-cat-film.gif');
}
#browse-updates .category-film h2, #browse-updates .category-film p {
	color: #00a0c6;
}
#browse-updates .category-forum .cat-link a {
	background-image: url('images/post-cat-forum.gif');
}
#browse-updates .category-forum h2, #browse-updates .category-forum p {
	color: #a3d58d;
}
#browse-updates .category-pr .cat-link a {
	background-image: url('images/post-cat-pr.gif');
}
#browse-updates .category-pr h2, #browse-updates .category-pr p {
	color: #333333;
}
#browse-updates h2 {
	font-size: 12px;
	float: left;
	clear: none;
	display: inline;
	white-space: normal;
}
#browse-updates p {
	margin-bottom: 0;
	display: inline;
	margin-left: 3px;
}
#browse-updates p a, #browse-updates p a:link, #browse-updates p a:visited {
	color: #aaa;
	text-decoration: none;
}
#browse-updates p a:hover, #browse-updates p a:focus, #browse-updates p a:active {
	text-decoration: underline;
	color: #888;
}
#browse-updates .entry-date {
	clear: both;
	display: block;
	color: #c2c2c2;
	font-size: 10px;
}

/* Email Updates */
#email-updates, #tell-a-friend {
	width: 440px;
	float: right;
	clear: right;
}
#email-updates {
	background-color: #ccc;
}
#email-updates h3 {
	background: url('images/title-email-updates.gif') no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 36px;
	margin-top: 20px;
}
#email-updates ul {
	margin: 15px 35px;
	list-style: none;
}
#email-updates li, #tell-a-friend li {
	margin-bottom: 10px;
}
#email-updates .firstname, #email-updates .lastname,
#tell-a-friend .myname, #tell-a-friend .myemail {
	float: left;
	margin-right: 10px;
}
#email-updates input[type="text"], #tell-a-friend input[type="text"] {
	padding: 2px;
	background-color: #fff;
	border: 0;
	margin: 0;
	color: #666;
}
#email-updates .firstname input[type="text"], #tell-a-friend .myname input[type="text"] {
	width: 131px;
}
#email-updates .lastname input[type="text"], #tell-a-friend .myemail input[type="text"] {
	width: 171px;
}
#email-updates .email input[type="text"], #tell-a-friend .recipients input[type="text"] {
	width: 251px;
}
#email-updates .email, #tell-a-friend .recipients {
	display: block;
	clear: both;
}
#email-updates label, #tell-a-friend label {
	display: block;
	font-size: 12px;
	color: #fff;
}
#email-updates input[type="submit"] {
	background: url('images/button-signmeup.gif') no-repeat left top;
}
#tell-a-friend input[type="submit"] {
	background: url('images/button-sendmessage.gif') no-repeat left top;
}
#email-updates input[type="submit"], #tell-a-friend input[type="submit"] {
	border: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 123px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
	cursor: pointer;
}
#email-updates input[type="submit"]:hover, #tell-a-friend input[type="submit"]:hover {
	background-position: left -20px;
}
/* Tell a Friend */
#tell-a-friend {
	background-color: #ddd;
	margin-top: 10px;
}
#tell-a-friend h3 {
	background: url('images/title-tellafriend.gif') no-repeat left top;
	display: block;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 10px;
}
#tell-a-friend ul, #tell-a-friend p {
	margin: 15px 35px;
	list-style: none;
}
#tell-a-friend li {
	list-style: none;
}
#tell-a-friend p {
	color: #666;
}


/* =About the Release
-------------------------------------------------------------- */
#releasedates {
	width: 874px;
	margin-bottom: 50px;
}

#releasedates h4, .bubble th, .bubble td {
	font-variant: small-caps;
	text-transform: uppercase;
	font-size: 12px;
}
#releasedates h4 {
	font-weight: bold;
	color: #c2c2c2;
	margin-top:10px;
}
#releasedates h5 {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 38px;
	text-indent: -9999px; overflow: hidden;
}
.bubble {
	background: #d7d7d7 url('images/bubble-bottom.gif') no-repeat left bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#wave-1 h5 { background-image: url('images/title-wave-1.gif'); }
#wave-2 h5 { background-image: url('images/title-wave-2.gif'); }
#wave-3 h5 { background-image: url('images/title-wave-3.gif'); }
#wave-4 h5 { background-image: url('images/title-wave-4.gif'); }
#wave-5 h5 { background-image: url('images/title-wave-5.gif'); }
#wave-6 h5 { background-image: url('images/title-wave-6.gif'); }

.bubble table {
	width: 864px;
	margin: 0 5px;
}
.bubble th, .bubble td {
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding: 3px 0 0 35px;
}
.bubble th {
	color: #fff;
}
.bubble td, .bubble  a, .bubble  a:link, .bubble  a:visited {
	color: #e38a77;
	font-weight: bold;
}
.bubble #release-date {
	width: 60px;
}
.bubble #section-title {
	width: 250px;
}
.bubble #section-number {
	width: 80px;
}
.bubble #collaborator {
	width: auto;
}

.about-collab a {
	text-decoration: underline;
}

.about-collab a:hover {
	text-decoration: none;
}

/* =Read the Script
-------------------------------------------------------------- */
.read-script table {
	width: 100%;
}
.read-script td {
	width: 50%;
	padding-right: 0;
}
.read-script h2, .read-script p {
	margin-bottom: 13px;
}
.read-script h2 {
	color: #555;
	font-size: 12px;
	border-bottom: 1px solid #c2c2c2;
	font-weight: bold;
}
#fontsize-change {
	float: right;
	padding-right: 15px;
	border-bottom: 1px solid #ddd;
	width: 145px;
}
#fontsize-change span {
	color: #999;
	font-size: 10px;
}
#fontsize-change .pre-fontsize {
	line-height: 20px;
}
#fontsize-change a {
	display: block;
	float: right;
	width: 16px;
	height: 15px;
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 2px;
}
#fontsize-change .fontsize-decr a {
	background-image: url('images/button-decr-fontsize.gif');
}
#fontsize-change .fontsize-incr a {
	background-image: url('images/button-incr-fontsize.gif');
}

.read-script p {
	color: #777;
	font-size: 11px;
}
.read-script h6 {
	font-size: 12px;
	color: #999;
}
.read-script a#script-pdf, .read-script a#script-pdf:link, .read-script a#script-pdf:visited {
	display: block;
	width: 118px;
	height: 18px;
	background: url('images/download-pdf.gif') no-repeat left top;
	margin: 10px 0;
	text-indent: -9999px; overflow: hidden;
}
.read-script a#script-pdf:hover, .read-script a#script-pdf:focus, .read-script a#script-pdf:active {
	background-position: left -18px;
}

/* =Who are the Coalition
-------------------------------------------------------------- */
.who-group {
	margin-bottom: 15px;
}
.who-group h3 {
	font-size: 12px;
	color: #777;
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: 15px;
}
.who-group .author {
	width: 435px;
	margin-bottom: 40px;
}
.who-group .author.left {
	float: left;
}
.who-group .information {
	width: 320px;
}
.who-group .avatar, .who-group .information {
	float: left;
}
.who-group .avatar {
	margin-right: 7px;
}
.who-group h4 {
	color: #b94849;
	font-size: 16px;
}
.who-group .occupation {
	display: block;
	padding-bottom: 5px;
}
.who-group .occupation, .who-group .website a, .who-group .website a:link, .who-group .website a:visited {
	font-size: 12px;
	color: #aaa;
}
.who-group p {
	color: #555;
	margin: 0;
	padding: 5px 0;
}
.who-group .website {
	display: block;
}
.who-group .website a {
	text-decoration: none;
}
.who-group .website a:hover, .who-group .website a:active, .who-group .website a:focus {
	text-decoration: underline;
}
.who-group .page-link a, .who-group .page-link a:link, .who-group .page-link a:visited {
	display: block;
	width: 146px;
	height: 17px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px; overflow: hidden;
	margin: 5px 0;
}
.who-group .page-link a:hover, .who-group .page-link a:active, .who-group .page-link a:focus {
	background-position: left -17px;
}
.who-group .page-link.wip a {
	background-image: url('images/button-work-in-progress.gif');
}
.who-group .page-link.essays a {
	background-image: url('images/button-read-essays.gif');
}
.who-group .back-link a, .who-group a.read-more, .list-who a, .other a  {
	color:#B94849;
	text-decoration: none;
}

.who-group .back-link a:hover, .who-group a.read-more:hover, .list-who a:hover, .other a:hover {
	color:#B94849;
	text-decoration: underline;
}

.other h3 {
	margin-bottom: 0;
}

.other p {
	margin-bottom: 15px;
	font-size: 11px;
}


.list-who p{
	color: #B94849;
}

.list-who span{
	text-transform: uppercase;
	color: #666;
	font-size: 10px;	
}

.list-who a {
	
}

/* =Work in Progress
-------------------------------------------------------------- */
#collab-list {
	width: 300px;
	float: left;
	margin-bottom: 30px;
}
#collab-list h2 {
	background: url('images/title-choose-collaborator.gif') no-repeat left top;
	display: block;
	height: 90px;
	text-indent: -9999px; overflow: hidden;
	margin-bottom: 35px;
}
.list-of-collabs, .list-of-collabs li {
	margin: 0;
	list-style: none;
}
.list-of-collabs li {
	color: #D5D5D5;
}
.list-of-collabs li .post-count {
	color: #999;
}
.list-of-collabs li.current-cat a, .list-of-collabs li.current-cat a:link, .list-of-collabs li.current-cat a:visited {
	color: #59afcc;
}
.list-of-collabs a, .list-of-collabs a:link, .list-of-collabs a:visited {
	color: #666;
	text-decoration: none;
}
.list-of-collabs a:hover, .list-of-collabs a:active, .list-of-collabs a:focus {
	text-decoration: underline;
}
#post-content {
	width: 575px;
	float: right;
	margin-bottom: 25px;
	overflow: hidden;
}
#post-content .comment-link {
	display: block;
	width: 141px;
	height: 17px;
	background: url('images/button-post-comment.gif') no-repeat left top;
	text-indent: -9999px; overflow: hidden;
}
#post-content .comment-link:hover, #post-content .comment-link:focus, #post-content .comment-link:active {
	background-position: left -17px;
}
#post-content .entry-meta {
	font-size: 10px;
	margin-bottom: 15px;
}
#post-content h2, #post-content h2 a, #post-content h2 a:link, #post-content h2 a:visited, #post-content .entry-meta {
	color: #666;
	text-decoration: none;
}
#post-content h2.no-posts {
	color: #d2d2d2;
}
#post-content .author {
	font-weight: bold;
}
#post-content .wip-post {
	margin-bottom: 40px;
}


/* =Essays
-------------------------------------------------------------- */
#essay-child-pages ul {
	padding: 0; margin: 0; list-style: none;
}
#essay-child-pages li {
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
}
#essay-child-pages a {
	display: block;
	width: 280px;
	height: 72px;
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #fff;
}
#essay-child-pages a span {
	font-size: 11px;
	padding: 0 14px;
	display: block;
	padding-top: 37px;
	line-height: 1.2;
}
#essay-child-pages a:hover, #essay-child-pages a:active, #essay-child-pages a:focus {
	background-position: left -73px;
}
#essay-child-pages #page-73 a { background-image: url('images/page-beyond-copenhagen.gif'); }
#essay-child-pages #page-75 a { background-image: url('images/page-back-to-the-60s.gif'); }
#essay-child-pages #page-117 a { background-image: url('images/page-swarm-politics.gif'); }
#essay-child-pages #page-119 a { background-image: url('images/page-open-source-culture.gif'); }
#essay-child-pages #page-123 a { background-image: url('images/page-the-network.gif'); }
#essay-child-pages #page-125 a { background-image: url('images/page-the-challenge.gif'); }

#essay-child-pages a:hover, #essay-child-pages a:active, #essay-child-pages a:focus {
	background-position: left -73px;
}

.page-id-73 #page-73 a, .page-id-73 #page-73 a:link, .page-id-73 #page-73 a:visited,
.page-id-73 #page-73 a:hover, .page-id-73 #page-73 a:active, .page-id-73 #page-73 a:focus,

.page-id-75 #page-75 a, .page-id-75 #page-75 a:link, .page-id-75 #page-75 a:visited,
.page-id-75 #page-75 a:hover, .page-id-75 #page-75 a:active, .page-id-75 #page-75 a:focus,
.page-id-117 #page-117 a, .page-id-117 #page-117 a:link, .page-id-117 #page-117 a:visited,
.page-id-117 #page-117 a:active, .page-id-117 #page-117 a:hover, .page-id-117 #page-117 a:focus,
.page-id-119 #page-119 a, .page-id-119 #page-119 a:link, .page-id-119 #page-119 a:visited,
.page-id-119 #page-119 a:hover, .page-id-119 #page-119 a:active, .page-id-119 #page-119 a:focus,
.page-id-123 #page-123 a, .page-id-123 #page-123 a:link, .page-id-123 #page-123 a:visited,
.page-id-123 #page-123 a:hover, .page-id-123 #page-123 a:active, .page-id-123 #page-123 a:focus,
.page-id-125 #page-125 a, .page-id-125 #page-125 a:link, .page-id-125 #page-125 a:visited,
.page-id-125 #page-125 a:hover, .page-id-125 #page-125 a:active, .page-id-125 #page-125 a:focus { background-position: left -146px; }

#essay-child-pages h2 {
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #999;
	margin-right: 15px;
	margin-bottom: 15px;
}
#essay-child-pages p {
	color: #666;
	line-height: 1.4;
	margin-right: 25px;
}
span.forum-link a {
	display: block;
	width: 152px;
	height: 18px;
	background: url('images/button-comment-in-forum.gif') no-repeat left top;
	text-indent: -9999px; overflow: hidden;
}
#about-author {
	padding: 20px 0 10px;
	width: 750px;
}
#about-author .avatar {
	float: left;
	margin-right: 20px;
}
#about-author .author-name {
	color: #666;
	padding-bottom: 5px;
	padding-right: 4px;
	font-weight: bold;
}
#about-author p {
	color: #999;
	line-height: 1.3;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	padding-top: 40px;
}
#comments h3 {
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}
#comments ol, #comments li {
	margin: 0; padding: 0; list-style: none;
}
#comments .avatar {
	float: left; margin-right: 10px;
}
#comments span.fn {
	font-size: 14px;
}
#comments a.url, #comments a.url:link, #comments a.url:visited {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#comments a.url:hover, #comments a.url:active, #comments a.url:focus {
	text-decoration: underline;
}
.comment-meta, .comment-meta a, .comment-meta a:link, .comment-meta a:visited {
	font-size: 10px;
	color: #666;
	text-decoration: none;
}
.comment-meta a, .comment-meta a:link, .comment-meta a:visited {
	font-weight: bold;
}
.comment-meta a:hover, .comment-meta a:active, .comment-meta a:focus {
	text-decoration: underline;
}
.comment-content p {
	padding: 10px 0 10px 90px;
	margin-bottom: 0;
}

#commentform {
	border: 1px solid #ccc;
	padding: 10px;
}
#comment-notes {
	font-size: 10px;
	color: #333;
}
#commentform .form-label {
	font-size: 10px;
	color: #999;
	line-height: 16px;
}
.form-section {
	margin-bottom: 5px;
}
.form-submit input[type="submit"] {
	background: url('images/button-send-comment.gif') no-repeat left top;
	display: block;
	width: 141px;
	height: 17px;
	text-indent: -9999px; overflow: hidden;
	border: 0;
	margin: 0; padding: 0;
	cursor: pointer;
}
.form-submit input[type="submit"]:hover {
	background-position: left -17px;
}



/* =Navigation
-------------------------------------------------------------- */
div.navigation {
	margin: 0 70px 0 35px;
	padding: 15px 0 0;
	overflow: hidden;
	clear: both;
}
#post-content div.navigation {
	margin: 0;
	padding: 0;
}
#post-content #nav-top { margin-bottom: 25px; }
#post-content #nav-below { margin-top: 35px; }

ol.wp-paginate {
	margin: 0;
	list-style: none;
}
ol.wp-pagina e li {
	float: left;
}
ol.wp-paginate span, ol.wp-paginate a, .page-link span {
	padding: 4px;
	display: block;
	text-decoration: none;
	float: left;
}
ol.wp-paginate span, ol.wp-paginate a {
	color: #949494;
}
.page-link span {
	float: left;
}
.page-link {
	color: #333;
	font-weight: bold;
	width: 750px;
	border-bottom: 1px solid #c2c2c2;
}
span.page-links-title {
	font-size: 10px;
	line-height: 20px;
	padding-left: 0;
}
.page-link span, .page-link a, .page-link a:link, .page-link a:visited {
	text-decoration: none;
}
.page-links-title, .page-link a, .page-link a:link, .page-link a:visited {
	color: #949494;
	font-weight: normal;
}
span.forum-link {
	float: right;
}

ol.wp-paginate a.page:hover, ol.wp-paginate a.page:focus, ol.wp-paginate a.page:active,
.page-link a:hover, .page-link a:active, .page-link a:focus {
	text-decoration: underline;
}
ol.wp-paginate span.page.current {
	color: #333;
	font-weight: bold;
}
ol.wp-paginate a.next, ol.wp-paginate a.next:link, ol.wp-paginate a.next:visited,
ol.wp-paginate a.prev, ol.wp-paginate a.prev:link, ol.wp-paginate a.prev:visited {
	text-indent: -9999px;
	overflow: hidden;
	padding: 4px;
	width: 7px;
	height: 16px;
}
ol.wp-paginate a.next {
	background: url('images/page-next.gif') no-repeat right -8px;
}
ol.wp-paginate a.prev {
	background: url('images/page-previous.gif') no-repeat left -8px;
}
ol.wp-paginate a.next:hover, ol.wp-paginate a.next:focus, ol.wp-paginate a.next:active {
	background-position: right 9px;
}
ol.wp-paginate a.prev:hover, ol.wp-paginate a.prev:focus, ol.wp-paginate a.prev:active {
	background-position: left 9px;
}

.navigation span, .navigation a, .navigation a:link, .navigation a:visited {
	font-size: 12px;
	text-transform: uppercase;
	font-variant: small-caps;
	color: #999;
	text-decoration: none;
}
.navigation a:hover, .navigation a:focus, .navigation a:active {
	text-decoration: underline;
	color: #666;
}
.nav-previous { float: left; }
.nav-next { float: right; }
.nav-previous a, .nav-previous a:link, .nav-previous a:visited {
	background: url('images/page-previous.gif') no-repeat left -15px;
	padding-left: 13px;
}
.nav-previous a:hover, .nav-previous a:focus, .nav-previous a:active {
	background-position: left 2px;
	color: #747474;
}
.nav-next a, .nav-next a:link, .nav-next a:visited {
	background: url('images/page-next.gif') no-repeat right -15px;
	padding-right: 13px;
	color: #949494;
}
.nav-next a:hover, .nav-next a:focus, .nav-next a:active {
	background-position: right 2px;
	color: #747474;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}

/* =SNS Footer
-------------------------------------------------------------- */
#social-updates ul.xoxo, #social-updates ul {
	padding: 0; list-style: none;
}
#social-updates .container {
	float: left;
	border-left: 1px solid #a4a4a4;
	width: 293px;
}
#social-updates .container { height: 268px; }
#social-updates.long .container { height: 569px; }

/* START: New from here */
#social-updates.long #bbld_widget-5.container { height: 330px; }
#social-updates.long #twitter-4, #social-updates.long #sfc-fanbox-5 { margin-top: -330px; }
#social-updates.long #bbld_forum_widget-4.container { height: 239px; clear: left; }

#social-updates #sfc-fanbox-4, #social-updates #sfc-fanbox-5 {
	width: 295px;
	border-right: 1px solid #a4a4a4;
}
#bbld_widget-6 h3, #bbld_widget-5 h3, #bbld_forum_widget-4 h3,
#twitter-3 h3, #twitter-4 h3,
#sfc-fanbox-4 h3, #sfc-fanbox-5 h3 {
	display: block;
	height: 24px;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #eceff5;
	font-size: 12px;
	text-indent: -9999px;
	overflow: hidden;
}
#bbld_forum_widget-4 h3 {
	height: 1px;
	background-color: #a4a4a4;
	margin-bottom: 5px;
}
#bbld_widget-6 h3, #bbld_widget-5 h3/*, #bbld_forum_widget-4 h3*/ { background-image: url('images/sns-community.gif'); }
#bbld_forum_widget-4 li {
	color: #999;
	line-height: 1.4;
}
#bbld_widget-6 a, #bbld_widget-6 a:link, #bbld_widget-6 a:visited,
#bbld_widget-5 a, #bbld_widget-5 a:link, #bbld_widget-5 a:visited,
#bbld_forum_widget-4 a, #bbld_forum_widget-4 a:link, #bbld_forum_widget-4 a:visited {
	color: #666;
}
/* END: New till here */

/* START: Old from here */
/*#social-updates #sfc-fanbox-4, #social-updates #sfc-fanbox-5 {
	width: 295px;
	border-right: 1px solid #a4a4a4;
}
#bbld_widget-6 h3, #bbld_forum_widget-4 h3,
#twitter-3 h3, #twitter-4 h3,
#sfc-fanbox-4 h3, #sfc-fanbox-5 h3 {
	display: block;
	height: 24px;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #eceff5;
	font-size: 12px;
	text-indent: -9999px;
	overflow: hidden;
}
#bbld_widget-6 h3, #bbld_forum_widget-4 h3 { background-image: url('images/sns-community.gif'); }
#bbld_forum_widget-4 li {
	color: #999;
	line-height: 1.4;
}
#bbld_widget-6 a, #bbld_widget-6 a:link, #bbld_widget-6 a:visited,
#bbld_forum_widget-4 a, #bbld_forum_widget-4 a:link, #bbld_forum_widget-4 a:visited {
	color: #666;
}*/
/* END: Old till here */

.bbld_widget .post-author {
	color: #999;
	font-size: 10px;
	display: block;
	line-height: 1.4;
}

#twitter-3 h3, #twitter-4 h3 {
	background-image: url('images/sns-twitter.gif');
}
#twitter-3 a, #twitter-3 a:link, #twitter-3 a:visited,
#twitter-4 a, #twitter-4 a:link, #twitter-4 a:visited { color: #0dc0fc; }
ul.tweets li {
	color: #666;
	border-bottom: 1px dotted #c2c2c2;
}
/*#twitter-3 h3 a, #twitter-3 h3 a:link, #twitter-3 h3 a:visited,
#twitter-4 h3 a, #twitter-4 h3 a:link, #twitter-4 h3 a:visited {
	font-size: 11px;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	color: #32CCFF;
}*/
#twitter-3 a.timesince, #twitter-3 a.timesince:link, #twitter-3 a.timesince:visited,
#twitter-3 a.timesince:hover, #twitter-3 a.timesince:focus, #twitter-3 a.timesince:active,
#twitter-4 a.timesince, #twitter-4 a.timesince:link, #twitter-4 a.timesince:visited,
#twitter-4 a.timesince:hover, #twitter-4 a.timesince:focus, #twitter-4 a.timesince:active {
	color: #ccc;
}

#sfc-fanbox-4 h3, #sfc-fanbox-5 h3 { background-image: url('images/sns-facebook.gif'); border-bottom: 1px solid #5e92c1; }

#sfc-fanbox-4 iframe { height: 243px !important; }
#sfc-fanbox-5 iframe { height: 544px !important; }

#social-updates ul {
	margin: 0; padding: 5px 10px;
}
#social-updates .container li {
	margin-bottom: 7px;
	clear: both;
}
#social-updates a, #social-updates a:link, #social-updates a:visited {
	text-decoration: none;
}
#social-updates a:hover, #social-updates a:active, #social-updates a:focus {
	text-decoration: underline;
}


/* =Footer
-------------------------------------------------------------- */
#footer {
	padding: 10px 0 25px;
}
#footer p {
	margin-bottom: 0;
}
#press-pr .inner {
	text-align: center;
	padding: 20px 0;
}
.footer-section {
	float: left;
	margin-right: 58px;
}
.footer-section, .footer-section a, .footer-section a:link, .footer-section a:visited {
	font-size: 10px;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #666;
}
.footer-section a:hover, .footer-section a:active, .footer-section a:focus {
	text-decoration: none;
}
#copyright {
	width: 75px;
}
#follow-this {
	width: 235px;
}
#addthis {
	width: 155px;
}
#rss-feeds {
	width: 175px;
}
#site-credits {
	width: 75px;
	margin-right: 0;
}

/*--------------------------------------------------------------- */
