/* - - - - - - - - - - - - - - - - - - - - -

Title :   Mighty Template
Author :  James Broad
URL :     kulor.com

Created : 01.06.2006 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */
body, html{
    margin:0;
    padding:0;
    text-align:center;
    margin-bottom:10px;
    color:#333;
}

body{
    /*width:850px;*/
    margin:0 auto;
    text-align:left;
}

a{
    color:#D91C5C;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}
#primaryContent a:visited,
#secondaryContent a:visited
{
    font-style:italic;
}

strong{
    background: #FFFFCC;/* #FFFFF8 */
    font-weight:bold;
}

code{
    font-size:1.1em;
}
    code strong{
        background:none;
    }


ul.inline,
ol.inline
{
    list-style:none;
    margin:0;
    padding:0;
}
    .inline li{
        list-style:none;
        margin:0;
        padding:0;
        display:inline;
    }

blockquote{
    display:block;
    border-left:4px solid #F1F1F1;
    padding-left:20px;
}

/* ----- HEADER ----- */
    

.subContainer, #navigation ul{
}

#header{
    /*background:transparent url(/wp-content/themes/carbonsilk2/images/snowflakes.gif) no-repeat scroll right top;*/
    text-align:left;
    margin:0;
    margin-top:32px;
    padding-top:33px;
    padding-bottom:40px;
}
#header .subtitle{
    font-size:0.65em;
    margin-top:0.6em;
}

#banner{
    margin:0;
    padding:0;
    padding-bottom:5px;
}

/* ----- NAVIGATION ----- */

#navigation{
    border-top:1px solid #f1f1f1;
    margin:0;
    padding:0;
    list-style:none;
    
}
    #navigation ul{
		width:550px;
		margin:0 auto;
	}
	
    #navigation li{
        float:left;
        clear:none;
        list-style:none;
        padding:0;
        text-transform:lowercase;
        font-size:0.74em;
    }
    #navigation li a{
        display:block;
        padding:13px 3em 9px 0.5em;
        margin-right:2em;
        text-decoration:none;
        font-family:helvetica, arial, verdana, sans-serif;
        color:#424242;
    }
    #navigation li a:hover{

    }
    #navigation li#active a{
        color:#D91C5C;
        font-weight:bold;
    }

/* ----- CONTENT CONTAINER ----- */

#container{
    clear:both;
    margin:10px auto;
    *margin:0;
    padding:0;
    padding-top:49px;
    *padding-top:24px;
    text-align:left;
    font-family:helvetica, arial, sans-serif;
}
    
/* ----- HEADINGS ----- */
h1{
    margin:0;
    padding:0;
}
h1 a{
    display:block;
    height:25px;
    text-indent:-80000px;
    background:url('images/logo.png') no-repeat top center;
}

h2{
    margin-top:0;
    margin-bottom:32px;
    padding-bottom:9px;
    color:#343434;
    font-size:1.2em;
    font-weight:normal;
    font-family:Clarendon LT Std,Clarendon,Lucida Fax,Georgia,Helvetica,serif;
    border-bottom:1px solid #f1f1f1;    
    letter-spacing:-0.03em;
    text-align:center;
    clear:both;
}

h2 a{
    color:#343434;
    text-decoration:none;
}
h2 a:hover{
    text-decoration:underline;
}
#primaryContent h2 a:visited{
    font-style:normal;
}

h3{
    margin-top:16px;
    margin-bottom:16px;
    padding-bottom:7px;
    color:#343434;
    font-size:1em;
    font-weight:normal;
    font-family:Clarendon LT Std,Clarendon,Lucida Fax,Georgia,Helvetica,serif;
    border-bottom:1px solid #f1f1f1;
    letter-spacing:-0.03em;
    clear:both;
}

h4{
    margin:2em 0;
    margin-bottom:1.2em;
    padding-bottom:5px;
    color:#343434;
    font-size:0.85em;
    font-weight:normal;
    font-family:Clarendon LT Std,Clarendon,Lucida Fax,Georgia,Helvetica,serif;
    letter-spacing:-0.03em;
    clear:both;
    border-bottom:1px solid #f1f1f1;
}

/* ----- POST ----- */

