/* 
    Document   : style
    Created on : Apr 13, 2010, 5:52:38 PM
    Author     : beth
    Description:
        New style sheet for StoryWheels
*/

/* 
    Root Elements
*/

body{
    background-color: #330033;

    padding:0px;
    margin:0px;

    scrollbar-face-color: #5d5d5d;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #666666;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-shadow-color: #5d5d5d;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #666666;

    color: #000;
    font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
    font-size:13px;
    text-decoration:none;
    border:none;
}

a:link {color: #7B3776; font-family:Arial, Helvetica, sans-serif, "Trebuchet MS"; text-decoration: none; border:none;}
a:visited { color:#7B3776; font-family:Arial, Helvetica, sans-serif, "Trebuchet MS"; text-decoration: none; }
a:active {color: #7B3776; font-family:Arial, Helvetica, sans-serif, "Trebuchet MS"; text-decoration: none; border:none;}
a:hover {color: #552041; font-family:Arial, Helvetica, sans-serif, "Trebuchet MS"; text-decoration: underline; border:none;}

a img {
    border: 0 none;
}
/*
    Major Positioning Divs
*/

.main-frame {
    width: 100%;
    background-color: none;
}

/*
    Top Section
*/

.top-banner {
    background-color: none;
    border: 0px solid white;
    width: 902px;
    margin: auto;
    position: relative;
}

.top-logo-header {
    background-color: none;
    text-align: center;
}

.storywheels-logo {
    border: 0px solid green;
}

.top-nav {
    background-image:url(../images/navigation.gif);
    height: 33px;
    width: 902px;
    margin: 0;
    padding: 0;
    margin-top: 12px;
    margin-bottom: 0px;
    margin-left:0px;
    margin-right:44px;
    background-position: bottom;
    list-style: none;
}

.top-nav li {
    float:left;
    height: 25px;
    width: 122px; /* 100px */
    padding-top: 8px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
    font-size: 12px;
    color: #7B3776;
    font-weight:bold;
    text-align: center;
}

#contact-holder {
    margin: 0;
    padding: 0;
    display: none;
    /*-moz-border-radius-topleft:5px;*/
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    /*-webkit-border-top-left-radius:5px;*/
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    /*display:none;*/
    background-color:#6E496E;
    position: absolute;
    width:130px;
    z-index:100;
    border:1px transparent;
    border-right: 1px solid white;
    text-align:left;
    padding:12px;
    padding-top: 8px;
    margin-top:5px;
    margin-right: 0px;
    color:#789;
    font-size:12px;
    font-weight: bold;
    text-align: left;
    line-height: 1.7em;
    list-style: none;
    top: 140px;
    right: 0px;
    color: #7B3776;
    *margin-right: 0px;
    *margin-top: 8px;
}

#contact-holder li a {
    color: #fff;
}

/*
    Middle Section
*/

.white-section {
    background: url('../images/white-section-bg.jpg');
    background-repeat: repeat-x;
    background-color: white;
    min-height: 400px;
}

.white-section-nobg {
    background-repeat: repeat-x;
    background-color: white;
    min-height: 400px;
}

.centered-div {
    width: 902px;
    margin: auto;
}

.centered {
    text-align: center;
}

.lefted {
    text-align: left;
}

.righted {
    text-align: right;
}

.justified {
    text-align: justify;
}

.left-bg {
    background: url('../images/storywheels-contact-left.jpg');
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: left;
}

.right-bg {
    background: url('../images/storywheels-contact-right.jpg');
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: right top;
}

.center-bg {
    background: url('../images/storywheels-contact-v3.jpg');
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
}

.right-alt-bg {
    background: url('../images/storywheels-contact-v2.jpg');
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: right;

}
/*
    Footer Section
*/

.bottom-banner {
    width: 902px;
    margin: auto;
    text-align: center;
}

.bottom-logo {
    margin-top: 10px;
    color: #fff;
}

/*
    Extra Elements (banners, logos)
*/

.itv-logos {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding-right: 50px;
}

.builder-banner {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 125px;
    width: 125px;
    text-decoration: none;
    z-index: 300;
}
.events-right-banner {
    position: absolute;
    left: 10px;
    top: 165px;
    display: block;
    height: 125px;
    width: 125px;
    text-decoration: none;
    z-index: 300;
}
/*
    Twitter-like Button
*/

a.big_button {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    background-position:0 -200px;
    font-family:"helvetica neue",arial,sans-serif;
    font-size:15px;
    line-height:20px;
    padding:5px 15px 6px;
    color:#333333;
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#DDDDDD url(../images/bg-btn.gif) repeat-x scroll 0 0;
    border-color:#DDDDDD #DDDDDD #CCCCCC;
    border-style:solid;
    border-width:1px;
    cursor:pointer;
    display:inline-block;
    text-decoration:none;
    text-shadow:1px 1px 0 #FFFFFF;
    background-position: 0px -200px;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    font-family: 'helvetica neue', arial, sans-serif;
    font-size: 15px;
    font-style: normal;
}

a.big_button:hover, a.big_button:focus {
    border-color: #999 #999 #888;
    color: #000;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    text-decoration: none;
    border-color: #999 #999 #888;
    color: black;
    outline: none;
    text-decoration: none;
    font-style: normal;
}

/*** FACES OF STORYWHEELS ***/

/*------------------------------- PRESS START ---------------------------------------------------*/

.press-section {
    height: 100%;
    background-color: white;
    width: 1000px; /* added 13.04.10 */
    margin: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-position: center center;
}
.centrediv2 {
    display:block;
    background-repeat:no-repeat;
    margin-left: auto;
    margin-right: auto;
    height: 660px;
    width: 100%;
}
.left-navigation-section {
    height:390px;
    padding-top:10px;
    margin-left: 10px;
    float: left;
    width:260px;
}
.left-navigation {
    height:130px;
    width:260px;
    margin-left: 0px;
}
.logo-navigation {
    background-image:url(../images/logo-swap.jpg);
    background-repeat:no-repeat;
    float: left;
    display:block;
    height:260px;
    width:260px;
    margin-left: 0px;
}
.sectiondiv2 {
	vertical-align:middle;
	margin-left: 20px;
	margin-top: 10px;
	float: left;
	height: 550px;
	width: 345px;

}
.faces-bgg {
	vertical-align:middle;
	margin-left: 20px;
	margin-top: 10px;
	float: left;
	height: 550px;
	width: 345px;

}
.sectiondiv3 {
	vertical-align:middle;
	margin-top: 10px;
	float: left;
	height: 550px;
	width: 600px;
	margin-left: 10px;

}
.sectionboxes1 {
    background-image:url(../images/press-background.jpg);
    background-repeat:no-repeat;
    float: left;
    display:block;
    height: 159px;
    width: 160px;
    padding-left:2px;
    padding-top:4px;
    margin:5px;

}

.press-holder {
    padding: 0px;
    margin-right:auto;
    height: 100%;
    width: 100%;
}
.faces-bgg {
background-image:url(../images/faces-bgg.jpg);
display:block;
background-position:center;
background-repeat:no-repeat;
	vertical-align:middle;
	margin-left: 125px;
	margin-top: 10px;
	float: left;
	height: 550px;
	width: 345px;

}
/*----------------------------------- END PRESS --------------------------------------*/
.outer-form-box {
    height: 550px;
    width: 600px;
}
.bottom-section-holders {
    margin: 0px;
    padding: 0px;
    float: left;
    height: 650px;
    width: 100%;
}
.faces-images-front {
	margin-left: 5px;
	margin-top: 8px;
	float: left;
	height: 380px;
	width: 332px;
}
.storywheels-faces-title {
	padding: 4px;
	float: left;
	height: 20px;
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}



.storywheels-faces-text {
	padding: 4px;
	float: left;
	height: 75px;
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
.social-media {
	float: right;
	height: 50px;
	margin-top:5px;
	vertical-align:top;
}
.social02 {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 100%;
	width: 20%;
}

.Index-Holder {
    margin: auto;
	padding: 0px;
	width: 902px;
	height: 550px;
}
.index-poster {
margin-top:2px;
	padding: 0px;
	width:445px;
	height: 550px;
	float: left;
}
.index-video {
	margin-top: 1px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
	float: left;
}
.index-tabs {
background-image:url(../images/purp01.jpg);
background-repeat:no-repeat;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left:7px;
	padding: 0px;
	width:141px;
	float: left;
	height:285px;
}
.tab-image {
background-repeat:no-repeat;
	margin-top:10px;
	margin-left: 10px;
	padding: 0px;
	width:120px;
	float: left;
	height:100px;
}
.tab-text {
background-repeat:no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 30px;
	width:120px;
	float: left;
	height:80px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
.tab-more {
background-repeat:no-repeat;
	margin: 6px;
	padding: 0px;
	width:120px;
	float: left;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
.tab-holder {
	float: left;
	width: 445px;
}
.events-title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#69346a;
}
