/*
Theme Name: Global Scenic Theme
Theme URI: http://bluefountainmedia.com/
Description: The default Global Scenic theme.
Version: 1.0
Author: BFM
Author URI: http://bluefountainmedia.com/
Tags: dark, custom header, fixed width, two columns, widgets

	Global Scenic v1.1
	 http://bluefountainmedia.com/

	This theme was designed and built by BFM

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Begin Typography & Colors */
html{
    height:100%;
    background:#000 url(images/bg_html.jpg) no-repeat 50% 0;
}
body {
    margin:0;
    color:#fff;
    font:13px Arial, Verdana, Tahoma, sans-serif;
    background:url(images/bg_body.gif) repeat-x;
    min-width:1003px;
    height:100%;
}

img {border:none;}
a{
    color:#E9AD2F;
    text-decoration:none;
    outline:none;
}
a:hover {color:#fff;}
form, fieldset{
    padding:0;
    margin:0;
    border:0;
}
input, textarea, select{
    font:100% arial,sans-serif;
    vertical-align:middle;
    outline:none;
}
textarea{
    overflow:auto;
    resize:none;
}
table{border-collapse:collapse;}
ul{list-style:none;}
*{margin:0;padding:0;}
.clearfix:after{
    content:"";
    display:block;
    clear:both;
    height:0;
}
.yourClass {
    filter: alpha(opacity=50);/*IE 5-7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/*IE 8*/
    -moz-opacity:0.5;/*Older mozilla broswers like NN*/
    -khtml-opacity: 0.5;/*Old versions of Safari and "KHTML" browser engines*/
    opacity: 0.6;/*Modern browsers*/
}
.holder{
    width:100%;
    overflow:hidden;
}
h2{
    font:25px "Trebuchet MS", sans-serif;
    color:#e9ad2f;
    text-transform:uppercase;
    margin:0 0 10px 0px;
}

#blog_title {
    margin-left: 30px;
}

h3{
    font:25px "Trebuchet MS", sans-serif;
    color:#e9ad2f;
}
#container{
    width:980px;
    margin:0 auto;
    min-height:100%;
}
* html #container{height:100%;}



#header{
    width:100%;
    height:106px;
    position:relative;
    overflow:hidden;
}
.logo{
    position:absolute;
    top:37px;
    left:38px;
}
.logo a{
    display:block;
    width:342px;
    height:67px;
    text-indent:-9999px;
    overflow:hidden;
    background:url(images/logo.gif) no-repeat;
}
.navigation{
    position:absolute;
    top:80px;
    right:17px;
}
.navigation li{
    float:left;
    padding:0 25px 0 0;
}
.navigation a{
    display:block;
    height:15px;
    text-indent:-9999px;
    overflow:hidden;
    line-height:0;
}
.n_services{
    width:53px;
    background:url(images/n_services.gif) no-repeat;
}
.n_portfolio{
    width:53px;
    background:url(images/n_portfolio.gif) no-repeat;
}
.n_rentals{
    width:48px;
    background:url(images/n_rentals.gif) no-repeat;
}
.n_about{
    width:67px;
    background:url(images/n_about.gif) no-repeat;
}
.n_contact{
    width:49px;
    background:url(images/n_contact.gif) no-repeat;
}
.n_client{
    width:70px;
    background:url(images/n_client.gif) no-repeat;
}
.navigation a:hover,
.navigation .active a{background-position:0 -15px;}
.top_bar{
    position:absolute;
    top:27px;
    right:23px;
    font:16px "Trebuchet MS", sans-serif;
}
.top_bar li{
    float:left;
    padding:0 17px 0 0;
}
.top_bar a{
    display:block;
    margin:13px 0 0;
    height:16px;
    overflow:hidden;
    text-indent:-9999px;
    line-height:0;
}
.top_bar .tb_newsletter{
    width:56px;
    background:url(images/tb_newsletter.gif) no-repeat;
}
.top_bar .tb_blog{
    width:23px;
    background:url(images/tb_blog.gif) no-repeat;
}
.top_bar .re_quote a{
    background:url(images/t_b_re_quote.gif) no-repeat;
    width:180px;
    padding:9px 0 0 0;
    margin:0;
    text-align:center;
    height:25px;
}
.top_bar a:hover,
.top_bar .active a{background-position:0 100%;}


.widecolumn .entry p {
    font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
    line-height: 1.4em;
    padding: 10px 0 0;
}

.widecolumn {
    line-height: 1.6em;
}

