/*  
Theme Name: Brainclaw 1
Theme URI: http://wordpress.org/
Description: The first itteration of Brainclaw.com on Wordpress.
Version: 0.1
Author: David Giuffre, Dave Martorana
Author URI: 
*/

body
{
	margin: 0;
}

/**** Top level ****/
#pageWrapper
{
	line-height: 1.3em;
}

/**** Hidden Information ****/
#headerWrapper
{
    margin: 0px auto;
	width: 950px;
	background: #000;
	border-left: 10px solid black;
	border-right: 10px solid black;
}

#header
{
	/*padding: 20px;*/
	color: #fff;
	border-top: 10px solid black;
	border-bottom: 10px solid black;
}

#header h2
{
  	margin: 0 0 5px 0;
}

#header ul, #header li
{
  	list-style: none;
}

#greyPages
{
	  	padding: 10px;
  	background: #2d2626;
  	border-bottom: 10px solid #000;
}

.greyTableCell
{
	background: #2d2626;
}

#greyDatesCalendar
{
  	float: left;
  	padding-right: 20px;
  	width: 200px;
}

#greyDatesList
{
  	float: left;
}

#greyDatesList a
{
  	color: #fff;
}

ul.topMenuList
{
	padding: 0;
	margin: 0;
}

/*

#greyCategories a
{
	color: #fff;
}

*/
.insideHeader
{
    font-size: 20px;
    text-decoration: underline;
}


/**** Main Body Section  ****/
#topDiv
{
 	background: #111111;
	width: 950px;
	margin: 0px auto;
	border: 10px solid #000;
}

#topDivPadded
{
	margin: 0px auto;
	padding: 20px 20px 55px 20px;
}

#superTop
{
  	margin: -20px 0 70px 0;
  	padding: 0px;
}

#BClogo
{
	background: #000;
	padding-top: 10px;
    float: left;
}

#BClogo img
{
    border-top: 0;
    border-bottom: 10px solid #000;
}

#toggleBar
{
    float: right;
    width: 100px;
	border-bottom: 10px solid #000;
	border-top: 5px solid #000;
	background: #000;
	text-align: center;
}

#toggleBar img
{
  	border: 0;
  	margin: 0;
  	padding: 0;
}

#topBlackBar
{
	margin-bottom: 20px;
	padding: 0;
	border: 10px solid #000;
	height: 15px;
	background: #000;
}

#mp3Player
{
	float: left;
	padding-right: 15px;
}

#mp3Info
{
	float: left;
}

#searchFormDiv
{
	float: right;
}

#searchFormDiv input
{
	font-size: 10px;
	color: #888;
}

#searchFormDiv input.flat
{
	border: 1px solid #000;
	margin-right: 5px;
	padding: 2px;
	margin-top: -2px;
}


/**** Main Body Section ****/

#banner
{
	padding-bottom: 20px;
}

#bannerImage
{
	float: left;
}

#rightCornerImage
{
	float: right;
}

#largeImageViewer
{
  	text-align: center;
}

#topContent
{
	margin-bottom: -30px;
	padding-bottom: 0;
}

#frontPostMeta
{
	margin-bottom: 20px;
}

#content
{
	float: left;
	width: 515px;
    text-align: left;
	line-height: 1.6em;
	font-size: 11px;
	/*padding-bottom: 20px;*/
	margin-right: 20px;
}

#recentPosts
{
	float: left;
	width: 150px;
    text-align: left;
    padding-left: 20px;
	margin-right: 20px;
	border-left: 10px solid #000;
}

#sidebar
{
  	float: right;
	text-align: right;
}

#footerWrapper
{
	/*background: #111111 repeat-y;*/
	background: #111111;
	width: 950px;
	margin: 0px auto;
	margin-top: -10px;
	border: 10px solid #000;
	clear: left;
}

#footer
{
	margin: 0px auto;
	padding: 20px 20px 20px 20px;
}

#footerGallery
{
  	float: left;
	width: 300px;
	margin-right: 20px;
}

