/*
Theme Name: Liberated
Theme URI: http://theliberation.net/liberated/
Description: A simplistic, organised theme designed to allow for expansion.
Version: 1.0
Author: Tom Barnett
Author URI: http://theliberation.net

Because there are a few images involved within the stylesheet, there is a seperate 'images.css' file.  All of the image information is contained within there.

*/

/* Please feel free to tamper or change around the CSS in this file as much as you want in order to get the desired preferable effect.  However, be absolutely sure you know what you are doing, or you could cause serious problems with your design. I won't be too happy to help with Minor CSS issues, unfortunately.  */

@import url("images.css");

/* the basics */

body{
 font-family: verdana, sans-serif;
 font-size: 11px;
 color: #333;
 line-height: 2.0em;
 margin: 0;
 padding: 0;
 text-align: center;
}

/* the container */

#container{
 width: 959px;
 margin-right: auto;
 margin-left: auto;
 text-align: justify;
 padding-top: 0px;
 padding-bottom: 0px;
}

/* the header */

#header{
 width: 950px;
 border: 0px solid #c5c5c5;
 margin-right: 0px;
 margin-left: 10px;
 padding-top: 0px;
 height: 130px;
 background-color: #DADADA;
}

#header h1, #header a{
 font-size: 20px;
 height: 0px;
 margin-left: 0px;
 font-family: lucida sans, tahoima, sans-serif;
 color: #fcfcfc;
 text-decoration: none;
}

#header h1{
 margin-top: 50px;
}

#nav{
 width: 718px;
 height: 20px;
 margin-top: 50px;
 padding: 0px;
}

#nav a{
 font-size: 12px;
 font-family: tahoma, sans-serif;
 color: #888;
 text-transform: lowercase;
 text-decoration: none;
}

#nav a:hover{
 color: #222;
}

/* the content */

#content{
 width: 540px;
 position: absolute;
 top: 160px;
 margin-left: 280px;
}

#content p{
 margin: 16px;
}

#content h2, #content h2 a{
 font-family: verdana, sans-serif;
 color: #ccc;
 font-size: 10px;
 margin: 10px;
 text-decoration: none;
}

#content h3{
 font-size: 14px;
 font-family: trebuchet ms, sans-serif;
 margin: 10px;
 margin-bottom: 0;
}

#content .single h3{
 margin-top: 30px;
}

#content h4{
 font-size: 13px;
 text-decoration: underline;
 margin: 10px;
}

#content .meta{
 font-size: 10px;
 color: #999;
 margin-top: 0;
 margin-bottom: 0;
}

#content a{
 color: #3A6C83;
 text-decoration: none;
 background-color: #fff;
 margin: 0;
}

#content a:hover{
 color: #fff;
 background-color: #3A6C83;
}

#content .button, #submit{
 background-color: #20AFC4;
 border: 1px solid #c5c5c5;
 padding: 6px;
 font-family: tahoma, sans-serif;
 font-size: 11px;
 color: #fff;
}

.wide #content{
 width: 740px;
 position: absolute;
 top: 150px;
 padding-bottom: 50px;
 margin-left: 0;
}

.postmeta{
 color: #555;
}

.right{
 float: right;
}

.left{
 float: left;
}


/* the sidebar */

#sidebar{
 width: 260px;
 padding-left: 10px;
 position: absolute;
 top: 142px;
 line-height: 1.6em;
 font-size: 10px;
}

#sidebar .box{
 border: 1px solid #CECECE;
 margin-top: 8px;
 padding: 8px;
 padding-top: 5px;
}

#sidebar li{
 list-style-type: none;
 margin: 0;
 padding: 0;
}

#sidebar li h1{
 margin: 0;
 padding: 0;
}

#sidebar ul{
 margin: 0;
 padding: 0;
}

#sidebar h2{
 font-size: 12px;
 color: #777;
 /* this puts all of the text in the h2 area into lower case, regardless.  if you want rid of this feature, then simply delete the text-transform: lowercase; bit */
 font-family: lucida sans unicode, lucida sans, tahoma, arial, sans-serif;
}

#sidebar a{
 color: #69c;
 text-decoration: none;
}

#sidebar a:hover{
 text-decoration: underline;
}

.searchbox{
 background-color: #f5f5f5;
 border: 1px solid #c9c9c9;
 padding: 1px;
 font-size: 9px;
 color: #c5c5c5;
}

/* comments */

.cmeta{
 font-size: 9px;
 color: #555;
 padding-bottom: 10px;
 border-bottom: 1px solid #c5c5c5;
 margin-bottom: 10px;
}

input{
 border: 1px solid #777;
 background-color: #ccc;
 color: #111;
 font-family: tahoma;
 font-size: 11px;
 padding: 2px;
}

input:hover{
 background-color: #f5f5f5;
 border: 1px solid #69c;
}

/* Original CSS and Design Copyright of Tom Barnett 2005 - http://theliberation.net/ */

/* Liberated Wordpress Plugin & Skin - http://theliberation.net/liberated/ */