/*  
Theme Name: We Are Less Common
Theme URI: http://www.wearelesscommon.com
Description: Description: A theme for the University of the Arts Students' Union magazine website. Based on the Hemingway theme by <a href="http://warpspire.com">Kyle Neath</a>.
Version: 1
Author: Alastair Mucklow
Author URI: http://www.strangerpixel.com
*/

@import "styles/css/reset.css";


/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }
.hide, .print-logo, .close-button{ display:none; }
.left { float:left; }
.right, .mid { float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
fieldset {
	background-color: #F3F3F3;
}

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
  color:#444;
  font-size:12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* This class sets the width and position for all rows */
.inside{
  width:980px;
  /*min-width:65em;
  max-width:85em;*/
  margin:0 auto;
}

a{
  color:#ff0099;
	text-decoration: none;
}

h1{
  color:#333;
  font-size:1.5em;
  font-weight:normal;
  margin:1.5em 0;
}

h2, h3{
  font-size:1.4em;
  color:#555;
}

p {
  line-height:1.75em;
	margin-bottom: 1em;
}

p, p span {
	font-size: 100% !important;
}

blockquote{
  margin-left:1em;
  padding-left:1em;
  border-left:2px solid #999;
  color:#999;
}

pre{
  width:100%;
  padding:1em 0;
  overflow:auto;
  border-top:1px dotted #333;
  border-bottom:1px dotted #333;
}

table{
  width:100%;
  border-spacing:2px;
  margin:1.5em 0;
}
table th, table td{ padding:0.3em 0.75em }
table th{
  background:#CCC;
  color:#000;
  text-align:left;
}
table td{
  background:#e7e7e7;
}
table caption{
  text-align:left;
  color:#FFF;
  margin-bottom:-1em;
  margin-top:1em;
}

.rule{
  border-top:1px solid #CCC;
  height:1px;
  font-size:1px;
  line-height:1px;
  margin:1.5em 0;
}

.post {
	width: 100%;
	float: left;
	margin: 0 0 1em;
}

.home .post {
	margin-bottom: 2em;
	border-top:1px solid #E7E7E7;
	padding-top: 20px;
}

.post ul li, ul#months li, .page .secondary ul li {
  list-style-type:disc;
  margin:0.5em 0 0.5em 2em;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header img {
	margin-right: 5.5em;
}

#header .inside{
  padding: 1em 0;
	text-align: center;
}

#header h1{
  position: absolute;
	left: -999em;
  /*border-right:1px solid #808080;*/
}

#ie-warning {
	background-color: #FFFACC;
	border-top: 3px solid #FF9900;
	border-bottom: 3px solid #FF9900;
}

#ie-warning .inside {
	background: url(images/ie.gif) top left no-repeat;
	padding: 0.5em 0 0.5em 3em;
}

#ie-warning a {
	color: #FF9900;
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary{
  padding:1px 0 1em 0;
  color:#606060;
}

#primary.onecol-stories .primary{
  float:left;
  width:50%;
}
#primary.onecol-stories .secondary{
  float:right;
  width:40%;
  margin:0 0 0 10%;
}

* html #primary.twocol-stories .channel channel{
  margin-left:2%;
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
  margin:0 0 0 0;
}

.primary#primary .details a:hover{ color:#FFF; }

.post-title {
	float: left;
	width: 190px;
	margin-right: 10px;
}

.post-content {
	float:left;
	width: 500px;
}

.post-meta {
	float: left;
	width: 260px;
	margin-left: 20px;
}

/*-----------------------------------------------------------------------------------------------
  Home Page Channels
-----------------------------------------------------------------------------------------------*/
#primary .feed {
	z-index: 0;
	height: 460px;
	padding: 0 0 1em 1em; /* this stops the scroller chopping off the bottom of the div */
	overflow: auto;
}

/* Generic channel styles */
.channel h3 {
	margin-top: 0;
  font-size:1.15em;
  font-weight:normal;
}

.channel h3.title {
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
}

.channel h3.title a {
	color: #fff;
	padding: 0 4px;
	text-decoration: none;
}

#us.channel h3.title a {
	background-color: #CF1325;	
}

#them.channel h3.title a {
	background-color: #21CD66;
}

.channel h3.title a:hover {
	border-bottom: 2px solid;
}

