/*styles for Ruddydance.org 2010
	Site Colors
	#333333 - font
	#AD0000 - red
	#DDDDDD - tint
	#b6a29b - footer bkg
*/

/*--------------------------------General------------------------*/

body {
	background-color: #999;
	-webkit-user-select:none;
	    -webkit-text-size-adjust:none;	
}

#container {
	position:relative;
	width: 900px;
	height: 600px;
	top: 40px;
	z-index: 1;
	background-image: url(../images/general/background.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

#seasonContainer { /*to add pifa*/
	position:relative;
	width: 800px;
	height: 735px;
	top: 40px;
	z-index: 1;
	background-image: url(../images/general/background.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}

#container #image {
	z-index: 2;
	position: absolute;
	top: 40px;
	left: 35px;
}

#top {
	position: relative;
	z-index: 3;
	width: 900px;
	left: 0px;
	top: 0px;
}

#nav {
	position: absolute;
	top: 15px;
	left: 0px;
	height: 175px;
	width: 800px;
	z-index: 2;		
}

#logo {
	position: relative;
	z-index: 2;
	left: 33px;
	top: 40px;
	height: 76px;
	width: 325px;
}
#social {
	position: relative;
	left: 800px;
	top: -60px;
	width: 200px;	
	z-index: 2;
}

#subnav {
	position: absolute;
	z-index: 5;
	top: 110px;
	left: 275px;
	width: 650px;
}

#sideBar {
	position: absolute;
	z-index: 7;
	left: 10px;
	top: 165px;
	width: 270px;
	height: auto;
	background-color: #bbb;
}

#sideBar {
	color: #333;
	text-align: center;
}

#bioSidebar {
	position: absolute;
	width: 250px;
	left: 5px;
	top: 145px;
	padding-top: 10px;
	z-index: 4;
	padding-left: 10px;
	padding-right: 10px;
	
	text-align: right;
}

#bioSidebar p{
	font-size: .8em;
	line-height: 125%;
	
}

#mainContent {
	position: relative;
	z-index: 4;
	top: -10px;
	left: 275px;
	height: 410px;
	width: 475px;
	padding-right: 25px;
	padding-left: 40px;
	padding-top: 10px;
	overflow: auto;
	background-image: url(../images/general/whiteT2.png);
	background-repeat: repeat;
	-webkit-box-flex:1;
} 


#mainText
{position: relative;
z-index: 6;
}

#galleryContent {
	position: absolute;
	z-index: 4;
	top: 145px;
	left: 70px;
	width: 763px;
	padding: 10px 10px 0 10px ;
	background-image: url(../images/general/whiteT2.png);
}
#longContent {
	position: absolute;
	z-index: 4;
	top: 145px;
	left: 275px;
	width: 595px;
	padding: 10px 10px 0 10px ;
	background-image: url(../images/general/whiteT2.png);
}

#mainGallery {
	position: relative;
	z-index: 4;
	top: 0;
	left: 0;
	width: 750px;
	padding: 3px 0 0 10px;
	background: #fff;
	background-repeat: repeat;
	-webkit-box-flex:1;
}
#galleryLong {
	position: relative;
	z-index: 4;
	top: 0;
	left: 0;
	width: 575px;
	padding: 10px 10px 0 10px ;
	background-image: url(../images/general/whiteT2.png);
}

#topPage {
	position: relative;
	z-index: 4;
	width: 100px;
	top: 10px;
	height: 50px;	
}

#footer {	
	position: absolute;
	width: 800px;
	top: 575px;	
	background-color: #b6a29b;
	height: 18px;
	vertical-align: middle;	
	z-index: 5;
}

#longFooter {
	position: absolute;
	width: 595px;
	left: 0;	
	background-color: #b6a29b;
	color: #fff;
	height: 20px;
	vertical-align: middle;	
	z-index: 5;
	text-align: center;
	padding: 0 10px 0 10px ;
}

#galleryFooter {
	position: absolute;
	width: 763px;
	left: -10px;	
	background-color: #b6a29b;
	height: 20px;
	vertical-align: middle;	
	z-index: 5;
	text-align: center;
	padding: 0 10px 0 10px ;
}

#contentScroller {
	-webkit-box-sizing:border-box;
	padding:20px;
}

#largeContent {
	position: absolute;
	z-index: 4;
	top: 145px;
	left: 50px;
	width: 700px;
	padding-right: 10px;
	padding-left: 40px;
	padding-top: 10px;
	height: 410px;
	overflow: auto;
	background-image: url(../images/general/whiteT2.png);
}

#datesContent {
	position: relative;
	top: 100px;
}





#cube {
	position: absolute;
	width: 800px;
	top: 600px;	
	background-color: #fff;
	height: 155px;
	vertical-align: center;
	text-align: center;	
	z-index: 5;
}

#extra {
	position: absolute;
	height: 117px;
	width: 197px;
	left: 110px;
	top: 425px;
	
	z-index: 3;	
}

#legacyExtra {
	position: absolute;
	height: 117px;
	width: 197px;
	left: 90px;
	top: 400px;
	
	z-index: 3;	
}

#newsletterForm {
	width:172px; 
	background-color: #ffffff;
	font-weight: bold; 
}


/*------------------home pg css------------------*/

#homeContainer {
	background-image: url(../images/home/larkHome.jpg);
	position:relative;
	margin: 0 auto;
	top:40px;
	z-index: 1;
	height: 735px;
	width: 800px;	
	background-repeat: no-repeat;
}

