﻿
/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-image: url(/images/Background.png);
    background-repeat: repeat-x;
    background-color: #ddd8be;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p
{
    /*margin-bottom: 20px;*/
    line-height: 1.6em;
    color: #5c3b2f;
}

ul
{
    padding: 0;
    margin: 0;
    line-height: 1.6em;
    color: #5c3b2f;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Verdana, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    font-size: 1.4em;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    overflow: auto; /*required so that IE renders floated items properly...*/
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #f5f1e2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

#navMenu
{
    margin: 0 0 0 0;
}

ul#navMenu li
{
    display: inline;
    list-style: none;
    line-height: normal;
}

ul#navMenu li a
{
    color: #5c3b2f;
    text-decoration: none;
    font-family: Verdana;
    padding-right: 20px;
    float: right;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#menucontainer
{
    margin-top: 40px;
}

#title
{
    display: block;
    float: left;
    text-align: left;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.videoDiv
{
    background-image: url(/images/VideoBox.png);
    background-repeat: no-repeat;
    width: 620px;
    height: 75px;
    margin-top: 15px;
    margin-bottom: 25px;
    margin-left: 27px;
}

.videoDiv a
{
    color: #5C3B2F;
}

.videoDiv h2 > a
{
	text-decoration: none;
}

.videoDiv p
{
    margin-right: 15px;
    margin-top: 15px;
}

.videoDiv h2
{
    margin-bottom: 0px;
    color: #5c3b2f;
    padding: 10px 0 0 15px;
}

#navHeader
{
    margin: 10px 0 auto;
    float: left;
    width: 585px;
    height: 15px;
    overflow: hidden;
}

/****************************************
 Our stuff from Photoshop... */

/*****************Our Classes********************/


.ResourcesBox
{
    background-image: url(/images/ResourcesBox.png);
    background-repeat: no-repeat;
    width: 285px;
    height: 142px;
    margin-left: 32px;
    margin-bottom: 27px;
    float: left;
    overflow: auto;
}

.ResourcesBox a
{
    color: #fff;
    text-decoration: underline;
    font-size: 1.6em;
}

.ResourcesBox ul
{
    margin-left: 35px;
    line-height: 1.8em;
    font-size: .95em;
}

.ResourcesBox li a
{
	font-size: 1em;
}

/******************Our IDs**************************/
#ContributionsBox
{
	margin-left: 50px;
}

#AddBox
{
    float: left;
}

#AddSign
{
    background-image: url(/images/AddSign.png);
    background-repeat: no-repeat;
    overflow: auto;
    margin-top: 20px;
    margin-left: 15px;
    float: left;
    width: 76px;
    height: 60px;
}

#AddVideo
{
    display: block;
    color: #5c3b2f;
    text-decoration: none;
    margin-top: 38px;
    margin-left: 100px;
    font-size: 1.6em;
}

#AllVideos
{
    background-image: url(/images/DynamicMaster/GreenInnerFrameSlice.png);
    background-repeat: repeat-y;
    width: 673px;
    height: auto;
    margin-left: 27px;
    margin-top: 0px;
    overflow: auto;
    float: left;
}

#Banner
{
    background-image: url(/images/DynamicMaster/BetaBadgeBanner.png);
    background-repeat: no-repeat;
    width: 798px;
    height: 79px;
    margin: 0 auto;
}

#Content
{
    background-image: url(/images/DynamicMaster/InnerWhiteFrameCenter.png);
    background-repeat: repeat-y;
    margin: 0 0 0 0px;
    padding: 5px;
    overflow: auto;
    height: auto;
    width: 764px;
    float: left;
}

#header
{
    margin: 0 auto;
    width: 755px;
    overflow: auto;
}


#InnerFrame
{
    background-image: url(/images/DynamicMaster/InnerBlueFrameCenter.png);
    background-repeat: repeat-y;
    width: 728px;
    margin-left: 13px;
    margin-top: 0px;
    height: auto;
    float: left;
    overflow: auto;
    position: relative;
}

#Latest
{
    background-image: url(/images/DynamicMaster/GreenInnerFrameSlice.png);
    background-repeat: repeat-y;
    width: 673px;
    height: auto;
    margin-left: 27px;
    float: left;
    margin-top: 0px;
    overflow: hidden;
}

#LogoWithLeftLine
{
    background-image: url(/images/LogoWithLeftLine.png);
    background-repeat: no-repeat;
    width: 160px;
    height: 29px;
    float: left;
    cursor: pointer;
}
/*	position: absolute;
	left: 122px;
	top: 2px;*/


#Main
{
    width: 764px; /*height: 546px;*/
    margin: 0 auto;
}



.MoreVideos a
{
    color: #5C3B2F;
}


#Resources
{
}

#RightLine
{
    background-image: url(/images/RightLine.png);
    background-repeat: no-repeat; /*position: absolute; 	left: 883px; 	top: 6px;*/
    width: 6px;
    height: 25px;
    float: right;
}


#SearchArea
{
    background-image: url(/images/GreenSearchArea.png);
    background-repeat: no-repeat;
    overflow: auto;
    width: 728px;
    height: 99px;
    margin-top: 15px;
    margin-left: 15px;
}


#SearchBox
{
    float: right;
    margin-top: 36px;
    margin-right: 27px;
}

#SearchBox a
{
    font-size: 1.6em;
    color: #5C3B2F;
    cursor: pointer;
    text-decoration: none;
}

#SearchBox input
{
    width: 150px;
    margin-right: 5px;
}





#SectionDescription
{
    margin: 0px;
    margin-top: 4px;
    color: #5C3B2F;
    font-size: .9em;
}


#SectionTime
{
    margin-top: 2px;
}

#SectionTitle
{
    margin: 0px;
    margin-top: 12px;
    color: #5c3b2f;
}

#TextDisplay
{
    margin-left: 33px;
    color: #5C3B2F;
}

#TextDisplay h1
{
	font-size: 1.4em;
	margin-bottom: 4px;
	margin-top: 0px;
}

.VideoTextDescriptionSection
{
    background-image: url(/images/DynamicMaster/GreenInnerFrameSlice.png);
    background-repeat: repeat-y;
    float: left;
    height: auto;
    margin-top: 0;
    overflow: auto;
    width: 655px;
    color: #5C3B2F;
    padding: 0px 10px 0 10px;
}

.VideoTextSection
{
	margin-top: 0px;
}

.syntaxhighlighter
{
	margin: 1em 0 0 0;
}

.ExtraSpace
{
	margin: 5px;
	clear: both;
}

/*****************Movie Upload Specific **********************/

#accountMenuArea
{
    width: 835px;
    height: 65px;
    overflow: auto;
    margin-left: 46px;
}

#accountMenu
{
    margin: 0 0 0 0;
}

ul#accountMenu li
{
    display: inline;
    list-style: none;
    line-height: normal;
}

ul#accountMenu li a
{
    color: #5c3b2f;
    text-decoration: none;
    font-family: Verdana;
    margin-left: 20px;
    float: left;
}






/*******************Video Display Specific***********************/

.b1f, .b2f, .b3f, .b4f
{
    font-size: 1px;
    overflow: hidden;
    display: block;
}
.b1f
{
    height: 1px;
    background: #fff;
    margin: 0 5px;
}
.b2f
{
    height: 1px;
    background: #fff;
    margin: 0 3px;
}
.b3f
{
    height: 1px;
    background: #fff;
    margin: 0 2px;
}
.b4f
{
    height: 2px;
    background: #fff;
    margin: 0 1px;
}
.contentf
{
    background: #fff;
    overflow: hidden;
}




.CodeArea
{
    width: 830px;
    height: 270px;
    overflow: hidden;
}



#code1
{
    width: 812px;
    height: 260px;
    border: 0px;
    overflow: hidden;
}

#code2
{
    width: 812px;
    height: 260px;
    border: 0px;
    overflow: hidden;
}

#CodeArea
{
    width: 832px;
    height: 290px;
    margin-top: 0px;
    margin-left: 31px;
    overflow: auto; /*background-color: White;*/
}

#CodeArea1
{
    display: none;
}

#InappropriateServerResponse
{
    margin-left: 27px;
    margin-top: 27px;
}


#LicenseDiv
{
    overflow: auto;
    width: auto;
    height: auto;
    border: 2px;
}

#movieplayerDiv
{
    margin-left: 27px;
}

.Text_View_CodeArea
{
    margin-bottom: 10px;
    width: 670px;
}


#VideoHeading
{
    height: auto;
    text-align: justify;
    width: 96%;
}

.VoteDiv
{
    float: right;
    color: #ffffff;
    font-size: 1.4em;
    margin-top: 13px;
    margin-right: 15px;
    width: 80px;
    font-size: 1.25em;
    text-align: center;
}

.LightBlueArea
{
    background-image: url(/images/DynamicMaster/GreenInnerFrameSlice.png);
    background-repeat: repeat-y;
    float: left;
    height: auto;
    margin-left: 27px;
    margin-top: 0;
    overflow: auto;
    width: 673px;
    color: #5C3B2F;
    padding: 10px 10px 0 10px;
}

.LightBlueArea h1
{
    color: #5C3B2F;
    text-decoration: underline;
	margin-top: 0;
}

.LightBlueArea h2, h3
{
    color: #5C3B2F;
}

#RefsSection h1
{
	text-decoration: none;
	margin-bottom: 20px;
	margin-top: 0;
}

.Resource
{
	margin-top: 15px;
	width: 650px;
}

#TextHeader
{
	margin-left: 10px;
	width: 470px;
}

#textHater
{
	padding-left: 29px;
	padding-top: 15px;
	margin-bottom: 15px;
}

#VideoLinks
{
    width: 650px;
}

.MoreVideos
{
     margin-left: 18px;
     text-align: center; 
     color: #000; 
     float: left;
     margin-bottom: 3px;
}

#VotesDisplay a
{
    color: Green;
	font-size: .75em;
	font-family: Verdana, Helvetica;
	font-size: 9pt;
}

#JustVoted
{
	margin-left: 4px;
	margin-top: 6px;
	display: none;
}

/*Account Menu------------------------------------------------------------------------*/
ul.menu {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:33px;
font-size:.8em;
background:url(/images/bg.png) repeat-x top left;
font-family:Verdana,Helvetica,Arial,sans-serif;
border:1px solid #000;
margin:0;
padding:0;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#A79787;
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color:#fff;
background:url(/images/bg.png) repeat-x top left;
text-decoration:none;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}


/*Green Account Menu*/
ul.menu.green{
background-color:#629600;
}
ul.menu.green li a:hover, .menu.green li.current {
background-color:#7AB900;
}              




.Resource p
{
	margin-top: 2px;
	margin-bottom: 12px;
}

.faqItems
{
	width: 650px;
}

.faqItems p
{
	margin-top: 6px;
}

.faqItems h2
{
	margin-bottom: 10px;
}