/*
Theme Name: Noise
Theme URI: http://wordpress.org/
Description: NoiseBlog Template <a href="http://www.attik.com">ATTIK</a>.
Version: 1.0
Author: Matt Kenyon
Author URI: http://www.attik.com/

Theme builds on original code of Default Wordpress (Kubrick)
created by Michael Heilemann, http://binarybonsai.com/

*/

/* RESET! - Thanks Eric you know who you are ;D*/
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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration: none;
}

/* Layout */
body {
	font-family: AkzidenzGrotesk, Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	height: 100%;
}
html {
	height: 100%;
}
#page-wrap {
	width: 650px;
	margin-left: 50px;
	background-color: #F1F1F1;
	height: 100%;
}
#header {
	background-color: black;
	color: white;
	padding-bottom: 16px;
	position: fixed;
	top: 0px;
	left: 50px;
	width: 650px;
	min-height: 150px;
	z-index: 20;
}
#header h2 {
	text-shadow: 0px 0px 1px black;	
}
#content {
	background-color: #F1F1F1;
	float: left;
	margin-top: 145px;
	padding-top: 20px;
}
.intro {
	padding-left: 160px;
	clear: left;
}
.col2 .bubble {
	background-image: url(images/arrow.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 16px;
	width: 474px;
}
.col2 .bubble p:first-child {
	padding-top: 16px;
}
.col2 .bubble p {
	padding-left: 16px;
	padding-right: 16px;
	background-color: #f6f19e;
}

/* Header Links */
#header-links {
	background-color: #666666;
	height: 35px;
	float: left;
	width: 230px;
	padding-left: 260px;
}
#header-links li {
	float: left;
}
#header-links a {
	color: red;
	display: block;
	float: left;
	text-indent: -9000px;
	margin-right: 5px;
}
a#dotcom {
	background-image: url(images/dotcom.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	width: 20px;
	height: 35px;
}
#dotcom:hover {
	background-image: url(images/dotcom_over.png);
}
a#facebook {
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	width: 70px;
	height: 35px;
}
a#facebook:hover {
	background-image: url(images/facebook_over.png);
}
a#twitter {
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	width: 60px;
	height: 35px;
}
a#twitter:hover {
	background-image: url(images/twitter_over.png);
}
a#flickr {
	background-image: url(images/flickr.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	width: 55px;
	height: 35px;
}
a#flickr:hover {
	background-image: url(images/flickr_over.png);
}

div.intro p a {
	color: #999999;
}
div.intro p a:hover {
	color: white;
}


/* Headers */
h1 {
	height: 35px;
	background-image: url(images/attik_logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #666666;
	margin-bottom: 16px;
	width: 160px;
	float: left;
}
h1 a {
	display: block;
	width: 159px;
	height: 35px;
	text-indent: -9000px;
}

h2 {
	font-size: 20px;
	padding-bottom: 8px;
	width: 400px;
}


/* Main Navigation */
.main-nav {
	padding-top: 16px;
}
.main-nav .paging a {
	padding-right: 8px;
	color: #999999;
}
.main-nav .paging a:hover {
	color: white;
}


/* Posts */
.post {
	margin-bottom: 16px;
	padding-top: 16px;
	width: 650px;
	float: left;
	background-image: url(images/post_highlight.png);
	background-repeat: repeat-x;
	background-position: top left;
}

.post img {
}
.col1 {
	color: #656565;
	float: left;
	width: 144px;
	padding-left: 16px;
	padding-top: 6px;
}
.col2 {
	float: left;
	width: 470px;
}
.col2 p {
	line-height: 16px;
	color: #4d4d4d;
	padding-bottom: 16px;
}
.col2 h2 a {
	color: #323232; 
}
.col2 h2 a:hover {
	color: black;
}

/* Comments */
div.col1 a{
	padding-top: 6px;
	display: block;
	color: #323232;
}
div.col1 a:hover {
	color: black;
}
.wrap-comments {
	width: 610px;
	clear: left;
	float: left;
	padding: 20px;
	background-image: url(images/post_highlight.png);
	background-repeat: repeat-x;
	background-position: top left;
	min-height: 60px;
}

textarea {
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: white;
	width: 530px;
	height: 70px;
	font-size: 20px;
	border: 1px solid #9e9e9e;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  margin-right: 5px;
}
textarea {
  resize: none;
}
input#submit {
	margin-top: 15px;
	background-color: #9e9e9e;
	height: 82px;
	width: 72px;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: none;
  font-weight: bold;
}
#submit:hover {
	background-color: #666666;
	cursor: pointer;
}
#all-comments {
	clear: left;
	margin-top: 20px;
	float: left;
}
form#commentform {
	position: relative;
}
.speak {
	position: relative;
	float: left;
	margin-top: 5px;
	width: 20px
	height: 20px;
}
.speak-arrow img {
	top: 17px;
	left: 80px;
	position: absolute;
	width: 10px;
	height: 11px;
}
#all-comments .comment-wrap {
margin-bottom: 20px;
clear: left;
}
#all-comments .comment-wrap p {
}
.com-text{
	background-color: #d6d6d6;
	width: 610px;
	font-size: 16px;
	line-height: 18px;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px; 
}
.com-text p {
	padding: 10px;
}
#all-comments .comment-wrap p.meta {
	background-image: url(images/comment_arrow.png);
	background-position: 10px 0px;
	background-repeat: no-repeat;
	font-size: 12px;
	padding-left: 30px;
	padding-top: 10px;
}

.no-comments {
	float: left;
}
.loggedin {
	float: left;
}




/*	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 {
	display: inline;
	}

img.alignleft {
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