#useTheseIcons
{
	float: left; 
	width: 250px;
	height: 200px;
	margin-right: 20px;	
	padding-left: 20px;
	padding-right: 20px;
	border-left: 10px solid #000;
	border-right: 10px solid #000;
}

#useTheseIcons img
{
  	border: 0;
  	padding-top: 5px;
}

#aboutBC
{
	float: right;
	width : 250px;
}

#copyrightInfo
{
	clear: left;
	text-align: center;
	margin-top: -10px;
	color: #888;  
	padding-bottom: 20px;
}

#singleContent
{
	float: left;
	width: 690px;
	_width: 630px;
	text-align: left;
	line-height: 1.6em;
	font-size: 11px;
	/*padding-bottom: 20px;*/
	margin-right: 20px;
}



#replyForm
{
	margin-top: 30px;
}

#replyForm input, #replyForm textarea
{
	border: 4px solid #000;
	padding: 4px;
	background: #ccc;
}


#commentsDiv
{
	background: #1D1818; /*url(/common/images/grid.jpg);*/
	width: 950px;
	margin: 0px auto;
	margin-bottom: -30px;
	border: 10px solid #000;
	border-top: 0;
}

#commentsDivPadded
{
	/*margin: 0px auto;*/
	padding: 20px 20px 55px 20px;
}

#commentText
{
	float: left;
	width: 700px;
}

#commentGravatar
{
	float: right;
	width: 90px;
	margin-bottom: 10px;
}

#commentGravatar img
{
	
}

.commentTitle
{
	font-size: 20px;
	color: #ad5e36;
}

ol.commentlist
{
	list-style: none;
	padding: 0;
	margin: 0;
}

ol.commentlist li
{
	background: #161313;
	margin: 0;
	padding: 10px;
	display: block;
	border: 10px solid #000;
	margin-top: 20px;
}

ol.commentlist li img
{
	border: 0;
	padding: 0 2px 0 2px;
}

ol.commentlist li cite
{
	font-size: 17px;
}

.archivePost
{
    text-align: left;
	line-height: 1.6em;
	font-size: 11px;
	border-bottom: 5px solid #000;
	
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.entry img
{
	margin: 0 10px 10px 0;
}

#searchResults
{
	float: left;
	width: 700px;
}

/**** Common Elements ****/

.clear
{
	clear: left;
}

.frontListPost
{
	padding-bottom: 15px;
}

#lastShadow
{
	margin: 0px auto;
	margin-top: -10px;
	width: 950px;
	height: 30px;
}

#singleMetadata
{
	clear: left;
	padding: 20px 0 20px 0;
}


/* Font Colors and whatnot */
body
{
	color: #eee;
	background: url(/common/images/bmetal.jpg);
	font-family: "Trebuchet MS", Geneva, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .1px;
}

a, a:visited
{
	color: #ad5e36;
	text-decoration: underline;
}

a:hover
{
	color: #ad5e36;
	text-decoration: none;
}

h1
{
	line-height: 1.2em;
}

.frontPostTitle
{
	font-size: 20px;
	font-weight: bold;
	color: #ad5e36;
}

.frontPostDate
{
	font-size: 28px;
	font-style: italic;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #ad5e36;
}

.frontListPostDate
{
	font-style: italic;
	padding-top: 0px;
	margin-top: 0px;
	color: #ad5e36;
	font-size: 12px;
}

.frontListPostComments a
{
	color: white;
}

img
{
	border: 10px solid #000;
}

#content img, #singleContent img
{
	margin: 0 10px 10px 0;
}

h3
{
  	padding: 0;
  	margin: 0;
  	font-size: 50px;
}

h4
{
  	padding: 0 0 5px 0;
	margin: 0;
 	font-size: 20px;
}

h2.pagetitle
{
	font-size: 26px;
}

.searchTitle
{
	font-size: 20px;
	text-decoration: none;
}

.searchTitle a
{
	text-decoration: none;
}

.searchTitle a:hover
{
	text-decoration: underline;
}


