/* 
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.

*/

#navigation a, #footer p, #sidebar .widget_woo_blogauthorinfo h3, .widget_woo_blogauthorinfo p, .widget_woo_blogauthorinfo a  { text-shadow: 0px 0px #111; }

/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

html, body {
	margin: 0; padding: 0; height: auto;
}
body { font: 15px/24px "Calibri", "Georgia", serif; color: #000; background-color: #fff; }

h1, h2, h3, h4, h5, h6 { margin: 0; color: #222; font-weight:normal; font-family: Calibri, Georgia, sans-serif; }
h1 {font-size: 22px; } h2 {font-size: 22px;} h3 {font-size: 18px;} h4 {font-size: 16px;} h5 {font-size: 14px;} h6 {font-size: 12px;}

p {margin: 0; }

hr { background-color: #e6e6e6;	border:0; height: 1px; margin-bottom: 20px; }

/* 1.2 Hyperlinks */

a:link, a:visited { color: #7D0000; text-decoration:none;}
a:hover { color: #333; text-decoration: underline; }

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited { }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { }



/*-------------------------------------------------------------------------------------------*/
/* 2. CONTAINERS */
/*-------------------------------------------------------------------------------------------*/

#wrapper { padding:0 0 40px 0; width: 940px; margin: 0 auto; }
.col-left { float: left; }
.col-right { float: right; }
.col-full { width: 940px; margin: 0 auto; }

#header-outer { background:	#AAA url(images/bg-gradient.png) repeat-y center top; margin-bottom: 30px; }
#header { text-align: center; background:	transparent url(images/bg-pattern.png) repeat center top; }

#logo { width: 820px; padding-top: 30px; margin: 0 auto; }
#logo .site-title { font-size: 82px; font-family: Georgia, serif; margin: 15px 0 35px; z-index: 999; position: relative; }
#logo .site-title a { color: #fff; }
#logo .site-title a:hover { color: #ccc; }
#logo .site-description { font-style: italic; font-size: 16px; padding: 5px 10px; display: inline !important; z-index: 1; position: relative; }
#logo img {}
#logo a:active img { margin-top: 2px; }

/* 2.2 Navigation */

#navigation { margin-top: 85px; }
#navigation a { color:#111; text-decoration:none; font-size:12px; }
#nav, #nav ul { z-index:100; margin:0; padding:0; list-style:none; line-height:1; }
#navigation a { display:block; z-index:100; padding:0 10px; line-height:30px; background-color: #222; color: #fff; }
#navigation li.current_page_item a { background-color: #fff; color: #111; }
#navigation a:hover { background:#444; }
#navigation li { float:left; width: auto; margin-right:5px; }
#navigation ul.social {}
#navigation ul.social li {display:inline;}
#navigation ul.social li a { color:#fff; background: #222 url(images/ico-twitter.png) no-repeat 10px center; padding-left: 36px;}
#navigation ul.social li a:hover { background-color: #555; }

/* 2.2.1 Drop-down menus */
#nav li ul { position: absolute; left: -999em; width: 152px; border-top: 1px solid #ddd; }
#nav li ul li { border-width: 0 1px 1px; border: 1px solid #ddd; border-top: none; text-align: left; }
#nav li ul li a { width:130px; line-height:32px; font-size:11px; color:#555; background: #FFF; }
#nav li ul li a:hover { background:#f7f7f7; }
#nav li ul ul { margin: -33px 0 0 150px; }
#nav li ul ul li a { }
#nav li ul li ul li a { }

#nav li:hover,#nav li.hover { position:static; }

#nav li:hover ul ul, #nav li.sfhover ul ul,
#nav li:hover ul ul ul, #nav li.sfhover ul ul ul,
#nav li:hover ul ul ul ul, #nav li.sfhover ul ul ul ul { left:-999em; }
#nav li:hover ul, #nav li.sfhover ul,
#nav li li:hover ul, #nav li li.sfhover ul,
#nav li li li:hover ul, #nav li li li.sfhover ul,
#nav li li li li:hover ul, #nav li li li li.sfhover ul { left:auto; }

/*-------------------------------------------------------------------------------------------*/
/* 3. QUICKLINKS */
/*-------------------------------------------------------------------------------------------*/

#tip { display:none; position: fixed!important; z-index: 9999;top: 37px!important; padding: 1px 8px 0px 8px; font-size:11px; font-size: 11px; font-weight: bold; text-transform: uppercase; color:#333; background: #fff; }

#quicklinks-outer { margin: 0 auto; width: 600px; }
#quicklinks { font-family: Helvetica, Arial, Sans-serif; position: fixed; z-index: 9998; width: 598px; height: 35px; top: 0px; padding: 0 0 0 18px; background-color: #222; border: 1px solid #444; }
#quicklinks ul { height: 35px; line-height: 35px;}
#quicklinks li { display: inline; margin-right: 2px; padding: 4px 0; }
#quicklinks li img { cursor: pointer; }
#quicklinks li.divide { padding-right: 22px; margin-right: 18px; background: url(images/ql-divider.png) no-repeat right center; }
#quicklinks li img { vertical-align: middle; }
#quicklinks li.inactive { opacity: .30; cursor: default; }
#quicklinks form { display: inline; }
#quicklinks form input[type=text] { width: 168px; height: 17px; padding: 3px 0 1px 5px; color: #404040; background: url(images/bg-search.png) no-repeat left top; border: none; }
#quicklinks form input[type=image] { margin: 0 -6px -4px 6px; }

/*-------------------------------------------------------------------------------------------*/
/* 5. SIDEBAR */
/*-------------------------------------------------------------------------------------------*/

#sidebar{ width:235px; padding-left: 30px; overflow:hidden; border-left: 1px dashed #D3D3D3; }
#sidebar .primary { }

/* 5.4 Credits (footer) */
#footer-outer { background-color:#222; float:left; width: 100%; }
#footer {padding: 20px; font-size:11px; text-transform: uppercase; color:#fff; }
#footer p { font-family: Helvetica, Arial, sans-serif;}
#footer #credit img{vertical-align:middle; margin:0 5px}
#footer #credit span{display:none;}
