/* HTML TAG STYLES */
html {
  /*overflow-y: scroll;*/
  height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/templates/gp/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #161616;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.style1 {color: #FFFFFF}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
}
.navlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.navlinks a:link {
	color: #FFFFFF;
}
.navlinks a:visited {
	color: #FFFFFF;
}
.navlinks a:hover {
	color: #FFB100;
}
.navlinks a:active {
	color: #FFB900;
}a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000000;
}
a:active {
	color: #666666;
}
.style2 {
	color: #FFF;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000000;
}
a:active {
	color: #666666;
}
.nav {
	color: #FFFFFF;
	width:98%;
}

.nav a {
color: #FFFFFF;
text-decoration: none; 
font-weight: bold;
}
.nav a:hover {
text-decoration: underline;
}
h1 {
display: inline;
} 
.lcontent {
	color: #333333;
	background-image: url(/templates/gp/images/lbot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.uptop {
	color: #FFFFFF;
}
.thumbs {
	border: 1px solid #C6DE79;
}
.rcontent {
	color: #FFFFFF;
	background-color: #454545;
	background-image: url(/templates/gp/images/rbot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.thumbs img{
border: 1px solid #8AB21B;
}

.thumbs:hover img{
border: 1px solid black;
}

.thumbs:hover{
color: red; /* Dummy definition to overcome IE bug */
}

/** PAGE SECTION **/
.section-left {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.section-right {
  display: inline-block;
  width: 95%;
  margin-left: 20px;
}

.section-content-no-header {
  background-color: #FFF;
  border: 1px solid #5e5e5e;
  position: relative;
  padding: 4px 8px;
  margin-top: 5px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
}


.section-sidebar-content {
  background-color: #FFF;
  border: 1px solid #5e5e5e;
  position: relative;
  padding: 4px 8px 8px 8px;
  margin-top: 35px;
  padding-top: 20px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
}

.section-videos span.video {
  display: inline-block;
  padding: 0;
  text-align: left;
  vertical-align: top;
  width: 190px;
  margin-bottom: 18px;
}
.section-videosBIG span.video {
  display: inline-block;
  padding: 0;
  text-align: left;
  vertical-align: top;
  width: 190px;
  margin-bottom: 18px;
}
span.video .video-container {
  width: 185px;
  font-size: 90%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.video-container .video-thumb,
.video-brief-thumb .video-thumb {
border: 1px solid #C6DE79;
  background-color: #fff;
  /*padding: 1px;*/
  max-width: 185px;
  max-height: 140px;
}


.video-container .stars {
  float: right;
}

.video-brief-thumb {
  position: relative;
}

/*
.video-brief-thumb .stars {
  position: absolute;
  top: 51px;
  left: 2px;
}*/

.video-brief {
  margin: 8px 0;
}

.video-brief > span {
  display: inline-block;
}

.video-brief > span.video-brief-details {
  width: 78%;
  padding-left: 8px;
  vertical-align: top;
}

.video-brief-facets > span {
  display: inline-block;
  width: 100px;
}



/** USER PROFILE STYLE **/
.profile-avatar {
  max-width: 240px;
}

.profile-fields span {
  margin-bottom: 8px;
}

.profile-fields span.field {
  font-weight: bold;
  text-align: right;
  display: inline-block;
  width: 20%;
  vertical-align: top;
}

.profile-fields span.value {
  display: inline-block;
  width: 79%;
  vertical-align: top;
}



/* THUMBNAIL SELECTION STYLE */
div.thumb-select-container {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  max-height: 110px;
  overflow: auto;
}

div.thumb-select-container img {
  max-width: 120px;
  max-height: 90px;
  padding: 2px;

  border: 4px solid #000;
}

div.thumb-select-container img.thumb-selected {
  padding: 2px;
  border: 4px solid green;
}



/** TAG CLOUD **/
div.tags {
  line-height: 1.5em;
}


div.tags a {
  padding: 0 3px;
  vertical-align: middle;
}

div.tags a:hover {
  /*color: #afafaf;*/
}

a.tag-100 {
  font-size: 100%;
  color: #424242;
}

a.tag-100:hover {
  color: #fff;
  background-color: #424242;
}

a.tag-110 {
  font-size: 110%;
  color: #555555;
}

a.tag-110:hover {
  color: #fff;
  background-color: #555555;
}

a.tag-120 {
  font-size: 120%;
  color: #686868;
}

a.tag-120:hover {
  background-color: #686868;
  color: #fff;
}

a.tag-130 {
  font-size: 130%;
  color: #7b7b7b;
}

a.tag-130:hover {
  background-color: #7b7b7b;
  color: #fff;
}

a.tag-140 {
  font-size: 140%;
  color: #8e8e8e;
}

a.tag-140:hover {
  background-color: #8e8e8e;
  color: #fff;
}

a.tag-150 {
  font-size: 150%;
  color: #a1a1a1;
}

a.tag-150:hover {
  background-color: #a1a1a1;
  color: #fff;
}

a.tag-160 {
  font-size: 160%;
  color: #b3b3b3;
}

a.tag-160:hover {
  background-color: #b3b3b3;
  color: #000;
}

a.tag-170 {
  font-size: 170%;
  color: #c7c7c7;
}

a.tag-170:hover {
  background-color: #c7c7c7;
  color: #000;
}

a.tag-180 {
  font-size: 180%;
  color: #d9d9d9;
}

a.tag-180:hover {
  background-color: #d9d9d9;
  color: #000;
}

a.tag-190 {
  font-size: 190%;
  color: #ececec;
}

a.tag-190:hover {
  background-color: #ececec;
  color: #000;
}

a.tag-200 {
  font-size: 200%;
  color: #336633;
}

a.tag-200:hover {
  color: #336633;
  background-color: #fff;
}




/** FOOTER BAR **/
#footer-bar {
  background-color: #222;
  padding: 6px 10px;
  border: 1px solid #444;
  border-bottom: none;
  color: #666;
  /*margin-top: 30px;*/
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
}

#footer-bar a {
  color: #999;
}



/* FORM FIELDS */
span.label {
  display: inline-block;
  text-align: right;
  width: 7em;
  font-weight: bold;
  vertical-align: top;
  padding-top: 3px;
}

span.wider {
  width: 13em;
}

span.nopad {
  padding-top: 0px;
}

span.input-container {
  vertical-align: top;
  margin-left: 3px;
  display: inline-block;
}

span.text-container {
  margin-left: 3px;
  position: relative;
  top: 0.2em;
  display: inline-block;
}

div.field {
  margin-top: 8px;
  margin-bottom: 8px;
}



/** PROGRESS BAR **/
#progress-bar {
  height: 24px;
  width: 0;
  background-color: #383838;
  text-align: center;
  font-weight: bold;
}

#progress-percent {
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  top: 1px;
}

#progress-container {
  border: 1px solid #5E5E5E;
  width: 400px;
  position: relative;
}




/** INNER CONTENT SECTIONS **/
.inner-section-header {
  text-align: left;
  font-size: 10pt;
  font-weight: bold;
  background-color: #282828;
  border: 1px solid #666;
  padding: 4px 8px 6px;
  color: #999;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}

.inner-section-header span.selected {
  outline: none;
  background-color: #000;
  border: 1px solid #666;
  border-bottom: none;
  bottom: 12px;
  color: #fff;
  display: inline-block;
  padding: 8px 16px;
  position:relative;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}

.inner-section-header span {
  outline: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
  color: #999;
  cursor: pointer;
}

.inner-section-header-link:hover {
  color: #000;
}

.inner-section-content {
  text-align: left;
  position: relative;
  border: 1px solid #666;
  border-top: none;
  margin-bottom: 5px;
  padding: 4px 8px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}



/** PAGINATION **/
.pagination {
  margin-bottom: 20px;
  margin-top: 8px;
  font-size: 105%;
  font-weight: bold;
  text-align: center;
}

.pagination span {
  padding: 0 4px;
}



/** RATING STARS **/
#rater-stars {
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: 1;
}

.rater-div {
  position: absolute;
  width: 19.6px;
  height: 21px;
  top: 2px;
  left: 0px;
  background-color: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 30;
  cursor: pointer;
}

#rater-text {
  position: absolute;
  top: 5px;
  left: 100px;
}



