@charset "UTF-8";
@import "reset.css";
@import "960.css";

body {
    background: url("../images/bg.png") repeat-x scroll 0 0 #36678f;
    font: 14px/1.6 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    color: #000;
    padding: 0 0 40px;
}

a {
    color: #1F517C;
    text-decoration: none;
    text-decoration: none;
}

a:hover {color: #E83531;}
a:focus{outline: 1px dotted invert;}
a.dashed, a.dashed:hover {
    border-bottom: 1px dashed #0088CC;
    text-decoration: none;
    cursor: pointer;
}

hr {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
}

.hidden {
    display: none !important;
    visibility: hidden;
}


.fl{float: left;}
.fr{float: right;}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}

/* headings */
h1, h2, h3, h4, h5, h6 {color:#424242; line-height: 1.2em; margin-bottom:5px; margin-top:10px;}
h2 {margin-top:10px;}
h6 {text-transform:uppercase;}
h1 a {font-weight:normal;}
h1 {margin-top: 15px;margin-bottom:20px;}
h1{font-size: 25px;}
h2{font-size: 23px;}
h3{font-size: 21px;}
h4{font-size: 19px;}
h5{font-size: 17px;}
h6{font-size: 15px;}

/* Spacing */
ol{list-style: decimal;}
ul{list-style: square;}
li{margin-left: 30px;}
p,dl,hr,ol,ul,pre,table,address,fieldset{margin-bottom: 20px;}


.block {
    padding-bottom: 10px;
    overflow: hidden
}

/* branding
----------------------------------------------- */
.branding {
    margin-bottom: 0;
    padding: 0.6em 1em;
}

nav ul, nav ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

nav.menu {
    float: right;
    margin-top: 30px;
    z-index: 6;
}
    nav.menu ul li {
        float: left;
        margin: 10px 0 0 5px;
        position: relative;
        color: #fff;
    }
        nav.menu ul li a {
            background: #053E68;
            -moz-border-radius: 5px; /* Firefox */
            -webkit-border-radius: 5px; /* Safari, Chrome */
            -khtml-border-radius: 5px; /* KHTML */
            border-radius: 5px; /* CSS3 */
            color: #fff;
            padding: 8px;
            text-decoration: none;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        }

nav.menu ul li.current-menu-item a, #header nav.menu ul li a:hover, #header nav.menu ul li.hover a, #header nav.menu ul li.current-page-ancestor > a {
    background: #D62C1F;
    color: #FFFFFF;
}

