/*
 * Observer Interactive
 * 20 April 2009
 * Author - Matt Kirk
 *
 *--------------------------------------------------------------- */
/*
 *  Site Info
    Colors - 
    light orange: 	f15a2b
    dark orange:	a43322
    dark blue: 		0e5674
    light blue: 	27b3ec
    grey: 			b4b4b4
    
    Grid - 
    total width: 	960px
    content wrap: 	940px
    content area: 	920px
    grid_1: 		300px
    grid_2: 		610px
    
 *--------------------------------------------------------------- */


/* Page Struture
 * ---------------------------------------------------------------*/
body {
    background: #000 url(../images/bg/bg.png) repeat 0 0;
    line-height: 1.3em;
    font-size: 13px;
}

#wrap {
    width: 960px;
    margin: 0 auto;
}

#content_bg {
    width: 960px;
    float: left;
    background: #0e5674;
}

#content_wrap {
    width: 940px;
    float: left;
    background: #b4b4b4;
    margin: 10px
}

#content {
    float: left;
    width: 940px;
    margin: 10px 0;
    background: url(../images/bg/int-content-bg.png) repeat-y 0 0;
}

body.home #content {
    background: url(../images/bg/hp-content-bg.png) repeat-y 0 0;
}

.norail #content {
    background: url(../images/bg/norail-content-bg.png) repeat-y 0 0;
}

.tier {
    margin: 0 15px 0;
    float: left;
    width: 270px;
    min-height: 270px;
}


/* Greeting
----------------------------------------------------------------------------------------------------*/
#greeting {
    float: left;
    margin-top: 10px;
    height: 334px;
}
    #greeting ul {
        height: 334px;
        width: 940px;
    }
    
    #greeting li {
        display: none;
    }


/* Masthead
----------------------------------------------------------------------------------------------------*/
#masthead {
    float: left;
    width: 960px;
    position: relative;
    height: 110px;
}

    /* Global Nav
    ----------------------------------------------------------------------------------------------------*/
    #branding {
        position: absolute;
        top: 55px;
        left: 55px;
    }
    
    /* Global Nav
    ----------------------------------------------------------------------------------------------------*/
    #global_nav {
        position: absolute;
        right: 0;
        top: 75px;
    }
        #global_nav li {
            float: left;
            display: inline;
            margin: 0 10px 0 0;
        }
            #global_nav li.last {
                margin: 0;
            }
            
            #global_nav li a {
                display: block;
                background: #b4b4b4;
                width: 150px;
                line-height: 35px;
                overflow: hidden;
                text-indent: -9999px;
                background: url(../images/nav-tabs.png) no-repeat 0 0;
            }
            
            #global_nav li#nav_home a:hover {
                background-position: 0 -45px;
            }
                #global_nav li#nav_home a.here {
                    background-position: 0 -90px;
                }
            
            #global_nav li#nav_blog a {
                background-position: -160px 0;
            }
                #global_nav li#nav_blog a.here, #global_nav li#nav_blog a.here:hover {
                    background-position: -160px -90px;
                }
                
                #global_nav li#nav_blog a:hover {
                    background-position: -160px -45px;
                }
                
            #global_nav li#nav_site a {
                background-position: -320px 0;
            }
                #global_nav li#nav_site a.here, #global_nav li#nav_site a.here:hover {
                    background-position: -320px -90px;
                }
                
                #global_nav li#nav_site a:hover {
                    background-position: -320px -45px;
                }
                
            #global_nav li#nav_advertise a {
                background-position: -480px 0;
            }
                #global_nav li#nav_advertise a.here, #global_nav li#nav_advertise a.here:hover {
                    background-position: -480px -90px;
                }
                
                #global_nav li#nav_advertise a:hover {
                    background-position: -480px -45px;
                }
    

#about_us {
    margin-bottom: 40px;
}

#twitter {
    margin-bottom: 39px;
}
    
    
/* Who We Are List
----------------------------------------------------------------------------------------------------*/
#who_we_are li {
    position: relative;
    border-bottom: 1px dotted #ccc;
    clear: both;
    margin: 0;
    padding: 0 0 24px;
}
    
    #who_we_are li strong {
        position: absolute;
        top: 10px;
        left: 0;
        padding: 0 3px 0 0;
        background: #fff;
        font-weight: normal
    }
    
    #who_we_are li em {
        position: absolute;
        top: 10px;
        right: 0;
        background: #fff;
        color: #737373;
    }
    
    #who_we_are li.first {
        padding: 0 0 10px;
    }
        #who_we_are li.first strong {
            top: 4px;
        }
            #who_we_are li.first em {
                top: 4px;
            }


/* Recent Entries
----------------------------------------------------------------------------------------------------*/
.recent_entries li {
    margin: 0 0 14px;
}


/* Sidebar Content 
----------------------------------------------------------------------------------------------------*/
/* Homepage Sites */
#sidebar li {
    background: #a43322;
    margin: 0 0 10px 10px;
    width: 280px;
}

#sidebar .site_thumb {
    text-align: center;
}
    #sidebar .site_thumb img {
        margin: 10px 10px 5px;
        width: 260px;
    }

