/*
THEME NAME: Bryan Griffis
THEME URI: http://www.89designs.net
DESCRIPTION: Custom theme for Bryan Griffis
VERSION: 1.0
AUTHOR: Adam Tootle
AUTHOR URI: http://www.89designs.net
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
Thematic 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;
}
/*----Misc. Styles----*/
.float-right{
    float:right;
}
#ppocornerSmall{
    z-index:100;
}
/*----Header Style-----*/
#header{
    /*background: url('images/head-tile.jpg') top repeat-x #ffffff;*/
    background: #840b0e url('images/bg-top.png') top center no-repeat;
    height: 250px;
    margin-bottom: -8px;
}
#logo{
    float:left;
}
#header-stuff{
	width: 960px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 30px;
}
#header-links img{
    padding-right:10px;
}
#header-left{
    float:left;
    padding-top: 60px;
    padding-left: 25px;
}
#header-left a{
	font-family:Arial,sans-serif;
	color: #FFCC00;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
    text-decoration: none;
}
#header-left a:hover{
	color: #1A1A1A;
}
#header-right{
	background: url('images/flash-bg.png') top center no-repeat;
    float:right;
    height: 225px;
    width: 450px;
    padding: 10px 10px 10px 10px;
    margin-right: 25px;
}
#header-text{
	font-size: 13px;
	color: #FFCC00;
}
#header-flash{
    /*margin-top:30px;
    clear:both;
    background:url('images/flash-shadow.png') center top no-repeat;
    padding:13px 0 13px 0;*/
}

/*-----Navigation-----*/
#nav{
    border:0px;
    font-size:14px;
    font-family:helvetica;
}
#nav a{
    color:#ffffff;
}
#nav a:hover{
    color:#ffffff;
}
#nav .current_page_item{
    /*background:url('images/menu-hover-tile.jpg') repeat-x;*/
    color: white;
}
.menu ul .page_item{
    border:0px;
    background:transparent;
}
.menu a{
    border:0px;
    background: transparent;
}
.menu ul{
    border:0px;
}
.menu ul ul{
    /*border-right:2px solid #afb2af;
    border-bottom:1px solid #afb2af;*/
    font-size:16px;
    background:transparent;
}
.menu ul ul a{
	background: transparent;
}
.menu a:hover{
    color:#FE4B33;
    /*--background:#1A1A1A;--*/
    background:transparent;
    text-decoration: underline;
}
.menu .current_page_item{
    background:#000000;
}
#access{
    border:0px;
    /*--background:url('images/menu-tile.jpg') repeat-x;--*/
    background: url('images/menu-bg2.png') repeat-x;
    padding-left:25px;
    padding-top: 5px;
    padding-bottom: 4px;
}
#access a{
	color: #FFCC00;
	font-size: 14px;
}
#access li li a{
	color: #1b1a1a;
}
#access li li a:hover{
	color: #1b1a1a;
	text-decoration: underline;
}
/*----Content Styling----*/
#content-wrapper{
	background: #e7d2bc url('images/main-bg.jpg') top repeat-x;
	margin-top: -8px;
}
/*----Side Bar-----*/
#primary{
    border:0px;
    border-left:1px #999 solid;
}
#primary .widgettitle{
    font-style:normal;
    font-weight:bold;
    margin-bottom:5px;
}
.widgetcontainer{
    /*border:1px #ccc solid;*/
    padding:5px;
    margin-bottom:10px;
}
/*****FOOTER****/
#footer{
	background: #66727a;
}
#footer table{
    border:none;
}
#footer table tr{
    border:none;
}
#siteinfo, #siteinfo a{
	color: #E7D2BC;
}
/***IE Hacks***/
HTML>BODY DIV#header-flash
{   height: 332px;
    margin-top:-8px;
}
/*
HTML>BODY DIV#header-links-right
{   
    margin-right:25px;
}
*/
HTML>BODY DIV#header-flash object
{   
    margin:8px 0 0 0;
}

HTML>BODY DIV#directions
{   
    margin-top:-10px;
    margin-bottom:10px;
}
HTML>BODY DIV#header
{   
    /*height: 435px;*/
}
HTML>BODY DIV#logo
{   
    margin-right:220px;
}



#conash3D0{
	display: none;
}


