﻿
/*---reset---*/

*
{
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

/*---reset ends---*/

body
{
	font-family: Arial, Sans-Serif;
	background: url("../../media/images/interface/mainBKG2.jpg");
	background-position:left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000;
	
}


/*---various global styles---*/

p
{
	font-size: 0.8em;
	line-height: 17px;
	color: #acacac;
	margin-bottom: 1.2em;
}

a
{
	color: #acacac;
	text-decoration: underline;
}

a:hover
{
	color: #acacac;
	text-decoration: none;
}
h3
{
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
}

/*---wrapper styles---*/

#wrapper
{
	width: 100%;
}



#mainContent
{
	width: 888px;
	float: left;
}

/*---top styles---*/




#top
{
	width: 100%;
	float: left;
	background: url("../../media/images/interface/topBarWash.jpg");
	background-repeat: repeat-x;
}

#topContent
{
	width: 888px;
	background: url("../../media/images/interface/");
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}

#topContent img
{
	float: left;
	width: 249px;
	height: 237px;
}
#topContent ul
{
	float: left;
	width: 620px;
	margin-top: 16px;
	margin-left: 1em;
}


#topContent ul li
{
	display: inline;
	padding-right: 1.5em;
}

#topContent ul li.last
{
	padding-right: 0em;
}

#topContent ul li a
{
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
}

#topContent ul li a:hover
{
	border-bottom: 1px dotted #9c875a;
}


/*---leftContent styles---*/

#leftContent
{
	width: 250px;
	float: left;
	clear: left;
	margin-left: 18px;
	margin-top: 60px;
}

#leftContentTop
{
	width: 293px;
	height: 82px;
	background-color: #443923;
	border: 7px solid #685635;
}

#leftContentTop ul
{
	margin-top: 0.4em;
	float: left;
	margin-left: 0.5em;
}

#leftContentTop ul li
{
	display: inline;
	float: left;
}


#leftContent #leftContentTop ul li a.vidone
{
	background: url("../../media/images/interface/iconVideo1.jpg");
	background-repeat: no-repeat;
	width: 71px;
	height: 68px;
	float: left;
}


#leftContent #leftContentTop ul li a.vidone:hover
{
	background-position: -71px;
}


#leftContent #leftContentTop ul li a.vidtwo
{
	background: url("../../media/images/interface/iconVideo2.jpg");
	background-repeat: no-repeat;
	width: 71px;
	height: 68px;
	float: left;
}


#leftContent #leftContentTop ul li a.vidtwo:hover
{
	background-position: -71px;
}

#leftContent #leftContentTop ul li a.vidthree
{
	background: url("../../media/images/interface/iconVideo3.jpg");
	background-repeat: no-repeat;
	width: 71px;
	height: 68px;
	float: left;
}


#leftContent #leftContentTop ul li a.vidthree:hover
{
	background-position: -71px;
}

#leftContentTop img.watchTitle
{
	width: 55px;
	height: 16px;
	float: left;
	margin: 2.2em 0 0 0.2em;
}





#leftContent #leftContentBottom
{
	width: 261px;
	padding: 1.5em 1em 1em 1em;
	border: 7px solid #7b6b4c;
	margin-top: 12px;
	background: url("../../media/images/interface/quoteMark.gif");
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #685635;
}


img.joinconversationTitle
{
	margin-bottom: 1.2em;
	width: 238px;
	height: 18px;
}



#share
{
	float: left;
	width: 130px;
	height: 18px;
	background-color: Black;
	font-size: 0.8em;
	padding: 0.5em;
	font-weight: bold;
	clear: left;
	margin-left: 1.3em;
	margin-top: 1em;
}

#share p
{
	color: #fff;
	float: left;
}


#share ul
{
	float: left;
}
#share ul li
{
	display: inline;
	padding-left: 0.5em;
}

/*---rightContent styles---*/

#rightContent
{
	width: 460px;
	height: 400px;
	float: right;	
	padding-left: 60px;
	padding-right: 20px;
	
	padding-top: 30px;
	margin-top: 60px;
	background-color: Black;
	display:none;	
	
}

