/*   
Theme Name: Dark Azzurro
Theme URI: 
Description: Dark Azzurro (Azzurro being italian for blue) is a simple yet stylish theme for Wordpress
Author: Tim Jarram
Author URI: http://www.supernovi.com
Version: 1.0
Tags: dark, blue, azzurro, simple, stylish
	
*/


/****************************
 **   Contents
 ****************************
 
	* General
	* Layout		(Top-level page element styles)
		- Menu
		- Header
		- Content
		- Sidebar
		- Footer
	* Content	(Formatting of items in main content area)
		- General
		- Standard wordpress
		- Comments
		- Comment form
		- Frame
	* Sidebar	(Formatting of items in sidebar)
		- General
		- Search
		- Tag cloud
		- Wordpress calendar
		- Photoblog widget
	* Footer		(Formatting of items in footer)
		





/****************************
 **   General
 ****************************/

body {
	margin: 0;
	padding: 0;
        background: url(images/backglow.jpg) #142026 no-repeat top center;
	font-family: Arial;
	color: #777;
}

a {
	color: #5f5f5f;
        /*color: #e9f0c9;*/
        text-decoration: none;
}

img {
	border: 0;
}

.cleardiv{
       clear: both;
}

/****************************
 **   Layout
 ****************************/


/* Menu */

#menu {
	background-color: #1d1d1d;
	height:3.0em;
}

#menu ul {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	bottom: 0;
	left: 0;
	list-style: none;
}

#menu ul li {
	float: left;
}

#menu .page_item a {
	display: block;
	padding-right: 40px;
	line-height: 3.0em;
	color: #868686;
	text-decoration: none;
}

#menu .current_page_item a, #menu .page_item a:hover {
	color: #fff;
}

/* Header */

#header-wrap {
margin-bottom: 20px;
}

#header {
	height: 110px;
	background-color: #1d1d1d;
        border-bottom: 1px solid #123142;
}

#header div {
	width: 800px;
	margin: 0 auto;
}

#header h1 {
	font: 2.2em/169px "Georgia", "Baskerville", serif;
	margin: 0;
}

#header h1 a {
	color: #d3d3d3;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-shadow: #000 0 1px 2px;
	float: left;
}

#bloglogo {
        background: url(images/novicakes.jpg) no-repeat center;
        width: 219px;
        height: 75px;
        float: left;
        margin-top: 28px;
}

#blog-description {
	position: relative;
	top: 50px;
	color: #616161;
	text-shadow: #000 0 1px 1px;
	left: 1.3em;
}

/* Content */

#content-container {
	
}

#content {
	width: 800px;
	margin: 0 auto;
}

#body {
	float: left;
	width: 520px;
}

/* Sidebar */

#sidebar {
	float: right;
	font-size: 0.9em;
	width: 200px;
        background-color: #1d1d1d;
        border: 1px solid #123142;
        padding: 0px 20px 10px 20px;
}

#sidebar p {
       font-size: 10px;
}

.sidebarlocal {
padding: 10px 0px 0px 0px
}

/* Footer */

#footer-wrap-outer {
	margin-top: -51px;
}

#footer-wrap {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 30px;
/*background: url(images/footerback.jpg) repeat-x bottom;*/
}

#footer {
	width: 800px;
	margin: 0 auto;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 50px;
	min-height: 30px;
}


/****************************
 **   Content
 ****************************/

/* General */

h2 {
	font-size: 1.7em;
	font-weight: normal;
	font-style: normal;
	/*color: #e9f0c9;*/
        color: #4d9fc8;
	margin-top: 0.6em;
	margin-bottom: 0.7em;
}

h2 a {
	text-decoration: none;
	/*color: #e9f0c9;*/
        color: #4d9fc8;
}

.post {
        padding: 15px;
        background-color: #111111;
        border: 1px solid #123142;
}

.post .entry {
        color: #FFF;
	font-size: 0.85em;
	line-height: 1.3em;
	clear: both;
}