.post{
    margin-bottom:3em;
}

.post img{
    float:left;
    clear:none;
    margin-right:1em;
}

.post ul,
.post ol{
    padding:1em;
}

.post-meta{
    background:#FBFBFB;
    border-top:1px solid #EDEDED;
    border-bottom:1px solid #EDEDED;
    clear:both;
    padding:0.5em;
    margin-top:2em;
    font-size:0.9em;
}

#primaryContent .post-meta ul,
.post-meta ul,
.post-meta li{
    list-style:none;
    margin:0;
    padding:0;
}
.post-meta li{
    display:block;
}


/* ----- PARAGRAPHS ----- */

p, li, table{
    line-height:2.2em;
    font-size:0.75em;
    font-family:'Lucida Grande', arial, sans-serif;
}

li li{
    font-size:100%;
}

p{
    margin-bottom:1em;
}

dl{
    line-height:1.9em;
    font-size:0.75em;
}
pre{
    font-size:84%;
    background:#F6F6F6 none repeat scroll 0 0;
    border:0 none;
    color:#777777;
    font-size:0.75em;
    margin:0 0 1.5em;
    overflow-x:auto;
    padding:12px;
    line-height:23px;
}

code{
   background:#666;
   color:#fff;
   padding:4px;
}

#primaryContent ul,
#secondaryContent ul
{
    list-style-image:url('images/bullet.png');
    padding-left:1em;
    margin:15px 0;
}

li{
    list-style-image:url('images/bullet.png');
}

#primaryContent img{
    margin-bottom:25px;
}
#primaryContent li{}
#secondaryContent p{}

/* ----- FORMS ----- */

input{
    border: 1px solid #CCC;
    padding: 3px;
    width:160px;              
}
button{
    border: 1px solid #CCC;
    height:20px;
    margin: 0;
    padding: 0 5px;
}
form p{
    padding:2px 0;
}

/* ----- IMAGES ----- */

img{
    border:0;
}
img a{
    border:0;
    text-decoration:none;
}
img a:hover{
    border:none;
}

/* ----- CONTENT ----- */
#container{
	margin:0 auto;
	width:550px;
}

#primaryContent{

}

#secondaryContent{
    margin-bottom:50px;
}
#secondaryContent h2{
    margin-bottom:0;
    font-weight:normal;
}
#secondaryContent h3{
    font-family:helvetica, arial, sans-serif;
    font-size:70%;
    font-weight:bold;
    margin:1em 0;
    padding:0;
    padding:5px 0;
}

#secondaryContent dl{
    border-bottom:1px dotted #ccc;
    padding:0.5em 0;
}

#secondaryContent dt,
#secondaryContent dd
{
    display:inline;
}

#secondaryContent li a{
    text-decoration:none;
}
#secondaryContent li a:hover{
    text-decoration:underline;
}
#secondaryContent .links li{
}

#secondaryContent ul{
    margin-bottom:2em;
}

#secondaryContent p{
    margin:2em 0;
}

/* ----- SPECIAL ACTIONS ----- */

#pagination{
    border-top:1px dotted #ccc;
    padding-top:1em;
    margin-bottom:2em;
}
#pagination a{
    font-weight:bold;
}


/* ----- COMMENTS ----- */

#comments{
    /*border-top:1px solid #f1f1f1;*/
    margin:1em 0;
    padding:0;
    padding-top:0.5em;
}

    #comments ol,
    #comments ul,
    #comments ul li,
    #comments ol li{
        margin:0;
        padding:0;
        list-style:none;
        list-style-image:none;
    }

    #comment-list{
        margin-bottom:3em;
    }
    #comments .status{
        margin-bottom:15px;
        padding-bottom:0.5em;
        border-bottom:1px solid #f1f1f1;
    }
        #comments .status li{
            border-right:1px solid #919191;
            margin-right:0.5em;
            padding-right:0.5em;
        }
        #comments .status li.last{
            border:none;
            margin:0;
            padding:0;
        }
        
    #comments a{
        /*font-weight:bold;*/
        text-decoration:none; 
    }
    #comments a:hover{
        text-decoration:underline; 
    }
    #comments .comment{
        margin-bottom:1em;
        padding:1em;
        list-style:none;
        position:relative;
        border:1px dotted #ccc;
    }
    #comments .comment li{
        list-style:none;
        font-size:1em;
    }
        #comments .comment .metadata{

        }

        #comments .comment .date{
            color:#666;
        }
        #comments .gravatar{
            float:right;
        }
        #comments .comment li p{
            font-size:1em;
            margin-bottom:1em;
        }
        
    #comments .meta-block{
        margin-top:1em;
    }
    
    #comments textarea{
        width:100%;
    }
    
    #comments #post-form{
        /*border-top:1px dotted #ccc;*/
    }
    #comments img{
        float:none;
        margin:0;
    }

