/* =================================== */
/* =========== FONTS ================= */
/* =================================== */

/* Font for William's Name */
@font-face {
    font-family: 'goudy_trajan_regularregular';
    src: url('fonts/goudytrajan-regular-trial-webfont.eot');
    src: url('fonts/goudytrajan-regular-trial-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/goudytrajan-regular-trial-webfont.woff2') format('woff2'),
         url('fonts/goudytrajan-regular-trial-webfont.woff') format('woff'),
         url('fonts/goudytrajan-regular-trial-webfont.ttf') format('truetype'),
         url('fonts/goudytrajan-regular-trial-webfont.svg#goudy_trajan_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Font for menu and headers */
@font-face {
    font-family: 'arconregular';
    src: url('fonts/arcon-regular-webfont.eot');
    src: url('fonts/arcon-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arcon-regular-webfont.woff2') format('woff2'),
         url('fonts/arcon-regular-webfont.woff') format('woff'),
         url('fonts/arcon-regular-webfont.ttf') format('truetype'),
         url('fonts/arcon-regular-webfont.svg#arconregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* =================================== */
/* ====== ELEMENT DEFAULTS =========== */
/* =================================== */

html, body {
	background: #071D34;
	background-image:url(http://www.geocities.ws/therain/images/siteart/skybg.jpg);
	background-repeat:repeat;
	background-position:left top;
	background-attachment:fixed;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-color: #FFFFFF;
}

p
{
	font-size: 10px;
}

p.intro
{
	padding-bottom: 15px;
	background: transparent url(http://www.geocities.ws/therain/images/rp/rp_break.jpg) bottom left no-repeat;
}

p.timeStamp
{
	color: #CCC;
}

p.time{
	height:18px;
	line-height:18px;
	font-size:10px;
	background:none;
	font-family:Verdana, Helvetica, sans-serif;
}

/* Main Sections =================================================================================================================*/

div#container
{
	background: transparent url(http://www.geocities.ws/therain/images/siteart/bg_extend.jpg) repeat-y;
	width: 760px;
	margin: 0 auto;
	position: relative;
	border: 3px solid #5D7B97;
}

div#header
{
	background: transparent url(http://www.geocities.ws/therain/images/siteart/header.png) repeat-y;
	position: relative;
	height: 74px;
	color: #21324C;
	font-style: italic;
	text-transform: uppercase;
	border-bottom: 11px solid #013064;
}

div#content
{
	background: transparent url(http://www.geocities.ws/therain/images/siteart/main_bg.jpg) no-repeat;
	clear: left;
	width: 760px;
}

div.clearing
{
	clear: both;
}

div#mainContent
{
	float: left;
	color: #FFF;
	width: 460px;
	padding-top: 70px;
}

div#secondaryContent
{
	float: left;
	width: 290px;
	padding: 5px 0;
	margin-right: 3px;
	color: #FFF;
}

div#mainMenu
{
	background: #013064;
	text-shadow: 2px 6px 9px rgba(0,0,0,0.9);
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 135px;
	right: 0;
	width: 383px;
}

div#leftMenu
{
	background: transparent;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 135px;
	right: 300;
	width: 383px;
}

div#footer
{
	background: #0E2C48 url() no-repeat;
	width: 760px;
	height: 55px;
	color: #FFF;
	clear: both;
	position: relative;
	font-size: 12px;
}

div#logoEagle
{
	width: 167px;
	height: 160px;
	background: url(http://www.geocities.ws/therain/images/siteart/logo.gif) no-repeat;
	position: absolute;
	top: -5px;
	left: 292px;
}

div#logoEagle a {
	display: block;
	text-indent: -9999px;
	width: 167px;
	height: 160px;
}

.albumCallout {
	display: block;
	text-align: center;
	width: 290px;
}
/* Styling and Positioning the Header =================================================================================================*/

h1
{
	font-size: 18px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	letter-spacing: -3px;
}

div#header div
{
	color: #5BC5F9;
	font-size: 10px;
}

div#header h3, div#header form
{
	display: inline;
}

div#mailForm
{
	position: absolute;
	top: 25px;
	right: 5px;
}

div#searchForm
{
	position: absolute;
	top: 2px;
	right: 5px;
}

div#header h3
{
	font-size: 10px;
	color: #5BC5F9;
	background: #174372;
}

input.search, input.emailaddress
{
	height: 12px;
	font-size: 10px;
	margin: 0 3px;
}

div#header p
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50px;
	left: 680px;
}

/* Styling and Positioning the Main Menu ===============================================================================================*/

h3
{
	font-size: 12px;
	font-family: Verdana;
	color: #FC97BF;
	margin: 0;
	background: #071D34 url(http://www.geocities.ws/therain/images/rp/bluefade_h_lg.jpg) repeat-y;
}

h2
{
	font-size: 14px;
	font-family: Verdana;
	color: #5BC5F9;
	padding-bottom: 6px;
	margin: 0;
	background: #071D34 url(http://www.geocities.ws/therain/images/rp/bluefade_h_lg.jpg) repeat-y;
}

div#mainMenu h2
{
	position: absolute;
	text-indent: -30000px;
	background: #013064;
	padding-bottom: 0;
	border-bottom: 0;
}

ul#nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 121px;
}

ul#nav li { /* all list items */
	background: #013064;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-transform: none;
	letter-spacing: -1px;
	padding-right: 10px;
	float: left;
	position: relative;
	_width: 3em; /* Compliant browsers ignore this, IE doesn't */
}

ul#nav li ul li {
	padding-right: 7px !important;
	padding-right: 0; /* IE ignores the !important */
	width: 121px;
	font-weight: normal;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.9);
	text-transform: none;
	letter-spacing: 0;
	background: #013064;
}

ul#nav li ul { /* second-level lists */
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	padding-left: 0;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

ul#nav li a
{
	background: #013064;
	color: #68C8FC;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-decoration: none;
	display: block;
	-o-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;	
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

ul#nav li a:hover
{
	background: #164371;
	color: #15769E;
	text-shadow: 2px 2px 4px rgba(0,0,0,2.4);
	text-decoration: none;
	-o-transition: all 1.1s ease;
	-ms-transition: all 1.1s ease;
	-moz-transition: all 1.1s ease;	
	-webkit-transition: all 1.1s ease;
	transition: all 1.1s ease;}

ul#nav li ul li a
{
	width: 121px;
	padding: 0 2px;
}

#main ul {
	margin:11px 0 22px 0;
}

#main li.newsDate, #main li.photoDate {
	padding:0 5px;
	font-size:10px; color:#17255B;
	text-transform:uppercase;
	overflow:hidden;
	display:table-cell;
	background:url(../imgs/bg_newsDate.jpg);
}

#main li.newsTitle, #main li.photoTitle {
	margin:0 5px 5px 0;
	padding:2px 5px;
	text-transform:uppercase;
	background:transparent url('../imgs/bg_trans.png');
	border-top:1px solid #9d875c;
}

#main ul.photoDateTitle {
	margin:18px 0 0 0;
}

/* Content Titles Image Replacement ===============================================================================================*/

h1
{
	display: block;
	width: 394px;
	height: 28px;
	text-indent: -30000px;
	background: transparent url(http://www.geocities.ws/therain/images/siteart/occ_of.png) bottom left no-repeat;
}

h1 a {
	display: block;
	height: 72px;
}

h5.mp3player
{
	display: block;
	width: 290px;
	height: 32px;
	text-indent: -30000px;
	background: url(http://www.geocities.ws/therain/images/sidebar/mp3player.gif) no-repeat;
}

h5.linkOfTheWeek
{
	display: block;
	width: 290px;
	height: 32px;
	text-indent: -30000px;
	background: transparent url(http://www.geocities.ws/therain/images/titles/links.gif) top left no-repeat;
}

h5.poll
{
	display: block;
	width: 290px;
	height: 32px;
	text-indent: -30000px;
	background: transparent url(http://www.geocities.ws/therain/images/titles/poll.gif) top left no-repeat;
}

h5.metalworksNews
{
	display: block;
	width: 290px;
	height: 32px;
	text-indent: -30000px;
	background: transparent url(http://www.geocities.ws/therain/images/titles/metalworks_news.gif) top left no-repeat;
}

h4.metalworksNews
{
	display: block;
	margin: 0;
	padding: 0;
	width: 460px;
	height: 32px;
	text-indent: -30000px;
	background: url(http://www.geocities.ws/therain/images/titles/metalworks.gif) no-repeat;
}

h4.featuredNews
{
	display: block;
	margin: 0;
	padding: 0;
	width: 460px;
	height: 32px;
	text-indent: -30000px;
	background: url(http://www.geocities.ws/therain/images/rp/news_h.gif) no-repeat;
}

h4.countdown
{
	display: block;
	margin: 0;
	padding: 0;
	width: 335px;
	height: 32px;
	text-indent: -30000px;
	background: url(http://www.geocities.ws/therain/images/titles/countdown.gif) no-repeat;
}

h4.latestUpdates
{
	display: block;
	margin: 0;
	padding: 0;
	width: 460px;
	height: 32px;
	text-indent: -30000px;
	background: url(http://www.geocities.ws/therain/images/titles/latest.gif) no-repeat;
}

h4.store
{
	display: block;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 32px;
	text-indent: -30000px;
	background: url(http://www.geocities.ws/therain/images/titles/store.gif) no-repeat;
}

h4.listen
{
	display: block;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 32px;
	text-indent: -30000px;
	background: url(http://www.geocities.ws/therain/images/titles/listen.gif) no-repeat;
}

h4.watch
{
	display: block;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 32px;
	text-indent: -30000px;
	background: url(http://www.geocities.ws/therain/images/titles/watch.gif) no-repeat;
}

h4.connect
{
	display: block;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 32px;
	text-indent: -30000px;
	background: url(http://www.geocities.ws/therain/images/titles/connect.gif) no-repeat;
}

h4.fanQuotes
{
	display: block;
	margin: 0;
	padding: 0;
	width: 474px;
	height: 32px;
	text-indent: -30000px;
	background: url(http://www.geocities.ws/therain/images/titles/quotes.gif) no-repeat;
}

h4.musicThread
{
	display: block;
	margin: 0;
	padding: 0;
	width: 474px;
	height: 32px;
	text-indent: -30000px;
	background: url(http://www.geocities.ws/therain/images/titles/music.gif) no-repeat;
}

p.emailPage a
{
	display: block;
	width: 120px;
	height: 22px;
	text-indent: -30000px;
	background: url(http://www.geocities.ws/therain/images/icons/email_icon.gif) no-repeat;
}

div#header p a
{
	display: block;
	width: 79px;
	height: 19px;
	text-indent: -30000px;
	background: url(http://www.geocities.ws/therain/images/siteart/contacts.gif) no-repeat;
}

.icon-bar a {
	color: #6868FC;
	font-size: .7em;
	margin-top: 10px;
}
.icon-bar a:hover {
	color: #FFF;
}

/* Main Content Styling and Positioning ===============================================================================================*/

div.newsItem, div.contentItem
{
	background: #071D34 url(http://www.geocities.ws/therain/images/rp/feature_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:scroll;
	border: 1px solid #3A4C67;
	width: 450px;
	padding: 5px;
	margin-bottom: 20px;
}

div.item
{
	padding: 10px 0;
}

div.contentItem
{
	background: #173760;
}

div.store
{
	background: #164371;
	border: 1px solid #97abc0;
	padding: 1px;
	width: 181px;
	margin-bottom: 11px;
}

div.listenWatch
{
	background: #164371;
	border: 1px solid #97abc0;
	padding: 5px;
	width: 181px;
	margin-bottom: 20px;
}

div.listenWatch img
{
	float: left;
	border: 1px solid #5d7b97;
	margin: 5px;
}

div.connectWatch
{
	background: #164371;
	border: 1px solid #000000;
	padding: 2px;
	width: 190px;
	margin-bottom: 20px;
}

div.connectWatch img
{
	float: left;
	border: 1px solid #000000;
	margin: 5px;
}

br
{
	clear: both;
}

div.listenWatch p
{
	margin: 3px 0 6px 0;
	padding: 0;
}
	
#mainContent a, #secondaryContent a
{
	color: #68C8FC;
	font-weight: bold;
	text-decoration: underline;
	-o-transition: all 1.1s ease;
	-ms-transition: all 1.1s ease;
	-moz-transition: all 1.1s ease;	
	-webkit-transition: all 1.1s ease;
	transition: all 1.1s ease;
}

#mainContent a:hover, #secondaryContent a:hover
{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	-o-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;	
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

a.wma
{
	padding-left: 22px;
	padding-bottom: 5px;
	background: url(http://www.geocities.ws/therain/images/icons/wma_icon.gif) no-repeat;
}

a.tab
{
	padding-left: 22px;
	padding-bottom: 5px;
	background: url(http://www.geocities.ws/therain/images/icons/tab_icon.gif) no-repeat;
}

/* listen and Watch Feature Positioning ===============================================================================================*/

div#listenFeature, div#watchFeature, div#storeFeature
{
	width: 191px;
	margin: 0 auto;
}


div#connectFeature
{
	width: 222px;
	margin: 0px 0px 0px 33px;
}

/* Footer Styling and Positioning ===============================================================================================*/

div#footer p
{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

div#footer a, a:first-child
{
	color: #5BC5F9;
	font-weight: bold;
	text-decoration: underline;
	-o-transition: all 1.1s ease;
	-ms-transition: all 1.1s ease;
	-moz-transition: all 1.1s ease;	
	-webkit-transition: all 1.1s ease;
	transition: all 1.1s ease;
}

div#footer a:hover
{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	-o-transition: all 1.1s ease;
	-ms-transition: all 1.1s ease;
	-moz-transition: all 1.1s ease;	
	-webkit-transition: all 1.1s ease;
	transition: all 1.1s ease;
}

/* Secondary Content Styling and Positioning ===========================================================================================*/

#secondaryContent p
{
	padding: 0 5px;
}

#secondaryContent a img
{
	border: 1px solid #97abc0;
	margin: 10px 22px;
}

/* Section Page Styling And Positioning ==========================================================================================*/

div#breadcrumbs
{
	margin: 20px;
	text-align: right;
	border: 1px solid #17255B;
	background: #006699;
	background-image:url();
	background-repeat:repeat;
	background-position:left top;
	background-attachment:fixed;
}

div#breadcrumbs a
{
	color: #62AFD1;
	font-weight: bold;
	text-decoration: underline;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;	
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

div#breadcrumbs a:hover
{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	-o-transition: all 1.1s ease;
	-ms-transition: all 1.1s ease;
	-moz-transition: all 1.1s ease;	
	-webkit-transition: all 1.1s ease;
	transition: all 1.1s ease;
}

img.bioPic
{
	margin-left: 90px;
	width: 262px;
	height: 373px;
	border: 1px solid #17255B;
}

img.thumbnail
{
	float: left;
	width: 50px;
	border: 1px solid #FFF;
	margin-right: 10px;
}

.linkSource
{
	color: #FFF;
	font-size: 80%;
	font-style: italic;
	font-weight: normal;
	padding-left: 10px;
}

div.externalLinks h4 a, h4.externalLinks a
{
	text-transform: uppercase;
	padding: 3px 30px;
	background: transparent url(http://www.geocities.ws/therain/images/icons/headerlink.gif) left no-repeat;
	display: block;
}

div.externalLinks h4 a:hover, h4.externalLinks a:hover
{
	background: #000 url(http://www.geocities.ws/therain/images/icons/headerlink.gif) left no-repeat;
}

div#discography img
{
	float: left;
	margin-right: 10px;
	border: 1px solid #FFF;
}

div.albumInfo
{
	width: 40%;
	float: left;
	margin: 5px;
}

#AlbumCol_L {
	width: 50%;
	float: left;
}

#AlbumCol_R {
	width: 50%;
	float: right;
}

img.reviewPic
{
	width: 353px;
	height: 282px;
	border: 1px solid #000;
	margin: 10px;
}

div.featureBox, div.featureBoxSmall
{
	background: #164371;
	padding: 15px;
	border: 1px solid #97abc0;
	margin-bottom: 20px;
	width: 434px;
}

div.featureBoxSmall
{
	width: 400px;
}

div.newsItem li
{
	font-weight: normal;
	text-transform: none;
	background: transparent;
	float: none;
	width: 100% !important;
	width: 90%;
}

div.contentBackground
{
	background: url(http://www.geocities.ws/therain/images/Inthestudio_ind_pg.jpg) no-repeat;
	height: 251px;
	text-align: right;
}

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #FFF;
}

legend {
	font-weight: bold;
	color: #FFF;
	font-size: 12px
}

/* Reconfirmation Landing Page */

div.free_wallpaper {
	margin: 0 auto;
	padding: 6px;
	height: 150px;
}

div.free_wallpaper img {
	float: left;
	margin-right: 20px;
}

/* Appears On Section Of Song Pages ====================================== */

#songClips img, table img
{
	border: 0;
	margin-left: 12px;
}

th
{
	text-align: left;
	padding: 5px;
	font-weight: normal;
	font-size: 12pt;
	color: #FFFFFF;
	font-family: Verdana;
	background: #627B99;

}

td
{
	font-weight: normal;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Verdana;
	padding-right: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #5D7B97;
}

ol
{
	list-style: disc;
}

img.albumCover
{
	float: left;
	margin-right: 10px;
	border: 5px solid #164371;
	height: 200px;
	width: 200px;
}

/* Submit Review Form ============================================ */

.submitReviewForm label {
	font-weight: bold;
}

.submitReviewForm div {
	margin: 1em;
}

/* Account Forms =============================================== */

div.signUp label, div.loginForm label {
	float: right;
	width: 80px;
	text-align: right;
	padding-right: 10px;
}

div.signUp div, div.loginForm div {
	margin: 1em 0;
}

div.rememberMe label {
	float: none;
}

div.ihatethis {
	height: 30px;
}

/* Send A Friend =================================================== */

div.sendAFriend input
{
	border:1px solid #000; 
	padding:0 2px; 
	margin-bottom:0.3em;
	font-size: 1.2em;
}

div.sendAFriend label
{
	font-size: 1em;
	clear:left; 
	display:block; 
	float:left; 
	width:150px; 
	text-align:right; 
	padding-right:10px;
	margin-bottom:0.5em;
}

.sendAFriendForm fieldset {
	border: 0;
	border-top: 3px solid #fff;
}

.submit {
	margin: 10px;
}

a.moreinfo {
	text-align: center;
	display: block;
}

img.bigItunes {
	margin: 5px 0;
	border: 0;
}

/* Single Sing On Widget =============================================== */

#login {
	position: absolute;
	top: 75px;
	right: 0;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

#login a {
	color: #6cf;
}

#login a:hover {
	color: #fff;
}

/* Polls =============================================== */

#poll{
      margin:10px auto;
      background-position:bottom;
      width:222px;
}

#pollHeader{
      margin:8px 0px 0px 10px;
      background:url(http://www.geocities.ws/therain/images/components/boxes/poll_header.jpg);
      background-repeat:repeat;
      width:222px;
      height:35px;
}
.pollTable a{color:#68C8FC;}
.pollTable a:hover{
      color:#999;
}
.pollTable{
      width:212px;
      padding:0px;
      margin:0px 5px 10px 5px;
      color:#fff;
      font-size:11px;
      color:#fff;	  
      background:#174372;
      font-family:verdana,arial,sans-serif;
	border: 1px solid #97abc0;
}
.pollTable td{
	valign:top;
	padding:0px 2px 3px 3px;
	margin:0;
	border-bottom: none;
}

.pollTable td.question{
      color:#68C8FC;
      background:url(http://www.geocities.ws/therain/images/sidebar/pollQuestionBG.gif) top left repeat-x #071D34;
      padding:4px;
      font-weight:normal;
}

.pollTable input.poll_btns{
      display:inline;
      width:auto;
      border:1px solid #4a4a4a;
      font-size:90%;
      color:#FFFFFF;
      background:url(http://www.geocities.ws/therain/images/sidebar/pollButtonBG.gif) top left repeat;
      padding:2px 5px;
      margin:10px 5px 8px 10px;
}
.pollTable input{
      display:inline;
      margin:8px 0px 0px 0px;
      display:inline;
      font-weight:normal;
      padding:0px;
      background:none;
}
.pollTable label{
      display:inline;
      font-weight:normal;
      margin:0px 0 0 0;
      margin-left:10px;
      padding:0px;
}

.pollTable table span{
      font-weight:bold;
      display:block;
      font-size:90%;
      margin-bottom:3px;
}
.recentPoll{
      border:1px solid #4a4a4a;
      width:220px;
}
.recentPoll td.header{
      font-weight:bold;
      padding:5px;
}
table#RecentPolls1_Poll{
      width:200px;
      border:1px solid;
} 

/*Video player*/
#vidPlayerContainer{
	margin-left:5px;
}

iframe{
	margin:0;
	padding:0;
}
iframe.videoChoser{
	margin:0 15px 0 0;
	padding:0px;
}
#mediaHolder{
	background:url(http://www.geocities.ws/therain/images/vidPlayer/vidPlayer_main.jpg);
	width:434px;
 	height:298px;
}	
#mediaplayer {
	width: 343px;
	height: 286px;
	position:relative;
	top:6px;
	margin:0 auto;
	background: #000;
}
#mediaControl{
	background:url(http://www.geocities.ws/therain/images/vidPlayer/vidPlayer_controls.gif);
	width:434px;
	height:56px;
	font-size:11px;
	color:#fff;
	font-family:tahoma,verdana, arial,sans-serif;
}
#videoDirect p{
	margin:0;
	position:relative;
	z-index:1000;
	clear:left;
	left:190px;
	top:-21px;
	padding:0;
	font-size:11px;
	color:#fff;
	font-family:tahoma,verdana, arial,sans-serif;
}
#videoDirect a{
	color:#68686fc;
}
#videoDirect a:hover{
	color:#57b2e4;
}
#mediaControl a#stopBut{
	display:block;
	float:left;
	width:53px;
	height:40px;
	background:url(http://www.geocities.ws/therain/images/vidPlayer/stopBut.jpg);
	background-position:0 0;
}
#mediaControl a#stopBut:hover{
	background-position:0 -40px;
}
#mediaControl a#playBut{
	display:block;
	margin-left:15px;
	_margin-left:7px;
	float:left;
	width:113px;
	height:40px;
	background:url(http://www.geocities.ws/therain/images/vidPlayer/playBut.jpg);
	background-position:0 0;
}
#mediaControl a#playBut:hover{
	background-position:0 -40px;
}
#mediaControl span.title{
	display:block;
	margin:6px 0px 0 2px;
	float:left;
	color:#ccc;
	font-size:11px;
	font-family:tahoma,verdana, arial,sans-serif;
	background:url(http://www.geocities.ws/therain/images/vidPlayer/titleBAr.gif);
	background-repeat:no-repeat;
	width:191px;
	padding:5px 0 0 12px;
	height:20px;
	background-position:0 0;
	float:left;
}
#VidPicker{
	background:url(http://www.geocities.ws/therain/images/vidPlayer/vidPlayer_choser.gif);
	background-repeat:no-repeat;
	width:394px;
	height:255px;
	margin-left:20px;
	color:#fff;
}
#vidFrame{
	height:240px;
	width:375px;
	margin:0 0px 0 7px;
	overflow:auto;
}
.vidSelect{
	width:330px;
	margin:4px auto 10px auto;
	padding:0px 0;
	color:#fff;
}
.vidSelect p{
	margin:0;
	padding:0px 0 4px 0
}
.vidSelect p.title a{
	font-weight:bold;
	text-decoration:underline;
	color:#68C8FC;
}
.vidSelect img{
	float:left;
	border:0;
	border:1px solid #97ABC0;
	margin:0 8px 4px 0;
	
}
	
#mainContent .vidSelect a.extra{
	color:#68C8FC;
	text-decoration:underline;
	font-size:11px;
	font-weight:normal;
}
.fix{
	clear:left;
	height:1px;
	font-size:1px;
}

#quotes{
	padding:2px;
	border:1px solid #5D7B97;
	margin:0 0 15px 2px;
	background: #174372;
	width:450px;
}

#quotes p{
	text-align:left;
	margin:0;
	font-size:1em;
	font-style:italic;
	padding:2px;
}

#quotes p span{
	font-size:100%;
	color:#68C8FC;
	font-style:bold;
	display:block;
	margin:4px;
	text-align:right;
}

.codeBox{
	margin-top: 5px;
}

/* ============ Business enqueries ================== */

div#busInq td{
	border: none;
}

div.formInputsUpload table{
	margin-left: -3px
}

div.formInputs {
	margin: 3px 0 3px 0;
}	

div.featureBox h3.countdown{
	background: #15769E;
	background-image:url(http://www.geocities.ws/therain/images/siteart/newnovel.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-attachment:fixed;
	display:block;
	width:444px;
	height:193px;
}

div.featureBox h3.countdown span#cntdwn{
	position:relative;
	left:232px;
	top:171px;
	padding:0px;
}

/* Footer Social Media Icons Styling and Positioning ===============================================================================================*/

.inner{padding:5px}
.full,
.twothird,
.half,
.third{position:relative;width:100%}@media screen and (min-width: 555px){.full,.twothird,.half,.third{float:left}}@media screen and (min-width: 555px){.twothird{width:66.66%}
.half{width:50%}
.third{width:32.5%}}
.socialitem{display:table-cell;width:1%}
.icon-bar a {
	color: #5BC5F9;
	font-size: 252%;
	margin-top: 10px;
}
.icon-bar a:hover {
	color: #FFF;
}