#sidebar .site_meta {
    padding: 0 10px 10px;
}

.site_tout {
    color: #420f08;
    font-size: 11px;
}

.jump_link_sidebar {
    padding: 0 10px 10px;
}
    .jump_link_sidebar a {
        color: #a43322;
    }
        .jump_link_sidebar a:hover {
            color: #fff;
        }






/* Footer
----------------------------------------------------------------------------------------------------*/
#footer {
    float: left;
    background: #000;
    width: 960px;
    margin: 20px 0;
    opacity: .8;
}
    #footer p {
        margin: 0 0 14px;
    }
    
    #footer .grid_4 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.footer_contact_info {
    color: #737373;
    margin: 0 0 7px;
}
    .footer_contact_info li.name {
        color: #dfdfdf;
    }




/* Blog Page
----------------------------------------------------------------------------------------------------*/
.blog .post {
    margin: 0 0 21px;
}






/* Entry Pages
----------------------------------------------------------------------------------------------------*/
.entry, .archives, .blog {
    float: left;
    width: 554px;
    margin: 28px;
}

.entry h2 {
    margin: 21px 0;
    font-weight: bold;
    font-size: 16px;
}

.entry-meta {
    margin: 0 0 7px;
}
    .entry-meta a {
        font-weight: bold;
    }

.entry-content p {
    margin: 0 0 14px;
}

.entry-content ul, .entry-content ol {
    margin: 21px 0 21px 21px;
}
    .entry-content ul li {
        margin: 0 0 5px;
        padding: 0 0 0 12px;
        background: url(../images/li-bullet.png) no-repeat 0 6px;
        color: #212121;
    }
    
    .entry-content ol {
        list-style-type: decimal;
        list-style-position: inside;
    }
    
    .entry-content ol li {
        margin: 0 0 5px;
        padding: 0 0 0 12px;
        color: #212121;
    }

.entry-footer {
    margin: 14px 0 0;
    color: #737373;
}
    .entry-footer a, .entry-footer span {
        margin: 0 7px 0 0;
    }
    
blockquote {
    padding: 7px 21px;
    margin: 0 0 14px;
}

.entry-content blockquote p {
    color: #212121;
}

#search {
    margin: 0 0 21px;
}

#sidebar div.blog_sidebar {
    float: left;
    width: 258px;
    margin: 28px 0 0 21px;
}
    #sidebar div.blog_sidebar h2 {
        margin: 0;
    }
    
    #sidebar div.blog_sidebar ul {
        margin: 0 0 21px;
    }
    
    #sidebar div.blog_sidebar li {
        background: none;
        width: auto;
        margin: 0;
    }
    
    #sidebar div.blog_sidebar li a {
        color: #a43322;
    }
        #sidebar div.blog_sidebar li a:hover {
        color: #FFCBBB;
    }
    
    #sidebar div.blog_sidebar li#search {
        margin: 0 0 21px;
    }
        #searchform #s {
            background: #fff;
            border: none;
            padding: 4px;
            width: 175px;
            float: left;
            color: #000;
        }
        
        #searchform button {
            float: left;
            width: auto;
        }
   
#recent-entries {
    margin: 0 0 28px;
}

#sidebar #recent-entries li {
    margin: 0 0 14px;
}

#recent-entries li a.entry-title {
    font-size: 14px;
}

#recent-entries .entry-comments {
    
}

#recent-entries .entry-comments p, #recent-entries .entry-meta p {
    font-size: 11px;
    color: #000;
}

#back_to_blog {
    margin: 0 0 21px;
}
    #back_to_blog a {
        color: #27b3ec;
        font-weight: bold;
    }
        #back_to_blog a:hover {
            color: #fff;
        }
        
#categories .cat-item a {
    text-transform: capitalize;
}
        
#nav-below {
    margin: 21px 0;
    padding: 7px 0 0;
}
    #nav-below .floater-left {
        float: left;
    }
        #nav-below .floater-left a {
            display: block;
            text-indent: -9999px;
            background: url(../images/older-post-btn.png) no-repeat 0 center;
            width: 93px;
            height: 24px;
            margin: 0;
            padding: 0;
        }
            #nav-below.single-nav-below .floater-left a {
                background-image: url(../images/previous-btn.png);
                width: 112px;
            }
        
    #nav-below .floater-right {
        float: right;
    }
        #nav-below .floater-right a {
            display: block;
            text-indent: -9999px;
            background: url(../images/newer-post-btn.png) no-repeat right center;
            width: 93px;
            height: 24px;
            margin: 0;
            padding: 0;
        }
            #nav-below.single-nav-below .floater-right a {
                background-image: url(../images/next-btn.png);
            }


        
/* Comments
------------------------------------------------------ */
#comments-list {
    margin: 28px 0 0;
}

.comment {
    margin: 0 0 21px;
    padding: 21px 0 0;
    border-top: 1px dotted #aaa;
}

.comment-author {
    font-weight: bold;
}

.comment-meta {
    margin: 0 0 7px;
    font-size: 11px;
}

#trackbacks-list {
    margin: 28px 0 0;
}



