/*   
Theme Name: Giftola gifty theme
Theme URI: http://blog.giftola.com
Description: Giftola
Author: Ingrid Alongi
Author URI: http://electromute.com
Version: 0.1
.
General comments/License Statement if any.
.
*/

body {
    padding: 0;
    margin: 0 auto;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    color: #5b6e7d;
    background-color:#eb008a;
    text-align: center;
}

img {border:0;}
hr{height:2px;color:#cbcdce;background-color:#cbcdce;width: 100%;}

h1{
    color: #5b6e7d;
    font-weight: bold;
    font-size: 18px;
}

h2 {
    color: #5b6e7d;
    font-size: 16px;
    font-weight: normal;
}

h3 {
    color: #5b6e7d;
    font-size: 14px;
    font-weight: normal;
}

a:link, a:visited, a:active {
    color: #ff0099;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

#page {
    left: 0;
    margin: 0 auto;
    text-align:left;
    width: 1000px;
    background-color: #eb008a;
}

#loginContainer {
    position: absolute;
    left: 700px;
    top: 0;
    display: table;
}

#loginContainer img {
    margin-right: 3px;
}

#headerSubpage {
    position:relative;
    top: 10px;
    width:100%;
    background-color: #5b6e7d;
    background-image: url(http://blog.giftola.com/wp-content/themes/giftola/images/header_sub_bg.png);
    padding-bottom: 7px;
}

#headerSubpage .headerImage{
    position: relative;
    left: 75px;
}

#content-container {
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
    position:relative;
    padding-bottom: 20px;
}

#content-container .giftsPreview{
    float: right;
}

#sidebar {
    position:absolute;
    width:250px;
    left:700px;
    list-style:none;
}

#content-copy {
    position:relative;
    background-color:#ffffff;   
    width:600px;
    left:50px;
    margin-left:15px;
    float:left;
}


#footer-container {
    clear: both;
    text-align: left;
    background-color: #d0d2d2;
    width:100%;
 }

#footer {
    position: relative;
    top: 10px;
    padding-top:20px;
    padding-bottom:15px;
    background-color:#f0f0f1; 
}

.footer_text {
    clear:left;
    color:#929396;
    font-size:9px;
}

#footer a {
    color: #929396;
    font-size: 12px;
    text-decoration: underline;
    font-weight: bold;
}


.footerText {
    position:relative;
    left:115px;
}

.copyright_text {
    color:#929396;
    font-size:11px;
    font-weight:bold;
}

/* form styles */
input[type="text"], input[type="password"]{
    border: 1px solid #5b6e7d;
    width: 200px;
    font-family: Verdana, Arial, sans-serif;
    color: #5b6e7d;
    font-size:16px;
    margin: 5px 0 0 0;
}

input[type="radio"] {
    height:15px;
    margin:0 3px 0 0;
    padding:0;
    width:15px;
}

select {
    font-family: Verdana, Arial, sans-serif;
    color: #5b6e7d;
    font-size:16px;
    border: 1px solid #5b6e7d;
}

.formCentered {
    font-size: 16px;
}

.formCentered label {
    display:block;
    float:left;
    margin-left:20px;
    margin-right:30px;
    margin-top:7px;
    text-align:right;
    width:170px;
}

#goSubmit {
    background: transparent url(/images/btn_go.png) no-repeat left top;
    cursor: pointer;
    width:38px;
    height:30px;
    border: 1px #fff;
}

.formShift{
    position:relative;
    left: 220px;
}

.highlighted {background: #f00;
color: #000;}

.tags {
    color: #ec3d00; 
}

/* Home Page specific stuff */
.btnStart {padding:10px 0 0 5px;}
.miniGiftIcon {position:relative;top:5px;left:400px;}

#left {
    float: left;
}

#right {
    float: right;
}