/* CLASSES */
.bold {
  font-weight: bold;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.normal {
  font-weight: normal;
}

.click {
  cursor: pointer;
}

.fs80 {
  font-size: 80%;
}

.fs90 {
  font-size: 90%;
}

.fs95 {
  font-size: 95%;
}

.fs105 {
  font-size: 105%;
}

.fs110 {
  font-size: 110%;
}

.fs120 {
  font-size: 120%;
}

.fs130 {
  font-size: 130%;
}

.main-content {
  width: 832px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}



/** CLIPS **/
#clips img {
  filter: alpha(opacity=25);
  opacity: 0.25;
  cursor: pointer;
  margin: 0 10px;
}

#clips img:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

#clips img.selected {
  cursor: default;
  filter: alpha(opacity=100);
  opacity: 1;
}



/** MISC **/
.message-error {
  font-weight: bold;
  font-size: 135%;
  color: #d52727;
  padding: 4px 10px 4px 10px;
  margin-bottom: 8px;
}

.message-notice {
  font-weight: bold;
  font-size: 135%;
  color: #2ae000;
  padding: 4px 10px 4px 10px;
  margin-bottom: 8px;
}

.message-warning {
  font-weight: bold;
  font-size: 135%;
  color: #ea8612;
  padding: 4px 10px 4px 10px;
  margin-bottom: 8px;
}