.narrowcolumn .postmetadata {
    text-align: left;
}

.thread-alt {
    background-color: #777;
}
.thread-even {
    background-color: #1e2020;
}
.depth-1 {
    border: 1px solid #777;
}

.even, .alt {

    border: 1px solid #aaa;
}


small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
}

h1, h2, h3 {
    font-family: 'Trebuchet MS', Arial, Sans-Serif;
    font-weight: normal;
}

h1 {
    font-size: 4em;
    text-align: center;
}

#headerimg .description {
    font-size: 1.2em;
    text-align: center;
}


h2.pagetitle {
}

#sidebar h2 {
}

h3 {
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
    text-decoration: none;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color: #e9ad2f;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
    text-decoration: none;
}

.entry p a:visited {
    color: #b85b5a;
}

.sticky {
    background: #f7f7f7;
    padding: 0 10px 10px;
}
.sticky h2 {
    padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
    font: 0.9em Arial, Sans-Serif;
}
.commentlist li ul li {
    font-size: 1em;
}

.commentlist li {
    font-weight: bold;
}

.commentlist li .avatar { 
    float: right;
    border: 1px solid #333;
    padding: 2px;
    background: #777;
}

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

#commentform p {
    font-family: Arial, Sans-Serif;
}

.commentmetadata {
    font-weight: normal;
}

#sidebar {
    font: 1em Arial, Sans-Serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
    color: #878787;
}

code {
    font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #147;
}

#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
}

#wp-calendar a {
    text-decoration: none;
}

#wp-calendar caption {
    font: bold 1.3em Arial, Sans-Serif;
    text-align: center;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */

#main{
    width:100%;
    overflow:hidden;
    padding:56px 0 180px;
}

.content_holder{
    background:url(images/bg_content_holder.gif) repeat-x 100% 100%;
    padding:0 0 3px;
    border-top:1px solid #181818;
}
.content_holder .frame_parent{
	background:#101111 url(images/bg_sidebar_parent.jpg) repeat-y left;
}
.content_holder .frame{
    width:100%;
    overflow:hidden;
    background:url(images/bg_sidebar.jpg) no-repeat 0 0;
}

#sidebar .widget_recent_entries a {
    color: #777;
    font-size: 11px;
    background: none;
    padding:0;
}

#sidebar .widget_recent_entries a:hover {
    color: #fff;
}

#sidebar .widget_recent_entries li {
    background: none;
}

#content{
    float:right;
    width:756px;
    margin:11px 10px;
    display:inline;
    overflow:hidden;
    background:url(images/bg_content.gif) repeat-y;
}

#content .navigation {
    position: static;
    width: 100%;
    overflow: hidden;
}

#content .navigation a {
    float: none;
    display: inline;
}

#content p{
    margin:0 0 18px;
    line-height:18px;
    font-size: 13px;
}
#content .text_section{
    float:left;
    width:290px;
    padding:22px 0 0 19px;
}
#content .img_section{
    float:right;
    padding:25px 0 0;
}
#content h3{
    margin-bottom:7px;
    font-size:20px;
}

#content h3#comments,
#respond h3 {
    margin: 15px;
}

/*.narrowcolumn {
    float: right;
    padding: 0 0 20px 45px;
    margin:0;
    width:714px;
}

.widecolumn {
    padding: 10px 0 20px 0;
    margin: 5px 0 0 150px;
    width: 450px;
}*/

.post, .hentry {
    margin: 0 0 40px;
    padding:20px 80px 30px 15px;
    text-align: justify;
    background: url(images/post_bottom.gif) repeat-x 0 100%;
}

.post h2 {
    margin: 0;
    line-height: 22px;
    font-size: 22px;
}

.post small {
    font-size: 11px;
}

.post small span {
    color: #88d6ff;
}

.post_top {
    width: 100%;
    overflow: hidden;
}

.post_top_left {
    float: left;
    width: 500px;
}

.post_top_right {
    float: right;
    color: #878787;
    font-size: 11px;
    line-height: 28px;
    width: 87px;
}

.post_top_right a {
    color: #878787;
    font-size: 11px;
}

.post_top_right a:hover {
    color: #fff;
    text-decoration: none;
}

.post_top_right b {
    float: right;
    background: url(images/bg_comment.gif) no-repeat 0 0;
    height: 29px;
    color: #101010;
    font-size: 16px;
    font-weight: normal;
    padding:0 10px 0 9px;
    text-align:center;
    width:9px;
    display: inline;
    zoom: 1;
    margin: 0 0 0 3px;
}

