/*
Theme Name: Lucidity
Theme URI: http://www.sandboxdev.com/
Description: Lucidty:adjective - clear, obvious, sensible.  This theme will make working with WordPress even easier with easy to use admin panels and theme files.
Version: 2.1
Author: Jennifer Zelazny/SDAC Inc.
Author URI: http://www.sandboxdev.com/
Tags: custom-header, custom-background, fixed-width, threaded-comments, translation-ready, custom-menu

# License:
# This file is part of the WordPress theme Lucidity by SDAC Inc.
# http://www.sandboxdev.com
#
# Copyright 2011 SDAC Inc. All rights reserved.
# http://www.sandboxdev.com
#
# Released under the GPL license
# License URI: http://www.opensource.org/licenses/gpl-license.php

JZ CSS file organization
-----------------
[1] General - All general items, browser specific hacks
[2] Header - All things specific to the header
[3] Main Content - All things specific to the main content
[4] Sidebar - Things which are specific to the sidebar.
[5] Footer - Things which are page and section specific.

Questions/Comments: http://www.sandboxdev.com/forums/
*/

/*---------[1]General---------*/
body {background:#111111;font-size:.8em; line-height:1.5em; font-family: Helvetica, 'Lucida Grande', Arial, sans-serif;color: #333;margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,form,ul,ol,p {line-height:normal; margin:0; padding:0;}

a {font-weight:bold;color:#3e88a2;text-decoration:none;}
a:hover {color:#e27c0e;text-decoration:underline;}
a img {border:0;}
a:focus {outline:none;}

code {font: 1.1em 'Courier New', Courier, Fixed;}
acronym, abbr, span.caps{font-size: 0.9em;letter-spacing: .07em;}

blockquote {border-left: 5px solid #ddd;margin: 15px 30px 0 10px;padding-left: 20px;}
blockquote cite {display: block;margin: 5px 0 0;}

p img {max-width:99%;}

.alignright {float:right;margin-left:5px;}
.alignleft, .alignnone {float:left;margin-right:5px;}
.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.clearjz {clear:both;}

img.alignleft, img.alignright, img.alignnone {padding:3px; border:1px solid #ddd;}

.center {text-align: center;}
.hidden {display: none;}

.screen-reader-text {position: absolute;left: -1000em;}

.wp-caption, .gallery-caption {font-size:.75em;font-weight:bold !important;margin-bottom:10px;}
p.wp-caption-text {margin:5px 0 0 0 !important;padding:0 !important;}

#site_links {width:980px;margin:20px auto 5px auto;}
#site_links p {text-align:right;font-size:.85em;}


#wrapper {background:#fff;width:980px;border:10px solid #1f1f1f; margin:0 auto;}

#container {background: url('images/bg-container.gif') repeat-y;width:980px;margin:10px 0 10px 0;}

/*---------[2]Header---------*/
#header {background:#64b3ce; height:155px;margin:10px 10px 0 10px;padding:20px 20px 0 20px;}
#header h1 a {color:#fff;font-weight:bold;font-size:1.3em;letter-spacing:2px;text-decoration:none;text-transform:uppercase;}
#header h3 {font-weight:normal;font-size:.85em;letter-spacing:2px;}
#header #site {float:left;display:inline;width:500px;}
#header #follow_icons {float:right;display:inline;}
#header ul {list-style:none;}
#header #follow_icons ul li {float:left;margin:0 0 0 5px;width:32px;height:32px;}

#follow_icons ul li a {width:32px;height:32px;text-indent:-9999px;display:block;background: url('images/icons-social.png') no-repeat;overflow:hidden;}
#follow_icons ul li.icon_feed a {background-position: 0 0;}
#follow_icons ul li.icon_twitter a {background-position: 0 -32px;}
#follow_icons ul li.icon_facebook a {background-position: 0 -64px;}
#follow_icons ul li.icon_foursquare a {background-position: 0 -96px;}
#follow_icons ul li.icon_flickr a {background-position: 0 -128px;}
#follow_icons ul li.icon_linkedin a {background-position: 0 -160px;}
#follow_icons ul li.icon_youtube a {background-position: 0 -192px;}
#follow_icons ul li.icon_myspace a {background-position: 0 -224px;}
#follow_icons ul li.icon_delicious a {background-position: 0 -256px;}
#follow_icons ul li.icon_technorati a {background-position: 0 -288px;}
#follow_icons ul li.icon_stumbleupon a {background-position: 0 -320px;}

#leaderboard_ad {width:728px;height:90px;margin:5px auto 5px auto;}

#main_nav {height:30px;background:#ddd;margin:10px 10px 0 10px;}
#main_nav ul {list-style:none;}
#main_nav ul li {float:left;height:30px;line-height:30px;text-transform:uppercase;background:#ddd;border-right:1px solid #fff;}
#main_nav ul li a {color:#333;padding:0 15px 0 15px;text-decoration:none;}
#main_nav ul li.current-menu-item, #main_nav ul li:hover, #main_nav ul li.current-menu-parent, #main_nav ul li.current-menu-ancestor {background:#ccc;}
#main_nav #site_search_form {float:right;display:inline;width:250px;}
#main_nav #site_search_form div {line-height:30px;height:30px;vertical-align:middle;}
#main_nav #site_search_form div input#s {border:1px solid #bbb;width:175px;padding:2px;}

/* Superfish Styles */
ul.lucidity_sf, .lucidity_sf * {margin:0;padding:0;list-style:none;}
ul.lucidity_sf {line-height:1.0;}
ul.lucidity_sf ul {position:absolute;top:-999em;width:16em;}
ul.lucidity_sf ul li {width:100%;border-bottom:1px solid #fff;}
ul.lucidity_sf li:hover {visibility:inherit;}
ul.lucidity_sf li {float:	left;position:relative;}
ul.lucidity_sf a {display:block;position:relative;}
ul.lucidity_sf li:hover ul,
ul.lucidity_sf li.sfHover ul {left:0;top:2.5em; z-index:99;}
ul.lucidity_sf li:hover li ul,ul.lucidity_sf li.sfHover li ul {top:-999em;}
ul.lucidity_sf li li:hover ul,ul.lucidity_sf li li.sfHover ul {left:16em;top:0;}
ul.lucidity_sf li li:hover li ul,ul.lucidity_sf li li.sfHover li ul {top:-999em;}
ul.lucidity_sf li li li:hover ul, ul.lucidity_sf li li li.sfHover ul {left:16em;top:0;}
ul.lucidity_sf a.sf-with-ul {padding-right:25px !important;min-width:1px;}

.sf-sub-indicator {position:absolute;display:block;right:.9em;top:1.05em;width:10px;height:10px;text-indent:-999em;overflow:hidden;background:	url('images/arrows-sf.png') no-repeat -10px -100px;}
a > .sf-sub-indicator {top:.8em;background-position: -10px -100px;}
a:focus > .sf-sub-indicator,a:hover > .sf-sub-indicator,a:active > .sf-sub-indicator,li:hover > a > .sf-sub-indicator,li.sfHover > a > .sf-sub-indicator {background-position: 0 -100px;}
.lucidity_sf ul .sf-sub-indicator { background-position:  -10px 0; }.lucidity_sf ul a > .sf-sub-indicator { background-position:  0 0; }.lucidity_sf ul a:focus > .sf-sub-indicator,.lucidity_sf ul a:hover > .sf-sub-indicator,.lucidity_sf ul a:active > .sf-sub-indicator,.lucidity_sf ul li:hover > a > .sf-sub-indicator,.lucidity_sf ul li.sfHover > a > .sf-sub-indicator {background-position: -10px 0;}

.sf-shadow ul.sf-shadow-off {background: transparent;}

/*---------[3]Main Content---------*/
#content {float:left;display:inline;width:620px;margin: 0 10px;}

.post_date {background:url('images/bg-calendar.gif') no-repeat;text-align:center;width:48px;height:52px;float:right;border:1px solid #ddd;margin:0p 0 5px 10px;}
.post_date .dayname {margin-top:4px;color:#000;font-weight:bold;line-height:10px;font-size:.8em;width:100%;}
.post_date .daynum {margin-top:6px;font-size:1.3em;line-height:1.4em;color:#000;font-weight:bold;width:100%;}
.post_date .month, .post_date .year {width:100%;text-transform:uppercase;}
.post_date .month{margin-top:2px;font-size:.8em;font-weight:bold;line-height:.8em;color:#000;}
.post_date .year {margin-top:2px;font-size:.75em;font-weight:normal;line-height:.8em;color:#000;}
.post_categories {display:inline;margin:0;padding:0;}
.post_categories li {display:inline;list-style-type:none;padding:0;margin:0;}

div.post, div.page {clear:both;margin-bottom:10px;background:#eee;padding:10px;border:1px solid #ddd;}
div.post h2 a:hover, div.page h2 a:hover {text-decoration:none;}
.post input#s {border:1px solid #bbb;width:510px;padding:2px;}

.post.no_search h2 {margin-bottom:10px;}
.post.no_search h3 {margin-top:15px;}

div.post.sticky {background:#dcdcdc;border:1px solid #bbb;}
div.post.sticky .entry {border:1px solid #bbb;}

.meta {border-bottom:1px dashed #ccc;margin-bottom:10px;padding-bottom:5px;}
.meta h4 {text-transform:uppercase;font-size:.85em;margin:3px 0 3px 0;color:#666;}

.entry {line-height:1.5em;background:#f8f8f8;padding:10px;border:1px solid #ddd;}
.entry p {margin:0 0 15px 0;padding:0;}
.entry ul, .entry ol {margin:5px 0 5px 25px;padding:0;}
.entry ul li {list-style:square; margin-bottom:10px;}
.entry ol li {margin-bottom:10px;}
.entry img {padding:0;max-width: 575px;}

.tags h4 {text-transform:uppercase;font-size:.85em;margin:3px 0 3px 0;color:#666;margin-top:10px;}

#comment_section h3 {margin-top:25px;}

.commentlist li {list-style: none;margin: 15px 0 10px;padding: 5px 25px 10px 10px;background:#fff;border:1px solid #ccc;}
.commentlist li ul li { margin-right: -5px;margin-left: 10px;}
.commentlist li .avatar { float: left; display:inline;background: #fff;border: 1px solid #bbb;margin-right:10px;padding: 2px;}
.commentlist cite, .commentlist cite a {font-weight: bold;font-style: normal;font-size: 1.1em;}
.commentlist p {line-height:1.5em;margin: 10px 5px 10px 0;}

.comment.odd {background:#f8f8f8;}
.comment.bypostauthor {background:#dedede;}

#commentform {margin: 5px 10px 0 0;}
#commentform p {margin: 5px 0;line-height:21px;}
#commentform p label {font-weight:bold;float:left;width:55px;}
#commentform p .required {color:red;padding:0 10px 0 0;}
#commentform p.comment-form-url label {width:72px;}
#commentform input#author, #commentform input#email, #commentform input#url {width: 250px;border:1px solid #bbb;padding: 3px;}
#commentform textarea {width: 98%;border:1px solid #bbb;padding: 2px;}
#commentform #submit {margin: 0 0 15px auto;float: right;}

.alt {margin: 0;padding: 10px;}

.nocomments {text-align: center;margin: 0;padding: 0;}

.commentmetadata {margin: 5px 0 0 0;display: block;}

.navigation {margin-bottom:10px;height:20px;line-height:20px;}
.navigation.top {clear:both;background:#eee;border:1px solid #ddd;margin-bottom:10px;padding:10px;}

.misc {padding-bottom:10px;}
.misc h2 {border-bottom:1px dashed #ccc;margin-bottom:10px;padding-bottom:5px;}
.misc h3 {margin:15px 0 10px 0;text-transform:uppercase;}
.post.misc_archive {margin-bottom:10px;}

/* Galleries */
.gallery img {padding:3px; border:1px solid #ddd !important;}

/*---------[4]Sidebar---------*/

#sidebar {float:left;display:inline;width:330px;margin:10px 10px 10px 0;}
#sidebar h2 {font-size:1.2em;letter-spacing:1px; text-transform:uppercase;color:#fff;margin-bottom:10px;}
#sidebar ul {margin:0 0 10px 0;padding:0;list-style:none;}
#sidebar ul ul {margin-left:5px;padding:0;}
#sidebar ul ul li {background: url('images/bullet-list.png') no-repeat; padding-left:15px;}
#sidebar ul ul ul li {list-style:square;background:none;padding:0;}
#sidebar ul ul ul {margin:5px 0 0 15px;}
#sidebar li {margin-bottom:5px;}
#sidebar li.widget {float:left;clear:both;width:300px;margin:10px 20px 20px 15px;}
#sidebar a {color:#333;}
#sidebar input#s {border:1px solid #999;width:185px;margin-top:10px;padding:3px;}
#sidebar .textwidget {margin-top:10px;}
#sidebar .textwidget p {margin-bottom:10px;}

/* Follow Widget */
#sidebar .widget_lucidity_follow_widget ul {margin:10px 0 0 0;padding:0;}
#sidebar .widget_lucidity_follow_widget ul li {float:left;display:inline;background:none;margin:0;padding:0;}

/* WP Calendar */
#sidebar .widget_calendar #wp-calendar {width:100%;border-collapse:collapse;border-right:1px solid #ccc !important;border-bottom:1px solid #ccc !important;}
#sidebar .widget_calendar #wp-calendar caption {text-align:left;font-weight:bold;margin-bottom:10px;}
#sidebar .widget_calendar #wp-calendar th {text-align:left;background:#ccc;padding:5px}
#sidebar .widget_calendar #wp-calendar tr {height:25px;border-top:1px solid #ccc !important;}
#sidebar .widget_calendar #wp-calendar tr td {padding:5px;border-left:1px solid #ccc !important;}
#sidebar .widget_calendar #wp-calendar tr td#today {background:#ccc;}
#sidebar .widget_calendar #wp-calendar tfoot tr td.pad {border:0 !important;}
#sidebar .widget_calendar #wp-calendar tfoot tr td#next {text-align:right;}

/*---------[5]Footer---------*/

#footer {clear:both;background:#ddd;height:15px;margin:10px;padding:10px;}
p#SDAC {text-align:center;color:#666;font-size:.9em;text-transform:uppercase;margin:10px 0 20px 0;}
p#SDAC a {color:#333;font-weight:normal;}
p#SDAC a:hover {color:#3e88a2;text-decoration:none;}

span.author_search {display:block;margin:5px 0 5px 0;}
label.author_search_label {font-weight:bold;font-size:.85em;}

