/*  
Theme Name: Blue Mist
Theme URI: 
Description: WP Blue Mist theme designed by <a href="http://www.aoemedia.de">AOE media GmbH</a>. A beautiful, slightly depressive, moody theme for serious blogs.
Version: 1.3
Author: AOE media GmbH
Author URI: http://www.aoemedia.de
Tags: two columns, widgets, fixed width, blue, grey, dark grey, custom header, valid XHTML, valid CSS
	By downloading and using this theme, you agree to the following terms:
    - You may NOT resell this theme
    - A link back to AOE media GmbH must be retained in the footer (either modified or unmodified)
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}


/* Main styles
*******************************/
html {
	height: 100%;
	margin-bottom: 1px;/* force vertical scrollbars */
}

body {
	color: #5F1E00;
	font-size: 85%;
        background-color: #b5e3fb;
}

/* Default fonts
*******************************/
body		  { font-family: Tahoma, Arial, Helvetica, sans-serif; }

input,
select		{ font-family: Tahoma, Arial, Helvetica, sans-serif; }

textarea,
pre,
tt,
kbd,
var,
code { font-family: Consolas, Monaco, "Courier New", Courier, monospace; }


/* Header elements
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:normal;
  color:#5F1E00;
  font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
    font-size: 2.58em;
    color:#5F1E00;
    line-height:1;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 2.08em;
}

h3 {
    font-size: 1.67em;
    padding-bottom:.6em;
}

h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

/* Text elements
*******************************/
p			  { margin: 0 0 1em 0; text-align: left; line-height:1.8; }
p.last 		  { margin-bottom:0; }
p.first		  { margin-top:1em; }
p.img		  { float: left; margin:0 1em 1em 0; padding:0; }

blockquote    { margin: 0 0 2em 2em; border:1px dotted #666; padding:1em; }
strong        { font-weight: bold; }
em            { font-style: italic; }
pre           { border: 1px solid #ddd; margin-bottom: 1.2em; padding:1.2em; }
small		  { font-size: .9em; }
code          { /*style*/ }
ins           { text-decoration:none; } /*remove underline from text*/
del           { text-decoration:line-through; }
sub           { vertical-align:sub;font-size: .9em; }
sup           { vertical-align:super;font-size: .9em; }
acronym       { border-bottom:1px dotted #666; }
abbr 		  { /*style*/ }
dfn 		  { font-style:italic; }
bdo           { /*style*/ }
q             { font-style:italic; }
cite          { font-style:italic;}

dl {
    line-height:1.8;
    margin-bottom:1.2em;
}
dd {}
dt {}

/*links*/
a:link,
a:visited,
a:focus,
a:hover,
a:active	{ color: #11A4F2; text-decoration: underline; cursor:pointer; }

a:hover		{ color:#000; }
a:visited	{}

a:active,
a:focus     { outline: 0; } /*remove border in ff*/

/* decorate lists in posts */
#content .post ul,
#content .post ol {
    margin: 0 0 1em 2em;
}

#content .post ul {
    list-style-type:disc;
}

#content .post ol {
    list-style-type:decimal;
}

#content .post ul li,
#content .post ol li {
    line-height:2;
}

input, textarea{
	border:1px solid #cecece;
	font-size:12px
}

img {
    border:0;
    outline:0;
}

/* Wordpress aligning
*******************************/
.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
    float:left;
    margin: 0 1em 1em 0;
}

.alignright {
   float: right;
   margin: 0 0 1em 1em;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption {
    border:1px solid #eee;
    text-align:center;
    padding-top:4px;
}
.wp-caption p.wp-caption-text {
    font-size:.92em;
    text-align:center;
}

/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }

/* Other
*******************************/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.zoom {
    overflow:hidden;
}


#root{
	width:770px;
	margin:0 auto;
}

#header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background:url(http://www.zazoumarketing.com/images/header2.jpg) no-repeat 0 0;
    height:173px;
    position:relative;
}

#header .pages {
    position:absolute;
    bottom:20px;
    left:15px;
    overflow:hidden;
    font-size:.92em;
    line-height:1.2;
}

#header .pages span {
    display:block;
    height:21px;
    width:5px;
    background-position:0 0;
    background-repeat:no-repeat;
    float:left;
}

#header .pages ul {
    float:left;
    opacity:.8;
    padding:4px 0;
}

#header .pages .left {
    
}

#header .pages .right {
   
}

#header .pages li {
    float:left;
    padding:0 12px;
}

#header .pages li a {
    color:#fff;
    text-decoration:none;
}

#header .pages li a:hover {
    text-decoration:underline;
}

#header h1 {
        font-size: 16px;
	padding:15px 0 4px 25px;
}

#header h1 a {
    color:#ffffff;
    text-decoration:none;
}

