/*
THEME NAME: Xinsurance Blog
THEME URI: http://www.digitaltrikecom
DESCRIPTION: Custom Wordpress Theme By Digital Trike
VERSION: 1.0
AUTHOR: <a href="mailto:william@digitaltrike.com">Digital Trike</a>
*/

/* @group main stylesheet */


@import "reset.css";

body {
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    background-image:url('../../../../../images/template/gradient.jpg');
    background-repeat:repeat-x;
    background-color: #e2f6fc;
    line-height: 14px;
}

table { padding: 0px; margin: 0px; vertical-align: top; }
td { margin: 0px; padding: 0px; vertical-align: top; }
select { font-size: 11px; padding:2px 0px; display:block; }
option { font-size: 10px; }
textarea { font-size: 10px;}
img { border: 0px; }

.red      { color: #ee3124; }
.dark_gray{ color: #636363; }
.blue     { color: #13B5EA; }
.giant    { font-size: 48px; }
.largest  { font-size: 24px; }
.larger   { font-size: 18px; }
.large    { font-size: 14px; }
.medium   { font-size: 12px; }
.normal   { font-size: 11px; }
.small    { font-size: 10px; }
.smaller  { font-size: 9px; }
.smallest { font-size: 8px; }

.left   { text-align: left; }
.right  { text-align: right; }
.center { text-align: center; }
.vtop   { vertical-align: top; }
.vbot   { vertical-align: bottom; }
.vmid   { vertical-align: middle; }
.vtbot  { vertical-align: text-bottom; }

.bold   { font-weight: bold; }
.unbold { font-weight: normal; }

.nopad td { padding: 0px; }
.pad10 td { padding: 10px; }
.pad5 td { padding: 5px; }
.pad3 td { padding: 3px; }
.pad2 td { padding: 2px; }
.pad0 td { padding: 0px; }
.pad5nl td { padding: 5px 10px 5px 0px; }

*, input:focus { outline: 0; }

input:-moz-focus-inner { border: 0; }

input[type=text], input[type=password]{
    font-family: Helvetica, sans-serif;
    border: 1px solid #8f999f;
    font-size: 10px;
    outline:none;    
    width:200px;
}

option[selected] { padding:0px; }
option { text-transform:uppercase; }

p{
    padding: 0px;
    margin: 0px 0px 18px 0px;
}

a:link    { color: #666666; text-decoration: none; cursor: pointer; }
a:visited { color: #666666; text-decoration: none; cursor: pointer; }
a:hover   { color: #f89e2b; text-decoration: none; cursor: pointer; }

h1, h2, h3{
    padding:0px;
    margin:0px;
    font-weight: bold;
}

h1{
    font-size:26px;
    color: #ee3124;
    text-transform: uppercase;
    margin-bottom:8px;
    line-height: 26px;
}

h2{
    font-size:13px;
    color: #666666;
    font-weight:bold;
}

h3{
    font-size:11px;
}

h4{
    font-size:12px;
    color: #ee3124;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

div#main_logo{
    padding: 76px 0px 0px 57px;
    z-index:1000;
}

/* Begin Navigation */
div#navigation{
    margin: 42px 0px 76px 32px;
    z-index:9999;
}

div#navigation.home, div#navigation.home_color{
    margin: 32px 0px 72px 32px;
    z-index:9999;
}

div#navigation ul{
    margin:0px;
    padding:0px;
    position: relative;
    float: left;
}

div#navigation li{
    float: left;
    position: relative;
    list-style:none;
}

div#navigation li a:link, div#navigation li a:visited{
    color: #636363;
} 

div#navigation li.lvl1{
    font-size:12px;
    font-weight:bold;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding:5px 16px 3px 38px;
    margin:0px 4px 0px 0px;
    background:url("../../../../../images/template/gt.png") no-repeat 18px 1px;
}

div#navigation li.lvl1  a:link,div#navigation li.lvl1  a:visited{
    color: #45555F;
}