/* menus */
ul.menu {
    list-style:none;
}
    ul.menu li {
        margin:0;
    }
        ul.menu li a {
            display:block;
            padding:4px 10px;
            margin-bottom: 8px;
            font-weight:bold;
            color:#fff; 
            -moz-border-radius: 5px; /* Firefox */
            -webkit-border-radius: 5px; /* Safari, Chrome */
            -khtml-border-radius: 5px; /* KHTML */
            border-radius: 5px; /* CSS3 */
            background-color: #8FB0D5;
            background-image: -moz-linear-gradient(center bottom , #678DB7 15%, #8FB0D5 80%);
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            text-transform:uppercase;
        }
            ul.menu li a:hover {
                background-color: #97B9E0;
                background-image: -moz-linear-gradient(center bottom , #6D95C2 15%, #97B9E0 80%);
                border-color: #587FAB;
                -moz-border-radius: 5px; /* Firefox */
                -webkit-border-radius: 5px; /* Safari, Chrome */
                -khtml-border-radius: 5px; /* KHTML */
                border-radius: 5px; /* CSS3 */
            }
            ul.menu li a:active {
                background-color: #97B9E0;
                background-image: -moz-linear-gradient(center bottom , #6D95C2 15%, #97B9E0 80%);
                border-color: #587FAB;
                -moz-border-radius: 5px; /* Firefox */
                -webkit-border-radius: 5px; /* Safari, Chrome */
                -khtml-border-radius: 5px; /* KHTML */
                border-radius: 5px; /* CSS3 */
            }
            ul.menu li.current a {
                background:#D62C1F; 
                cursor:default; 
                -moz-border-radius: 5px; /* Firefox */
                -webkit-border-radius: 5px; /* Safari, Chrome */
                -khtml-border-radius: 5px; /* KHTML */
                border-radius: 5px; /* CSS3 */
            }


/* box */
.box {
    background:#053E68;
    border: 2px solid  #053E68;
    margin-bottom:20px;
    padding:10px 10px 1px 10px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
}
    .box h2 {
        font-size:1em;
        font-weight:bold;
        text-transform:uppercase;
        background:#053E68;
        margin:-10px -10px 10px -10px;
        padding:6px 12px;
        color:#fff;
        -moz-border-radius: 3px; /* Firefox */
        -webkit-border-radius: 3px; /* Safari, Chrome */
        -khtml-border-radius: 3px; /* KHTML */
        border-radius: 3px; /* CSS3 */
    }
    .box h2 a {
        color:#fff;
    }
    .box h6 a {
        color:#fff;
    }
    
    .box img {
        margin-bottom: 10px;
    }
    .box dl {
        margin-top: 10px;
    }
    
    .box p {
        margin-bottom: 10px;
    }

/* content */
.content{
    background:#fff;
    padding: 10px;
    margin-bottom: 20px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
}
    .content img {
        -moz-border-radius: 5px; /* Firefox */
        -webkit-border-radius: 5px; /* Safari, Chrome */
        -khtml-border-radius: 5px; /* KHTML */
        border-radius: 5px; /* CSS3 */
        border: 0 none;
        height: auto;
        max-width: 100%;
        vertical-align: middle;
    }
        .content img.align_left {
            float: left;
            margin: 0 1em 0.25em 0;
        }
        .content img.align_right {
            float: right;
            margin: 0 0 0.25em 1em;
        }
        .content img.align_center {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
    
ul.list {
    border-bottom: 1px dotted #ccc;
    color: #575449;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0.5em 5px;
}
    ul.list li {
        display: inline;
    }
        ul.list li.date {
            margin: 0;
            font-style: italic;
        }
        ul.list li.title {
            margin-left: 25px;
        }
        ul.list li.image {
            float:left; 
            margin:3px 10px 3px 0; 
            padding:4px;
        }
        
        
ul .nav-tree {
   margin: 0; 
}
        
        
/* article */

#articles {
    padding-top: 0;
}

.articles {
    padding: 0;
}
.articles h2 {
    margin: 0;
}
#articles {
    padding-top: 0;
}
.article {
    /*border-top: 1px solid #999;*/
    padding-bottom: 0.8em;
}

.article h2 {
    background: none;
    border: medium none;
    color: #333;
    font-size: 2em;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-transform: none;
}
.article h3 {
    font-size: 1.3em;
    margin-bottom: 0.2em;
}
.box .first {
    border-top: medium none;
}
.article h4 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}
.article a.image {
    background: #fff;
    border: 1px solid #bbb;
    float: left;
    margin: 3px 10px 3px 0;
    padding: 4px;
}
.article a.image:hover {
    border: 1px solid #666;
}
.article a.image img {
    float: left;
}
.article p.meta {
    border-bottom: 1px dotted #999;
    border-top: 1px dotted #999;
    color: #666;
    margin-bottom: 0.5em;
    padding: 0.3em 0;
}

ul.gallery {
    list-style-type: none;
    margin: 0;
    padding: 0;
} 

ul.gallery li {
    display: inline;
    float: left;
    width: 215px;
    margin-left: 8px;
    margin-right: 8px;
}


ul.gallery li:first-child {
    margin-left: 0;
} 

ul.gallery li:last-child {
    margin-right:  0;
} 

        
.breadcrumbs{
    background: #053E68;
    border: 1px solid #053E68;
    -moz-border-radius: 5px 5px 0 0; /* Firefox */
    -webkit-border-radius: 5px 5px 0 0; /* Safari, Chrome */
    -khtml-border-radius: 5px 5px 0 0; /* KHTML */
    border-radius: 5px 5px 0 0; /* CSS3 */
    color: #ccc;
    font-weight: normal;
    margin: -10px -10px 10px;
    padding: 6px 12px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
    .breadcrumbs a{
        color: #97B9E0;
    }
    
/* Form */
.error {
    background: none repeat scroll 0 0 #f2dede;
    border: 1px solid #eed3d7;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 5px;
}
.info {
    background: none repeat scroll 0 0 #d9edf7;
    border: 1px solid #bce8f1;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 5px;
}
.warning {
    background: none repeat scroll 0 0 #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 5px;
}

.success {
    background: none repeat scroll 0 0 #dff0d8;
    border: 1px solid #d6e9c6;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 5px;
}


fieldset ul li {
    list-style: outside none none;
}

fieldset input {
    width: 58%;
}

fieldset textarea {
    width: 98%;
}


#wrap_Inputfield_scf-website, #wrap_Inputfield_submitted, #wrap_Inputfield_scf-date {
    visibility: hidden;
    display: none;
}

/* Comments*/
#content .num-comments-icon, #content .num-comments-icon:before {
    background-color: #ff0200;
}

#content .num-comments-icon:before {
    background: #ff0200;
    bottom: -6px;
    content: "";
    height: 15px;
    left: 4px;
    position: absolute;
    transform: rotate(-45deg);
    width: 12px;
    z-index: -1;
}

#wrap-content, #content .num-comments-icon:after {
    background-color: #fff;
}

#content .num-comments-icon:after {
    background: none repeat scroll 0 0 #fff;
    bottom: -10px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 11px;
}


