@charset "UTF-8";
/* CSS Document */


body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bodybgk.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}
.clear {
	clear: both;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
	color: #F865CF;
}
#Site {
	margin: auto;
	width: 1000px;
	background-color: #000000;
}
.Navigation  ul, #SubNav  ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.Navigation ul { 
width:1000px;
margin:auto;}


.Navigation li, #SubNav li {
	display: inline;
	float: left;
}

.Navigation li a, #SubNav li a {
	display: block;
	padding: 7px;
	color: #333333;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #1A1A1A;
	text-decoration: none;
}
.Navigation li a:hover, #SubNav li a:hover {
	display: block;
	color: #333333;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #1A1A1A;
	text-decoration: underline;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.ThePost { 
padding:10px;
border-bottom:1px dotted black;}
.Navigation1 {
	padding-right: 25px;
	padding-left: 25px;
}
.Posts {
	width: 370px;
	float: left;
}
.ThePost h1 {
	margin: 0px;
	color: #333333;
	background-image: url(images/h1back.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 75px;
}

.ThePost h1 a {
	color:black;
	text-decoration: none;
}

.fifthdiv h3 {
	margin: 0px;
	padding: 0px;
}
.LeftThumb {
	float: left;
	border: 1px solid #FFFFFF;
	margin-right: 5px;
	margin-top: 5px;
}
#Features {
	width: 230px;
	float: right;
	background-color: #161616;
	border: 1px solid #252525;
	padding-right: 10px;
	padding-left: 10px;
}
.BottomFeatures {
	padding: 5px;
	background-color: #161616;
	border: 1px solid #333333;
}
.fifthdiv {
	width: 23%;
	float: left;
	padding-right: 1%;
	padding-left: 1%;
	padding-top: 6px;
	padding-bottom: 6px;
}
#Features h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#SubNav {
	background-image: url(images/omg_04k2.png);
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 15px;
}
.Navigation {
	padding-right: 25px;
	padding-left: 25px;
	background-color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #478DC1;
}
#Subnav ul {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 35px;
}
#ContentContainer {
	background-image: url(images/omg_05k.png);
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#MainColumn {
	float: left;
	width: 625px;
}
#RightColumn {
	float: right;
	width: 325px;
	position: relative;
	color: #000000;
}

#RightColumn h1 {
	color:#000000;
	padding:5px;
	margin:0px;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #72A6CD;
}
#RightColumn h3 {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#RightBlock ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#RightBlock li { 
margin:0px;
padding:0px;
}

#RightBlock li a {
	color:#333333;
	padding:5px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B0CCE2;
	text-decoration: none;
}
#RightBlock li a:hover {
	color:#0092FF;
	text-decoration: underline;
}

a {
	color:#007AF7;
}


.TabbedPanels {
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #4290C1;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #2490FF;
	border-right-color: #2490FF;
	border-left-color: #2490FF;
}


.TabbedPanelsTabHover {
        background-image: url(/video/tab_off.png);
        background-repeat: no-repeat;
        background-color: #FFFFFF;
}

.TabbedPanelsTabSelected {
	background-image: url(/video/tab_on.png);
        background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0CCE2;
}


.TabbedPanelsContentGroup {
	clear: both;
	background-color: #B0CCE2;
	border: 1px solid #469AF2;
}

.TabbedPanelsContent {
	padding: 4px;
	min-height: 200px;
}


.TabbedPanelsContentVisible {
}
img {
border:0px;}


.bg {
	background-image:url(images/bgk.png);
	background-repeat:no-repeat;
	background-position:center top;
}


#Header {
	background-image:url(images/headerbgk.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	position: relative;
}

#Headerbanner {
	position:absolute;
	top:45px;
	right:25px;
	width:728;
	height:95p;
}


.bg2 {
	background-image: url(images/bg1.png);
	background-repeat: repeat-y;
        background-position: center top;
}

.avatar { 
width:50px;
float:left;}

.commentlist ul {
list-style:none;}

.commentlist li {
list-style:none;}

#Footer { 

padding:12px;
background-color: #000000;
text-align:center;}
#Footer a { 
color:white;}

.emailform {
	background-image: url(/video/subscribebox.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 36px;
	height: 190px;
}