div#naviagation li.lvl2{
    color:#45555F;
}
div#navigation li.lvl2 a:link, div#navigation li.lvl2 a:visited{
    color:#666666;
}

div#navigation li.lvl2 a:hover, div#navigation li.lvl3 a:hover{
    color: #f89e2b;
}


div#navigation li.lvl1:hover{
    background:url("../../../../../images/template/gt_over.png") no-repeat 18px 1px;
    border: 1px solid #8f999f;
    background-color:#f5fcfe;
}

div#navigation li.lvl1.active{
    background:url("../../../../../images/template/gt_over.png") no-repeat 18px 1px;
}

li.active a, div.active a{
    color: #f89e2b;
}

div#navigation ul ul{
    display: none;
    margin: 0px 0px 0px -39px;
    padding: 9px 0px 10px 0px;
    float: none;
    position: absolute;
    background-color:#f5fcfe;
    border-bottom: 1px solid #8f999f;
    border-right: 1px solid #8f999f;
    border-left: 1px solid #8f999f;
    width:100%;
    z-index: 250;
    color:#45555F;
}

div#navigation ul ul ul{
    display: block;
    margin: 0px;
    padding: 0px;
    float: none;
    position: relative;
    border: 0px;
}

div#navigation ul ul li{
    background-image:none;
    float: none;
    white-space:nowrap;
    text-transform:none;
    font-size: 11px;
    letter-spacing: 0px;
    margin: 0px 0px 0px 43px;
    padding: 0px 0px 0px 0px;
    line-height:14px;
}

div#navigation ul ul ul li{
    font-weight: normal;
    margin:0px;
}

div#navigation ul ul li:hover{
    background-image:none;
}

div#navigation ul ul li.active{
    background-image:none;
}

div#naviagation li.lvl1 ul li.lvl2{
    color:#45555F;
}

/* End Navigation */

/* Begin Error Alert*/
div.error{
    background-color: #EEE;
    border: 1px solid red;
    color: #ee3124;
    margin: 20px auto;
    padding: 15px 15px 0px;
    text-align: left;
    width: 85%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input.error{
    border-color: #ff0000;
}

select.error{
    border: 1px solid #ff0000;
}

/* End Error Alert */

img.go_button{
    margin-top:15px;
    margin-right:-10px;
}

.go_button:hover, .blue_submit:hover, .blue_submit_giveaway:hover{
    cursor: pointer;
}

input.go_button{
    margin-left:45px;
    width: 30px;
    height: 13px;
    background-color: transparent; 
    background-image: url('../../../../../images/template/submit.png');
    background-repeat: no-repeat;
    border: 0px;
}


/* Begin Content */

div#content{
    margin: 0px 55px 0px 55px;
}

/* End Content */



/* Begin Quick Links */

div#quicklinks{
    margin: 36px 45px 0px 0px;
    float:right;
    position:relative;
/*     width:241px; */
    width:auto;
    white-space:nowrap;
    z-index:500;
}


div#quicklinks ul{
    position:absolute;
    right: 0;
    top: 0;
    padding: 0px;
    margin: 0px;
}


div#quicklinks ul li{
    display:inline;
    list-style:none;
    font-size:12px;
    padding: 4px 10px 0px 10px;
    margin:1px 0px 0px 0px;
    z-index:999;
}

div#quicklinks li.nonactive{
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

div#quicklinks li.active{
    background-color:#f5fcfe;
    border-top: 1px solid #8f999f;
    border-left: 1px solid #8f999f;
    border-right: 1px solid #8f999f;
    z-index:999;
}

div#quicklinks li.standout a{
    color:#13b5ea;
    font-weight:bold;
}

div#quicklinks li a{
    color:#f89e2b;
}

div#quicklinks table, div#quicklinks form{
    padding: 0px;
    margin: 0px;
}

div#quicklinks #loginform, div#quicklinks #aloginform{
    display:none;
    border: 1px solid #8f999f;
}