#header h1 a:hover {}

#header .description {
    font-size:.92em;
    padding-left:25px;
    color:#ffffff;
}

#about{
	padding-left:40px;
	padding-top:30px;
	width:485px;
	color:#e5f6eb;
}

#about h3 {
	font-size:19px;
	color:#e5f6eb;
	padding-bottom:10px;
}

#about p {
    font-size:0.75em;
    line-height:1.8;
}

#header .search {
	color:#635b5c;
    font-size:.92em;
	padding-top:18px;
	float:right;
	padding-right:28px;
}
#header .search input.s {
	width:115px;
	color:#444;
    height:17px;
    vertical-align:middle;
    border:1px solid #a2c1c6;
    font-size:1em;
    padding:0 2px;
    background:#cae4e5;
}

#header .search input.button {
    vertical-align:middle;
    padding:2px;
    border:0;
}

#main{
    margin-top:5px;
    overflow:hidden;
}

#sidebar {
	margin-top:10px;
    background:#ffffff;
    padding:5px 15px 15px 15px;
    
}

#left-box {
    width:195px;
    margin-right:18px;
    background:#fff;
    float:right;
}

#main-block{
	width:550px;
	float:left;
        background:#fff;
}

#content {
    background:#ffffff;
    margin-top:10px;
    padding:16px 24px;
    min-height:620px;
    height:auto!important;
    height:620px;
    overflow:visible;
}

#sidebar .box {
    margin-bottom:24px;
}

#sidebar ul {}

#sidebar li{
    margin:0;
	font-size:.92em;
}

#sidebar li li {
    padding:0 0 0 18px;
    font-size:1em;
}

#sidebar li a {
    padding:0 0 0 18px;
    background:url(images/li.gif) 0 6px no-repeat;
}

#sidebar li a:hover {
    background-image:url(images/li-hover.gif);
}

#sidebar li li a {
    background:url(images/sub-li.gif) 0 6px no-repeat;
}

#sidebar li li a:hover {
    background-image:url(images/sub-li-hover.gif);
}

#sidebar .meta li a {
    background-image:url(images/meta-li.gif);
}

#sidebar li a {
	color:#11A4F2;
	line-height:2;
}

#sidebar li a:hover {
	color:#000;
}

#content .post {
    overflow:hidden;
    margin-bottom:1.5em;
    clear:both;
}

#content .title {
    overflow:hidden;
}

#content .title h2 {
    padding-bottom:4px;
    float:left;
}

#content .title h2 a {
    color:#5F1E00;
    text-decoration:none;
}

#content .title h2 a:hover {
    color:#000;
}

#content .title .comments {
    padding-top:10px;
    float:right;
    font: 1.08em normal "Times New Roman", Times, serif;
}

#content .title .comments,
#content .title .comments a {
    color:#510412;
    text-decoration:none;
    
}

#content .date,
#content .category  {
    float:left;
}

#content .comments {
    float:right;
}

#content .postdata {
    font-size:0.92em;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    padding:8px;
    background:#ffffff;
    margin:4px 0 8px;
    overflow:hidden;
}

#content .category a {
    color:#510412;
    font-weight:bold;
    text-decoration:none;
}

#content .entry {
    font-size:.92em;
}

#content .entry .more-link {
    font-weight:bold;
}

/* Comments
 *******************************/
.comments-list {
    font-size:.92em;
}

#leavecomment {
    padding-top:1em;
}

.comments-list .avatar {
    margin-bottom:4px;
    vertical-align:middle;
}

.comments-list li {
    padding:18px;
    line-height:1.2;
}

.comments-list li.graybox {
    background:#465B62;
}

.comments-list cite {
    font-weight:bold;
    font-style:normal;
}

.comments-list small {
    font-size:.83em;
}

.comments-list .comment {
    margin-top:8px;
}

#commentform input.text,
#commentform textarea {
    padding:2px;
	color:#444;
    border:1px solid #a2c1c6;
    background:#cae4e5;
}

#commentform input.text {
    width:200px;
}

#commentform input.button {
    border:0;
}

#commentform textarea {
    width:400px;
}





#footer{
    margin-top:16px;
	height:30px;
    padding:15px 40px 0;
    font-size:.92em;

    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#4b4b4b;
    overflow:hidden;
}

#footer img {
    vertical-align:middle;
}

#footer .copyright {
    float:left;
    line-height:1.8;
}

#footer .links {
    float:right;
}

#footer .links a {
    margin-left:16px;
	font-weight:bold;
    color:#4D646C;
}

#footer .links a:hover {
    text-decoration:none;
}

.navigation {
	font-weight:bold;
	font-size:.92em;
    overflow:hidden;
    line-height:1.2;
}