/*  
Theme Name: colin-sullivan
Theme URI: http://www.colin-sullivan.com
Description: My website
Version: 1.0
Author: Colin Sullivan
Author URI: http://www.colin-sullivan.com

*/

/**
 *  Fonts
 **/
 @font-face
 {
   font-family: 'daniel';
   src: url('/css/danielbd.ttf');
 }

 @font-face
 {
   font-family: 'colaborate';
   src: url('/css/ColabReg.otf');
 }


/**
*	Layout
**/
body
{
    color: #000000;
    background-image: url('images/background_texture.png');
    padding: 0;
    font-family: 'colaborate-1', 'colaborate-2', 'verdana', sans-serif;
    font-size: .8em;
    top: 0;
    left: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 1;
}

.loading #header_content, .loading #content, .loading #sidebar, .loading #footer p {
    opacity: 0;
}

.loaded #header_content, .loaded #content, .loaded #sidebar, .loaded #footer p {
    opacity: 1;
}

#header_container
{
    width: 100%;
    min-width: 960px;
    height: 123px;
    background-image: url('images/header_background.png');
    background-repeat: repeat-x;
    padding: 0;
    display: block;
}
#header_content
{
    position: relative;
    top: 25%;
    margin: auto;
    width: 960px;
}
#header_title
{
    margin-left: 60px;
    float: left;
    width: 250px;
}
#navigation_container
{
    margin-right: 40px;
    float: right;
    width: 440px;
}
#body_container
{
    position: relative;
    min-width: 960px;
    min-height: 700px;
    clear: both;
}
#main
{
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 960px;
    min-height: 700px;
}
.clearfix
{
    clear: both;
}
#main
{
    background-color: #f3f3f3;
    border-left: 1px solid #09b901;
    border-right: 1px solid #09b901;
    border-bottom: 1px solid #09b901;
    padding-top: 20px;
    color: black;
}
#content
{

    float: left;
    min-height: 700px;

    padding-top: 20px;
    padding-right: 20px;
    padding-left: 70px;
    width: 600px;
    margin: 0;
}

#content.border {
    border-right: 1px solid #A5A4A4;
}

#sidebar
{
    float: right;
    margin: 0;
    padding-top: 20px;
    width: 230px;
    padding-left: 20px;
    padding-right: 15px;
}

#sidebar.border {
    border-left: 1px solid #A5A4A4;
}

#navigation_container
{
    background-color: black;
    height: 46px;
    background-color: #0B0B0B;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-bottom: 1px solid #313131;
    font-size: 13pt;
}
.navigation_link
{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: 25%;
    color: #454545;

    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #202020;
    height: 46px;
}
.navigation_link:hover
{
    text-decoration: none;
}
.navigation_link_active
{
    color: #60c91d;
}

#footer
{
    margin: 10px auto;
    padding: 10px;
    width: 940px;
}
#footer
{
    background-color: #f3f3f3;
    border-left: 1px solid #09b901;
    border-right: 1px solid #09b901;
    border-bottom: 1px solid #09b901;
    border-top: 1px solid #09b901;
    text-align: center;
}
#footer p
{
    margin: 0;
}

#intro
{
    padding: 20px;
    margin-top: 200px;
    margin-bottom: 100px;
    background-color: #f3f3f3;
    border-left: 1px solid #09b901;
    border-right: 1px solid #09b901;
    border-bottom: 1px solid #09b901;
    border-top: 1px solid #09b901;
    text-align: center;
    width: 640px;
}



p#sidebar_blurb
{
    margin-bottom: 20px;
}

/**
*	Typography
**/
a
{
    color: #009fa6;
    text-decoration:none;
    cursor: pointer;
}
a:hover
{
    text-decoration: underline;
}
a img
{
    border: 0;
}
a:hover img
{
    text-decoration: none;
}
/* Colin Sullivan header */
h1, h2
{
  font-family: 'daniel-1', 'daniel-2', sans-serif;
  font-weight: normal;

}
h1
{
    color: white;
    font-size: 20pt;
    letter-spacing: 0.1em;

}
h1 a {
    color: white;
}
h1 a:hover {
    text-decoration: none;
}

h2
{
    color: #ff8400;	

    font-size: 18pt;
    letter-spacing: 0em;
    margin-bottom: 30px;
    margin-top: 0px;
}

h3
{
    color: #377933;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 5px;
}
h3 a
{
    color: #377933;  
}