.channel .details{
  text-align:right;
  font-size:0.95em;
  color:#4D4D4D;
}

.channel .details .read-on{
  background:url(images/readon_black.gif) 100% 60% no-repeat;
  padding-right:20px;
}

.channel .details a{
  /*color:#4D4D4D;*/
}

.channel .read-more {
	text-align: right;
}

.channel .archive-link {
	float: right;
	margin: 1em 0;
}

/* Single Post Styles */
.primary {
  float:left;
  width:50%;
}

.secondary {
  float:right;
  width:43%;
  margin-left: 6%;
  padding-top:0.5em;
  display:inline;
}

#primary.archives .secondary {
	width: 36%;
	padding-left: 5%;
	border-left: 1px solid #e7e7e7;
}

* html #primary .secondary{ margin-left:4%; }

.secondary .featured p{
  border-bottom:1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  padding:0.5em 0 0.6em 0;
  line-height:1.5em;
  margin:1em 0 0 0;
}
.secondary .featured dl{
  margin:0 0;
  border-bottom:1px solid #e7e7e7;
  padding:0.5em 0 0.6em 0;
}

.secondary dt{
  display:inline;
  margin:0;
  padding:0;
  color:#AAA;
}
.secondary dd{
  display:inline;
  margin:0;
  padding:0;
}

.single-post h1 { margin-top:0; font-weight: bold; }
.single-post h2 { margin-top:0; font-weight: normal;}

.postmetadata {
	background-color: #F3F3F3;
	color: #000;
	padding: 4px;
}

.post .syndicated {
	padding: 4px 0 4px 22px;
	background: #f3f3f3 url(images/url_icon.gif) 4px 4px no-repeat;
}

/*-----------------------------------------------------------------------------------------------
  Pages
-----------------------------------------------------------------------------------------------*/
.page h1 {
	position: absolute;
	left: -999em;
}

.about {
	margin-bottom: 20px;
}


/*-----------------------------------------------------------------------------------------------
  Secondary Items
-----------------------------------------------------------------------------------------------*/

#secondary{
  padding:1px 2em;
  /*border-top:1px solid #e7e7e7;*/
}

#secondary .inside {
	background: url(images/stripes.gif) top left repeat-x;
	padding: 8px 0 0;
}

.comment-head{
  padding: 1em 0 0;
}

.comment-head a{
  text-decoration:none;
  color:#868686;
}
.comment-head .details{
  font-size:0.95em;
}

.commentlist {
	border: 1px solid #e7e7e7;
}

ol#commentlist {
  list-style-type:none;
  margin:2em 0;
}
ol#comments li{
  list-style-type:none;
  margin:0;
	padding: 1em;
	border-bottom: 1px solid #E7E7E7;
}

.commentlist li.alt {
	background-color: #FAFAFA;
}

ol#comments li .avatar {
  border: 1px solid #222;
  padding: 2px;
}

#comments cite{
  float:left;
  width:31%;
  font-style:normal;
  text-align:right;
}
* html #comments cite{ width:30.6%; }
#comments cite span{
  display:block;
}
#comments cite span.avatarspan{ float: left; }
#comments cite .author{ font-size:1.2em; }
#comments cite .author a{
  text-decoration:none;
}
#comments cite .admin-tools{
  margin:5px 0;
}
#comments cite .admin-tools a{
  float:right;
  margin:0 5px;
  padding:0px 3px 3px;
  background:#666;
  border:1px solid #999;
  text-decoration:none;
}
#primary .secondary .admin-tools{ margin:1em 0; }

#preview{
  margin:1em 0;
  padding:0.5em;
  border:1px solid #333;
}
#preview p{ margin:1em 0 0 0; }
#errors{ color:#FF0000; font-weight:bold; }

#comments .pingback cite .author{
  display:block;
  padding-top:68px;
  background:url(images/trackback_pingback.gif) 100% 0 no-repeat;
}

#comments .content{
  float:left;
  width:60%;
  margin-left:1.9%;
  border-left:1px solid #868686;
  padding: 0 0 0 2%;
}
#comments .content p{
  margin:0 0 1em 0;
}
#comments .content h3{
  margin:0;
  font-size:1em;
}

