/*
Theme Name:     Dissent
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Eleven theme
Author:         Kevin Hobbs
Author URI:     http://http://radicalglasgow.me.uk/
Template:       twentyeleven                             
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");


/* Fix masthead dimensions */
#branding {
	height: 244px;
	border-style: none;
}
#access {
	position: relative;
	top: -33px;
	margin-bottom: -44px;
}


/* Fix Link colours */

a:link {color: #c00;}
a:hover {color: #f0c;}
a:active {color: #000;}
a:visited {color: #f66;}

/* Adjust search box */

#searchform {
	position: static;
}
#s.field {
	position: relative;
	top: 12px;
}
/* Twak headlines */

.entry-content h1, h1.entry-title {
	font-size: 2.4em;
	color: #900;
}
.entry-content h2 {
	font-size: 1.2em;
	color: #900;
}

/* Three column page */

.three-columns p{
	margin-bottom: 0.75em;
}
.three-columns {
}
.bigcolumn {
	width: 300px;
	float: left;
}

.weecolumn {
	width: 240px;
	float: left;
}


/* Two column page */

.twocolumns {
	width: 950px;
}
.leftcolumn {
	width: 400px;
	float: left;
	margin-right: 40px;
}

.rightcolumn {
	width: 400px;
	float: left;
}


/* Hide recent posts */

.recent-posts {
	display: none;
}

/* Format slogan */

h1.slogan {
	font-size: 48px;
	font-style: italic;
	letter-spacing: -1px;
	margin-bottom: 0;
	color: #e33;
	line-height: 44px;
}

/* Tweeak Menu */
#access div {
	margin: 0 6px;
}


/* Tweak Layout borders, margins */

.hentry {
	border-style: none;
}

/* Remove picture borders */

img.alignnone {
	border-style: none;
}

/* Formatting Poetry & Verse */

.verse {
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.indent0 {
	margin-left: 0;
}

.indent1 {
	margin-left: 1em;
}
.lastline {
	margin-bottom: 1em;
}
.author {
	text-align: right;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Sidebar Typography */

h3.widget-title {
	text-transform: none;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: .75em;
	letter-spacing: 0;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	color: #c00000;
}

#text-5 {
	background-color: #eecccc;
	padding: 10px 10px 12px;
}
#text-5 h3{
	color: white;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 3px;
}
#text-5 a:link{
	color: white;
	background-color: #999;
	padding: 3px 9px;
}
#text-5 a:hover{
	color: red;
	background-color: #000;
	padding: 3px 9px;
}

/* Stylize Footer */

#colophon {
	height: 65px;
	background: url(images/Anarchy-Footer.png) repeat-x -30px -60px;
	padding-top: 80px;
}

#site-generator {
	background: url(http://radicalglasgow.me.uk/wp/wp-content/uploads/2013/06/footer.png) no-repeat 0 bottom;
	text-align: right;
	padding-bottom: 40px;
	padding-right: 20px;
	padding-top: 0;
	letter-spacing: 1px;
	border-style: none;
}

/* Front page Pix Column */
#pix {
	float: right;
	width: 96px;
	overflow: hidden;
	position: relative;
	left: 20px;
}
#notpix {
	float: left;
	width: 480px;
}