/*   
Theme Name: W Craig Tomlin Theme
Theme URI: http://www.wcraigtomlin.com/
Description: Customization of Thematic WordPress theme for W Craig Tomlin.
Author: Deborah Edwards-Onoro, Lireo Designs
Author URI: http://www.lireo.com/
Template: thematic
Version: 1.0
Tags: Thematic

colors:  
dark blue: #0c2b48 (gradient)
medium blue: #1d446d (gradient)
blue for links: #003562;
dark gray/brown: #2f2626 (banner)
navigation & headings:  font-family: "Trebuchet MS", Arial, sans-serif;
body content and banner title:  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif; 
blockquote:  font-family: Georgia,"Times New Roman",Times,serif;

*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


body, input, textarea {
    font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif; 
    /* font-family: Georgia,"Times New Roman",Times,serif;*/
}


/*= header */
#skiplink {
    position: absolute;
    left: -5000px;
}
#header {
    background: #0d2c49 url(images/banner13.jpg) repeat-x 0 0; 
    border-top: 1px solid #ccc;
}
#branding {
    padding: 55px 0 33px;
}
#blog-title a,
#blog-title a:active,
#blog-title a:hover {
    background: transparent none repeat-x 0 0;
    color: #dedede; 
    /* font-family: "Palatino Linotype", "Times New Roman", serif; */
    font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
    padding: 5px 0 0 5px;
}
#blog-description {
    color: #dedede;
    padding-left: 6px;
}


/*= headings */
.entry-title {
    font-family: "Trebuchet MS", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6,
.entry-title h1,
.entry-title h2,
.entry-content h2 {
    color: #3c3c3c;
    font-family: "Trebuchet MS", Arial, sans-serif;
}
.entry-content h1, 
.entry-content h2,
.entry-content h3 {
    padding: 14px 0;
}
.main-aside h3 {
    font-weight: bold;
}
.aside h3 {
    margin-top: 15px;
}


/*= links */
a:link,
.aside a:link {
    color: #003562;
}
a:active, 
a:hover,
.aside a:active,
.aside a:hover {
    color: #003562;
    text-decoration: none;
}
.aside a:visited {
    color: #743399;
}
a img,
img a,
.textwidget a img,
.textwidget a:hover img {
    background-color: transparent;
    border: none;
    text-decoration: none;
    vertical-align: bottom;
}
.textwidget a img,
.textwidget a:hover img {
    margin-top: 10px;
}


/*= containers */
wrapper {
    background: transparent none repeat 0 0;
} 
#container {
    padding-left: 11px;
}
#main {
    background: #fff url(images/main.jpg) repeat-x 0 0;
    color: #555555;
    padding: 44px 0 22px;
    width: 958px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#footer {
    margin-top: 0;
    padding-top: 22px;
}


/*= menu */
#access {
    background: #32483b url(images/access-bg.jpg) repeat scroll 0 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;  
    font-size: 13px;
    position: relative;
}
.menu {
    background: transparent none repeat scroll 0 0;
    font-family: "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 960px;
}
.sf-menu a, 
.sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    background: #32483b url(images/access-bg.jpg) scroll 0 0;
    border-top: none;
    border-bottom: none;
	  color: #fff;
	  font-weight: bold;
}

.sf-menu li li {
	background:		#3b664d;
}

.sf-menu li:hover, 
.sf-menu li.sfHover,
.sf-menu a:focus, 
.sf-menu a:hover, 
.sf-menu a:active {
    background: #fff none repeat scroll 0 0; 
    color: #3b664d;
    text-decoration: none;
}
.sf-menu ul a:hover {
    background-color: #fff;
    color: #3b664d;
}
.sf-menu .current_page_item a, 
.sf-menu .current_page_ancestor a, 
.sf-menu .current_page_parent a {
    background-image: url(images/menu-arrow.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.sf-menu ul a {
    background: #3b664d url(images/access-bg.jpg) repeat scroll 0 0;
    color: #fff;
}


/*= search */
#access-search {
    border-bottom: none;
    height: 31px;
    left: 50%;
    margin-left: 225px;
    padding: 2px 0 0 0;
    position: absolute;
    width: 260px;
}
#access form {
    margin: 0;
}
#searchsubmit {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#access-search input,
#searchsubmit input {
    vertical-align: middle;
}