#comment-form{
  margin: 1em 0;
  width:36em;
}
input.textfield{
  width: 15em;
  margin:5px 0;
}
textarea.commentbox{
  width:27.5em;
  height:10em;
  padding:0.25em;
  margin:5px 0;
  font-size:1.25em;
  font-family:Arial, Helvetica, sans-serif;
}

label.text{
  position:relative;
  left:0.5em;
  top:-0.5em;
}
.formactions input.submit{ 
  float:right; 
  margin:-0.5em 1em 0 0;
  padding:0 0.5em;
}
.formactions .spinner{
  float:right;
  margin:-8px -20px 0 0;
}

/*-----------------------------------------------------------------------------------------------
  Navigation
-----------------------------------------------------------------------------------------------*/
.navbar {
	border-top: 2px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
	background-color: #f7f7f7;
	margin-bottom: 2em;
	height: 2.7em;
	padding: 0.5em 0;
}

.page-template-blogs-php .navbar, .page-template-tv-php .navbar, .page-template-radio-php .navbar {
	margin-bottom: 0;
}

#homenavbar #badge {
	background: none;
	position: absolute;
	width: 120px;
	height: 120px;
	left: -34px;
	top: -40px;
}

#navbar #badge img {
	position: absolute;
	top: -3px;
}

#navbar {
	height: 2em;
}

#homenavbar .left {
	width: 24%;
}

#navbar .left {
	width: 30px;
}

#homenavbar .mid {
	width: 22.5%;
}

#homenavbar #search, #homenavbar #navigation {
	margin-top: 0.25em;
}

#homenavbar .right {
	width: 41%;
} 

.navbar a {
	text-decoration: none;
}

#navigation a {
	font-weight: bold;
	color: #333;
}

#navigation ul {
	letter-spacing: -1px;
	margin: 0.5em 0;
	text-align: right;
	text-transform: uppercase;
}

#navigation ul li {
	display: inline;
	margin: 0;
}

#navigation ul li a {
	padding: 13px 9px 11px;
}

#navigation a:hover, #navigation ul li.current_page_item a {
	color: #FF0099;
}

#description {
	margin: -0.2em 0 0 6em;
	font-size: 1.2em;
}

#description span {
	font-weight: bold;
}

#description a {
	color: #4D4D4D;
}

/* Archive navigation */
.navigation {
	float: left;
	padding: 1em 0;
	width: 100%;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/

.ancillary{
  padding:2em 0 1em 0;
}

#ancillary .block{
  float:left;
  margin:0 0 0 3%;
	height: 400px;
}
#ancillary .twice-length{ width:65%; }
#ancillary .thrice-length{ width:100%; }
* html #ancillary .block{
  margin:0 0 0 4%;
}
#ancillary .first, * html #ancillary .first,
#ancillary .fourth, * html #ancillary .fourth
{
  clear:both;
  margin:0;
}

#ancillary .first, #ancillary .fourth {
	width: 25%;
}

#ancillary .second, #ancillary .fifth {
	width: 33%;
}

#ancillary .third, #ancillary .sixth {
	width: 34%;
	float: right;
}
	
#ancillary .block-separator{
  clear:both;
  height:2.5em;
}

.ancillary h2, .ancillary h3{
  margin:0 0 1.5em 0;
}

.ancillary h2 {
	border-bottom: 1px solid #E7E7E7;
	font-size: 1.3em;
}

ul.dates, ul.counts, ul.blogroll ul, ul.pages{
  list-style-type:none;
  margin:1.5em 0 2em 0;
  border-top:1px solid #E7E7E7;
}

ul.dates li, ul.blogroll ul li, ul.pages li{
  list-style-type:none;
  margin:0;
  padding:0.5em 0;
  border-bottom:1px solid #E7E7E7;
}

ul.dates li:hover {
	background-color: #F7F7F7;
}

ul.dates .date{
  color:#333;
  padding:0 1.5em 0 0;
}

ul.counts .count{
  float:right;
  color:#858585;
}

ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{

}
ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count, ul.blogroll a:hover, ul.pages a:hover{ 
  color:#FFF;
	background-color: #FF0099;
}

ul.blogroll{ margin-top:0; }
ul.blogroll li{
  list-style-type:none;
  margin:0;
}

ul.pages ul{
  margin:0;
}
ul.pages ul li{
  border:none;
  margin-left:2em;
  list-style-type:square;
}