#homeMedia {
	position: absolute;
	z-index: 2;
	left: 400px;
	top: 280px;
	width: 432;
}

#homeContainer #extra {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	position: absolute;
	height: 150px;
	width: 400px;
	left: 40px;
	top: 415px;
	z-index: 2;
	line-height: 16px;
}

#homeSocial {
	position: relative;
	left: 700px;
	top: -60px;
	width: 200px;	
	z-index: 2;
	}

/*-----------------------Fonts----------------------------*/
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	color: #333;
}


#mainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	letter-spacing: .05em;
}

#longContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	letter-spacing: .05em;
}

#largeContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	letter-spacing: .05em;
}

#return {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .85em;
	width: 200px;
}

#topPage {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .85em;	
}

#nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .80em;
	text-align: center;
	letter-spacing: .05em;
	color: #CCC;
}

#subnav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .85em;
	letter-spacing: 0.05em;
	color: #FFF;
}

#social, #homeSocial {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	letter-spacing: 0.05em;
	line-height: 18px;
}


#bioSidebar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	color: #666;
}

#sideBar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	color: #333;
	text-align: center;
}

#extra, #legacyExtra {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #666;
	line-height: 20px;
}

#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .625em;
	text-align: center;
	color: #FFF;
	letter-spacing: 0.05em;
}

#newsletterForm {
	font-family: Verdana, Geneva, sans-serif; 
	font-size:12px; 
	color:#600c2c;
}

li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
}

#mainContent li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .925em;
	letter-spacing: .1em;
	color: #444;
	line-height: 150%;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.25em;
	color: #600c2c;
}
h2 {
	font-size: 1em;
	color: #600c2c;
	font-family: Verdana, Geneva, sans-serif;
	
}
h3   {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #600c2c;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .625em;
	color: #666;
}

h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
}

dd {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .925em;
	letter-spacing: .1em;
	color: #444;
	line-height: 150%;
}
img {
	border: 0;
}

.red {
	color: #600c2c;	
}

.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #333;
	line-height: 125%;
	letter-spacing: 0.05em;
}

.tech {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #333;
	line-height: 150%;
	letter-spacing: 0.07em;
	padding: 0 0 5px 0;
}

.caption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .6em;
	line-height: 125%;
}

.gtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .6em;
		color: #333;
	line-height: 125%;
}

.ltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
		color: #333;
	line-height: 125%;
}

.center {
	text-align: center;
}
.seasons td{
	height: 350px;
	vertical-align:top;
}

.seasonsPlus td {
	height: 225px;
	vertical-align:top;
	font-size: .75em;
	text-align: center;
}

/*------------------------------links------------------------------*/
a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
} 
a:hover {
	color: #C96;
	text-decoration: none;
	font-weight: normal;
}

#mainContent a:link {
	color: #084e5b;
	font-weight: normal;
}

#mainContent a:visited {
	color: #084e5b;
	font-weight: normal;
}

#mainContent a:hover {
	color: #6b320a;
	font-weight: normal;
}

#longContent a:link {
	color: #084e5b;
	font-weight: normal;
}

#longContent a:visited {
	color: #084e5b;
	font-weight: normal;
}

#longContent a:hover {
	color: #6b320a;
	font-weight: normal;
}


#largeContent a:link {
	color: #084e5b;	
	font-weight: normal;
}

#largeContent a:visited {
	color: #084e5b;	
	font-weight: normal;
}

#largeContent a:hover {
	color: #6b320a;	
	font-weight: normal;
}

.gtext a:link {
	color: #999;
	font-weight: 400;
}

.gtext a:visited {
	color: #999;
	font-weight: 400;
}

.gtext a:hover {
	color: #6b320a;
	font-weight: 400;
}
.ltext a:link {
	color: #999;
	font-weight: 400;
}

.ltext a:visited {
	color: #999;
	font-weight: 400;
}

.ltext a:hover {
	color: #6b320a;
	font-weight: 400;
}



#extra, #legacyExtra a:link, #sideBar a, #bioSidebar a:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #777;
	font-weight: normal;	
}

#extra, #legacyExtra a:visited, #sideBar a:visited, #bioSidebar a:visited { 
	font-family: Verdana, Geneva, sans-serif;
	color: #777;
	font-weight: normal;
}

#extra, #legacyExtra a:hover, #sideBar a:hover, #bioSidebar a:hover {
	font-family: Verdana, Geneva, sans-serif;	
	color: #ccc;
	font-weight: normal;
}

#homeContainer #extra a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #6b320a;
}

#homeContainer #extra a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #6b320a;
}

#homeContainer #extra a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
}

#homeContainer #extra h2 a:link {
	color: #AD0000;
	font-size: 1.3em;
	font-weight: bold;
}

#homeContainer #extra h2 a:visited {
	color: #AD0000;
	font-size: 1.3em;
	font-weight: bold;
}

#homeContainer #extra h2 a:hover {
	color: #666666;;
	font-size: 1.3em;
	font-weight: bold;
}

#galleryLong h2 a:link {
	color: #AD0000;
	font-size: 1.3em;
	font-weight: bold;
}

#galleryLong h2 a:visited {
	color: #AD0000;
	font-size: 1.3em;
	font-weight: bold;
}

#galleryLong h2 a:hover {
	color: #666666;;
	font-size: 1.3em;
	font-weight: bold;
}




#footer a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
