/*   
Theme Name: Luc Thiers Special Theme 3000
Theme URI: 
Description: Exclusive theme created for Luc "Partytime" Thiers.
Author: Benjamin Seyna
Author URI: http://benismy.name/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
	background-color: #111;
}
#main {
	padding-top: 60px;
}

#branding {
	width: 960px;
	padding:80px 0px 0px 0px;
}
#access {
	border: none;
}
.menu {
	width: 960px;
}

#container_index, #content_index {
	width: 960px;
}

.hentry {
	padding: 0px;
	width: 600px;
	clear: left;
}
#blog-description {
	display: none;
}


.entry-content {
	line-height:1.5em;
	padding:0;
	margin-bottom: 40px;
}

.entry-content h3 {
	color: #888;
	font-size:20px;
	font-style:normal;
	line-height:22px;
}

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

.main-aside {
	right:0px;
}
.aside ul ul {
	list-style: square outside none;
}

.clearboth {
	width: 960px;
	height: 1px;
	clear: both;
}

#leftCol {
	width: 460px;
	float: left;
}

#leftCol div.hentry {
	width: 460px;
	margin-top: 0px;
}
#leftCol div.p1 {
	margin-top:0px;
}

#rightCol {
	width: 480px;
}

#rightCol div.hentry {
	width: 480px;
}
#rightCol {
	float: right;
}
#rightCol.hentry {
	float: right;
	clear: right;
}

#comments, #comments input, #comments textarea {
	float: right;
}

.entry-meta, .entry-utility {
	display: none;
}

#primary {
	border: none;
}

#footer {
	border: none;
}


/*  typo */

body, input, textarea, #blog-title, .entry-title {
	font-family: Verdana, "Lucida Grande", sans-serif;
}


/*  links */

a:link {
    color:#B1CC63;
    text-decoration: none;
}
a:visited {
    color:#B1CC63;
}
a:active,
a:hover, 
.aside a:active,
.aside a:hover {
    color: #B1CC63;
}

a:hover {
	text-decoration: underline;
}

*|*:-moz-any-link {
	text-decoration: none;
}

.sf-menu, .sf-menu a {
	color: #B1CC63;
	font-size: 20px;
	border: none;
	background-color: #111;
}
.sf-menu a {
	padding: 20px 20px 1px 1px;
}

.sf-menu a, .sf-menu a:visited {
	color: #B1CC63;
}

.sf-menu a:active {
	text-decoration: underline;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #111;
	outline:		0;
    color: #B1CC63;
    text-decoration: underline;
}

.aside h3 {
	color: #888;
	font-size:20px;
	font-style:normal;
	line-height:22px;
}

.navigation a {
	font-size: 15px;
	color:#B1CC63;
	font-style:italic;
}
.navigation a:hover, .navigation a:active {
	color: #B1CC63;
}
.navigation a:hover {
	text-decoration: underline;
}

#blog-title {
	padding-bottom: 0px;
	height: 100px;
}

#blog-title a {
	background:url("/wp-content/themes/lucthiers/images/luc_thiers.png") no-repeat;
	display:block;
	height:100px;
	text-indent:-9999px;
	width:570px;
	color: #DDD;
	font-weight: 100;
	font-size: 60px;
}
.entry-title {
	color: #DDD;
	font-weight: 100;
	font-size: 30px;
}
#blog-title a:active,
#blog-title a:hover {
    color: #B1CC63;
}
.entry-title a {
	color: #B1CC63;
}
.entry-title a:active,
.entry-title a:hover {
	color: #B1CC63;
    text-decoration: underline;
}


#search h3 {
	padding-bottom: 5px;
}

/*  text  */

body {
	color: #bbb;
}

/* comments */

#respond {
	background-color: #111;
}

#spicylinks {
	position: absolute;
	z-index: 3;
	right: 20px;
	top: 10px;
}

#spicylinks a {
	background-image:url(/wp-content/themes/lucthiers/images/toplinks.png);
	display:block;
	text-indent: -9999px;
	height: 200px;
	width: 300px;
}

.page-item-117 {
	display: none;
}

#comments-list li {
	background-color: #000;
}

#comments-list li.alt {
	background-color: #111;
}

#comments-list li.bypostauthor {
	background-color: #222;
}

.entry-title, .page-title  {
	color: #B1CC63;
	line-height: 1.3em;
	visibility: visible;
}

.paged #nav-above {
	display: none;
}

.current_page_item a {
	text-decoration: underline;
}
