/*
Theme Name: Pixelhouse
Theme URI: http://pixelhouse.ie/
Description: This is the 2011 Pixelhouse theme.
Author: Pixelhouse
*/

/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end*/




/* @group Fonts & Colours */

body {
	background-color: #000;
	color: #b2b2b2;
	text-align: left;
	font: 14px/21px Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 8px;
	padding: 0;
}
	
#wrap {
	margin: 0 auto;
	padding: 0;
}

.thread-alt {
	background-color: #000;
}

.depth-1 {
border: 0px solid #ccc;
}

.even, .alt {
	border-left: 0px solid #ccc;
}

#footer {
	border: none;
}

.post-info {
	position: relative;
}

.post-title {
	display: block;
	text-align: left;
	font-size: 18px;
	margin-bottom: 8px;
	line-height: 21px;
}

.post-title a {
	color: #e6e6e6;
}

.post-title a:hover {
	color: #e6e6e6;
	text-decoration: underline;
}

.post-date {
	font-size: 10px;
	color: #ccc;
	padding-bottom: 4px;
}

.small {
	font-size: 11px;
	display: inline;
	padding: 2px 4px;
}

.large {
	font-size: 14px;
}

h1, h2, h3 {
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-size: 18px;
	color: #e6e6e6;
}

h2 {
	font-size: 16px;
	color: #e6e6e6;
}

#sidebar h2 {
	font-size: 14px;
}

h3 {
	font-size: 14px;
	color: #e6e6e6;
}

h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: underline;
	color: #e6e6e6;
}

h2 a, h2 a:visited {
	color: #e6e6e6;
}

h3 a, h3 a:visited {
	color: #e6e6e6;
}

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: #e6e6e6;
}

.sticky {
	padding: 0 10px 10px;
}
	
.sticky h2 {
	padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 10px;
}

.commentlist li ul li {
	font-size: 12px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	display: none;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}

.commentlist p {
	font-weight: normal;
	line-height: 14px;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font-size: 12px;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #999;
}

code {
	font: 12px 'Courier New', Courier, Fixed, Sans-serif;
}

acronym, abbr, span.caps {
	font-size: 11px;
}

a {
	color: #e6e6e6;
	text-decoration: none;
}

h2 a:hover, h3 a:hover {
	color: #e6e6e6;
	text-decoration: underline;
}

a:hover {
	color: #e6e6e6;
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

#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 auto;
	padding: 0;
	background: #000 url(images/pixelpic.jpg) no-repeat fixed center top;
}

#wrap {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

#header {
	margin: 0;
	padding: 0;
	height: 110px;
	width: 960px;
	position: relative;
	overflow: hidden;
}

#navbar {
	margin: 0;
	padding: 0;
	height: 32px;
	width: 960px;
	position: relative;
	border-bottom: 1px solid #333;
}

#page {
	margin: 0 auto;
	width: 960px;
	min-height: 480px;
	padding: 0;
	background: url(images/black_overlay.png) repeat 0 0;
	overflow: hidden;
}

#slider {
	height: 480px;
	padding: 0;
	margin: 0 0 0 60px;
}

.divider {
	width: 100%;
	height: 1px;
	background: #333;
	margin-bottom: 20px;
	margin-top: 20px;
}

#content {
	margin: 0;
}

.column {
	float: left;
	width: 920px;
	padding: 20px;
}

.post {
	text-align: left;
}

.post hr {
	display: block;
	}

.column .post {
	margin: 0;
	}

.column .postmetadata {
	margin: 8px 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: 10px;
}

.clear {
	clear: both;
}

#footer {
	padding: 20px;
	margin: 0 auto;
	width: 960px;
	height: 60px;
	clear: both;
	color: #555;
	border-top: 1px dotted #333;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
	
