/*
Theme Name: Azuloscuro
Theme URI: http://wordpress.org/
Description: Built on the default Kubrick theme.
Version: 1.1
Author: Bjornar Egede-Nissen
Author URI: http://laurelindon.com/
Tags: blue, fixed width, two columns, widgets


The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* CSS 3 for Internet Explorer 
behavior: url(/scrips/csspie/pie.htc);
*/

/* Reset */

* {
	margin: 0;
	padding: 0;
	border: 0 none;
}
/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
	color: #35444D;
	text-align: center;
	background-color: #B9D4E5;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h1, h2, h3 {
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
	font-weight: bold;
}
h1 {
	font-size: 4em;
	text-align: center;
}
h2 {
	font-size: 3
.em;
	font-size: 2.5em;
}
h2.pagetitle {
	font-size: 1.6em;
}
h3 {
	font-size: 1.6em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #0B0E0F;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}
a:hover {
	color: #147;
	text-decoration: underline;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
}
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
}
#container {
	text-align: left;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#header {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#titlebar {
	width: 980px;
	height: 87px;
	padding-right: 5px;
	padding-left: 5px;
}
#header_title {
	float: left;
}
#header_subtitle {
	float: right;
}
#banner {
	width: 972px;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	height: 420px;
	padding: 9px;
	display: block;
}
#banner_picture {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#navbar {
	float: right;
	margin-top: 40px;
}
#navbar ul {
	height: 46px;
	display: block;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#navbar li {
	display: block;
	float: left;
	list-style-type: none;
	font-size: 1.5em;
	height: 46px;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#navbar li a {
	background-repeat: no-repeat;
	display: block;
	background-position: right bottom;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 46px;
	color: #EFCF9C;
}
#navbar li a:hover {
	background-position: right top;
	color: #B9D4E5;
	text-decoration: none;
}
#navbar .divider {
	background-image: url(images/nav_divider.png);
	background-repeat: no-repeat;
	width: 2px;
}
#utilitylinks {
	float: left;
	/* [disabled]overflow: hidden; */
	/* [disabled]height: 46px; */
}
#utilitylinks ul {
	height: 46px;
	display: block;
	margin-right: 20px;
}
#utilitylinks li {
	display: block;
	float: none;
	list-style-type: none;
	font-size: 1.8em;
	line-height: 42px;
	/* [disabled]margin-left: 15px; */
}
#utilitylinks li a {
	background-repeat: no-repeat;
	display: block;
	padding-left: 40px;
	color: #35444D;
}
#utilitylinks li a:hover {
	color: #FFF;
}
#utilitylinks li.email_link a {
	background-image: url(images/icons/mail.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
#utilitylinks li.email_link a:hover {
	background-position: left -63px;
}
#utilitylinks li.rss_link a {
	background-image: url(images/icons/rss.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
#utilitylinks li.rss_link a:hover {
	background-position: left -63px;
}
#main {
	width: 680px;
	float: left;
	margin-left: 5px;
	padding-bottom: 60px;
}
#main p {
	font-size: 1.6em;
}
#main h2 {
	margin-top: 30px;
}
#main .entry {
	line-height: 2.1em;
	margin-top: 15px;
	min-height: 200px;
	margin-bottom: 50px;
	overflow: visible;
}
#main .entry p {
	margin-bottom: 1.5em;
}
.entry p a:visited {
	color: #b85b5a;
}
.post, .box {
	margin: 0 0 20px;
}
.post {
	text-align: left;
	/* [disabled]background-image: url(images/mainbox_middle.jpg); */
	background-repeat: repeat-y;
	/* [disabled]background-color: #CCDFED; */
}
.post > div {
	/* [disabled]background-image: url(images/mainbox_bottom.jpg); */
	background-position: left bottom;
	background-repeat: no-repeat;
}
.post hr {
	display: block;
}
.postmetadata {
	clear: both;
	font-size: 1.2em !important;
	text-align: left;
}
.clear {
	clear: both;
}
#fat_footer {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #151B1E;
	background-image: url();
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #B9D4E5;
}
#fat_footer_container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	
}
#fat_footer_container h2{
	color: #35444D;
	font-size: 1.5em;
	font-weight: bold;
}
#fat_footer_container li{
	margin: 0px;
	list-style-type: none;
}
#fat_footer_container img{
	background-color: #B9D4E5;
	padding: 3px;
	margin: 3px;
	border: 1px solid #0B0E0F;
	
}
#footer {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #0B0E0F;
	background-image: url();
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer p {
	text-align: center;
	color: #B9D4E5;
	font-size: 1.3em;
}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
#sidebar h2 {
	font-size: 1.7em;
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}
h3 {
	padding: 0;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	margin-bottom: 10px;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 20px;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	width: 270px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	float: left;
	margin-left: 30px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-top: 30px;
}
#sidebar p {
	line-height: 1.5em;
	font-size: 1.4em;
	
}
#sidebar form {
	margin: 0;
}
#sidebar li.minimenu {
	background-color: #FFF;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
#sidebar img {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
/* Sidebar lists*/
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	/* [disabled]margin-right: 10px; */
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	font-size: 1.4em;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	color: #777;
	margin: 3px 0 0;
	padding: 0;
	font-size: 1.4em;
}
/* list classes */
.sbmenu {
	
}
.sbmenu li {
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;

}
.sbmenu > li > a {
	background-color: #35444D;
	color: #EFCF9C;
	display: block;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.sbmenu > li:hover > a {
	color: #0B0E0F;
	background-color: #EFCF72;	
}
.sbmenu ul {
	padding: 0;
	margin: 0 !important;
}
.sbmenu  > li > ul > li {
	font-size: 0.9em !important;
	color: #000 !important;
	background-color: #99ADB9 !important;
	margin-left: 0px !important;
	padding-top: 4px !important;
	padding-right: 8px !important;
	padding-bottom: 4px !important;
	padding-left: 15px !important;
}
.sbmenu  > li > ul > li a {
	color: #35444D;
}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE(6?) */
	background-color: #fff;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	text-align: center;
	margin-top: 10px;
	font-size: 1.5em;
	clear: both;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.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 */


/* ### FAT FOOTER ### */

#fatfooter {
	background-color: #86B6D2;	
}



/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:url(images/slider.png) no-repeat;
    width:998px;
    height:392px;
    margin:0 auto;
    padding-top:74px;
    margin-top:50px;
}

#slider {
	background:url(images/loading.gif) no-repeat 50% 50%;
	position: relative;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right:30px;
	bottom:30px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(scripts/nivo-slider/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(scripts/nivo-slider/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
.pelican {
	margin-top: -40px !important;
	margin-right: 10px !important;
	margin-left: -40px !important;
}
#quote {
	margin-top:50px;
}

