/* 
INWERS 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.

*/

blockquote p { font-weight: bold; font-style: italic; margin: 1em 3em; }
blockquote p:before { content: '"'; }
blockquote p:after { content: '"'; }

#itemlist { font: 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif; color: #333; margin: 1em 3em; list-style-position: outside; }
#itemlist li li { margin: 0em 3em; }

#sub_nav_wrapper ul li a { color: #242366; }
#sub_nav_wrapper ul li a:hover { color: #242366; }
#sub_nav_wrapper ul li a.sub_active { color: #73041c; }
#sub_nav_wrapper .current_page_item a:link, #sub_nav_wrapper .current_page_item a:visited {color: #73041c; }

div.wpcf7 input, textarea { font-size: 14pt; color: #333; }
div.wpcf7 .submit { color: white; }

#footer_logo { margin-top: -20px; }
.copyright { text-align: center; }
.copyright a { color: #4d4d4d; }
.copyright a:hover { color: #919191; }


/* Tabbed Widgets */

.tabbed-widget .tw-tabs .ui-tabs-nav { display:block; height:auto; width:99.4%; }
.tabbed-widget .tw-tabs .ui-tabs-nav { text-transform:uppercase; }
.tabbed-widget .tw-tabs .ui-tabs-nav li { float:left; width:auto; height:auto; padding:0; margin:0; border:none; border-right:1px solid #eee; }
.tabbed-widget .tw-tabs .ui-tabs-nav a { float:left; padding:0.25em 1.5em; }
.tabbed-widget .tw-tabs .ui-tabs-nav .ui-tabs-selected a { background:#eee; color:#000; padding:inherit; padding:0.25em 1.5em; }
.tabbed-widget .tw-content { padding:0; margin-top:-1px; }
