/*
THEME NAME: GWCustom
THEME URI: http://themeshaper.com/thematic/
DESCRIPTION: Theme for Gwendolyn Whiteside.com. Based on Thematic
VERSION: 0.1
AUTHOR: Jon Fernandez
AUTHOR URI: http://filament21.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

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

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

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

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

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

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

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/*-----------Begin Here-----------------------*/

#header {
    background-image:url(images/gw_header.jpg);
	height:152px;
}

#blog-title {
font-family:palatino, georgia,trebuchet MS, serif;
font-size:64px;
font-weight:normal;
}

#blog-title a {
color: #FFFFFF;
text-decoration:none;
}

#blog-title a:active, #blog-title a:hover {
color:#ff9900;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#fff2d3 none repeat scroll 0 0;
border-bottom-color:#CCCCCC;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}

#branding {
padding:36px 0 44px;
}

.menu {
font-family:palatino,georgia,trebuchet MS;
margin:0 auto;
text-transform:uppercase;
width:940px;
font-weight:bold;
}

#main {
clear:both;
padding:22px 0 22px;
}

.entry-title {
color:#BBBBBB;
font-family:palatino, georgia, trebuchet MS;
font-size:68px;
font-weight:normal;
line-height:68px;
padding:0 0;
text-transform:lowercase;
}

.entry-content {
font-size:13px;
line-height:21px;
padding:24px 0px 0px 10px;
}

#content {
margin:0 0 0 10px;
overflow:hidden;
width:900px;
}

.GW_header {
color:#542513;
font-family:palatino,georgia,trebuchet MS;
font-size:24px;
font-weight:bold;
padding:5px 0 14px;
}

/*---------------Blog / News Styles-------------------------*/


.blog h2.entry-title a {
color:#542513;
font-size: 48px;
margin-top: 20px;
}


.blog h2.entry-title a:active, .blog h2.entry-title a:hover {
color:#FF9900;
font-size: 48px;
}

.singular .entry-meta {
margin: 15px 0px;
}

.entry-meta .author,
.entry-meta .meta-prep,
.entry-meta .meta-sep-entry-date {
    display: none;
}

.entry-utility {
    color: #666666;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0;
    padding-bottom: 18px;
	border-bottom: 1px dotted #666666;
}

.nav-previous,
.nav-next {
   margin-top: 10px;
}    
    
.singular h1.entry-title {

}
/*---------------Tables-------------------------*/

table {
border-color:#CCCCCC;
border-style:none;
border-width:0px;
font-size:13px;
line-height:18px;
margin:0 0 22px;
text-align:left;
}

tr {
border-bottom:0px solid #CCCCCC;
}

.film tr.firstrow {
padding: 0px 0px 10px 0px;
}

th, td {
padding:0 75px 10px 20px;
}

.entry-content table {
margin-left:-20px;
}

.entry-content table.film {
width:750px;
}

.entry-content table.television {
width:750px;
}

.entry-content table.theater {
width:885px;
}

#footer {
border-top:0px solid #CCCCCC;
margin-top:0px;
}