/* content and sidebar headers */
h2.pagetitle
{
    margin-bottom: 0;
}
div.pagetitleContainer
{

    border-left: 5px solid #ff8400;

    padding-left: 10px;
    margin-bottom: 20px;

}
/* post container */
.post
{
    text-align: left;
    margin-top: 0px;
    color: #252525;
    margin-bottom: 50px;
}
p
{
    margin-top: inherit;
}
/* Post headers */
/*.post h4
{
margin-top: 0;
margin-bottom: 1em;
}*/

#content h3 a
{
    color: #252525;
    font-size: 12pt;
    text-decoration: none;
    margin-bottom: 0;
}

#content h3 a:hover 
{
    color: #377933;
}
/*
.page h3 a
{
    color: #252525;
    font-size: 12pt;
    text-decoration: none;
    margin-bottom: 0;
}*/
h4.post_date
{
    color: #a5a4a4;
    font-weight: normal;
}

.post blockquote
{
    margin-left: 20px;
    padding-left: 10px;
    border-left: 1px solid #a5a4a4;
}
.postmetadata
{
    text-align: right;
    margin-top: 20px;
    margin-bottom: 10px;
}

div.tweet_text
{
    margin-bottom: 15px;
}
div.tweet_text p
{
    margin-bottom: 0px;
}

/* About page header */
div.resume
{
    margin-bottom: 75px;
}
h4
{
    font-weight: normal;
    color: #405240;
    margin-top: 0;
    margin-bottom: 0;
}
div.resume h5
{
    color: #405240;
    font-weight: normal;
    margin-top: 0;
}

/**
*  Lists.
**/
ul
{
    padding-left: 25px;
    list-style-image:url('images/green_bullet.png');
    line-height: normal;
}
ul li
{
    margin-left: 0px;
}
ul li ul
{
    padding-left: 15px;
    list-style-image:url('images/green_bullet.png');
}

/**
*  Comments
**/
ol.commentlist
{
    margin-bottom: 40px;
}

h2.withSubtitle
{
    margin-bottom: 0px;
}
h4.subtitle
{
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: normal;
}
div.entry p
{
    line-height: normal;
}
/**
* work
**/
div.work_entry
{
    margin-bottom: 30px;
}
div.work_entry:last-child {
    margin-bottom: 10px;
}
div.work_entry p
{
    margin-top: 0px;
    margin-bottom: 0px;
}
h3.work_section_header
{
    margin-top: 30px;
    font-size: 18px;
}
#projects {
    overflow: hidden;
}
#projects_pagination {
    float: right;
}

/**
* searching
**/
.search-excerpt
{
    color: #000000;
    background-color: #009fa6;
}

/**
* 	sidebar
**/
ul.sidebarLinks
{
    padding-left: 10px;
    margin-top: 0;
}
ul.sidebarLinks li
{
    list-style: none;
}
li.categories
{
    list-style: none;
    padding-left: 0;
}
li.categories ul
{
    margin-top: 0;
    padding-left: 0;
}
li.categories ul li
{
    margin-left: 0px;
    list-style: none;
}
div.navigation
{
    margin-top: 20px;
}
ul.archives
{
    margin-top: 0;
    padding-left: 0;
}
ul.archives li
{
    list-style: none;
}
.sidebar_widget
{
    margin-bottom: 30px;
}
div.excerpt p
{
    margin-bottom: 0;
    margin-top: 0;
}
.padding_right {
    padding-right: 10px;
}

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

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.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 & aligment */


.hidden {
    display: none;
}


.avatar {
    float: left;
    margin-right: 5px;
}

ol.comment_list li {
    margin-bottom: 20px;
}

div.comment_pingback_content {
    margin-left: 10px;
}

/**
 *  Buttons and icons
 **/
 
.text_button {
    min-height: 16px;
    min-width: 16px;
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

.icon_button {
    height: 16px;
    width: 16px;
    background-repeat: no-repeat; 
    cursor: pointer;   
}

.button_disabled {
    opacity: .5;
    cursor: default;
}

.arrow-180 {
    background-image: url('/images/icons/arrow-180.png');
}

.arrow {
    background-image: url('/images/icons/arrow.png');
}

/**
 *  Utilities
 **/
.float_left {
    float: left;
}
.float_right {
    float: right;
}

/**
 *  Warning bar
 **/
#warning_text {
    font-family: sans-serif;
    float: left;
    margin-left: 10px;
}

#warning_bar {
    background-color: #ffffe1;
    padding: 5px;
    height: 15px;
    width: 100%;
}

#warning_icon {
    background-image: url('/images/icons/exclamation-shield.png');
    height: 16px;
    width: 16px;
    float: left;
}