

/* LAYOUT */

body {
	background-color: #08192B;
	text-align: justify;
	background: url(../images/bg.jpg);
	}

.name {
   font-family: "Monotype Corsiva";
   font-weight: bold;
   font-size: 30px;
   color: #8C0808;
}

#wrapper {
	padding:0;
	}

.img-fluid {
  max-width: 100%;
  height: auto;
}


#contentwrap {
    background: #fff url(../images/content-background.png) top left repeat-x;
    border-top:  5px solid #fff;
	}

a {
	color: #c33d0b;
	}

a:hover {
	color: #06446d;
	}
/* HEADER */

#header {
	height: 292px;
	padding-top:15px;
	}

#header h1 {
	margin-bottom: 4px !important;
	padding: 0px;
	font-weight: normal;
	font-family: Georgia, Times New Roman Times, Serif;
	font-weight: normal;
	font-size: 52px;
    color: #eeedec;
	}

#header h1 a, #header h1 a:visited {
	color: #eeedec;
	text-decoration: none;
	}


#header h2 {
	color: #ac8a79;
	font-size: 18px;
	font-family: Times New Roman, Times, Serif;
	}


    
/* NAVIGATION MENUS */

#pagemenucontainer {
	height: 30px;
	margin-top: 20px;
    float: right;
	}
	
#pagemenu {
	height: 30px;
    float: right;
	}

#pagemenu, #pagemenu ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#pagemenu {
	margin-bottom: 1px;
	}
	
#pagemenu ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#pagemenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#pagemenu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#pagemenu li a, #pagemenu li a:link {
	color: #b2c3cf;
	display: block;
    margin: 0px 0px 0px 6px;
	padding: 7px 0 6px 15px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#pagemenu li a:hover, #pagemenu li a:active, .current_page_item {
	background: url(../images/pagenav-backgr.png);
	background-repeat: repeat-x;
	color: #fff;
	display: block;
    margin: 0px 0px 0px 6px;
	padding: 7px 0 6px 15px;
	text-decoration: none;
	}
	
#pagemenu  li.current_page_item a {
	color:#fff;
	}

#pagemenu li:hover, #pagemenu li.sfhover { 
	position: static;
	}
	


.navcontainer {
	height: 36px;
    background: url(../images/nav-backgr.png);
    padding-top: 10px;
    border-bottom:  1px solid #1f130d;
	}
	
#nav {
	height: 30px;
	}

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#nav {
	margin-bottom: 1px;
	padding-left: 10px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link {
	color: #fff;
	display: block;
    margin: 0px 3px 0px 3px;
	padding: 6px 12px 6px 12px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
    text-shadow: 0 1px 0 #000;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	}
	
#nav li a:hover, #nav li a:active, .current-cat {
	background: url(../images/nav-backgr-hover.png);
	background-repeat: repeat-x;
	color: #fff;
	display: block;
    margin: 0px 3px 0px 3px;
	padding: 6px 12px 6px 12px;
	text-decoration: none;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	}
	
#nav  li.current-cat a {
	color:#fff;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
/* CONTENT */

#aboutbar {
    background: #012c48 url(../images/about-background.png) top left repeat-x;
    padding: 15px;
    }
  
#aboutbar  h3 {
    color: #bce1f9;
    font-family: Georgia, Times New Roman Times, Serif;
    font-size: 22px;
    padding: 0 0 5px 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: bold;
    font-style: italic;
    text-shadow: 0 1px 0 #011828;
    }

#aboutbar p {
    color: #dbe6ed;
    font-family: Georgia, Times New Roman Times, Serif;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px !important;
    } 
.about_image {
    border: 5px solid #9cb2c1;
    float: left;
    margin: 0 15px 0 0;
    }


#content {
	padding: 20px 20px 20px 20px;
	}
	
pre { overflow: auto; 
	width: 470px; 
	}



.title {
	margin: 0 0 8px 0;
	padding: 0px;
	line-height: 22px;
	font-family: Arial, Verdana;
	color: #111;
	}

	
.title a {
	text-decoration: none;
	color: #111;
	}

.title a:hover {
	text-decoration: none;
	color: #06446d;
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Arial, Verdana;
	text-decoration: underline;
}


.navigation {
	padding: 10px 0;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 680px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.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;
   /* optional rounded corners for browsers that support it */
   -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;
	}
	


/* FOOTER */

#footer {
	background: #05263c;
	padding: 22px;
	text-align: center;
	color: #eeeeee;
	font-size: 13px;
    border-top: 4px solid #223b4b;
	}

#footer a {
	color: #eeeeee;
	} 

#footer a:hover {
	text-decoration: none;
	} 
	
#credits {
	color: #6e7e88;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	}	
#credits a {
	color: #6e7e88;
    text-decoration: none;
	} 
	



/* Tablets ----------- */

@media only screen and (max-width: 768px) {
    
    .span-1, .span-2, .span-3, .span-4, span-5,.span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24, 
     div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24
    {
        width:100%;
        margin:0;
        display: block;
        padding: 0;
    }
    
    .container, div.container {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #contentwrap {
        background-image: none;
    }
    
    .entry {
        overflow:  hidden;
    }
    
    .smooth_gallery, .fullbox_excerpt, .fullbox_content, .myGallery {
        display: none;
    }
   
    #header, #header-wrap {
        height: auto;
    }
    
    #header .span-11, #header .span-11 div, #header .span-12, #header .span-12 div, #header .span-13, #header .span-13 div  {
       text-align: center !important;
       padding-bottom: 10px;
    }
    
    .sidebar {
	padding-left: 10px;
	}
   

    .logoimg {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    
 
    
    #s {
        width: auto !important;
    }
    
    #search input[type='image'] {
        float: right !important;
    }
}

/* Mobile Phones ----------- */

@media only screen and (max-width: 480px) {
    #header .span-11, #header .span-11 div, #header .span-12, #header .span-12 div, #header .span-13, #header .span-13 div  {
       text-align: center !important;
       padding-bottom: 0;
    }
 
    .menu-primary-responsive-container, .menu-secondary-responsive-container {
        display: block;
    }
    
    #pagemenucontainer, #navcontainer, #pagemenu, #nav {
        display: none;
    }
    
    .navcontainer {
	margin-bottom: 10px;
	}
}

/* Some General Formattings ----------- */

embed,
img,
object,
video,
.wp-caption {
	max-width: 100% !important;
}

img {
	height: auto;
}

