/* CSS for pdx-gr template for SMF 1.1 RC2 by padexx.de */
/* also look into /pdx-lt/maincolors/ */

p, .middletext{
font-family : Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
margin : 0;
padding : 0;
text-indent : 0;
color : #ccc;
}

/* The main body of the entire forum. */
body
{
	background-color: #121212;
	color : #fff;
	margin: 0px;
	padding: 0px;
	font-size:70%;
	font-family : Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* overall width of forum */
#wrapper {
padding:2% 0 0 0;
margin:0px auto;
width:90%;
text-align:left;
min-width: 900px;
}

/* forum border */

#container {
	width: 100%;
	margin: 0;
	padding: 5px;
	background-color: #fff;
}

/* top avatar resize */

.avatar_t
{
	height: 65px;
	width: 65px;
	border: none;
}

.avatar_frame {
	height: 65px;
	width: 65px;
	margin: -65px 0 0 0;
	position: relative;
 	background: transparent url(http://forums.neurostechnology.com/smf/Themes/pdx-dk03rc3/images/avatar_frame.png);
}

.usercenter {
	margin: 0;
	padding: 0;
	width: 370px;
}

/* if there are no news to display */

.currenttime {
	text-align: right;
	font-size: x-small;
}

/* top area (linktree and search) */

#top_area {
	margin: 0;
	padding: 10px 20px 10px 20px;
	background: #404040 url(http://forums.neurostechnology.com/smf/Themes/pdx-dk03rc3/images/shadow_top_grey.png) 0 0 repeat-x;
	color: #333;
	
}

/* advanced search */

a.searchb:link, a.searchb:visited
{
	margin: 3px 0 0 0;
	width: 20px;
	height: 15px;
	background: url(http://forums.neurostechnology.com/smf/Themes/pdx-dk03rc3/images/search2.gif) no-repeat;
	background-position: top left;
	float: left;
	text-decoration: none;
}

a.searchb:hover 
{
	background-position: 0px -16px;
	text-decoration: none;
}

/* raised panel surrounding main content (left and right page borders) */

#content {
margin: 0;
padding: 0;
background-color: #404040;
color: #333;
}

.buttons_table {
	background: #404040 url(http://forums.neurostechnology.com/smf/Themes/pdx-dk03rc3/images/shadow_top_grey.png) 0 0 repeat-x;
	color: #333;
}

.clr {
	margin: 0;
	padding: 0;
	clear: both;
}

/* A quote, perhaps from another post. */
.quote
{
	border:1px solid #666;
	margin:0 15px 4px 15px;
	padding: 4px 4px 10px 4px;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	font-family: "courier new", "times new roman", monospace;
	font-size:120%;
	border:1px solid #666;
	margin:0 15px 4px 15px;
	padding: 4px 4px 10px 4px;
	line-height: 1.3em;
	white-space: nowrap;
	overflow: auto;
	height: 200px;
}

/* Hid from IE mac |*/
* html .code {
	margin:0 auto;
	width:95%;
}
/* End hack */

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	margin:4px 15px 0 15px;
	padding: 8px 4px 4px 4px;
}

/* Hid from IE mac |*/
* html .codeheader {
	margin:0 auto;
	width:95%;
}
/* End hack */