/* Layout
------------------------------------------------------*/
 
#page-container
{
	width: 900px;
	margin: 0px auto;
	text-align: left;
}
 
#page-navigation
{
	background: url("images/bg_page_navigation.gif") no-repeat 0% 0%;
	padding-bottom: 0px;
        padding-left: 20px;
        padding-right: 0px;
        padding-top: 10px;
}
 
#page-content
{
	background: url("images/bg_page_content.gif") repeat-y 0% 0%;
	padding: 0px 10px 0px 10px;
}
 
#page-footer
{
	background: url("images/bg_page_footer.gif") no-repeat 0% 100%;
	padding: 10px 15px 15px 20px;
	text-align: right;
margin-left:auto;
margin-right:auto;
width:865px;
}
 
#content-wrapper
{
	padding: 20px 20px 20px 20px;
}
 
#content-main
{
	width: 525px;
	float: left;
	padding: 0px 0px 30px 0px;
}
 
#content-main.wide
{
	width: 820px;
	float: none;
}

#content-main2
{
	width: 525px;
	float: left;
	padding: 0px 0px 30px 0px;
}
 
#content-sidebar
{
	width: 265px;
	float: right;
}
 
#content-extras
{
	background: url("images/bg_content_extras2.gif") repeat-x;
	padding: 0px 25px 10px 25px;
}
 
 
/* Branding
------------------------------------------------------*/
 
#branding
{
      height:40px;
      padding-right:52px;
      padding-top:10px;
      
}
 
#logo h1
{  
     display: block;  
     width: 170px;  
     height: 160px;  
     text-indent: -9999px;  
     float: left; 
     background: url("images/logo5.gif") no-repeat 0% 0%;  
     padding: 0px;  
 }  
 
#search
{
	width: 240px;
	float: right;
	margin: 1px 0px 0px 0px;
        padding-right:5px;
}
 
#search h2
{
	font: bold 0.9em Arial, tahoma, sans-serif;
	color: #000000;
	margin: 0px 0px 4px 0px;
}
 
#search .box
{
	background-color: #ffffff;
	padding: 2px;
        border: 1px solid #bbb;
        margin-top:6px;
        margin-right:2px;
}
 
#search input
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #000000;
	width: 165px;
	float: left;
	margin: 0px 6px 0px 0px;
	padding: 2px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
}
 
#search input.submit
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #000000;
	text-transform: lowercase;
	width: 55px;
	margin: 0px;
	padding: 2px 1px 1px 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bbb;
}
 
 
/* Page navigation
------------------------------------------------------*/
 
#page-navigation .rss
{
	background:  url(http://blockclubonline.com/wp-content/themes/TealGray/images/logonew2.jpg) no-repeat 0% 0%;
	display: inline;
        position: relative;
	float: left;
	width: 80px;
	height: 90px;
	text-indent: -9999px;
	margin: -50px -10px 0px -20px;
        padding-right:20px;
}
 
 
#nav {
	position: relative;
	height: 40px;
	padding: 0px;
	margin-left:50px;
	overflow: hidden;
	width: 800px;
}
 
#nav li {
  float: left;
  list-style: none;
}
 
#nav li.back {
  background: #696566 url("images/page_nav_hover2.gif") no-repeat 0% 100%;
  width: 2px; 
  height: 40px;
  z-index: 8;
  position: absolute;
}
 
#nav li a {
 background: url("images/page_nav_default3.gif") no-repeat 50% 69%;
 font: bold 1.1em Georgia, "Times New Roman", Times, serif;
 color: #000000;
 text-decoration: none;
 top: 12px;
 z-index: 10;
 display: block;
 float: left;
 height: 40px;
 position: relative;
 overflow: hidden;
 padding: 0px 15px 0px 15px;
}
 
#nav li.current_page_item a, #nav li.current_page_parent a {
  color: #000000;
}
 
#nav li a:hover, #nav li a:active, #nav li a:visited {
  border: none;
}
 
 
/* Breadcrumbs
------------------------------------------------------*/
 
#breadcrumbs
{
	padding: 15px 20px 12px 30px;
	background-color: #ffffff;
}
 
#breadcrumbs a
{
	color: #45371b;
}
 
#breadcrumbs strong
{
	color: #45371b;
}
 
 
 
/* Page content
------------------------------------------------------*/
 
#content-head img
{
	display: block;
	
	
}
 
