/***************/
/*  FRIENDFEED */
/**************
#friendfeed.widget,
div.friendfeed.widget div,
div.friendfeed.widget span,
div.friendfeed.widget img,
div.friendfeed.widget table,
div.friendfeed.widget tr,
div.friendfeed.widget td {
  position: relative;
  background-color: transparent !important;
  color: black;
  padding: 0;
  margin: 0;
  border: 0;
  text-align: left;
  line-height: 1.3em;
  width: auto;
  
}
 
 /*#friendfeed.widget a{
	color:#0000cc;
	background:none;
	text-decoration:none
}

#friendfeed.widget a:hover{
	text-decoration:underline
}

#friendfeed.widget a:visited{
	color:#0000cc
}*/
/*---------------------FRIEND FEED WIDGET CODE----------------------*/


#friendfeed.widget table {
 float : right !important;
  width : 150px !important;
  height : 100px !important;
  
}

#friendfeed.widget div{
	font-size:12px !important;
	color: #787878 !important;
}
#friendfeed.widget .entry{
	border-bottom:1px dotted #55DC44!important;
	padding-bottom:5px !important;
	padding-top:5px !important;
} 

#friendfeed.widget {
  color: #222222;
  font-family: Arial, sans-serif; 
  position: relative;
  border: 0px solid #437ec7 !important;
  overflow: hidden;
}

#friendfeed.widget .entry .media img { 
	border: 0px !important;	
}

#friendfeed.widget .images.media {
	display: none;
}

#friendfeed.widget .info {
	display: none;	
}

#friendfeed.widget .comments {
	display: none;
}

#friendfeed.widget .feed {
	padding-left: 0px !important;
	padding-right: 0px !important;
}




/*---------------------FRIEND FEED WIDGET CODE----------------------*/

/*---------------------MAIN BODY FONT----------------------*/
body {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #444;
	background-color: #FFFFFF;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	width: 974px;
}

#wrap {
	width:954px;
	margin:0 auto;
	background-color: #FFFFFF;
}

#sidebar {
	float:right;
	width:329px;
	text-align: justify;
	padding-left: 10px;
}
#titlehead {
	width: 650px;
	margin: 0px;
}

#container {
	width: 610px;
	text-align: justify;
	float: left;
	padding-right: 5px;
}
/*--------------------MENU FONT----------------------*/
ul {
	font: normal 10px Arial, Helvetica, sans-serif;
	margin: 0;
	padding-right: 0;
	padding-top: 4px;
	padding-left: 0;
	border-bottom: 1px dotted #3ed000;
}
li {
	display: inline;
}
/*---------------------PAGE FONT----------------------*/
#mainhead {
	font-size: 16px;
	font-weight: bold;
}
#header {
	font-size: 36px;
	padding-bottom: 15px;
}
#footer {
	margin-top: 15px;
	font-size: 10px;
	text-align: center;
	border-top-style: dotted;
	border-top-width: 1px;
	padding-top: 10px;
}
ul a {
	color: #000;
	text-decoration: none;
}
ul a:hover {
	/* font-weight: bold;*/
	text-decoration: none;
	color: #FFFFFF;
	background-color: #55DC44;
}
#mainpage {
	text-align: justify;
}
.pageheader {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	display: block;
}
.PageItem {
	color: #787878;
	text-align: justify;
	display: inline;
	height: 90px;
}

/*---------------------LINKS FONT----------------------*/
.PageItem a:link, .reelItem a:link, #friendfeed.widget a {
	font-size:12px !important;
	color: #787878 !important;
}
.PageItem a:visited {
	color: #787878;
}
.PageItem a:hover, .reelItem a:hover, #friendfeed.widget a:hover {
	font-size:12px !important;
	color: #CCCCCC !important;
	background-color: #333333 !important;
}
.PageItem a:active {
	color: #787878;
}
.pageheader a:link {
	color: #444;
	text-decoration: none;
}
.pageblock {
	margin-bottom: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: 55dc44;
}
.galleryblock {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #55DC44;
	display: block;
}
/*.imageholder {
	margin-left: 10px;
	float: right;
}*/
.itemblock {
	margin-bottom: 10px;
}
.image {
	border: 0;
	padding:5px;
	float: right;
	background-color: #CCCCCC;
	margin-left: 10px;
	height: 80px;
	width: 80px;
}

.table {
	width:575px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #55dc44;
}
.reelimage {
	border: 0;
	padding:5px;
	background-color: #CCCCCC;
	height: 90px;
	width: 120px;
	margin-bottom: 10px;
}
/*.zoomicon {
	padding:5px;
	border: 0;
	position: absolute;
}*/
.galleryholder {
	border: 0;
	padding:5px;
	float: left;
	background-color: #CCCCCC;
	margin-bottom: 10px;
	margin-right: 10px;
}
.green {
	color: #55DC44;
	display: inline;
	border-color: #55DC44;
	border-style: none;
}
.greenblock {
	display: inline;
	background-color: 55DC44;
	color: 55DC44;
	height: 5px;
	width: 5px;
}
.bighead {
	padding-bottom: 15px;
	text-align: justify;
	
}
.mediaplayer{
	margin: 10px;
	display: block;
	float: left;
}
#logo{
	margin-left: 15px;
	float: right;
}
#placeholder{
	height: 245px;
	width: 400px;
}
#navigation{
	height: 245px;
}
#navigation li
{	display: block;
	margin: 2px;
}
#navigation ul{
	margin-top: 15px;
	border-bottom-style: none;
}
#panels h1{
	color: #55DC44;
	font-size: 14px;
	clear: left;
}
#panels a:link {
	color: #787878;
}
.newzoom {
	background-image: url(../images/zoomoverlay2.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 24px;
	width: 24px;
	margin-left: 60px;
	margin-top: 60px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.panelhead, .panelhead a:link, .panelhead a:visited {
	color: #55DC44;
	font-size: 14px;
	clear: left;
}

#reelimg {width: 140px;
display: block;
}

.reelfont{font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #787878;}