.post .entry a {
	/* color: #e9f0c9; */
        color: #85b3ca;
        text-decoration: none;
        font-weight: bold;
        font-style: italic;
        font-size: 1.25em;
}

/*
.post .entry ul {
        color: #FFF;
        background-color: #292929;
         padding: 10px; 
        border: 1px #323232 solid;
}

.post .entry ul li {
        margin-left: 15px;
}
*/
.post .author {
	text-transform: uppercase;
	color: #949494;
	font-size: 0.8em;
	position: relative;
	top: -70px;
}

.post .info {
	color: #bcbcbc;
	font-size: 0.8em;
}

.post .date {
	background-image: url(images/datebox.png);
	width: 62px;
	height: 59px;
	text-align: center;
	float: right;
	text-transform: uppercase;
}

.post .date .month {
	display: block;
	font-size: 16px;
	line-height: 17px;
	padding-top: 4px;
	color: #FFFFFF;
	font-weight: bold;
}

.post .date .day {
	display: block;
	font-weight: normal;
	font-size: 20px;
	padding-top: 3px;
	line-height: 18px;
	color: #3b3b3b;
}

.post .date .year {
	display: block;
	font-size: 0.7em;
	padding-top: 2px;
	color: #707070;
}

.metadata {
	margin-top: 20px;
	text-align: center;
	font-size: 0.7em;
        color: #d1d1d1;
        padding: 0px 30px 0px 30px;
}

.metadata a {
	text-decoration: none;
	/* color: #e9f0c9; */
        color: #85b3ca;
}

.postoptions {
	margin-top: 20px;
	text-align: center;
	font-size: 0.8em;
        /*color: #d1d1d1;*/
	color: #777;
        padding: 0px 0px 0px 20px;
}

.postoptions a {
	text-decoration: none;
	/* color: #e9f0c9; */
        color: #ffffff;
}

.comment {
       float: left;
       width: 120px;
}

.category { 
       float: left;
}

.commentimage {
       float: left;
       width: 16px; 
       height: 16px; 
       background: url(images/comments.png) no-repeat center top; 
       display: inline-block;
       padding-top: 2px;
}

.categoryimage {
       float: left;
       width: 16px;
       height: 16px;
       background: url(images/category.png) no-repeat center top;
       display: inline-block;
       padding-top: 2px;
       margin-right: 10px;
}

.photoblog-thumbnail {
	display: inline;
	vertical-align: middle;
}

.more-link {
	margin-top: 20px;
	font-size: 0.9em;
}

.hr {
	clear: both;
	border: 0;
	width: 426px;
	height: 40px;
	margin: -8px auto 0;
}

.hr hr {
	display: none;
}

.navigation {
	width: 100%;
}

.navigation a {
	text-decoration: none;
	font-size: 0.7em;
}

.navigation .previous {
	float: right;
}

.navigation .next {
	float: left;
}

.search_result {
	margin-left: 20px;
}

.search_result h4 {
	margin-left: -20px;
}

.search_result h4 a {
	text-decoration: none;
}

.search_result .metadata {
	color: #BFC4C1;
	margin-top: 10px;
	text-align: left;
}

.search_result .metadata a {
	color: #BFC4C1;
}


/* Standard wordpress */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.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;
}


/* Comments */


.commentlist {
	padding: 0;
	margin: auto;
	list-style-type: none;
        width: 450px;
}


.commentlist li {
	margin-top: 16px;
        border: 1px solid #123142;
	background: #20130a;
        width: 450px;
        color: #FFF;
}

.commentlist li .alt {
	margin-top: 16px;
        border: 1px solid #123142;
	background: #1d1d1d;
        width: 450px;
        color: #FFF;
}

.commentlist .comment {
        width: 410px;
        padding: 20px;
	margin: 0;
	font-size: 16px;
        color: #FFF;
}
.commentlist .commenter {
        color: #e9f0c9;
}
.commentlist .commenter a {
        color: #e9f0c9;
        text-decoration: none;
}

