/*  
Theme Name: Tycho
Description: A starter theme for theme designers, or a minimal, flexible design for any kind of site.
Version: 1.0
Author: Lunamedia
Author URI: http://www.lunamedia.co.uk
*/

/* Layout */

@import url("960/960.css");
@import url("960/reset.css");
@import url("960/text.css");

/* Global */

html{
	
}

body{
	color: #444;
}

#container{
	position: relative;
	font-size: 1.3em;
	line-height: 2em;
}

#inner-wrap{
	float: left;
}

/* Links */

a{
	text-decoration: none;
	color: #009fda;
}

a:hover, a:focus, a:active{
	text-decoration: underline;
}

a img {
	border: none;
}

/* Header */

#header{
	padding: 30px 0;
}

a#site-name{
	margin-top: 10px;
	display:block;
	text-decoration: none;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #444;
}

p#description{
	margin-top: 10px;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -0.05em;
}

#headimg{
	display: block;
	margin-bottom: 10px;
}


/* Navigation */

#pagenav{
	margin-bottom: 30px;
	background: #009fda;
}

#pagenav .menu, #pagenav .menu ul{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-position: outside; 
	position: relative; 
	line-height: 1.5em; 
	z-index: 300; 
	height: 30px; 
	width: 100%; 
	background: #009fda; 
	font-weight: bold;
}

#pagenav .menu a{
	display:block; 
	height: 20px; 
	padding:0.5em 1em 0.3em; 
	text-decoration:none; 
	font-size: 1.3em; 
	letter-spacing: -0.03em; 
	color: #fff;
}

#pagenav .menu a:hover, #pagenav .menu a:focus, #pagenav .menu a:active{
	text-decoration: none;
	background: #444; 
	color: #fff;
}

#pagenav .menu li{
	float: left; 
	position: relative;
}

#pagenav .menu ul{
	position: absolute; 
	display: none; 
	width: 9em; 
	top: 2.6em; 
	left: 0;
}

#pagenav .menu ul a {}

#pagenav .menu li ul{ 
	width: 9em;
}

#pagenav .menu li ul a{
	width: 9em; 
	height: auto; 
	float: left;
}

#pagenav .menu ul ul{
	top: auto;
}

#pagenav .menu li ul ul{
	left: 11em; 
	margin: 0 0 0 10px;
}

#pagenav .menu li:hover ul ul, #pagenav .menu li:hover ul ul ul, #pagenav .menu li:hover ul ul ul ul {
	display: none;
}

#pagenav .menu li:hover ul, #pagenav .menu li li:hover ul, #pagenav .menu li li li:hover ul, #pagenav .menu li li li li:hover ul{
	display: block;
}


/* Content */

#content-inner{
	padding-right: 20px;
}

/* Sidebars Generic */

.generic_sidebar ul li{
	list-style: none;
	line-height: 1.5em;
}

.generic_sidebar ul li.current_page_item{
	background: none;
}

.generic_sidebar ul li.current_page_item a{
	color: #444;
}

.generic_sidebar ul li.current_page_item ul a{
	color: #009fda;
}

li.widget{
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.widgettitle{
	margin-bottom: 10px;
}


/* First Sidebar */

#sidebar1 li{
	list-style: none;
	margin: 0.5em 0;
}

/* Second Sidebar */

#sidebar2 li{
	list-style: none;
	margin: 0.5em 0;
}

/* Footer */

#footer{
	margin-top: 20px;
	border-top: 1px solid #aaa;
	padding-top: 20px;
}

#footer-text{
	clear:	both;
	float: left;
	width: 100%;
	border-top: 1px solid #aaa;
	padding-top: 20px;
}


#footer ul li{
	margin: 0.5em 0;
}

/* Posts */

.post{
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 60px;
}

.postmetadata{
	clear: both;
	width: 100%;
	border-top: 1px solid #aaa;
}

.postmetadata.date{
	clear: both;
	width: 100%;
	padding-top: 0;
	border-top: none;
}

#postmeta-date{
	float: left;
	min-height: 55px;
	width: 30%;
	padding-top: 10px;
}

#postmeta-cats{
	float: left;
	min-height: 70px;
	width: 30%;
	padding: 10px 10px 0;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

#postmeta-commenting{
	float: left;
	min-height: 55px;
	width: 30%;
	padding: 10px 0 0 10px;
}

.entry ul, .entry ol{
	margin-left: 20px;
}

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

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

img.alignright {
	padding: 4px;
	margin: 0 0 5px 10px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 10px 5px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


/* 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;
}


/* Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

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

#sidebar #searchsubmit {
	padding: 1px;
}

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


/* Begin Comments*/

#comment-block{
	float: left;
	clear: left;
	width: 100%;
	margin-top: 20px;
}

#comment-block textarea{
	width: 400px;
}

h3#comments{
	clear: left;
}

#comments_template {
	border-top:1px solid #e3e3e3;
	margin-top:30px;
	padding-top:30px;	
}

ul.commentlist {
	margin:20px 0 0;
	padding:0px;
}

ul.commentlist li {
	margin:0;
	padding:10px 0 20px 60px;
	position:relative;
	list-style:none;
	border:1px solid #dedede;
	border-bottom:0;
	background:#fff url(images/background_block_slice.jpg) repeat-x;
	background-position:1px 1px;
}

ul.commentlist li.bypostauthor{
	background: #ccc;
}

ul.commentlist li cite.fn{
	margin-bottom: 10px;
	font: normal 1.4em Helvetica, Arial sans-serif;
}

ul.commentlist .avatar {
	position:absolute;
	top:10px;
	left:10px;
	border:1px solid #dedede;
}

ul.commentlist .commentmetadata {
	display:none;
}

ul.commentlist ul  {
	margin:20px 0 20px 0;
	padding:0;
}

ul.commentlist ul li {
	border:none;
	background-color:#ffffff;
	overflow:auto;
	background-image:none;
	padding-bottom:0;
}

.says{
	display: none;
}



/* Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 0 auto;
	width: 220px;
}

#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 {
	margin: 0 auto;
	width: 220px;
	text-align: center;
}

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


/* 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;
}

.pagination {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

#twitter-icon{
	position: absolute;
	top: 35px;
	right: 59px;
}

#rss-icon{
	position: absolute;
	top: 35px;
	right: 10px;
}