div#quicklinks #aloginform{
    background-color:#f5fcfe;
    
    position:absolute;
    margin:12px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    top:1px;
    left:-257px;
    height:auto;
    width:235px;
    z-index:-1;
}

div#quicklinks form#loginform, div#quicklinks form#aloginform{
    border:0px;
}

#loginform2, #loginform{
/*     text-transform: uppercase; */
}

#loginform2 div.error{
    text-transform:Capitalize;
}

#loginform2 td, #loginform td, #aloginform td{
    vertical-align: bottom;
}

#loginform2 input, #loginform input, #aloginform input{
    font-family: Helvetica, sans-serif;
    margin: 12px 10px 0px 8px;
    width: 105px;
/*     text-transform:uppercase; */
}

div#quicklinks input{
    width:125px;
}

#loginform2 td.smalltext, #loginform td.smalltext, #aloginform td.smalltext{
    font-size: 8px;
    padding: 14px 8px 11px 0px;
    line-height: 13px;
}

div#search{
    margin: 25px 10px 0px 18px;

}

div#search input{
    float:right;
    font-family: Helvetica, sans-serif;
    font-size: 11px;
    width:195px;
    padding: 0px 5px;
    color:#455560;
}


/* End Quick Links */

/* Begin Container */

body#container, div#container{
    position:relative;
    width: 870px;
    margin: 0px auto;
    padding: 0px;
    background-image:url('../../../../../images/template/container_bg.png');
    background-repeat:repeat-y;
}

body#container{
    background-image:none;
    background-color:#ffffff;
    width:auto;
}

/* End Container */


/* Begin Footer */

div#footer{
    border-top:5px solid #ee3124;
    margin: 12px 45px 0px 55px;
    padding:15px 0px 0px 0px;
    color:#666666;
    position:relative;
    overflow:hidden;
}

div#footer ul{
    padding: 0px;
    margin: 0px;
}

div#footer li{
    list-style:none;
    padding:0px;

}

div#footer li.lvl1, div#footer div.lvl1{
    font-size:12px;
    font-weight:bold;
    text-transform: uppercase;
    margin-top:4px;
}

div#footer div.lvl1 a:link, div#footer div.lvl1 a:visited{
    color:#45555F;
}



div#footer li.lvl2, div#footer li.lvl3{
    background-image:none;
    float: none;
    white-space:nowrap;
    text-transform:none;
    font-size: 11px;
    letter-spacing: 0px;
    font-weight: normal;
}

div.footercolumn{
    float:left;
    width: 190px;
}

div#social_media{
    /* display:none; */
    position:absolute;
    top:135px;
    left:0px;
}

div#fixed_footer{
    position:absolute;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: 34px;
    width:100%;
    background-image:url('/images/template/footer_shadow2.png');
    background-repeat:repeat-x;
}

/* End Footer */


div#home_left{
    float:left;
    width:450px;
}

div#agents_left{
    float:left;
    width:500px;
}


div#home_left div.title{
    padding:0px;
/*     margin:0px; */
    margin:5px 0px 0px 0ox;
/*     color:#455560; */
}

div#home_left div.title2{
    padding:0px;
    margin:5px 0px 0px 0px;
    color:#636363;
}

div#blog_post_home{
margin-top:31px;
}

a.read_more{
    color:#13b5ea;
}

div.title{
    margin-top:6px;
}



/* begin columns */

div#one_of_two{
    float:left;
    width: 170px;
    color:#666666;
}

div#two_of_two{
    float:right;
    width: 539px;
}

div#quote_request div#one_of_two{
    float:right;
}

div#quote_request div#two_of_two{
    float:left;
}

div#two_of_two ul, div#two_of_two ol{
    margin: 0px 0px 18px 15px;
    padding: 0px 0px 0px 0px;
}

div#two_of_two li{
    list-style-position: outside;
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
}