/* ----- FOOTER ----- */

#footer{
    margin:0;
    margin-bottom:10px;
    margin-top:1em;
    padding:2.2em 0;
    color:#919191;
    clear:both;
    text-align:left;
    font-size:0.95em;
    border-top:1px solid #f1f1f1;
    position:relative;
    
}
    #footer ul{
        list-style:none;
        text-align:center;
    }
    #footer li{
        vertical-align:center;
        list-style:none;
        list-style-image:none;
        margin-bottom:10px;
    }
    #footer #copyright{
    }
    #footer #links{
    }
    #footer #searchfield{
        right:0;
        top:1em;
    }
    #footer #searchfield label{
		display:block;
		text-indent:-50000px;
	}
    
    #search-submit{
        width:4.5em;
        padding:2px;
    }
    
    #footer a{
        text-decoration:none;
    }
    #footer a:hover{
        text-decoration:underline;
    }

/* ----- CLASSES ----- */

.clear{
    clear:both;
}

img.outline{
    border:1px solid #f1f1f1;
}
p.message_tags{
    font-size:62%;
}

/* ----- Timeline Styling ----- */

.archives_list {
	list-style: none;
	border-left: 4px solid #f1f1f1;
	margin-bottom:50px;
}
.archives_list sup{
	vertical-align:super;
}

.archives_list li {
	list-style: none;
	background: url(images/marker.gif) 0 0 no-repeat;
	padding-left: 16px;
	clear:left;
}

.archives_list li span.date {
	font-size: 9px;
	color: #888;
	width: 99px;
	display: block;
	float: left;
	line-height: 13px;
}

.archives_list li sup {
	color: #bbb;
	font-size: 8px;
	padding-left: 1px;
}

.archives_list li a {
	text-decoration: none!important;
	line-height: 13px;
}

/* Split columns (Sidebar/footer) */
.split{
    width:45%;
    float:left;
    clear:none;
}

.split.last{
    margin-left:10%;
}

/* Homepage stuff */

/* Intro */
#intro{
	/*border-top:1px solid #D91C5C;
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
	margin-bottom:80px;
	*/
	margin:40px 0 100px 0;
	
}
#intro p{
	color:#666;
	padding:1.4em;
	font-size:0.8em;
	/*font-family:serif;*/
}

.articlelist{
	margin-bottom:50px;
}

table {
	width:100%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
	border-collapse:collapse;
}
caption {
	color: #9ba9b4;
	font-size:.94em;
	letter-spacing:.1em;
	margin:1em 0 0 0;
	padding:0;
	caption-side:top;
	text-align:center;
}	
tr.odd td	{
	background:#f7fbff
}
tr.odd .column1	{
	background:#f4f9fe;
}	
.column1	{
	background:#f9fcfe;
}
td {
	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:left;
}			
td.selected{
	color:#66A3D3;
}	
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
}							
thead th {
	background:#f4f9fe;
	text-align:center;
	font-weight:bold;
	color:#66a3d3
}
tbody th {
	font-weight:bold;
}
tfoot{
	border-top:3px solid  #E5EFF8;
	font-weight:bold;
}
tfoot th,
tbody #gross th
{
	text-align:left;
	background:#f4f9fe;
}	
tfoot th strong {
	font-weight:bold;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
	}

td form{
	display:inline;
}

.localhost{
    font-weight:bold;
    color:purple;

}
.ci-app{
    font-weight:bold;
    color:orange;
}
.int-app{
    font-weight:bold;
    color:green;
}
