/* -------------------------------------
Theme Name: basic_Truex
Theme URI: http://www.visual-assault.org/projects/wp_theme-basic/
Description: Based on Ron Adams' basic theme.
Version: 1.0
Author: Michael Truex
Author URI: http://truex.org/
Last Modified: 2007.07.09
Provides: Theme definition file for WordPress 1.5
---------------------------------------- */
@import url("design/styles/default/screen.css");
@import url("design/styles/default/print.css");


/* -------------------------------------
    Basic formatting
   -------------------------------------*/


body {
	margin:0px; padding:0px;
	text-align:center;
	background:white;
	font-family: verdana;
	font-size: 10pt;
	line-height: 125%;
	}
	
a, a:link {
	text-decoration: none;
	}

a:visited {
	color: #666;
	text-decoration: underline;
	}

a:hover {
	color: #f00;
	text-decoration: underline;
	}

a:active {
	color: #f00;
	text-decoration: underline;
	}

input#s {
    border:1px solid #ccc;
    padding:5px;
	color: #ccc;
	}


input#s:focus{
    border:1px solid #27C;
	color: black;
	}

blockquote { width:300px; margin: 0px; padding: 10px; border:1px dashed grey; background:#eee; float:right; margin:5px;} 

/* -------------------------------------
    Content Layout
   -------------------------------------*/


div#headerInfo {
	background: #97afc7 url('header_bg/top_bg4.jpg') no-repeat fixed top center;
	border-bottom:2px solid black;
	}

div#headerHelper {
	background:url(fade_bar.png) repeat-x bottom center;
	}

img#meta_Button {
	vertical-align: bottom;
	}

input#searchsubmit {
	vertical-align: middle;
	}

#setwidth {
	width:950px;
	margin: 0 auto;
	text-align:left;
	margin-top:10px;
	}

#content {
	width:700px;
	float:left;
	padding:5px;
	}

#rightcolumn {
	float:right;
	width: 235px; /* Width of right column */
	background: white;
	border:2px solid #ccc;
	padding:0px;
	margin:0px;

	position:relative;
	top:5px;

	}

div#IE6_banner {
	font-size:100%;
	font-weight:bold;
	display:none;
	padding:15px;
	margin:0px;
	border:5px solid red;
	}


/* -------------------------------------
    Individual Post Formatting
   -------------------------------------*/


span.quelleHeur {
/* When was this posted? */
	font-size:75%;
	}

div.post_header {
/* This is where the post title and other
   meta information lives. */
	background:#f9f9f9;
	padding:10px;
	/* position:relative; */
	border-bottom:1px dotted #ccc;
}

span.post_title {
	font-weight:bold;
	font-size:145%;
	line-height:150%;
	}

div.meta_holder {
/* Styling for the collapsable metainfo. */
	padding:0px;
	font-size:75%;
	position:relative;
	}

div.complexItem {
/* The master div for the entire post! */
	width:680px;
	background-color:white;
	border:2px solid #ccc;
	padding-bottom:5px;
	}

.dropShadow {
/* CURRENTLY UNUSED DROP.PNG */
/* position:relative; */
/* z-index:1; */
	}


/* -------------------------------------
    Other Crap
   -------------------------------------*/


h3 a:link, h3 a:visited, h3 a:hover {
	color: #black;
	}

div.headerinfo a:link, a:visited, a:hover {
/* Remove the underline on the top graphic. */
	text-decoration:none;
	border:0px;
	}

span.post_title a {
	text-decoration:none;
	color:black;
	}

/* Previous and Next Links */

span.prev_link a:link, span.prev_link a:visited, span.prev_link a:hover{
	text-decoration:underline;
/* asd */
	color:black;
	font-size:75%;
	font-weight:bold;
	}

div.next_link {
	text-align:right;
	margin-right:15px;
	}
div.next_link a:link, div.next_link a:visited, div.next_link a:hover{
	text-decoration:none;
	color:black;
	text-decoration:none;
	color:black;
	font-size:75%;
	font-weight:bold;
	}

.addDotBorder {
/* That dotted border above the search box
   and stuff?  Here. */
	border-top:1px dotted #ccc;
	padding:5px;
	}

div.pagetitle {
/* The text header goes inside of this. */
	background:white;
	padding:5px;
	text-align:center;
	}

h4.pagetitle {
/* This is the text header on the various
   archive pages. */
	font-weight:bold;
	font-style:italic;
	font-size:150%;
	}

/* The following list declarations are
   for the sidecolumn. */

ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:100%;
	margin:5px;
	}

div.outer {
	font-weight:bold;
	background:white;
	border-top:1px dashed #ccc;

	border-bottom:1px dashed #ccc;
	}

div.hack_About div {
/* THIS DECLARATION IS RETARDED
   div.hack_About div refers to wp_listpages()
   as I can't seem to correctly pass class declarations
   in the function proper. */
	font-weight:bold;
	background:white;
/*	border-top:1px dashed #ccc; */
	border-bottom:1px dashed #ccc;
	}

/* -----------------------
    For the Twitter Feed
   -----------------------*/
#twitter_update_list li {
 margin-bottom:15px;
}

#twitter_update_list li a {
 font-size:100%;
 display:block;
}

#twitter_update_list li span a {
display:inline;
}

#twitter_update_list a {
}

#twitter-link {
 font-size: 85%;
}