.captcha-image {
  border: 1px solid black;
  margin-bottom: 4px;
}

.captcha-reload {
  margin-left: 8px;
  vertical-align: top;
  cursor: pointer;
}

.swfupload {
  vertical-align: middle;
}
.container{
	width: 952px;
	margin: 0 auto;
	background-image: url(http://www.twelvefifteen.net/images/wf_bg.gif);
	background-repeat: repeat-y;
}
.header{
background-color: #5d6589;
}
.logo{
width: 208px;

}
.header_sub {
	background-image: url(http://www.twelvefifteen.net/images/wheader_mid.jpg);
	background-repeat: no-repeat;
	height: 150px;

}
.header_box {
width: 390px;
!width: 380px;
float: right;
margin: 0px 10px 0px 0px;

}
.header_box h1,h2,h3,h4,h5 {
margin: 0px 0px 0px 0px;
padding: 10px 0px 0px 0px;
color: #fff;
font-size: 14px;
}
.header_box_txt {
font-size: 10px;
}
.header_box_txt a {
color: #fff;
text-decoration: none;
font-weight: bold;
}
.header_box_txt a:hover {
color: #000;
}

#nav {
  float:right;
  width:750px;
  background:# url("http://www.twelvefifteen.net/images/wbg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
margin-top: -37px;
!margin-top: -37px;
  }
#nav ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#nav li {
  float:left;
  background:url("http://www.twelvefifteen.net/images/wleft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
margin: 0px 0px 0px 0px;
  }
#nav a {
  float:left;
  display:block;
  background:url("http://www.twelvefifteen.net/images/wright.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#nav #current {
  background-image:url("left_on.gif");
  }
#nav #current a {
  background-image:url("right_on.gif");
  color:#333;
  padding-bottom:5px;
  }

.content{

	padding: 0px 10px 0px 10px;
font-size: 12px;
}
.content p {
margin: 3px 0px 0px 0px;
}


.content_bottom {

	background-repeat: no-repeat;
	height: 12px;
}
.footer{
	padding-top: 0px;
	background-image: url(http://www.twelvefifteen.net/images/wf_bg.gif);
	background-repeat: repeat-y;
}
.footer_l {
margin-left: 1px;
	background-image: url(http://www.twelvefifteen.net/images/wfooter_l_bg.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 666px;
float: left;
padding: 5px;
font-size: 12px;
color: #000;
}
.footer_l a {
color: #ffffff;
text-decoration: none;
font-weight: bold;
}
.footer_l a:hover {
color: #000;
}
.footer_r {
float: left;
width: 236;
padding: 10px 0px 0px 15px;
}
.footer_bottom{
	background-image: url(http://www.twelvefifteen.net/images/wfooter_bottom.gif);
	background-repeat: no-repeat;
	height: 6px;

}
.header {
color: #fff;
font-weight: bold;


}
.text a {
color: #282828;
text-decoration: none; 
font-weight: bold;
}
.text a:hover {
text-decoration: underline;
}
