#blog h1
{
	padding-top: 4px;
	padding-left: 5px;
	text-align: left;
	color:	#000000;
	font-weight:600;
	font-size: 10pt;
}


span.post-owner
{
	font-weight:500;
	color: #bfc1be;
}

span.post-time
{
	font-weight:500;
	color: #545454;
}

.post-link
{
	font-style: italic;
	color: #999999;
}


#backdrop
{
	background-image: url('../images/site/background.png');
	margin-top: 10px;
	xbackground-color: green;
	width: 100%;
	height: 700px;
}

#copyright
{
	margin-left: auto ;
	margin-right: auto ;
	width: 840px;
	height: 30px;
	text-align:right;
	font-size:8pt;
	color:#999;
	xpadding-right: 80px;
}

#canvas
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 600px;
}

#content-area
{
	float: left;
	border: solid 1px black;
	xbackground-color: yellow;
	background-color: white;
	width: 796px;
	height: 516px;
}


#sidedrop
{
	float:left;
	background-image: url('../images/site/logo-right.png');
	background-position: top left;
	background-repeat: no-repeat;
	width: 80px;
	height: 520px;
}

#navigation
{
	background-image: url('../images/site/logo-top.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 1000px;
	height: 80px;
	font-family: 'Times New Roman';
	
}

#navigation ul
{
	padding-top: 50px;	
	padding-right: 150px;
}

#navigation li
{
	float: right;
	font-weight: bold;
	font-size: 14pt;
	display: block;
	list-style-type: none;
	letter-spacing: 1px;
	font-family: 'Times New Roman';
	padding-right: 15px;
	
	
	
}

#navigation li a
{
	text-decoration: none;
	color: #545454;
}

#navigation li a:hover
{
	color: black;
}


#branding
{
	float: left;
	background-image: url('../images/site/logo.png');
	width: 120px;
	height: 520px;
}

div.social
{
	
	height: 35px;
	width: 120px;
}

div.spacer
{
	width: 120px;
	height: 415px;
}

/* Home-News related styling */
#banner-overlay
{	
	float: right;
	background-image: url('../images/site/logo-left.png');
	background-position: top right;
	background-repeat: no-repeat;
	width: 100px;
	height: 88px;
}

#blog
{
	float:left;
	xbackground-color: purple;
	width: 450px;
	height: 516px;
	overflow: auto;
}

#blog p
{
	text-align:left;
	padding: 10px;
	font-size: 9pt;
	font-weight: 100;
}

#banner-heading
{
	float: left;
	width: 350px;
	height: 76px;
	background-image: url('../images/site/bannerhead.png');
}

#banner-heading h4
{
	color:#000;
	float:left;
	padding-left:4px;
	padding-top:60px;
	
	
}




#banners
{
	float: left;
	width: 346px;
	height: 516px;
}

div.banner
{
	float: left;
	width: 346px;
	height: 88px;
}


div.vimeo-image
{
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	height: 316px;
	width: 400px;
}
div.image
{
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	
}


/* end of styling */


/* Products related styling */
#product-categories
{
	xpadding-left: 5px;
	text-align:left;
	float: left;
	background-color: black;
	background-image: url('../images/site/columnleft.jpg');
	width: 120px;
	height: 516px;
}

#product-list
{
	xpadding-left: 5px;
	text-align:left;
	float: left;
	background-color: black;
	background-image: url('../images/site/columnright.jpg');
	width: 120px;
	height: 516px;
}

#product-categories a
{
	font-size:11px;
	padding-left: 5px;
	color: white;
	text-decoration: none;
	display: block;
}

#product-list a
{
	font-size:11px;
	padding-left: 5px;
	color: white;
	text-decoration: none;
	display: block;
}

#product-list a:hover, #product-categories a:hover
{
	background-color: #545454;
}

#product-info1
{
	float: left;
	width: 346px;
	height: 416px;
}

#product-info2
{
	float: right;
	height: 98px;
	width: 556px;	
	overflow: auto;
	
}

#product-info2 p
{
	padding-right: 5px;
	padding-left: 5px;
	text-align:justify;
	text-align:right;
	font-size: 9pt;
	font-weight: 100;
}

#product-info1 img
{
	display: block;
	width: 556px;
	height: 412px;
}

#product-info2 h1
{
	padding-top: 2px;
	color:	#000000;
	
	

	padding-right: 5px;
	padding-left: 5px;
	text-align:right;
	font-size: 10pt;
	font-weight: 600;
}


/* end of styling */


/* Team related styling */
#team-list
{
	float: left;
	background-color: black;
	height: 36px;
	width: 796px;
	xbackground-color: pink;
}

.team-link
{
	display: block;
	
	
}

.team-member-nav
{
	width: 100px;
	height: 35px;
	float: left;
	xcolor: grey;
}

.team-member-nav a
{
	line-height:32px;
	vertical-align:middle;
	text-decoration: none;
	padding-top: 2px;

	
	font-size: 9pt;

	height: 35px;
	color: white;
}


.team-member-nav a:hover
{
	background-color:#181818;
	
}

#member-picture
{
	float: left;
	height: 480px;
	width: 475px;
	xbackground-color: cyan;
}

#member-info
{
	float: left;
	xbackground-image: url('../images/site/logo-left.png');
	background-position: top right;
	background-repeat: no-repeat;
	xbackground-color: orange;
	width: 321px;
	height: 480px;
}

#member-gallery
{
	padding-left: 1px;
	width: 321px;
	height: 220px;
}

#member-gallery img
{
	display: block;
	float: left;
	border: solid 1px black;
	width: 94px;
	height: 94px;
	margin: 5px;
}

#member-description
{
	xbackground-color: green;
	float: right;
	width: 321px;
	height: 258px;
	overflow: auto;
}

#member-description p
{	
	padding-right: 5px;
	padding-left: 5px;
	text-align:right;
	font-size: 9pt;
	font-weight: 100;
}

#member-description h1
{
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	color:	#000000;
	font-weight:600;
	font-size: 10pt;
	text-align:right;
}

/* end of styling */

#embed
{
	height: 516px;
	width: 566px;
	float: left;
}
#thumbs
{
	width: 230px;
	height: 516px;
	overflow: auto;
}

#thumbs ul
{
	display: block;
	list-style-type: none;
}





.bloglink
{
	font-size:12px;
	font-style:italic;
	text-decoration:none;
	color:#666;
}

div.distrotext
{
	margin-left: auto;
	margin-right: auto;
	color:#000;
	font-weight:bold;
	overflow: auto;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;

}







div.answer
{
	margin-left: 20px;
	margin-right: 5px;
	color:#666;
	overflow: auto;
	padding-top: 4px;
	padding-left: 0px;
	text-align: left;
	font-size:12px;
	
	font-family:Arial, Helvetica, sans-serif;

}

div.distro
{
	margin-left: 20px;
	margin-right: 5px;
	color:#666;
	overflow: auto;
	padding-top: 4px;
	padding-left: 0px;
	text-align: left;
	font-size:12px;
	
	font-family:Arial, Helvetica, sans-serif;

}





