/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/*  
Theme Name: Bueno - modified
Version: 1.1 -> 0.1
Description: Modified by <a href="http://curtis.klope.org>Curtis Klope</a>, but originally designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: Curtis Klope & WooThemes
Author URI: http://curtis.klope.org & http://www.woothemes.com

Copyright: (c) 2009 WooThemes.
	License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html

*/

/*-------------------------------------------------------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation
-2.2.1 Drop-down menus
-2.3 Header
-2.4 Content
-2.5 Sidebar
-2.6 Extended Footer
-2.7 Footer

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / WP-Pagenavi

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets
-4.3 Extended Footer Widgets

5. COMMENTS
-5.1 Comments
-5.2 Pingbacks / Trackbacks
-5.3 Comments Form

-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------



1. SETUP
-1.1 Defaults
*/

body  { font: 14px Georgia, Times, Serif; line-height: 1.5; color: #333333; }

/*
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
*/

#container  {
}

.col-left { float: left; }
.col-right { float: right; }
.col-full  { width: 940px; margin: 0 auto; }
.col-center { width: 700px; margin: 0 auto; }


/*
-2.2 Navigation
*/

#navigation  { text-transform: uppercase; font-size:11px; background-color: #000; }
.nav, .nav ul  { z-index:100; margin:0; padding:0; list-style:none; line-height:1; }
.nav li  { float:left; width: auto; }

/*
-2.2.1 Drop-down menus
*/

/*
-2.3 Header
*/

#header{ width:940px; margin:0 auto; }

#logo  { }
#logo img  { display: block; }
#logo .site-title { display: none; }
#logo .site-description  { display: none; }

#menu  img { border:5px solid transparent; }

#menubuttons { height:128px; }
#menubuttons img { border:5px solid transparent; vertical-align:bottom;}

/*
-2.4 Content
-2.5 Sidebar
-2.6 Extended Footer
-2.7 Footer
*/

#footer  { font-family: Helvetica, Arial, sans-serif; font-size: 11px; padding: 8px 0; background-color: #000; color: #fff; text-transform: uppercase; }
#footer a:link, #footer a:visited  { color: #fff; }
#footer p  { margin: 5px 0 0 0; }
#footer #credit img  { vertical-align: middle; }
#footer #credit span  { display: none; }

/*
3. POSTS
*/

.post-meta li  { float: left; width: 154px; padding: 10px 0 7px 10px; }
.post-meta li.categories  { border-left: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7; }
.post-meta li span  { display: block; }
.post-meta li .head  { font-size: 10px; text-transform: uppercase; font-weight: bold; font-family: Helvetica, Arial, sans-serif; color: #7a7a7a; }
.post-meta li .body, .post-meta li .body a:link, .post-meta li .body a:visited  { font-size: 13px; color: #333333; font-style: italic; text-decoration: none; }
.post-meta li .body a:hover { color: #000000; text-decoration: underline;}

/*
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / WP-Pagenavi
*/

/* 4. WIDGETS */
/* 4.1 Generic Widgets */
.widget  { margin: 0 0 10px 0; }

/*
-4.2 Specific Widgets
-4.3 Extended Footer Widgets

5. COMMENTS
-5.1 Comments
-5.2 Pingbacks / Trackbacks
-5.3 Comments Form

-------------------------------------------------------------------------------------------*/
