@charset "UTF-8";
/* CSS Document */
*{padding: 0; margin: 0;}

body {
	font: 80% Arial, Helvetica, sans-serif;
	line-height:16px;
	background: #363636;
	margin: 0; /* 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 */
	color:#EDEDED;
}


a {
text-decoration:none;
color:#B3EFEC;


}


a:hover {
text-decoration:underline;
color:#B9D6D5;


}

.oneColFixCtrHdr #container {
border-top: 3px solid #E36828;
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #363636; 
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 195px;
}



.logo {
	float:left;
	width: 40%;
}


#nav {

width: 60%;
float:right;

border-bottom: 1px solid #4a4a4a;


}

ul#navBar  {
padding: 0px;

float:right;


}
ul#navBar li {


float:left;

margin-left:10px;
list-style:none;
text-align:right;
}

h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #Gallery{
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top: 1px solid #4a4a4a;
	
}

.oneColFixCtrHdr #secondRow{
	border-top: 1px solid #4a4a4a;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear:both;
	line-height:17px;
	
}

.oneColFixCtrHdr #thirdRow{
	border-top: 1px solid #4a4a4a;
	padding: 5px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	
}


.oneColFixCtrHdr #fourthRow{
	border-top: 1px solid #4a4a4a;
	padding: 5px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear:both;
	
}


.oneColFixCtrHdr #videoResponse {

width: 100%;
float: left;
padding: 10px 10px 10px 0;

}


.oneColFixCtrHdr #twitterResponse {

width: 45%;
float: left;
padding: 10px 10px 10px 0;

}


#Comments {

width: 45%;
float: right;
border-left: 1px solid #4a4a4a;
padding: 10px 10px 10px 10px;


}



#Gallery {
margin:10px 0 0  0;
padding:10px 0 0 0;

}

ul.galleryPics {
list-style:none;
padding: 0 0 200px 0;
margin:0;

}

ul.galleryPics li  a img {
border: 1px solid #839C9E;
padding:7px;

}


ul.galleryPics li  a:hover img {
border: 1px solid #E36828;
padding:7px;

}




ul.galleryPics li {
float: left;
margin:0 20px 0 0;


}


ul.galleryPics li.last {
float: left;
margin:0 0px 0 0;

}

#videoBar {
  width : 160px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top : 20px;
  padding-right : 4px;
  padding-left : 4px;
  padding-bottom : 20px;
}

/* override standard player dimensions */
.playerInnerBox_gsvb .player_gsvb {
  width : 480px;
  height : 270px;
}



#twitter_update_list li {
width:120%;

margin: 5px 0 5px -36px;

list-style:none;
border-bottom:1px solid #494949;
padding-bottom:4px;

}



.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
	clear:both;
}
.oneColFixCtrHdr #footer p {
font-size:80%;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#widgetbox_widget_div_0 {
color: #fff;

}

#twitter_div {
margin: 0 0 0 45px;
}