#content-wrapper h1
{
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dashed #000000;
}
 
#content-wrapper h1 span
{
	color: #7e8157;
}
 
#content-wrapper h2
{
	font: bold 1.3em/140% Arial, Tahoma, sans-serif;
	color: #ee4037;
	margin: 20px 0px 10px 0px;
	text-transform: uppercase;
}
 
#content-wrapper h2 span
{
	color: #000000;
}
 
#content-wrapper h2.posted
{
	font: bold 1.0em Georgia, "Times New Roman", Times, serif;
 
 
 
	color: #000000;
	margin: -15px 0px 20px 0px;
	text-transform: none;
	xtext-align: right;
}
 
#content-wrapper h3
{
	font: normal 1.3em/140% Arial, Tahoma, sans-serif;
	color: #000000;
	margin: 20px 0px 10px 0px;
}
 
#content-wrapper p strong
{
	color: #000000;
}
 
#content-wrapper img
{	margin: 0.5em 15px 1.5em 0;
	float: left;
}
 
#content-wrapper a
{
	color: #000000;
}
 
#content-main ul
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 16px;
	list-style-type: square;
}
 
 
/* Page content - topics
------------------------------------------------------*/
 
#content-main .post-item
{
	margin: 0px 0px 20px 0px;
}
 
#content-main .post-item h1
{
	margin-bottom: 10px;
}
 
#content-main .post-item h1 a
{
	text-decoration: none;
}
 
#content-main .post-item h1 a:hover
{
	color: #45371b;
}
 
#content-main .post-item h2
{
	font: bold 1.0em Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 7px 0px;
	padding: 3px 0px 0px 0px;
	text-transform: none;
}
 
#content-main .post-item img
{
	
	margin: 3px 15px 3px 0px;
}
 
#content-main .post-item a.detail
{
	font: bold 1.1em Arial, tahoma, sans-serif;
}
 
#post-navigation
{
	margin: 50px 0px 0px 0px;
	padding: 8px;
	background-color: #b7b7b7;
}
 
#post-navigation a
{
	display: block;
	float: left;
	font: bold 0.9em Arial, Tahoma, sans-serif;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
 
#post-navigation .next a
{
	float: right;
}
 
#post-navigation a:hover
{
	color: #ED1C24;
}
 
 
#post-indexing
{
	margin: 50px 0px 0px 0px;
	padding: 8px;
	background-color: #e1e1e1;
}
 
 
/* Page content - images
------------------------------------------------------*/
 
#content-main .alignleft
{
	float: left;
	margin: 3px 15px 10px 0px;
}
 
#content-main .alignright
{
	float: right;
	margin: 3px 0px 10px 15px;
}
 
 
 
/* Page content - portfolio
------------------------------------------------------*/
 
#portfolio-list
{
	margin-top: 20px; 
}
 
#portfolio-list .portfolio-item
{
	width: 260px;
	float: left;
	margin: 0px 20px 25px 0px;
}
 
#portfolio-list .last
{
	margin-right: 0px;
}
 
#portfolio-list h2
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #ca4d0f;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-transform: none;
}
 
#portfolio-list p
{
	font: normal 1.0em/130% Arial, tahoma, sans-serif;
}
 
 
/* Page content - comments
------------------------------------------------------*/
 