.comment-text {
	margin-top: 24px;
	font-size: 13px;
}

.commentlist .commentmetadata {
      float: right;
}

.commentlist .commentmetadata a {
       color: #aaaaaa;
}

.comment-text * {
	margin-bottom: 0;
	padding-bottom: 0;
}

.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

/* Comment Form */


input.text {
        color: #FFFFFF;
	width: 200px;
	padding: 5px;
	border: 1px solid #123142;
        background: #253239;
        font-size: 14px;
        font-family: Arial;
}

textarea {
        color: #FFFFFF;
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #123142;
        background: #253239;
        font-size: 14px;
        font-family: Arial;
}

/* Frame */


.frame-outer.aligncenter {
	text-align: center;
}

.frame-outer span {
	display: inline-block;
	background: #FFF no-repeat left top;
}

.frame-outer span span {
	background: #FFF no-repeat left bottom;
}

.frame-outer span span span {
	background: #FFF no-repeat right top;
}

.frame-outer span span span span {
	background: #FFF no-repeat right bottom;
	padding: 5px;
	min-width: 150px;
	min-height: 150px;
	text-align: center;
	overflow: hidden;
}

.frame-outer span span span span * {
    max-width: 425px;
}

.frame-outer.small span {
	background: #FFF no-repeat left top;
}

.frame-outer.small span span {
	background: #FFF no-repeat left bottom;
}

.frame-outer.small span span span {
	background: #FFF no-repeat right top;
}

.frame-outer.small span span span span {
	background: #FFF no-repeat right bottom;
	padding: 10px;
	min-height: 38px;
	min-width: 38px;
}



.frame-outer span span span span span {
	background: none;
}

/****************************

 **   Sidebar
 ****************************/

/* General */

#sidebar h2 {
	font-size: 1.3em;
	color: #FFF;
	margin-bottom: 10px;

}

#sidebar a {
	/* color: #e9f0c9; */
        color: #85b3ca;
        text-decoration: none;
}

#sidebar ul li ul li {
	font-size: 0.90em;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;

}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#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 {
	margin: 3px 0 0;
	padding: 0;
}

/* Search */

#sidebar #searchform div {
	background-image: url(images/searchform.jpg);
	width: 226px;
	height: 49px;
	margin-left: -7px;
}
#sidebar #searchform div #s {
	border: 0;
	margin-top: 14px;
	margin-left: 19px;
	width: 152px;
	height: 16px;
	color: #909090;
	font-size: 1.1em;
}
#sidebar #searchform div #searchsubmit {
	border: 0;
	background: none;
	width: 39px;
	height: 26px;
	margin-left: 4px;
	overflow: hidden;
	text-indent: -2000px;
}

.more-link {
	padding-left: 20px;
	font-size: 0.8em;
}


/* Tag cloud */

.widget_tag_cloud a {
	text-decoration: none;
}

/* Wordpress calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}

/* Photoblog widget */

#sidebar .elegant_grunge_photoblog div {
	text-align: center;
}

#sidebar .photoblog-thumbnail img {
	background: #fff;
	border: 1px solid #aaa;
	padding: 3px;
	display: inline;
}


/****************************
 **   Footer
 ****************************/

#footer .legal, #footer .credit {
	color: #5f5f5f;
}

#footer .legal {
	float: left;
}

#footer .credit a {
	text-decoration: none;
}

#footer .credit {
	float: right;
}


#footer .widget-wrap {
	float: left;
	width: 264px;
	margin-bottom: 36px;
}


#footer .widget {
	margin-right: 21px;
	margin-left: 21px;
}

#footer {
	font-size: 0.8em;
	line-height: 1.1em;
}

#footer a {
	color: #85b3ca;
}

#footer h2 {
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: normal;
}
#footer #subscribe {
       background: url(images/rss.jpg) no-repeat left top;
       width: 200px;
       height: 28px;
       padding-left: 35px;
       line-height: 30px;
       margin-bottom: 5px;
}
#footer #subscribe a {
       text-decoration: none;
}