.post_top_right span {
    float: left;
    cursor: pointer;
}

.post hr {
    display: block;
}

.widecolumn .post {
    margin: 0;
}

.narrowcolumn .postmetadata {
    padding-top: 5px;
}

.narrowcolumn .postmetadata a {
    color: #E9AD2F;
}

.narrowcolumn .postmetadata a:hover {
    color: #fff;
}

.widecolumn .postmetadata {
    margin: 30px 0;
}

.widecolumn .smallattachment {
    text-align: center;
    float: left;
    width: 128px;
    margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
    text-align: center;
    margin: 5px 0px;
}

.postmetadata {
    clear: both;
}

.clear {
    clear: both;
}
#footer{
    width:980px;
    margin:-180px auto 0;
    height:180px;
    color:#414141;
    overflow:hidden;
    font-size:14px;
}
#footer .phone{font-size:18px;}
#footer a{color:#414141;}
#footer a:hover{color:#a70;}
/* End Structure */



/*	Begin Headers */

h2.pagetitle {
    margin: 15px;
    text-align: center;
}

#sidebar h2 {
    font-size: 18px;
    padding: 0px 0 5px 25px;
    margin: 0;
    background:url("images/sidebar_sep.gif") no-repeat scroll 50% 100% transparent;
}

h3 {

}

h3.comments {
    padding: 0;
    margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    list-style: none;
    padding-left: 10px;
    text-indent: -10px;
}

html>body .entry li {
    margin: 7px 0 8px 10px;
}

.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
}

.entry ol li {
    margin: 0;
    padding: 0;
}

.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    padding: 10px 0;
    background:url(images/sidebar_sep.gif) no-repeat 50% 100%;
}

.widget a {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    background: url(images/arrow_white.gif) no-repeat 0 50%;
    padding: 0 0 0 8px;
}

.widget a:hover {
    color: #777;
}



#sidebar ul li li {
    background: none;
}

#sidebar .widget_search {

}

#sidebar ul p, #sidebar ul select {
    margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
    margin:5px 0 0 25px;
}


#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
    list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#searchform div {
    margin:0 auto;
    width: 154px;
    height: 30px;
    background: url(images/bg_search.gif) no-repeat 0 0;
}

#sidebar #searchform #s {
    width:115px;
    border: none;
    background: transparent;
    color: #ddd;
    padding: 1px 2px 0;
}
#content #searchform #s {
    width:115px;
    border: none;
    background: transparent;
    color: #ddd;
    padding: 1px 2px 0;
}

#sidebar #searchsubmit {
    padding: 1px;
    border: none;
    background: transparent;
    cursor: pointer;
    width: 27px;
	height:30px;
}
#content #searchsubmit {
    padding: 1px;
    border: none;
    background: transparent;
    cursor: pointer;
    width: 27px;
	height:30px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
              text-align:center;
}

select {
    width: 130px;
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
    background: #414242;
    border: 1px solid #777;
    color: #ddd;
}

#commentform {
    margin: 15px 10px;
}
#commentform textarea {
    border:medium none;
    padding:2px;
    width:99%;
    background: #414242;
    color: #ddd;
    border:1px solid #777;
}
#respond:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#commentform #submit {
    margin: 0 0 5px auto;
    float: right;
    background: url(images/btn_gray.gif) no-repeat 0 0;
    height: 24px;
    color: #e9ac2e;
    font-size: 12px;
    text-align: center;
    width: 99px;
    border: none;
    cursor:pointer;
}

#commentform #submit:hover {
    background-position: 0 100%;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
    margin: 0;
    padding: 10px;
}

.commentlist {
    padding: 0;
    margin: 0 15px;
    text-align: justify;
}

.commentlist li {
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
    list-style: none;

}
.commentlist li ul li { 
    margin-right: -5px;
    margin-left: 10px;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
    margin: 5px 0;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentmetadata {
    margin: 0;
    display: block;
}
/* End Comments */



/* Begin Sidebar */

#sidebar{
    width:204px;
    float:left;
    display:inline;
    padding:10px 0 0 0;
}
#sidebar ul{

}

#sidebar ul .active,
#sidebar ul .active a{color:#cc982b;}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
}

#wp-calendar caption {
    text-align: center;
    width: 100%;
}

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
                            background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.screen-reader-text {
    position: absolute;
    left: -1000em;
}


a img {
    border: none;
}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