#content-main .commentlist
{
	margin: 25px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
 
.commentlist li
{
	margin: 8px 0px 0px 0px;
	padding: 8px 10px 0px 0px;
	border-bottom: 1px solid #000000;
}
 
.commentlist cite
{
	display: block;
	padding-top: 12px;
}
 
#content-main .commentlist h3
{
	font-size: 1.0em;
}
 
#content-main .commentlist h3 strong
{
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
}
 
#content-main h3 img 
{
	float: left;
	width: 53px;
	height: 53px;
	padding: 4px;
	margin: 0px 20px 0px 0px;
	background-color: #fff;
	border: 1px solid #dcd8c5;
}
		
.commentinfo {
	float: left;
	padding-top: 5px;
	font-size: 0.9em;
}
 
.commentlist li.my_comment 
{
	
	padding-left: 10px;
}
 
.commenttext 
{
	font-size: 0.9em;
}
 
.commentlist code 
{
	font-size: 1.3em;
	line-height: 120%;
}
 
 
/* Page content - comment forms
------------------------------------------------------*/
 
#post-comment
{
	border-top: 5px solid;
	background-color;
	padding: 20px;
}
 
#content-main2 #post-comment input, #content-main #post-comment textarea
{
	background-color: #fff;
}
 
#content-main2 label
{
	display: block;
	font: bold 1.0em/120% Arial, tahoma, sans-serif;
	color: #000000;
	float: left;
	width: 180px;
	margin: 5px 0px 10px 0px;
}
 
#content-main2 input, #content-main2 textarea
{
	float: left;
	width: 290px;
	background-color: #E9EDF4;
	border: 1px solid #000000;
	font: normal 1.1em/120% Arial, tahoma, sans-serif;
	color: #000000;
	margin: 0px 0px 15px 0px;
	padding: 4px;
}
 
#content-main2 textarea
{
	width: 270px;
	height: 150px;
}
 
#content-main2 .comment
{
	display: block;
	float: none;
	margin: 0px 0px 5px 0px;
	width: 470px;
}
 
#content-main2 label.comment
{
	margin-top: 10px;
}
 
#content-main2 input.submit
{
	display: block;
	float: left;
	width: 150px;
	background-color: #c5c59f;
	border: 1px solid #000000;
	font: normal 1.2em/120% Georgia, Times, serif;
	color: #000000;
	margin: 10px 0px 10px 0px;
	padding: 5px;
}
 
#content-main2 input.submit:hover
{
	color: #ed1b24;
}
 
#content-main2 input:focus, #content-main textarea:focus
{
	border: 1px solid #45371b;
}
 
 
/* Page content - comment form 7 plugin
------------------------------------------------------*/
 
#content-main .wpcf7
{
	margin-top: 50px;
}
 
#content-main .wpcf7 textarea
{
	width: 470px;
}
 
 
 
/* Page content - sidebar
------------------------------------------------------*/
 
#content-sidebar h2
{
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-transform: none;
	margin: 0px 0px 10px 0px;
	padding: 42px 5px 13px 15px;
	background: url("images/widget_titles/default2.gif") no-repeat 0px 0px;
}
 
#sidebar
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
 
#sidebar li
{
	margin-bottom:10px;
	padding-bottom: 0px;
	background: #ffffff;
}
 
 
#sidebar li .textwidget
{
	color: #000000;
	padding: 0px 0px 0px 0px;
}
 
#sidebar li li
{
	margin-bottom: 2px;
	padding: 0px 10px 0px 12px;
	background: url("images/bullet_2.gif") no-repeat 0px 5px;
}
 
#sidebar li ul
{
	margin: 0px;
	padding: 35px 0px 0px 15px;
	list-style: none;
	display: inline-block;
}
 
#sidebar li ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
#sidebar li.widget_categories h2	{	background: url("images/widget_titles/default2.gif") no-repeat 0px 0px; }
#sidebar li.widget_recent_comments h2	{	background: url("images/widget_titles/posts.gif") no-repeat 0px 0px; }
 
 
#sidebar li.widget_calendar h2	{	background: url("images/widget_titles/calendar.gif") no-repeat 0px 0px; }
 
 
#sidebar li a
{
	font: normal 0.9em Arial, Tahoma, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
 
#sidebar li.widget_recent_comments li
{
	background: url("images/icon_comment.gif") no-repeat 0px 5px;
	padding-left: 17px;
}
 
#sidebar li.widget_recent_comments li a
{
	font: normal 1.0em Arial, Tahoma, sans-serif;
	text-transform: none;
	text-decoration: underline;
}
 
#sidebar li.widget_recent_entries ul
{
	
	padding-left: 10px;
}
 
#sidebar li.widget_recent_entries li
{
	
	padding-left: 22px;
	margin-bottom: 5px;
}
 
#sidebar li.widget_archive li
{
	background: url("images/icon_calendar.gif") no-repeat 0px 1px;
	padding-left: 24px;
}
 
#sidebar li.widget_categories ul
{
	
	padding-left: 10px;
}
 
#sidebar li.widget_categories li
{
	
	float: left;
	background: url("images/icon_category.gif") no-repeat 0px 0px;
	width: 105px;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 22px;
}
 
#sidebar li.widget_tag_cloud a
{
	padding: 0px 0px 0px 15px;
}
 
#sidebar li.widget_flickrRSS img
{
	widht: 43px;
	height: 43px;
	border: 3px solid #fff;
	padding: 0px;
	margin: 0px 0px 8px 10px;
}
 
#sidebar li a:hover
{
	text-decoration: underline;
}
 
 
/* Portfolio list - sidebar
------------------------------------------------------*/
 
#project-list .project-item 
{
	border-bottom: 1px solid #000000;
}
 
#project-list .project-item a
{
	display: block;
	padding: 10px;
	color: #000000;
	text-decoration: none;
}
 
#project-list .project-item h2
{
	background: none;
}
 
#project-list .current a, #project-list .project-item a:hover
{
	background-color: #ffffff;
}
 
 
 
/* Page content - advertise
------------------------------------------------------*/
 
#advertise
{
	margin: 0px 0px 0px 0px;
}
 
#advertise img
{
	margin: 0px;
	border: 0px;
	padding: 0px;
}
 
 
#advertise a
{ 
	display: block;
	float: left;
	margin: 0px 0px 10px 0px;
}
 
#advertise a.right
{ 
	margin-right: 0px;
}
 
 
/* Page content - project list
------------------------------------------------------*/
 
#project-list h2
{
	font: bold 1.0em Arial, Tahoma, sans-serif;
	color: #000000;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	text-transform: none;
 
 
}
 
#gallery 
{
	margin: 0px;
	padding: 0px;
}
 
#gallery .thumb 
{
	display: block;
}
 
#gallery_changer li 
{
	display: inline;
	padding: 0px 10px 0px 0px;
}
 
#gallery_changer .first 
{
	padding-left: 0px;
	margin-left: 0px;
	background: none;
}
 
#gallery_changer a 
{
	font: bold 1.2em Arial, tahoma, sans-serif;
}
 
#gallery_changer .current a 
{
	color: #45371b;
	text-decoration: none;
}
 
 
/* Page content extras
------------------------------------------------------*/
 
#content-extras h1
{
	background: url("images/bg_content_extras_title3.gif") no-repeat 0% 0%;
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 10px 0px;
	padding: 25px 0px 20px 15px;
	position: relative;
}
 
#content-extras h2
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #90380e;
	margin: 0px 0px 3px 0px;
}
 
#content-extras a
{
	color: #90380e;
}
 
#extras-about { width: 261px; float: left; margin: -20px 25px 0px 0px; }
#extras-comments { width: 261px; float: left; margin: -20px 0px 0px 0px; }
#extras-flickr { width: 261px; float: right; margin-top: -20px; }
 
 
#content-extras .inner
{
	padding: 0px 15px 0px 15px;
}
 
#extras-about .pdf
{
	display: block;
	background: url("images/icon_pdf.jpg") no-repeat 0% 50%;
	padding: 150px 0px 18px 60px;
	font: normal 1.0em/120% Arial, tahoma, sans-serif;
	color: #000000;
}
 
#extras-about .pdf strong
{
	display: block;
	font-weight: bold;
	text-decoration: none;
}
 
#extras-comments ul
{
	margin: -5px -5px 0px -5px;
	padding: 0px;
	list-style: none;
}
 
#extras-comments li
{
	border-bottom: 1px solid #000000;
}
 
#extras-comments li a
{
	display: block;
	font: normal 1.0em/120% Arial, tahoma, sans-serif;
	color: #000000;
	text-decoration: none;
	padding: 5px 10px 5px 20px;
	background: url("images/icon_comment_2.gif") no-repeat 4px 10px;
}
 
#extras-comments li a:hover
{
	background-color: #e1e1e1;
}
 
#extras-comments li a span
{
	display: block;
	color: #000000;
}
 
 
 
 
/* Page footer
------------------------------------------------------*/
 
#page-footer p
{
	font: normal 1.0em/150% Arial, tahoma, sans-serif;
	color: #45371b;
	text-decoration: none;
	margin: 0px;
}
 
#page-footer a
{
	color: #45371b;
}
 
#fbFooter {
	height: 49px;
	background-color: #000000;
	background-image: url('/wp-content/themes/TealGray/images/flipbook/footerBackground.gif');
	background-repeat: repeat-x;
}

.fbPaginationMinor {
	color: #4e6605;
	margin-left: 10px;
}

#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;	
}

#fbMenu {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* us
------------------------------------------------------*/

.footer1 {
 width: 350px;
 float: left;
 padding-top: 10px;
 }

.footer2 {
 width: 415px;
 float: right;
 }

.searchbox {
float: right;
}

.right {
padding-right:20px;
} 

.bottom {
padding-bottom:20px;
} 
