@CHARSET "ISO-8859-1";


body
{
	margin-left: 25px;
	margin-right: 25px;
	padding:0px;
	font-family: sans-serif;
	font-size: small;
	background-image: url(/images/gradientbg_notop.png);
	background-repeat: repeat-x;
}

a
{
	font-weight: bold;
	text-decoration: underline;
	color: black;
}

#header
{
	height: 120px;
	background-image: url(/images/header_gradient1px.png);
	background-repeat: repeat-x;
}

.header_leftstyle
{
	width: 10px;
	height: 120px;
	background-image: url(/images/header_left.png);
	background-repeat: no-repeat;	
	float: left;
}

.header_rightstyle
{
	width: 10px;
	height: 120px;
	background-image: url(/images/header_right.png);
	background-repeat: no-repeat;	
	float: right;
}


.headerUserNav
{
	text-align: right;
	height:37px;
	padding-top: 15px;
}

.navWithBar
{
	/*background-color: green;*/
	display:inline;
	border-left:1px solid #aaa;
	padding-left:6px;
}

.navWithoutBar
{
	/*background-color: green;*/
	display:inline;
	border-left:0px solid #aaa;
	padding-left:6px;
}



#header #header_left
{
	/*background-color: yellow;*/
	position: absolute;
	left:10px;
	top:35px;
	width:253px;
	padding-left: 40px;
	padding-right: 15px;
}

#header #header_center
{
	/*background-color: orange;*/
   	margin-left: 253px;
   	margin-right:199px;
	text-align: center;
	
}

#header #header_right
{
	/*background-color: pink;*/
	position: absolute;
	right:10px;
	top:65px;
	width:200px;
	text-align: right;
	padding-right: 30px;
}


#searchForm #searchtext
{
	/*letter-spacing: 0.9;*/
	background-image: url(/images/searchbg.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 27px;
}
#searchForm #submit
{
	font-weight: normal;
	font-size: x-small;
}

#searchForm
{
	
}


#mainContent_1col
{
	/*background-color: blue;*/
	width: 100%;
}

#mainContent_2cols_left
{
	/*background-color: blue;*/
	width: 67%;
	height: 200px;
}

#mainContent_2cols_left hr
{
	color: #e1e1e1;
	background-color: #e1e1e1;
	height: 2px;
	border: 0px;
}

#mainContent_2cols_right
{
	width: 30%;
	/*background-color: pink;*/
	float: right;
	height: 200px;
}


#soundboardContainer
{
	padding: 0;
}


.soundboardList
{
	/*background-color: yellow;*/
	
}
.soundboardList table
{
	width: 100%;
}




.searchResults
{
	text-align: left;
}
.searchResults p
{
	display:inline;
}
.searchResults span
{
	margin:0px 5px 5px 5px;
	vertical-align:top;
	width:130px;
	display:table-cell;
	display:inline-table;
	display:inline-block;
}
.searchResults p img
{
	margin-bottom:2px;
	margin-top:5px;
}



.searchResults_narrow
{
	text-align: left;
}
.searchResults_narrow p
{
	display:inline;
}
.searchResults_narrow span
{
	margin:0px 5px 5px 5px;
	vertical-align:top;
	width:90px;
	display:table-cell;
	display:inline-table;
	display:inline-block;
}
.searchResults_narrow p img
{
	margin-bottom:2px;
	margin-top:5px;
}


	
.statusMessage_notice
{
	background-color: #8abd29;
	background:url(/images/gradient_green.png);
	color: black;
	padding: 5px;
	font-weight: bold;
	font-style: italic;
}
.statusMessage_warning
{
	background-color: yellow;
	background:url(/images/gradient_yellow.png);
	color: black;
	padding: 5px;
	font-weight: bold;
	font-style: italic;
}

#nameCheck
{
	height: 24px;
	width: 24px;
}
#emailCheck
{
	height: 24px;
	width: 24px;
}

#yourName
{
	height: 32px;
	width: 32px;
}

.currentBoardImage
{
	float: left;
	padding-right: 15px;
}
#searchEngineContent
{
	/*visibility: hidden;
	display: none;*/
	position: absolute;
	top: 800px;
}
#socialLinks
{
	text-align: right;
}
#socialLinks img
{
	padding-top: 5px;
	padding-left: 6px;
}

h1
{
	padding-top: 0px;
	margin-bottom: 0px;
}
#skip
{
	float: right;
}