#content .num-comments-icon, #content .num-comments-icon:before {
    background-color: #ff0200;
}


#content .num-comments-icon {
    background: #ff0200;
    color: #fff;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 22px;
    margin-right: 0.5em;
    position: relative;
    text-align: center;
    width: 30px;
    z-index: 1;
}


#comments .num-comments-icon {
    float: left;
    position: relative;
    top: 5px;
}


ul.comments li.comment {
    background: #eee;
    border-bottom: 1px solid #ddd;
    border-top: 3px solid #ddd;
    list-style: outside none none;
    margin: 1em 0;
    padding: 1em 1em 1px;
}

/* Comment Form*/

#comments .num-comments-icon {
	float: left; 
	position: relative;
	top: 5px;
}

/**
 * Comments Listing
 *
 */

.CommentList {
	font-size: 13px;
}
	#bodycopy ul.comments li.comment {
		list-style: none;
		margin: 1em 0; 
		border-top: 3px solid #ddd; 
		border-bottom: 1px solid #ddd; 
		padding: 1em; 
		padding-bottom: 1px;
		background: #eee;
	}
		.comment p {
			margin: 0 0 1em 0;
		}
		.comment-head,
		#CommentForm label {
			margin: 0.5em 0;
			font-weight: bold; 
		}
		#content .comment-head {
		}
		#content .comment-body {
		}

	.comment-status-pending,
	.comment-status-spam {
		background: red;
		color: #fff; 
		font-size: 10px;
		padding: 2px 5px; 
		font-weight: bold;
	}

/**
 * Comment Form
 *
 */

#CommentForm { 
	background: #eee; 
	padding: 15px;
	border-top: 3px solid #ddd; 
}

	#CommentForm label {
		display: block;
		margin-bottom: 0.25em;
	}

	#CommentForm p {
		margin: 0.5em 0;
	}

	.CommentForm_cite input,
	.CommentForm_email input,
	.CommentForm_website input,
	.CommentForm_text textarea {
		width: 97%; 
		padding: 1%;
		margin-top: 0;
		font-size: 13px; 
	}


	.CommentForm_text {
		clear: left; 
	}
		.CommentForm_text textarea {
			height: 150px; 
		}
		

	.CommentForm_cite input,
	.CommentForm_email input,
	.CommentForm_website input,
	.CommentForm_text textarea {
		border: 1px solid #ccc; 
	}

/* PagerNav */
.MarkupPagerNav {
    overflow: hidden;
    clear: both;
    margin: 1em 0 0;
}


    .MarkupPagerNav li {
        display: inline;
        list-style: outside none none;
        margin: 0;
    }

    
    .MarkupPagerNav li.MarkupPagerNavOn a, .MarkupPagerNav li a:hover {
        background: #ff242c;
        -moz-border-radius: 5px; /* Firefox */
        -webkit-border-radius: 5px; /* Safari, Chrome */
        -khtml-border-radius: 5px; /* KHTML */
        border-radius: 5px; /* CSS3 */
        color: #fff;
        text-decoration: none !important;
    }
    
    
    .MarkupPagerNav li a, .MarkupPagerNav li.MarkupPagerNavSeparator {
        background: #ddd;
        -moz-border-radius: 5px; /* Firefox */
        -webkit-border-radius: 5px; /* Safari, Chrome */
        -khtml-border-radius: 5px; /* KHTML */
        border-radius: 5px; /* CSS3 */
        display: block;
        float: left;
        font-weight: bold;
        margin-right: 3px;
        padding: 5px 11px;
    }
    

#footer {
    color:#fff;
    border: none;
    background:#00375f;
    margin-bottom:10px;
    padding: 20px 0 10px 0;
}

#footer a {
    color: #fff;
    text-decoration: underline;
}

#footer .menu {
    margin:10px;
}

#footer .menu a {
    font-size: 12px;
    padding: 0 10px 0;
}

#footer .panel {
    background: #053e68;
    border-radius: 5px;
    padding: 10px 10px 10px;
}

#footer .panel input[type="input"] {
    width: 240px;
    padding: 4px;
}

#footer .panel input[type="submit"] {
    background-color: #8fb0d5;
    background-image: -moz-linear-gradient(center bottom , #678db7 15%, #8fb0d5 80%);
    border-radius: 5px;
    padding: 4px;
    height: 100%;
    color: #fff;
    text-shadow: none;
    width: 60px;
    cursor: pointer;
    border: medium none;
    border-radius: 4px;
    transition: none 0s ease 0s ;
}

 
 
/* Misc */
.remove-bottom { margin-bottom: 0 !important; }
.remove-top{ margin-top: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
.remove-background {  background:none !important;}
.grey-background {  background:#ECF5FF !important;}
.yellow-background {  background:#FCFBE5 !important;}