/*
Theme Name: ECG
Theme URI: http://eastcoastgourmet.com
Description: A custom bbPress theme.
Version: 1.0
Author: refueled
Author URI: http://www.refueled.net
*/



/* Basics */

* { margin: 0; padding: 0; }

body {
	background: #EDEDED url(images/bg.gif);
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  }

a {
	color: #568192;
	text-decoration: none;
  }

a:hover {
	color: #568192;
	text-decoration: underline;
  }

a:visited {
	color: #555;
  }

.alt { background: #fff; }

code { font: 1.0em Monaco, 'Courier New', monospace; }

p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

.delete:hover {
	background: #c00;
	color: #fff;
}


h1{
	font-family: georgia, Verdana, Sans-Serif;
	font-size: 14pt;
	font-weight: 300;
	}
	
h2{
	font-family: georgia, Verdana, Sans-Serif;
	font-size: 12pt;
	font-weight: 300;
	margin: 6px 0 6px 0;
	}


/* Container */

#container {
	margin:0 auto;
	width: 1065px;
	overflow: hidden;
	}
	
	
.bbwrap {
	padding:0;
	width: 1065px;
	overflow: hidden;
	margin: 0 auto;
	background: url(images/bg2.png) repeat-y;
	}

* html .bbwrap
{
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://75.126.106.225/forum/images/bg2.png", sizingMethod="scale");
  background-repeat: repeat-y;
}
	
#topheader {
  background:url(images/bodybg.png);
	width: 1065px;
	height:377px;
	margin:0;
	padding:0;
	}

* html #topheader
{
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://75.126.106.225/forum/images/bodybg.png", sizingMethod="crop");
}
	
	
.topsection{
  width: 885px;
  height: 250px;
  }
  
.search{
  background: url(images/search.gif) no-repeat;
  height: 106px;
  top:160px;
  left: 189px;
  float: left;
  position: relative;
  width: 350px;
  }
  
  
.topmenu{
  height: 55px;
  top:125px;
  left: 0px;
  float: right;
  width: 450px;
  position: relative;
  }
  


.logo{
  background: url(images/logo.png) no-repeat;
  height: 249px;
  width: 250px;
  position: relative;
  top: 43px;
  left: 123px;
  float: left;
  }
  
* html .logo
{
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://75.126.106.225/forum/images/logo.png", sizingMethod="crop");
}
	
.fpage {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 0 15px;

	}
	
#spacer {
	height: 25px;
	background: white;
	}
	
	
	
/* menu */


.menu{
  width: 901px;
  height: 49px;
  background: #fff;
	font-family: arial, verdana;
  position: relative;
  top: 54px;
  left: 85px;
  }
  



.menu UL {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
	font-size: 17px;
	color: #BB2300;
	font-weight: bold;
	position: relative;
	top: 0px;
	left: 0px;
}

.menu UL LI {
	float: left;
	border-left: 2px solid #FFAE82;
	height: 100%;
	background: #FFFFFF;
}

.menu UL LI.last, 
.menu UL .selected.last, 
.menu UL LI.last:hover {
	position: absolute;
	top: 0px;
	right: 0px;
}


.menu UL LI.first {
	border-left: none;
}


.menu UL LI A {
	display: block;
	color: #BB2300;
	text-decoration: none;
	margin: 14px 30px 0 29px;
	text-transform: uppercase;
}


.menu UL LI.last A {
	margin-left: 30px;
}

.menu UL LI.last, 
.menu UL .selected.last, 
.menu UL LI.last:hover {
	position: absolute;
	top: 0px;
	right: 0px;
	padding:0 2px;
}


.menu UL LI.selected, 
.menu UL LI:hover {
	background: url(images/menu-bg.jpg) repeat-x left top;
	color: #FFFFFF;
	position: relative;
}

.menu UL LI.selected A, 
.menu UL LI:hover A {
	color: #FFFFFF;
	text-decoration: none;
}  
  
	
/* Header */

#header {
	width: 900px;
	background: #fff;
	height: 80px;
	margin-top: 0;
	color: #fff;
	}

#header h1 {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 20pt;
	font-weight: 300;
	padding: 0;
	margin:0;
	}
	
#header h1 a {
	color: #989898;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #D2D1CC;
	text-decoration: none;
	}
	
#header h2 {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	padding: 0;
	margin:0;
	color: #989898;
	}
	
h1, h2, h3, h4 {
	font-family: georgia, Verdana, Sans-Serif;
	}
	
h3{
	font-family: georgia, Verdana, Sans-Serif;
	font-size: 10pt;
	font-weight: 300;
	}
	
