/* LAYOUT - FOOTER */
#footer {
  border-top:1px solid #E3E8EE;
  clear:both;
  color:#999999;
  font-size:86%;
  padding:10px 0pt 30px;
  text-align:center;
}
body{
	padding:20px;
}
textarea{
	width:inherit;
}
input[type="text"]{
	width:inherit;
}
#notice {
  background: #EEEEEE;
  border: 1px solid #FF0000;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* global **********************/

*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	/*background: #fff url(/images/background.gif) repeat-x;*/
  background: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

h1 {
	color: #000;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 19px;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
}

h2.sp {
	padding: 0 0 2px 0;
}

h3 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 0 0 12px 0;
}

h4 {
	padding: 40px 0 32px  0;
	font-weight: bold;
	font-size: 18px;
	color: #F7931D;
}

ul {
	margin: 0 0 0 25px;
}

li {
	background-repeat: no-repeat;
 	background-position: 0px 4px;
	padding-left: 20px;
	padding-bottom: 20px;
}

a {
	color: #33aaaa;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration: none;
	color: #000;
}

img {
	border: none;
}

.bigImg {
	width: 300px;
	height: 250px;
}

.smallImg {
	width: 140px;
	height: 116px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.vSeparator1 {
	background: url(/images/vSeparator1.gif) no-repeat;
	overflow: hidden;
	height: 7px;
	width: 960px;
}

.vSeparator2 {
	background: url(/images/vSeparator2.gif) repeat-x;
	overflow: hidden;
	height: 31px;
	width: 100%;
}

.vSeparator3 {
	background: url(/images/vSeparator3.gif) repeat-x;
	overflow: hidden;
	height: 30px;
	width: 100%;
}

.vSeparator300 {
	background: url(/images/vSeparator3.gif) repeat-x;
	overflow: hidden;
	height: 30px;
	width: 300px;
	margin: 0 0 0 9px;
}

.eyebrow {
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}

.byLine {
	color: #333;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding: 0 0 10px 0;
}

a.linkArrow, span.linkArrow {
	background: url(/images/arrow.gif) no-repeat 0 4px;
	padding: 0 0 0 10px;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	cursor: pointer;
}

.headline {
	height: 60px;
	overflow: hidden;
}

.short {
	height: 83px;
	overflow: hidden;
}

h2 a {
	color: #000;
}

h2 a:hover {
	color: #33aaaa;
	text-decoration: underline;
}
	
/* basic **********************/

#wrap {
	margin: auto; 
	width: 960px;
	text-align: left;
	min-height: 100%;
	background: url(/images/wrapBg.gif) repeat-y;
}

#admin-wrap {
    margin: auto; 
    width: 960px;
    text-align: left;
    min-height: 100%;
	
}

#header {
	height: 190px;
	width: 100%;
	background: url(/images/headerBg.gif) repeat-y;
}

#content {
	width: 960px;
	padding: 20px 0 30px 0;
	float: left;
	background: url(/images/wrapBg.gif) repeat-y;
}

#admin-content {
    width: 950px;
    padding: 4px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
    float: left;
}

#columnLeft {
	width: 620px;
	padding: 0 0 0 12px;
	float: left;
}

#columnRight {
	width: 309px;
	float: right;
	padding: 0 10px 0 0;
}

.clear {
	clear: both;
}	

/* top **********************/

#topMenu {
	width: 960px;
	height: 65px;
	background: url(/images/topBg.gif) repeat-x;
}

#topMenu p {
	color: #d2df42;
	padding: 40px 0 0 12px;
}

#logo {
	text-align: right;
	padding: 0 26px 0 0; 
}

#menuSearch {
	height: 30px;
	width: 960px;
}

#menu {
	float: left;
	height: 30px;
	width: 718px;
	background: #000;
	color: #d2df42;
}

#menu p {
	padding: 6px 0 0 7px;
}

#menu a {
	text-transform: uppercase;
	color: #FFF;
	font-size: 11px;
	padding: 0 5px 0 5px;
}

#menu a:hover {
	color: #CCCCCC;
}	

#search {
	float: right;
	height: 25px;
	width: 238px;
	background: #000;
	padding: 5px 0 0 0;
}

.searchText {
	background: #fff!important;
	width: 160px;
	border: none;
	padding: 1px;
	border-left: 10px solid #000;
	border-right: 2px solid #000;
}

.searchSubmit {
	border: none;
	width: 55px;
	background: #d2df42;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 11px;
	height: 18px;
}

/* middle **********************/

.videoBox {
	width: 300px;
	height: 250px;
}

#content p {
	padding: 0 0 7px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.commentBlock {
	height: 30px;
	width: 100%;
	background: url(/images/cBlock.gif) repeat-x;
	padding: 1px 0 0 0;
	margin: 7px 0 0 0;
}

.commentBlock a {
	display: block;
	text-transform: uppercase;
}

#content a.rate {
	background: url(/images/rateIcon.gif) no-repeat 0 4px;
	padding: 6px 0 0 50px;
	color: #000;
	height: 18px;
}

#content a.tag {
	background: url(/images/tagIcon.gif) no-repeat 0 6px;
	padding: 6px 0 0 20px;
	color: #000;
	height: 18px;
}

#content a.comment {
	background: url(/images/commentIcon.gif) no-repeat 0 7px;
	padding: 6px 0 0 20px;
	height: 18px;
}


.separator1 {
	height: 27px;
	width: 17px;
	background: url(images/separator1.gif) no-repeat;
}

.secondaryHeadline {
	width: 282px;
	height: 117px;
	background: #eee;
	display: block;
	padding: 9px;
}

.secondaryBox {
	width: 132px;
	height: 116px;
	overflow: hidden;
}

.secondaryBoxW {
	width: 150px;
	height: 116px;
	overflow: hidden;
}

.Box300 {
	width: 300px;
}	

/* footer **********************/

#footer {
   clear: both;
	position: relative;
	margin-top: -120px; 
	width: 100%;
	height: 100px;
	color: #8C8685;
	text-align: right;
	border-bottom: 20px solid #fff;;
}

#footerIn {
	margin: auto;
	width: 960px;
	height: 100px;
	background: #000000;
	font-size: 11px;
}

#footerIn p {
	padding: 12px 12px 0 12px;
}

#footerIn a {
	color: #fff;
	text-transform: uppercase;
}

#footerIn a:hover {
	color: #CCCCCC;
}

.footerLogo {
	border-top: 10px solid #000;
}

/* forms */

.formLabel {
  font-weight: normal;
  padding:3px;
  background-color:#dddddd;
}

.formHeading {
  font-weight: bold;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