/*= text */
.entry-content {
    padding: 5.5px 0 0;
}
blockquote {
    border-left: 2px outset #ccc;
    color: #3b664d;
    font-family: Georgia,"Times New Roman",Times,serif;
    margin: 0 1em;
    padding: 5px 15px;
}
.entry-content ul {
    margin: 0 11px 22px 22px;
    padding: 0 11px;
}
ol ol {
    list-style-type: lower-alpha;
}


/*= side column */
.aside .rsswidget a:hover {
    color: #003562;
    text-decoration: none;
}
.aside ul ul {
    list-style-type: none;
    margin: 10px 0 22px 0;
}
.aside ul ul li {
    padding: 11px 0;
}
a.rss  {
    background: transparent url(images/feed-icon.gif) no-repeat scroll 0 0;
    display: block;
    float: left;
    margin-top: 10px;
    padding: 32px 0 20px 55px;
}
.rssSummary {
    font-size: 90%;
}
#primary {
    border: none;
    margin-bottom: 11px;
}
.widgetcontainer li {
    margin-bottom: 10px;
}


/*= ads */
#wp125adwrap_2c { 
    width: 100%; 
}
#wp125adwrap_2c .wp125ad { 
    width: 125px; 
    float: left; 
    padding: 0px 4px 25px 0px; 
}


/*= contact form */
.wpcf7-form label {
    display: block;
}
span.wpcf7-list-item {
    display: block;
}
.wpcf7-form input[type="text"],
.wpcf7-form textarea {
    border-top: 2px solid #cecece;
    border-left: 2px solid #cecece;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus{
    background-color: #efe;
    border-top: 2px solid #666;
    border-left: 2px solid #666;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}


/*= footer */
#footer {
    background: #fff url(images/main.jpg) repeat-x 0 0;
    border: 1px solid #ccc;
    color: #555555;
    margin: 0 auto;
    width: 958px;
}
#subsidiary {
    padding: 0;
}
#footer .widgetcontainer {
    margin: 0 0 18px;
    padding: 0 1px;
}
#footer .widgettitle {
    color: #6b5656;
    font-weight: bold;
    font-size: 16px;
}
#subsidiary #first.aside {
    margin: 0 20px 0 10px;
    width: 900px;
}
#footer .textwidget {
    color: #2f2626;
    margin-top: 20px;
    line-height: 1.5;
}
#footer .aside ul ul {
/*    display: inline;
   float: left; */
   width: 850px;
}
#footer .aside ul ul li {
    /* border-bottom: 1px solid #6b5656; */
    padding: 4px;
    display: inline;
}
#siteinfo {
    font-size: 12px;
    padding: 11px 0 11px 11px;
    width: 920px;
}
#footer p {
    color: #2f2626;
    padding: 5px 0 0 0;
    margin: 0;
}
#footer a,
#siteinfo a {
    color: #2f2626;
    text-decoration: underline;
}
#footer a:active, 
#footer a:hover,
#siteinfo a:active, 
#siteinfo a:hover {
    color: #2f2626;
    text-decoration: none;
}
#footer a:visited {
    color: #2f2626;
}


/* miscellaneous 
.entry-content img {
    margin: 5px 0 18px;
}*/
.imgspace {
    margin-right: 5px;
}
.alignright, 
img.alignright {
    margin-left: 20px;
}
.alignleft,
img.alignleft {
    margin-right: 20px;
}
.imgborder {
    background: #e4e4e4 none repeat scroll 0 0;
    border: 1px solid #ccc;
    margin: 5px 0 0 22px;
    padding: 5px;
    text-align: center;
}
.hidden {
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -500px;
    width: 1px;
}