/* Get Involved */
ul#get-involved {
	margin-bottom: 0;
}

ul#get-involved li {
	padding: 1em 0 1.75em 4em;
	margin: 0;
}

li.facebook { background: url(images/facebook.jpg) top left no-repeat; }
li.twitter { background: url(images/twitter.jpg) top left no-repeat; }
li.pp { background: url(images/peacock.jpg) top left no-repeat; }
li.newsfeed { background: url(images/email.png) top left no-repeat; }
li.submit { background: url(images/pencil.jpg) top left no-repeat; }

#tweet {
	width: 100%;
	height: 4em;
	padding: 2.5em 0 1em 1em;
	color: #FFF;
	background: url(images/tweetbg.gif) top left no-repeat;
}

#tweet-inner {
	width: 95%;
}

/*-----------------------------------------------------------------------------------------------
  Categories and Tags
-----------------------------------------------------------------------------------------------*/

#cats, #tags {
	float: left;
}

#cats-and-tags #cats {
	width: 50%;
	margin-right: 7%;
}

#cats-and-tags #tags {
	width: 43%;
}

ul.cats li {
	list-style-type: none !important;
  margin:0 10px 10px 0 !important;
	float: left;
	width: 110px;
}

.cat-item img {
	float: left;
	margin: 0 0 0.75em;
}


/*-----------------------------------------------------------------------------------------------
  Footer
-----------------------------------------------------------------------------------------------*/

#footer{
	background-color: #333;
  clear:both;
  color:#fff;
  margin:3em 0 0;
}
#footer .inside{
  padding: 3em 0 10em;
}



#at-the-bottom {
	font-family: Georgia, serif;
}

#at-the-bottom ul li {
	list-style-type: disc !important;
	margin-bottom: 0.5em;
}

#footer p {
  margin:0;
  font-size:0.95em;
}
#footer p.copyright{ float:left; width: 50%;}

#footer #meta {
	width: 100%;
	margin: 0 0 5em;
	font-size: 12px;
}

#footer .pages {
	font-size: 1.1em;
	float: left;
	width: 50%;
}

#footer .pages ul, #footer .pages ul li {
	margin: 0;
}

#footer .pages ul li {
	display: inline;
}

#footer .attributes { 
	float:right; 
	width: 46%; 
	text-align: right; 
	background: url(images/feedicon-mini.png) top right no-repeat; 
	padding: 0 2% 0;
	}
	
#footer #meta a {
  text-decoration:none;
  color:#525252;
}

#footer #meta .pages a {
	padding: 0 1em 0 0;
}

#footer #meta .attributes a {
	 padding:0 0 0 1em;
}

#footer #meta a:hover{
  color:#FFF;
}

span.controls {
	margin: 0 14px 0 0;
}

#disclaimer.secondary {
	padding: 0 1em 1em;
	width: 40.5%;
	border: 1px dotted #e7e7e7;
	background-color: #444;
	font-size: 0.95em;
}

/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/

#search{
  width:234px;
  margin:0 1em;
  text-align:left;
}

#search .searchimg{
	display: block;
  float:right;
	top: -2px;
  width:40px;
  height:32px;
  background:url(images/sherlock.png) 0 0 no-repeat;
}

#search.hover .searchimg {
	background-position: 0 -34px;
}

#search input{ 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width:160px; 
	padding: 5px 5px 5px 10px;
	border: none;
	background: #FFF;
	border: 1px solid #e7e7e7;
	line-height: 1.3em;
	float: left;
}
#search input:focus{}

#searchform{
  margin:1em 0;
}

#searchform #s{
  background:#222;
  border:none;
  border-bottom:1px solid #333;
  width:30em;
  color:#666666;
  padding:0.25em;
}

#searchform #searchsubmit{
  background:#000;
  color:#666;
  border:none;
  font-size:0.9em;
  text-transform:uppercase;
  letter-spacing:0.25em;
}

/* Legacy Typo CSS */