/* Comment Form
------------------------------------------------------ */
#respond {
    background: #ccc;
    padding: 21px;
    margin: 28px 0 21px;
    width: 512px;
}

#commentform .form-label {
    font-size: 11px;
}

#comment-notes, #login {
    font-size: 11px;
    margin: 0 0 7px;
}

.comment_form_block {
    float: left;
    margin: 0 0 14px;
}
    .comment_form_block .form-input input {
        width: 237px;
        border: 1px solid #ccc;
        padding: 4px;
    }
    
.input_right {
    float: left;
    width: 246px;
    margin: 0 0 0 21px;
}
    .comment_form_right .form-textarea textarea {
        border: 1px solid #ccc;
        width: 310px;
        padding: 4px;
    }

.input_left {
    float: left;
    width: 246px;
}

.input_clear {
    float: left;
    clear: both;
}
    .input_clear .form-input input {
        width: 504px;
    }


.form-textarea textarea {
    border: 1px solid #ccc;
    width: 504px;
    padding: 4px;
}

.form-submit {
    margin: 14px 0;
}

.required {
    color: #27b3ec;
}

/* Archive Pages
----------------------------------------------------------------------------------------------------*/
.archives h2 {
    margin: 0 0 21px;
}

.archives h3 {
    margin: 21px 0 0;
}


/* Sites Page
----------------------------------------------------------------------------------------------------*/
.sites {
    float: left;
    width: 864px;
    margin: 28px 28px 28px 38px;
}

.sites h2.entry-title {
    margin: 0 0 14px;
}

.sites .site_thumb img {
    width: 269px;
    border: 1px solid #ccc;
    margin: 0 0 21px;
}




/* Twitter Page
----------------------------------------------------------------------------------------------------*/
.twitter {
    float: left;
    width: 864px;
    margin: 28px 28px 28px 38px;
}

.twitter h2.entry-title {
    margin: 0 0 14px;
}






/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4 {
	display: inline;
	float: left;
	margin: 0 10px;
}

.grid_1 {
    width: 300px;
}

.grid_1a {
    float: left;
    width: 145px;
    margin: 0 5px;
}

.grid_2 {
    width: 610px;
}

.grid_3 {
    width: 920px;
}

.sb_grid_1 {
    float: left;
    width: 124px;
    margin: 0 5px;
}

.norail_grid_1,
.norail_grid_3 {
	display: inline;
	float: left;
	margin: 0 14px;
}

.norail_grid_3 {
    margin: 0 0 28px;
    width: 864px;
}

.norail_grid_1 {
    width: 269px;
}

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}
    
    
/* Links
----------------------------------------------------------------------------------------------------*/
a, a:visited {
    text-decoration: none;
    color: #f15a2b;
    
}

a:hover {
    text-decoration: none;
    color: #a43322;
}



/* Misc
----------------------------------------------------------------------------------------------------*/
button {
    border: none;
    background: none;
    outline: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.jump_link {
    margin: 14px 0 0;
}
    .jump_link a {
        color: #27b3ec;
        font-size: 11px;
        text-transform: uppercase;
    }
        .jump_link a:hover {
            color: #f15a2b;
        }



/* Margins
----------------------------------------------------------------------------------------------------*/
.margin7_bottom {
    margin-bottom: 7px;
}

.margin7_top {
    margin-top: 7px;
}

.margin7_top_bottom {
    margin-top: 7px;
    margin-bottom: 7px;
}

.margin7_left {
    margin-left: 7px;
}

.margin7_right {
    margin-right: 7px;
}

.margin7_left_right {
    margin-left: 7px;
    margin-right: 7px;
}

.margin7 {
    margin: 7px;
}

.no_margin {
    margin: 0;
}

.last {
    margin-bottom: 0;
}

.top {
    margin-top: 0;
}

.margin14 {
    margin: 14px;
}

.margin14_top {
    margin-top: 14px;
}

.margin14_bottom {
    margin-bottom: 14px;
}



/* Paragraphs
----------------------------------------------------------------------------------------------------*/
p {
    color: #737373;
    line-height: 1.3em;
    font-size: 13px;
}

p.time_stamp {
    font-size: 11px;
    color: #a7a7a7;
}

p.center {
    text-align: center;
}


/* Lists
----------------------------------------------------------------------------------------------------*/






/* Headings
----------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
    font-family: arial, sans-serif;
    font-weight: normal;
    color: #212121;
}

h2 {
    margin: 15px 15px 0;
}

h3 {
    font-size: 17px;
    line-height: 1.1em;
}

h4.section_head {
    font-size: 20px;
    color: #212121;
    margin: 0 0 14px;
    letter-spacing: normal;
}

h5 {
    font-size: 14px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

* html .clearfix {
	height: 1%;
}


/*
 *  Site Info
    Colors - 
    light orange: 	f15a2b
    dark orange:	a43322
    dark blue: 		0e5674
    light blue: 	27b3ec
    grey: 			b4b4b4
    
    Grid - 
    total width: 	960px
    content wrap: 	940px
    content area: 	920px
    grid_1: 		300px
    grid_2: 		610px
    
----------------------------------------------------------------- */