h4{
	font-family: georgia, Verdana, Sans-Serif;
	font-size: 9pt;
	font-weight: 300;
	}
	
#header p { margin-bottom: 0; }



  
  

/* Main Content */


#main { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13pt;
	margin: 0;
	padding: 12px;
	float: right;
	width: 650px;
}

#frame { 
	padding: 0 0 0 2px;
}


h3.bbcrumb {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 10pt;
	letter-spacing: 1px;
	font-weight: 300;
	margin: 12px 0 6px 0;
}

.notice { 
	border: 2px solid #888888; 
	background: #F0F0F0; 
	color: #343434; 
	font-size: 1.1em; 
	font-weight: bold;
	padding: 10px 15px; 
	margin: 0 0 1.1em; 
}

.notice p { margin-bottom: 0; }

/* Login Form */

.login { 
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #F2E5D4;
	margin:10px 12px 0 0;
	padding: 12px 6px 0 6px;
  float: left;
	}

.login a, .login a:visited {  color: #F2E5D4; text-decoration: underline;}
.login a:hover, .login h1 a:active{ text-decoration: none; }


.login p { padding: 0; margin-top: 0px; color: #fff;}

.login p.reg{ font-weight: bold; }

.login label {
	display: block;
	float: left;
	padding-right: 10px;
	color: #fff;
}

.login #submit {
  font-family: arial, verdana, times;
	font-size: 8pt;
	margin-top: 16px;
	height: 18px;
	padding: 1px 4px 6px 4px;
	color: #fff;
	border: none;
	background: url(images/login.gif);
	width: 68px;
}

p.login {
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	padding-bottom: 12px;
	
}

p.loggedin {
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	padding-bottom: 12px;
	margin: 18px 0 0 5px;
	color: #fff;
	
}

p.loggedin a{
	color: #fff;
}

form.login input { 
  font-family: verdana, arial, times;
	font-size: 7pt;
	margin-top: 3px;
	border: 1px solid #E7E7E7;
	padding: 2px;
}

p.submit{margin-top: 12px;}

/* Sidebar + Hottags */

#sidebar {
	width: 220px;
	float: left;
	color: #000;
	padding: 0;
	margin: 0 0 0 2px;
	list-style-type: none;
	background: #EEEFDD;
	overflow:hidden;
  }

#sidebar h2 {
	font-family: georgia, arial, verdana, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	padding: 8px;
	margin: 0;
	color: #E76D3D;
  }


#sidebar a {
	color: #568192;
	text-decoration: none;
	padding: 0;
  }

#sidebar a:hover {
	color: #000;
	text-decoration: underline;
  }

#sidebar ul { 
	list-style-type: none;
	margin: 0; 
	font-size: 11px;
	padding: 12px 12px 0 8px;
  }

#sidebar li { 
	margin: 0;
	line-height: 14pt; 
	padding: 0;
  }
  
#sidebar li a{ 
	margin: 0;
	padding: 0;
  }

#sidebar ul li ul { 
	margin: 0 14px 0 14px;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
	color: #797979; 
  }

tags-input {
	border: 1px solid #868686;
	}

#hottags { 
	width: 220px;
	float: left;
	margin: 0 0 12px 0;
}

.frontpageheatmap {
	list-style-type: none;
	margin: 0 0 15px 0;
	font-size: 11pt;
	padding: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #797979;
	line-height: 14pt;
}

#hottags h2 {
	font-family: georgia, arial, verdana, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	padding: 8px;
	margin: 0;
	color: #E76D3D;
  }
  

/* Search */

#searchform{
	padding: 30px 23px;
	font-family: verdana, arial, times;
}

#searchform input#s{
	width: 150px;
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	border: none;
	float: left;
	}

#searchform input#searchsubmit{
	width: 87px;
	height: 30px;
	font-family: verdana, arial, times;
	font-size: 7pt;
	margin: -4px 0 0 20px;
	border: none;
	background: url(images/btn-search.gif) no-repeat;
	float: left;
}


/* Front Page or Forum Section */

#forums {
  padding: 0 0 20px 0px;
  }

textarea {
	border: 1px solid #868686;
	}
	
select {
	border: 1px solid #868686;
	}
	
input {
	border: 1px solid #868686;
	}

#front-page #discussions { 
	margin: 0;
	padding: 0 0 12px 0;
	float: right;
	width: 652px;
  }

#front-page #main h2, #userlogin, #currentfavorites, #register {
	color: #333;
	margin: 0 0 10px;
	padding: 0 0 12px 0;
	font-family: palatino linotype, georgia, arial, times;
	font-size: 12pt;
	font-weight: 300;
  }
  