#search-results{
  width:30%;
  background:#333;
  padding:0 0 0 0;
  float:right;
  -moz-opacity:0.9;
  border-top:1em solid #000;
}
#search-results h3{
  font-weight:bold;
  text-align:left;
  margin:0;
  padding:0 0 1em 0;
  background:#000;
  
}
#search-results small{
  display:block;
  text-align:left;
  font-size:0.9em;
  padding:0.5em 1em 0.7em 1em;
  border-top:1px solid #666;
  border-bottom:1px solid #555;
}
#search-results small a{
  color:#CCC;
}
#search-results ul li{
  list-style-type:none;
  padding:0 1em 0.5em 1em;
  margin:0.5em 0;
}
#search-results ul li:hover{
  background:#202020;
}
#search-result ul{ margin:0; }
#search-results ul li a{
  text-decoration:none;
  border-bottom:1px dotted #CCC;
}

#search img.archives-icon{
  margin:0 7px 0 0;
  top:1px;
}

img.centered, img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}
.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
	width: 470px !important; /* to remove the borders */
  text-align: left;
  background-color: #f3f3f3;
  margin: 0 0 10px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  color: #000;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/*-----------------------------------------------------------------------------------------------
  Archives
-----------------------------------------------------------------------------------------------*/
.archives .channel {
	padding-bottom: 3em;
	float: left;
}

.archives .feedExtrapubdate, .archives .post {
	padding: 1.6em 0 0;
	border-bottom: 1px solid #ccc;
}

.archive .secondary .featured {
	margin-top: 3.5em;
}

.archive .tags {
	background: url(images/tag.png) top left no-repeat;
	padding: 0 0 0 2em;
	margin: 0.75em 0 0 0;
}

.ui-tabs-hide {
     display: none;
}

ul.tab-buttons {
		font-weight: bold;
		border-bottom: 1px solid #e7e7e7;
		padding: 0 0 6px 12px;
}

ul.tab-buttons li {
	display: inline;
	margin: 0 !important;
}

ul.tab-buttons li a {
	padding: 6px 20px;
	text-decoration: none;
	border: 1px solid #e7e7e7;
}

ul#mediatabs li.ui-state-hover a, ul#mediatabs li.ui-state-active a {
	background: #ff0099;
	color: #FFF;
}

ul#blogtabs li#them-link a {
	color: #21cd66;
}

ul#blogtabs li#them-link.ui-state-hover a, ul#blogtabs li#them-link.ui-state-active a {
	background: #21cd66;
	color: #FFF;
}

ul#blogtabs li#us-link a {
	color: #cf1325;
}

ul#blogtabs li#us-link.ui-state-hover a, ul#blogtabs li#us-link.ui-state-active a {
	background: #cf1325;
	color: #FFF;
}

a.feedlink {
	background: url(images/feedicon-mini.png) top left no-repeat;
	padding: 0 0 0 1.5em;
}

/*-----------------------------------------------------------------------------------------------
  TV/Radio
-----------------------------------------------------------------------------------------------*/

#primary.radio .inside {
	background: url(images/lcmspodcasts.jpg) top right no-repeat;
}

#radio .primary {
	width: 70% !important;
}

#jointheteam {
	background: url(images/JoinTheTeamBadge.png) no-repeat top left;
}

small.radio-caption {
	position: absolute;
	bottom: 0;
	right: 0;
}

#TV .primary, #radio .primary {
	margin-top: 2em;
}

/*-----------------------------------------------------------------------------------------------
  Custom 404
-----------------------------------------------------------------------------------------------*/
.error404 #primary {
	height: 50em;
}

.error404 #primary .inside {
	background: url(images/404banana.jpg) top right no-repeat;
	height: 50em;
}

.error404 #primary h1 {
	color: #FF0099;
	font-size: 5em;
	margin: 1em 0;
}

.error404 #primary small {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* Editing the Pipes feed */
.feedExtradescription, .feedExtradescription div, .feedExtradescription img, .feedExtradescription div img {
	text-align: left !important;
	margin-left: 0 !important;
}

span.rssLinkListItemTitle {
	width: 400px;
	margin-bottom: 6px;
}

.feedExtracontent:encoded {
	margin: 0.5em 0 0;
}

.feedExtralink {
	margin: 1.2em 0 0;
}

#them.channel .post .widgetContainer, #them.channel .post .widgetFooter {
	display: none !important;
}

/* Share This */
.addtoany_share_save_container {
	clear: left;
}

/* cforms */
.linklove {
	display: none;
}
