/*
Theme Name: tayknight
Theme URI: http://www.willwyatt.com/
Description: tayknight
Author: Will Wyatt
Author URI: http://www.willwyatt.com
Template: thematic
Version: 1.0
.
This work, like WordPress, is released under GNU General Public License, 
version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

@import url('../thematic/style.css');

/* =Global Elements
-------------------------------------------------------------- */

#wrapper {
background: #232323  url(images/top3.gif) repeat-x scroll ;
}

#container {
width: 675px;
}

#header {
margin: 0 auto;
width: 960px;
}

body { 
font-family:Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans serif;
}

a:link, a:visited{
	color: #9CF;
	text-decoration: none;
}

a:hover, a:focus {
	color:#FDC;
	text-decoration:underline;
}

.clear {
clear:both;
}

/* Navigation
-----------------------------------------------------*/

.navigation a {
font-style: normal;
}

/* Header
-----------------------------------------------------*/

#branding {
width: 960px;
margin: 0 auto;
padding: 10px 0;
background: transparent url(images/logo.gif) no-repeat scroll right 12px;
}

#blog-title a {
font-family:Georgia, "Times New Roman", Times, serif;
color: #fff;
font-size: 48px;
}

/*#access {
display: none;
}

#blog-title {
display:none;
}*/


/* Content 
-----------------------------------------------------*/

#main {
color: #fff;
padding-top: 0px;
}

#content {
width: 675px;
margin: 0px;
}

.entry-title {
border-bottom: 1px solid #333;
}

.entry-title a:link {
color: #fff;
}

.entry-title a:hover , .entry-title a:focus{
color: #fdc;
text-decoration: underline;
}

.entry-utility {
border: 1px solid #333;
padding: 5px 10px;
font-style: normal;
margin-left: 10px;
color: #fff;
clear: both; 
}

.entry-utility a {
font-style: normal;
}

.entry-meta {
font-style: normal;
margin-left: 10px;
color: #fff;
}

.entry-content {
margin-left: 10px;
}

/* Asides 
-----------------------------------------------------*/

#header-aside {
  width: 200px;
  position: absolute;
  top: 80px;
  right: 0px;  
  margin: 10px 10px 0 0;
  padding: 10px;
}


#primary {
border: 1px solid #333;
}

.main-aside {
width: 220px;
}

.aside h3 {
font-style: normal;
text-decoration: none;
font-weight: bold;
color: #fff;
}

.aside, .aside p {
color: #fff;
}

/* Comments
-----------------------------------------------------*/
#respond, #comments-list, #comments-list li, #comments-list li.alt{
background: #232323;
}

#comments-list .comment-meta a {
font-style: normal;
}

/* Forms
-----------------------------------------------------*/
#form-allowed-tags span {
font-style: normal;
}

/* Images (override wppost)
-----------------------------------------------------*/
img.swpFL_Right {
margin-left: 5px;
}
