/*
Theme Name: Five by Fifty BAT client theme
Theme URI: http://fivebyfifty.com/
Description: 
Version: 1.0
Author: Ian Lynam
Author URI: http://ianlynam.com/
Tags: 
*/

/* stylesheet orgainization generally matches page top-bottom */
/* top menu and large buttons are in a separate file */

body {
    background-color: white;
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: black;

	}
	
#page {
    width: 935px;
	margin: auto;
	}

/**** logo ****/

#header table {
    height: 90px;
	margin: 15px 0;
	}
	
#header td { 
    vertical-align: middle; 
	padding: 0;
	}
#header td p { margin: 0; }

#header td#logo	{ width: 340px; }

#header td#description	{ 
	border-left: 3px solid #222;
	padding-left: 15px;
	font-size: 36px; 
	color: #999;
    }

#headerlink a {
    display: block;
    background-image: url(images/logo.png);
	background-repeat: no-repeat;
    width: 304px;
    height: 0px;
    padding-top: 84px;
    overflow: hidden;
    }
	

/* top article */

#intro {
    padding-left: 15px; 
    }




/* general links */

a { font-family: 'Hoefler Text', Georgia, Times, Serif; }

h2, a {
  color: black;
  }

h2 a, h3 a { font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif; }
    
/** excerpt is used by boxes throughout the site **/



.excerpt { 
    width: 420px; /* 460 - padding */
    height: 250px;
    margin: 0 15px 15px 0;
    padding: 15px;
    border: 1px solid #e7e8e9; /* lines */
    float: left;
	}
	
.excerpt a { text-decoration: none; }

.excerpt img { 
    float: left; 
	margin-right: 5px;
	}
	
.excerpt h3   { 
    margin: 0 0 5px 0;
	font-size: 10pt; 
	color: #a7a7a7; 
    }
.excerpt h3 a { color: #a7a7a7; }
.excerpt h2, #single h2 { margin: 0px 0px; font-size: 20pt; }
.excerpt h4 { margin-bottom: 0; }

.postdate { 
    font-size: 9pt; 
	color: gray; 
	font-family: serif;
	margin: 0;
	}
	
	
/**** the main / reports overview page ****/

.report { 
    clear: both; 
    border-top: 1px solid black;
    }
.report h2 {
    padding-top: 10px;
    }

.report div.alignleft {
    float: left;
    width: 400px;
    }
.report div.otherleft {
    width: 400px;
    margin-left: 450px;
    }

.report div.alignright {
    float: right;
    width: 400px;
    }
.report div.otherright {
    width: 400px;
    }
    
.report div.image {
    }

.report div.highlights {
    width: 400px; 
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 1.4em;
    }
    
.report p.caption {
    font-style: italic;
    font-size: smaller;
    margin-bottom: 5px;
    }
.report p.captionlink {
    font-style: normal;
    font-size: normal;
    margin-top: 0;
    }
 

.report a { text-decoration: none; 
    font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif; 
}
.report a.black { color: black; }
.report a.pink { color: #ec008c; }
	
	
	
/**** excerpts at the bottom ****/

#bottom div.excerpt	{ background-color: #e7e7e7; }
	

/**** login form ****/

#login h1 { 
    margin-bottom: 0.2em; 
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	background-color: white;
	}

#login #loginform,
#login #lostpasswordform
    {
	background-color: #e8e8e8;
  	padding: 15px 30px 0px;
	margin: 0;
	}



#login #loginform p, 
#login #lostpasswordform p
    {
    margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	line-height: 30px;
	}

#login p#nav {
    padding-left: 30px;
	padding-bottom: 15px;
	margin-top: 0px;
	background-color: #e8e8e8;
    }

#login p.message {
    padding: 15px 30px;
	margin: 0px;
	background-color: #e8e8e8;
    }

#loginnotes {
    color: #999;
	font-size: smaller;
	}

/**** single post and single page ****/

#single { 
	padding: 15px;
	border: 1px solid #e7e8e9; /* lines */

    }	
	
	
.article { /* matches excerpt but width is different */
	width: 905px; /* 935 - padding */
    margin: 0 0 15px;
	padding: 15px;
	border: 1px solid #e7e8e9; /* lines */
	clear: left;
	}

#single table td { 
    vertical-align: top;
    width: 50%;
    }

#single table td.right { 
    border: 1px solid #999;
    padding: 10px;
    }

#single table td.right p {
    margin-top: 0px;
    padding-bottom: 12px;
    
    border-bottom: 1px solid #999;
    }
    
#single table td.right p strong {
    color: #ec008c;
    text-transform: uppercase;
    }



#contact input, #contact textarea { width: 300px; }

/**** navigation section on single pages ****/

.navigation { padding-top: 80px; }

.navigation a { 
    color: #ec008c; 
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
  }


/* assorted special items */

/**** graphic titles ****/

img.ttf, h2 img.ttf, h3 img.ttf { float: none; margin: 0; }

.gray, .grey { background-color: #e7e8e9; }	
	
#footer { clear: both; text-align: center; }
	
ul.post-categories { /* unused?? */
    margin: 0; 
	padding: 0; 
	margin-bottom: 15px;
	}
ul.post-categories li { list-style-type: none; margin: 0; padding: 0; }

a.more { 
	display: block; 
	clear: left; 
	margin: 0; 
	margin: 0;
	padding-top: 0.8em;
	}



	
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
