/*
Theme Name: GiantEyeball
Theme URI: http://gianteyeball.com/
Description: GiantEyeball theme.
Version: 1
*/



/* @group Typography & Colours */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	text-align: left;
	background: url(images/bgcolour.png) repeat 0 0;
}
	
#wrap {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	background-color: #fff;
}
	
#page {
	background: url(images/divider.png) repeat-x 0 100%;
}

#content {
	font-size: 1.2em;
}

.column .entry p {
	font-size: 1.05em;
	}

.column {
	line-height: 1.6em;
	}

.thread-alt {
	background-color: #fff;
}

.depth-1 {
border: 0px solid #ccc;
}

.even, .alt {
	border-left: 0px solid #ccc;
}

#footer {
	border: none;
	}

small {
	font-size: 0.9em;
	margin-top: 20px;
	display: block;
}

h1, h2, h3 {
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-size: 3em;
	text-align: justify;
	}

h2 {
	font-size: 1.2em;
}

h2.pagetitle {
	font-size: 1.6em;
}

#sidebar h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: gray;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #777;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #669999;
}

.sticky {
	padding: 0 10px 10px;
}
	
.sticky h2 {
	padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	display: none;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font: 1em;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #008fb1;
	text-decoration: none;
}

a:hover {
	color: #008fb1;
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
hr {
	margin: 4px 0px;
	padding:0px;
	border-bottom:1px dashed #ccc;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}
/* @end*/



/* @group Structure */
body {
	margin: 0;
	padding: 0;
}

#wrap {
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

#header {
	margin: 0;
	padding: 0;
	height: 82px;
	width: 980px;
	position: relative;
	background: url(images/divider3.png) repeat-x 0 100%;
}

#navbar {
	height: 28px;
	font-size: 1.3em;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 8px;
}

#page {
	margin: 0;
	padding: 0;
}

#divider {
	background: url(images/divider.png) repeat-x 0 0;
	width: 900px;
	height: 1px;
	margin-top: 20px;
}

.column {
	float: left;
	padding: 0;
	margin: 0 0 0 40px;
	width: 900px;
}

.post {
	text-align: justify;
	margin: 0;
}

.post hr {
	display: block;
	}

.column .post {
	margin: 0;
	}

.column .postmetadata {
	margin: 10px 0;
	}

.column .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.column .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	text-align: right;
	font-size: 0.9em;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	clear: both;
	color: #777;
}

#footer p {
	margin: 0;
	padding: 18px 0;
	text-align: center;
	}
/* @end*/



/* @group Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 8px 0;
	text-align: center;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* @end*/

/* @group Logo Button*/
		
#logo-button {
	background: url(images/logo-button.png) no-repeat 0 0;
	width:220px;
	height:52px;
	display: block;
	position: relative;
	top: 10px;
	left: 10px;
	float: left;
}
	
#logo-button span {
  display: none;
}
#logo-button ul {
	list-style-type: none;
}
/* @end */

/* @group RSS Button*/
		
#rss-button {
	background: url(images/rss.png) no-repeat 0 0;
	width:28px;
	height:40px;
	display: block;
	position: relative;
	top: 21px;
	right: 21px;
	float: right;
}
#rss-button:hover { 
  background-position: 0 -40px;
}
#rss-button span {
  display: none;
}
#rss-button ul {
	list-style-type: none;
}
/* @end */

/* @group Twitter Button*/
		
#twitter-button {
	background: url(images/twitter_logo.png) no-repeat 0 0;
	width:188px;
	height:60px;
	display: block;
	position: relative;
	top: 10px;
	right: 41px;
	float: right;
}
#twitter-button:hover { 
  background-position: 0 -60px;
}
#twitter-button span {
  display: none;
}
#twitter-button ul {
	list-style-type: none;
}
/* @end */

/* @group Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* @end*/



/* @group Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* @end*/


/* @group Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 150px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 200px;
	padding: 4px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 0 175px 80px;
}
#commentform textarea {
	width: 500px;
	padding: 4px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: left;
}
/* @end*/



/* @group Comments */
.commentlist {
	padding: 0 100px;
	text-align: justify;
	margin: 0;
}

.commentlist li {
	list-style: none;
	margin: 0 0 40px;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 8px 0 8px;
}
.children { padding: 0; }

#commentform p {
	margin: 20px;
}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
}
/* @end*/



/* @group Sidebar */
#sidebar {
	padding: 50px 0 50px 10px;
	width: 180px;
	float: left;
	text-align: left;
	margin-right: 10px;
}

#sidebar form {
	margin: 0;
	}
	
.widget {
	padding: 5px 0 10px;
}

.widgettitle {
	text-align: center;
}

/* @end*/

/* @group Footer Widgets */
#footerwidgets {
	display: block;
}
#footer-left {
	width: 210px;
	float: left;
	padding: 10px;
	margin-left: 105px;
}
#footer-left ul, #footer-left ul ol {
	margin: 0;
	padding: 0;
	}

#footer-left ul li {
	list-style-type: none;
	list-style-image: none;
	text-align: center;
}

#footer-left ul p, #footer-left ul select {
	margin: 5px 0 8px;
	}

#footer-left ul ul, #footer-left ul ol {
	margin: 5px 0 0 0px;
	}

#footer-left ul ul ul, #footer-left ul ol {
	margin: 0;
	}

ol li, #footer-left ul ol li {
	list-style: decimal outside;
	}

#footer-left ul ul li, #footer-left ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#footer-middle {
	width: 210px;
	float: left;
	padding: 10px;
	background: url(images/divider2.png) repeat-y 0 0;
}
#footer-middle ul, #footer-middle ul ol {
	margin: 0;
	padding: 0;
	}

#footer-middle ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	text-align: center;
}

#footer-middle ul p, #footer-middle ul select {
	margin: 5px 0 8px;
	}

#footer-middle ul ul, #footer-middle ul ol {
	margin: 5px 0 0 0px;
	}

#footer-middle ul ul ul, #footer-middle ul ol {
	margin: 0;
	}

ol li, #footer-middle ul ol li {
	list-style: decimal outside;
	}

#footer-middle ul ul li, #footer-middle ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#footer-right {
	width: 210px;
	float: left;
	padding: 10px;
	background: url(images/divider2.png) repeat-y 0 0;
}

#footer-right ul, #footer-right ul ol {
	margin: 0;
	padding: 0;
	}
	
#footer-right ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	text-align: center;
}

#footer-right ul p, #footer-right ul select {
	margin: 5px 0 8px;
	}

#footer-right ul ul, #footer-right ul ol {
	margin: 5px 0 0 0px;
	}

#footer-right ul ul ul, #footer-right ul ol {
	margin: 0;
	}

ol li, #footer-right ul ol li {
	list-style: decimal outside;
	}

#footer-right ul ul li, #footer-right ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* @end*/

/* @end*/

/* @group Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* @end*/ 



/* @group Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
}
/* @end*/



/* @group Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* @end*/