div#two_of_two a, div#two_of_three a, div#agents_left a{ color: #f8971d; text-decoration: none; cursor: pointer; }
div#two_of_two a:hover, div#two_of_three a:hover, div#agents_left a:hover{ color: #f8971d; text-decoration: underline; cursor: pointer; }

div#two_of_two a.action, div#two_of_three a.action, div#agents_left a.action{
    color: #13b5ea;
    font-weight:bold;
    font-size: 12px;
    background-image: url('../../../../../images/template/gt_blue.png');
    background-repeat: no-repeat;
    background-position: 100% 2px;
    padding-right: 12px;
    text-decoration: none;
}

div#one_of_three{
    float:left;
    width: 200px;
    margin-right:19px;
}

div#two_of_three{
    float:left;
    width: 310px;
}

div#three_of_three{
    /* background-image:url(../images/template/sidebar_gradient.jpg); */
    background-repeat:repeat-x;
    /* background-color:#E3F7FD; */
    float:right;
    width: 200px;
    /* min-height:600px; */
    color:#666666;
}

div#three_of_three img{
	margin:0px 0px 8px 0px;	
}

div#three_of_three ul, div#one_of_two ul{
    padding: 0px;
    margin: 0px 0px 0px 15px;

} 

div#two_of_two input[type=text], div#two_of_two select, div#two_of_two textarea{
    font-family: Helvetica, sans-serif;
    margin: 8px 5px 8px 0px;
    padding: 3px 5px;
    font-size: 11px;
    text-transform: uppercase;
    color: #666666;
}

div#two_of_two option{
    padding:2px 0px;
}

div#two_of_two input[type=text], div#two_of_two textarea{
    width: 231px;
}

div#two_of_two select{
    width: 243px;
}

iframe {
	position: absolute;
	width: 840px;
	height:700px;
	overflow-y:auto
}

/* @end main stylesheet */

strong {
    font-weight: 700;
}

hr {
    border: none 0;
    border-bottom: 1px solid #E0E0E0;
    height: 1px;
    margin: 10px 0;
}

blockquote {
    font-style: italic;
    background: url(images/quotes.gif) no-repeat top left;
    background-position: 12px 12px;
    color: #595959;
    margin: 5px 0;
    padding: 8px 15px 8px 60px;
}



#wp_header {
    overflow: hidden;
    margin: 0 auto;
}

#logo {
    font-size: 250%;
    margin: 50px 0 0 30px;
    font-weight: bold;
}

#logo a {
    color: #333333;
}

#description {
    font-size: 13px;
    color: #666666;
    margin: 5px 0 50px 30px;
}

#menu {
    width: 880px;
    overflow: hidden;
    margin: 0 auto;
}

#menu ul li {
    float: left;
    text-transform: uppercase;
    font-size: 11px;
    padding: 10px;
}

#menu ul li a {
    color: #666666;
}

#wp_container {
    width: 840px;
    overflow: hidden;
    margin: 25px auto;
}

#content {
    float: left;
    width: 510px;
}

#content a:link, #content a:visited{
    /* color:#97A0A5;*/
    color:#55BFEB;
    text-decoration:none;
}

#content a:hover{
    color:#F8971D;
    text-decoration:underline;
}

#content h2 a:link, #content h2 a:visited{
    color:#EE3124;
    text-decoration:none;
}

#content h2 a:hover{
    text-decoration:underline;
}

.post {
    margin-bottom: 50px;
}

.post-title {
    font-size: 14px;;
    line-height: 1.2;
    font-weight: bold;
    color: #ee3124;
    text-transform: uppercase;
    margin:0px;
    padding: 0px;
}

.post-title a {
    color: #ee3124;
}