#navigation { 
	font-size: 16px;
	display: block;
	height: 32px;
}
#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#navigation ul li {
	list-style-type: none;
	list-style-image: none;
	text-align: center;
	display: inline;
}
#navigation ul li a {
	text-decoration: none;
	height: 32px;
	padding-right: 12px;
	padding-left: 12px;
	color: #b2b2b2;
	line-height: 32px;
}      
#navigation ul li a:hover {
	color: #fcfbf6;
	text-decoration: none;
}
#navigation {
	margin: 0 auto; 
	width: 100%; 
	text-align:center;
	display:inline;
}
#navigation .current_page_item a {
	color: #fcfbf6;
}

.milos {
	width: 600px;
	height: 347px;
	background: url(images/milos.jpg) no-repeat 0 0;
	margin: 20px auto 0;
}
	
/* @end*/



/* @group Menu */


#access {
	display: block;
	float: right;
}
#access .menu-header,
div.menu {
	font-size: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #e6e6e6;
	display: block;
	line-height: 32px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	float: left;
	width: 210px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 210px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	color: #333;
	background: #b2b2b2;
	line-height: 1em;
	padding: 10px 10px 10px 14px;
	width: 190px;
	height: auto;
}
#access li:hover > a {
	background: url(images/nav-active.png) no-repeat center bottom;
	color: #e6e6e6;
	text-decoration: underline;
}
#access ul ul :hover > a {
	color: #e6e6e6;
	background-color: #333;
}
#access ul li:hover > ul {
	display: block;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-parent > a,
#access ul li.current-menu-item > a {
	color: #b2b2b2;
	background: url(images/nav-active.png) no-repeat center bottom;
}

#access ul ul li.current_page_item > a,
#access ul ul li.current-menu-ancestor > a,
#access ul ul li.current-menu-parent > a,
#access ul ul li.current-menu-item > a {
	color: #b2b2b2;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #b2b2b2;
}

/* @end*/

/* @group Headers */
h1 {
	padding-top: 20px;
	margin: 0 0 8px;
	}

h2 {
	margin: 0 0 8px;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 4px 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* @end*/

/* @group Logo*/
		
#logo-button {
	background: url(images/logo.png) no-repeat 0 0px;
	width:266px;
	height:90px;
	display: block;
	position: relative;
	top: 20px;
}	
#logo-button span {
  display: none;
}
#logo-button ul {
	list-style-type: none;
}
/* @end */

/* @group Images */
p img {
	padding: 0;
	max-width: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
}

/*	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 */

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 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;
	}
/* @end*/


/* @group Form Elements */
input[type="text"] {
	height: 28px;
	background: #222;
	border: 1px solid #333;
	width: 260px;
	font-size: 14px;
	color: #fff;
	padding-left: 6px;
	padding-right: 6px;
}
textarea {
	background: #222;
	border: 1px solid #333;
	width: 260px;
	height: 140px;
	overflow: hidden;
	color: #fff;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 6px;
}
input:-webkit-autofill {
	background-color: #222;
	background-image: none;
}
#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: 260px;
	padding: 4px 8px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 0 0 80px;
}
#commentform textarea {
	width: 320px;
	padding: 8px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	width: 160px;
	margin: 0 0 5px auto;
	float: left;
}
/* @end*/



/* @group Comments */
.commentlist {
	padding: 0 100px;
	text-align: left;
	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 {
	width: 200px;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0 0 0 190px;
}

#sidebar form {
	margin: 0;
}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	text-align: left;
}
	
#sidebar ul li a {
	color: #b2b2b2;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
}

#sidebar ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0;
	}
	
#sidebar ul ul, #sidebar ul ol{
	margin: 5px 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
.widget {
	padding: 10px;
	width: 200px;
	list-style-type: none;
	background: #222;
	float: left;
}

.widgettitle {
	text-align: left;
	text-transform: lowercase;
	color: #fff;
}

/* @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: -1000px;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	font-size: 13px;
	text-align: center;
	height: 32px;
}

.navigation a {
	color: #b2b2b2;
	padding: 8px 10px;
	border: 1px solid #333;
}

.navigation a:hover {
	color: #e6e6e6;
}

/* @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;
}

.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*/

