﻿/****************************************************************
    Filename:       Style.css
    Description:    Style base for template number 1
    Date:           12/28/12
    Version:        0.1
    Authors:        Andrew Reid / Jessica McConoghy    
    Company:        The Pulse Network
    Website:        http://tpni.com

    -----------------------Site Structure-----------------------
        wrap
            container
                header
                    logo
                    welcome
                    status
                content
                    pagetitle
                    pageinfo
                        error
                        [merge fields]
                        buttons
                        disclaimer
                footer
                    moretext
                    copyright
    ------------------------------------------------------------

****************************************************************/


/************General Font and Color Defined by User************/
body {	
	background-color: #EBEBEB;
    color: #000000;
	font-family: Verdana, sans-serif;
}

a:link, a:active, a:visited{
  color:#FF9933;
}
p, li{font-size:12px;
}



/******************************End******************************/

body {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 19px;
    margin: 0 auto;
    padding: 0;
}

fieldset {
    background-color: #F2F2F7; /*gray*/
    border: none;
	width:100%;
	margin-bottom:10px;
}

legend {
    font-size: 17px;
    font-weight: bold;
    color: #FFFFFF; /*primary color from wizard*/
    background: rgba(255, 153, 51, 0.7);
    border: 1px solid #FF9933;
    width: 100%;
    margin-top: 50px;
	_margin-left:-5px;
    padding: 5px 0 5px 10px;
    display: block;
}


.required-flag {
    color: #F51D1D; /*red start for required elements*/
    font-size: 16px;
}

.inner, #reginfo {
    margin-left: 30px;
}


.inner .descr{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
	color:#000;
}

.inner .title {
    color: #FF9933; /*primary color from wizard*/
    font-weight: bold;
    font-size: 14px;
}

.inner .item-descr {
    border-bottom: 1px dotted #989898;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
}

.inner .footer {
        font-style: italic;
        font-size: 10px;
}

.TotalChargedInput {
    font-size: 150%;
    font-weight: bold;
}

input[type=checkbox], input[type=radio], input.checkbox, input.radio {
    background-color: transparent;
    border-color: transparent;
}

input, textarea, select {
    border-color: #f0f0f0;
    border-width: 1px;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    line-height: 24px;
    height: 20px;
}

select {
    line-height: 34px;
    height: 28px;
}

a img {
    border: none;
}


#wrap {
    margin: 0 auto !important;
    position: relative;
    width: 980px;
}

.container {
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 872px;
    margin: 15px auto 10px;
}


/*****************************Header*****************************/
#header {
    width: 100%;
}

.logo {
	background: url("http://www.tpni.com/wp-content/themes/tpn-jess/images/logo-tpn.png") no-repeat scroll left 5px / 100% auto transparent;
	margin-left: 15px;
    margin-right: auto;
    width: 110px;
    height:70px;
    /*float:left;*/
    text-align:left;
    line-height:150px;
    margin-top:15px;
}
.logo-right{
	width:33%;
	float:right;
	text-align:left;
	padding:15px;
	margin-left:15px;
	line-height:150px;
    margin-top:15px;

}
/*.logo{
    background: url("http://www.tpni.com/wp-content/themes/tpn-jess/images/logo-tpn.png") no-repeat scroll left 5px / 100% auto transparent;
    display: block;
    float: left;
    height: 70px;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    top: -5px;
    width: 110px;
}
*/.welcome {
    float: none;
    margin:35px 0 0 15px;
	padding:0 35px 0 15px;
    background: none repeat scroll 0 0 #FF9933; /*primary color*/
    border-bottom: 10px solid #414143;
    border-top: 10px solid #414143;
    color: white;
    -moz-box-shadow: inset 0 0 3px #414143;
    -webkit-box-shadow: inset 0 0 3px #414143;
    box-shadow: inset 0 0 3px #414143;
}

.welcome p {
    font-size: 14px !important;
    font-weight: bold;
    color: #ffffff; /*could be an issue*/
    line-height: 22px;
}


.Status {
    clear: both;
    display: block;
    height: 70px;
    margin: 0 auto;
    position: relative;
    width: 658px;
}

.breadcrumb {
    list-style: none;
    overflow: hidden;
    padding: 10px;
}

.breadcrumb li {
    float: left;
    padding: 10px 15px 10px 15px;
    background-color: #F2F2F7;
    border: 1px solid #D2D3D0;
    font-size: 14px !important;
    text-align: center;
}

.active-step {
    background: #414143 !important;
    color: #fff !important;
    border: 2px solid #414143;
    font-weight: bold;
}

/***************************End Header***************************/


/*****************************Content****************************/

#content {
    padding:1px 35px 10px 10px;
    display: block;
    font-size: 90%;
}

.buttons {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

.button {
    padding: 5px;
    float: right;
}

.button input {
    background-color: #FF9933; /*primary color*/
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 1;
    min-width: 100px;
    padding: 5px 10px 6px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    vertical-align: top;
}

h2{
	font-size: 17px;
    font-weight: bold;
    color: #FF9933; /*primary color from wizard*/}


/***************************End Content**************************/



/******************************Footer****************************/

#footer {
    color: #999999;
    font-size: 11px;
}

    #footer a {
        color: #565656;
        font-size: 12px;
    }

.moretext {
    text-align: center;
}

.copyright {
    margin-top: 30px;
}

/***************************End Footer***************************/