.page-subtitle {
    font-weight: 700;
    color: #CCC;
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.post-meta {
    font-size: 11px;
    color: #999;
    margin-top: 5px;
}

.post-meta a {
    color: #13b5ea;
}

.post-comments {
    float: right;
    background: url(images/cbubble_left.gif) no-repeat top left;
    padding: 3px 0 7px 7px;
}

.post-comments a {
    background: url(images/cbubble_right.gif) no-repeat top right;
    padding: 3px 7px 7px 0;
    color: #FFFFFF;
}

.post-comments a:hover {
    color: #FFFFFF;
}

.post-content {
    margin-top: 0px;
}

.post-content h2 {
    font-size: 140%;
    margin-bottom: 10px;
    padding: 10px 0 5px;
}

.post-content h3 {
    font-size: 110%;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 10px 0 5px;
}

.post-content p {
    line-height: 1.3;
    margin-bottom: 10px;
    font-size:12px;
}

.post-content img.alignnone {
    background: #FFF;
    padding: 4px;
}

.post-content img.alignleft {
    float: left;
    margin: 0 25px 15px 0;
    padding: 4px;
}

.post-content img.alignright {
    float: right;
    margin: 0 0 15px 25px;
    padding: 4px;
}

.post-content ul,.post-content ol {
    margin-left: 30px;
    margin-bottom: 20px;
}

.post-content ul {
    list-style: outside;
}

.post-content ol {
    list-style: decimal;
}

.post-content ul li,.post-content ol li {
    line-height: 1.3;
    margin-bottom: 5px;
}

.more-link {
    font-weight: 700;
    display: block;
    margin-top: 10px;
}

.section-title {
    font-size: 140%;
    margin-bottom: 10px;
}

.navleft {
    float: left;
    margin: 0 15px 15px 0;
}

.navright {
    float: right;
    margin: 0 0 15px 15px;
}

#comments ol li {
    margin-top: 2px;
    border-bottom: 1px solid #F0F0F0;
    padding: 10px 0;
    overflow: hidden;
}

.comment-gravatar {
    float: left;
    margin-right: 10px;
    background: #FFF;
    border: 1px solid #F0F0F0;
    padding: 3px;
}

.comment-data {
    float: left;
    width: 400px;
}

.comment-data p {
    margin-bottom: 6px;
    line-height: 1.3;
}

.comment-author {
    font-weight: 700;
    margin-bottom: 3px;
}

.comment-meta {
    margin-bottom: 5px;
}

.unapproved {
    font-style: italic;
}

#respond {
    margin-top: 30px;
}

#comment-form {
    margin-top: 15px;
    margin-bottom: 10px;
}

#comment-form label {
    display: block;
    margin-bottom: 5px;
}

#comment-form input {
    width: 240px;
    margin-bottom: 10px;
    padding: 5px;
}

#comment-form textarea {
    width: 455px;
    height: 200px;
    margin-top: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    padding: 10px;
}

.date{
    font-weight:bold;
    font-size: 12px;
}

#sidebar {
    float: right;
    width: 150px;
    margin-right: 70px;
    color:#97A0A5;
}

.sidepanel {
    margin-bottom: 30px;
}

.sidepanel h3 {
    text-transform: uppercase;
    padding: 0 0 5px 0;
    font-weight: bold;
    color: #ee3124;
    font-size: 12px;
}

.sidepanel ul li {
    padding: 0px 0px;
    line-height: 1.2;
    font-size: 12px;
}

.sidepanel p {
    line-height: 1.3;
    font-size: 12px;
}

.sidepanel a:link, .sidepanel a:visited{
    color:#97A0A5;
}

.sidepanel a:hover{
    color:#F8971D;
}

#wp_footer {
    margin: 30px 45px 0px 55px;
    padding:15px 0px 0px 0px;
}

#footer-links {
    list-style: none;
}

#footer-links li {
    float: left;
    margin-right: 15px;
}

.sep {
    color: #CCC;
    margin: 0 8px;
}

.ico-small {
    vertical-align: middle;
    margin: 0 5px 2px 0;
}

.icon {
    margin: 0px 2px 0px 0px;
    vertical-align:bottom;
}