#front-page #discussions .forumtitle{padding: 14px 0 0 0;}

#front-page #discussions .title{margin:10px 0 0 0;}
  
h2.post-form{
	color: #333;
	margin: 22px;
	padding: 12px;
	font-family: palatino linotype, georgia, arial, times;
	font-size: 12pt;
	font-weight: 300;
	}
	
#post-form {
	padding: 12px;
	}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { 
	background: #E3E3DE; 
	}


/* Topic Page */

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em;
	overflow: hidden;
}

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
	float: left;
	padding: 0 1em 0 0;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0 0 0 1em;
}

.nav {
	margin: 15px 0;
	padding: 12px 0;
}

.nav span { font-weight: bold; }

.nav span, .nav a { padding: 6px; }

#thread {
  clear: both;
	background: #eee;
	list-style: none;
	margin: 20px 0 0 100px;
	padding: 0;
}

#thread li {
	padding: 1.5em 1.0em;
	line-height: 1.5em;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadpost{font-family: verdana, arial, times; font-size: 8pt;}

.threadauthor {
	margin-left: -110px;
	overflow: hidden;
	position: absolute;
	width: 95px;
}

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.poststuff {
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.postform {
	background: #fff;
	padding: 0;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 90%;
	display: block;
}

.postformsub {
  font-family: verdana, arial, tahoma; font-size: 7pt; background-color: #fff;
  }

.postform label { display: block; }

.admin { padding: 10px 0 0; }

#manage-tags { 
	margin: 10px 0; 
	list-style: none; 
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.submit { text-align: right; }

.topiclink { display: block; }

.topictitle {
	font-size: 16pt;
	font-weight: normal;
	display: inline;
}

/* Other Content */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid #999;
}
#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}

#latest td, #forumlist td, #favorites td { padding: 5px 10px; font-family: verdana, arial, times; font-size: 8pt; }

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #E0E0E0; }

#latest th, #forumlist th, #favorites th {
	/* border-bottom: 1px solid #aaa; */
	background: #ADA090;
	color: #fff;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8pt;
}

#latest th a:link, #latest th a:visited, #latest th a:active {
	color:#fff;
}

#latest, #forumlist, #favorites {
	background: #F7F7F7;
	width: 100%;
}

.bozo { background: #eeee88; }

.alt.bozo { background: #ffff99; }

.deleted { background: #ee8888; }

.alt.deleted { background: #ff9999; }



/* Search Page */

.results{margin: 24px; }



/* Profile Page */



#profile-menu {
	list-style-type:none;
	text-align:right;
	margin: -30px 0 0 0;
	padding:0;
	float: right;
	
}


#profile-menu li {
	float:left;
	text-align:center;
	margin-right: 1px;
}

#profile-menu li a {
  font-family: verdana, arial, times;
	font-size:8pt;
	display:block;
	text-decoration:none;
	color:#000;
	padding:5px;
	background:#FFF;
	opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
	}	

#profile-menu li a:hover {
	background:none;
	text-decoration:none;
	color: #fff;
}



#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }


.ico{padding: 0 6px 0 0; float: left;}

/* Profile Edit Page*/

fieldset { 
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px; 
	margin-bottom: 15px;
	width: 630px;
}

legend { 
	font-weight: bold;
	padding: 0 15px;
}

fieldset table { 
	text-align: left;
	margin: 0 15px;
}

fieldset table td { padding: 2px 0; padding-left: 4px; }

fieldset p { 
	font-size: 11px;
	margin: 10px 16px;
}


/* 48 x 48 avatars */

.post {
	min-height: 60px;
}

.view  {
	font-size: 8pt;
	list-style-type: none;
	margin-left: -14px;
	}
	
	


/* Footer */

#footer {
	clear: both;
	width: 901px;
	height: 30px;
	background: url(images/footer.jpg);
	color: #fff;
	text-align: left;
	padding: 0;
	margin: 0 0 0 -5px;
	border-top: 8px solid #fff;
	}
	
#footer .left{
	float:left;
	}

#footer .left p {
	padding: 8px;
	margin: 0 0 0 16px;
	font-size: 7pt;
	}


#footer .left a {
	color: #E5E5E5;
	text-decoration: none;
	border:none;
}

#footer .left a:hover {
	color: #f5f5f5;
  text-decoration: underline;
  border:none;
}

#footer .right{
	float:right;
	}
	
#footer .right p {
	padding: 8px;
	margin: 0;
	font-size: 7pt;
	}

#footer .right a {
	color: #E5E5E5;
	text-decoration: none;
	border:none;
	}

#footer .right a:hover {
	color: #f5f5f5;
	text-decoration: underline;
	border:none;
	}

