/*
Theme Name: Wozaik Blog theme
Theme URI:
Description: The theme of Wozaik's blog
Version: 1.0
Author: Rodolphe Ardant
Author URI: 
Tags: wozaik
	This theme was designed and built by Rodolphe Ardant
*/

/* Reset Css*/
#searchform input {
	border-width: 0;
}

#searchform input:focus {
	outline: none;
}

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', 'Lucida Sans Regular', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	background-color: #0B152A;
	color: #525252;
	text-align: center;
	}

#page {
	background: #0B152A url('images/bl-content.png') repeat-y;
	text-align: left;
}

#header .menu {
    color: #3196CE;
    font-size: 1.4em;
}

#header .menu a,
#header .menu a:visited {
    color: #3196CE;
}

#header .menu a:hover {
    text-decoration: underline;
}

#header .menu .current_page_item a:hover {
    text-decoration: none;
}

#header .menu .current_page_item a,
#header .menu .current_page_item a:visited {
    color: #DF006E;
}
	
#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: url('images/bl-footer.png') no-repeat top left;
	background-color: transparent;
	border: none;
	}
	
#footlinks {
	background-color: transparent;
}

.footlinks-txt {
	color: #606970;
}

.footlinks-txt a {
	text-align: center;
	color: #606970;
	text-decoration: none;
	white-space: nowrap;
}

.footlinks-txt a:hover, .footlinks-txt a:visited:hover{
	color: #B5B5B5;
}

.footlinks-txt a:visited{
	color: #606970;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Lucida Grande', 'Lucida Sans Regular', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-weight: normal;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg {
	text-align: center;
	}

h2 {
	font-size: 1.6em;
}

#page .single-page {
    padding: 0 30px;
    border: none;
}

.single-page .post {
    width: auto;
    margin: 0;
    border-right: none;
}

.single-page h2,
.press-page h2 {
    color: #005C9C;
    font-size: 2.1em;
}

.single-page h3,
.press-page h3 {
    margin: 20px 0 5px;
    font-size: 1.6em;
}

.single-page h4,
.press-page h4 {
    margin: 0;
    font-size: 1.3em;
    color: #3196CE;
    font-weight: bold;
}

.single-page p {
    margin: 5px 0;
}

.contact-img {
    opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
    margin: 0;
    padding: 0;
}

.contact-img:hover {
    opacity: 1;
	-moz-opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.entry.press-articles ul {
    margin: 15px 0;
    padding: 0;
}

.press-articles li.article-item:before {
    content: "";
}

.press-articles li.article-item {
    display: block;
    list-style-type: none;
    padding: 5px 0 5px 110px;
    margin: 0 0 5px 0;
    position: relative;
    text-indent: 0;
}

.press-articles li.even {
    background-color: #F3F6F7;
}

.press-articles .article-date {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 1em;
    font-weight: bold;
}

.press-articles a.article-title {
    font-weight: bold;
    font-size: 1.1em;
    display: block;
}

.press-articles a.article-title:hover,
.press-articles a.article-title:visited {
    color: #005C9C;
}

.press-articles .article-source {
}

h2.pagetitle {
	font-size: 1.6em;
	}

p.smaller {
	font-size: 90%;
}
	
#sidebar h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
	}

h3.smaller {
	font-size: 1.2em;
}
	
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: #2D2D2D;
	}

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;
	}

a:visited { /*.entry p*/
	color: #04407C;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', 'Lucida Sans Regular', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	}
	
.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', 'Lucida Sans Regular', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', 'Lucida Sans Regular', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: 0.07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #005C9C;
	text-decoration: none;
	}

#sidebar a {
	color: #005C9C;
	text-decoration: none;
}

#sidebar a:hover {
	color: #E63284;
}
	
a:hover {
	color: #E63284;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', 'Lucida Sans Regular', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 20px auto;
	margin-bottom: 0;
	padding: 0;
	width: 754px;
	}

#header {
	padding: 0;
	width: inherit;
}

#header .menu {
    margin: -1px 16px 0 18px;
    padding: 5px;
    border: 1px solid #EEE;
    text-align: right;
}

#header .menu ul {
    margin: 0;
}

#header .menu li {
    list-style-type: none;
    display: inline;
    padding-left: 5px;
}

#header .menu a {
    position: relative;
    padding-left: 10px;
}

#header .menu .nav-arrow {
    position: absolute;
    top: 4px;
    left:0;
    height: 8px;
    width: 8px;
    background: url('images/bl-nav.png') no-repeat;
    display: none;
}

#header .menu .current_page_item .nav-arrow {
    display: block;
}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

#content {
	padding-right: 30px;
	border-right: solid 1px #DADAD7;
}

.column-1-3 {
    width: 33%;
    margin-bottom: 20px;
}

.column-2-3 {
    width: 66%;
    margin-bottom: 20px;
}

.column-1-4 {
    width: 25%;
    margin-bottom: 20px;
}

.column-3-4 {
    width: 75%;
    margin-bottom: 20px;
}

.column-1-2 {
    width: 50%;
    margin-bottom: 20px;
}

.clear-float {
    clear: both;
}

.widecolumn#content {
	border-right: none;
}
	
.narrowcolumn {
	float: left;
	padding: 0 0 0 45px;
	margin: 0 0 0;
	width: 450px;
	}

.widecolumn {
	padding-bottom: 20px;
	margin: 5px 0 0 125px;
	width: 500px;
	}

.post {
	margin: 0 0 10px;
	text-align: justify;
	border-bottom: 2px solid #DBDBDB;
	width: 450px; /*Needed by IE6 to display border correctly*/
	}

.post hr {
	display: block;
	}

.subtitle {
	height: 17px;
	}

.entry p {
	min-height: 20px;
	clear: both;
}
	
a.more-link {
	padding: 0 20px 10px 0;
	background: url('images/more.png') no-repeat;
	background-position: 96% 2px;
	font-size: 110%;
	display: block;
	width: 70px;
	float: right;
	height: 20px;
}

a.more-link:hover {
	background-position: 100% 2px;
	text-decoration: none;
	color: #e63284;
}

p.more-link {
	height: 20px;
}
	
a.comments_link {
	padding-right: 20px;
	background: url('images/comments.png') no-repeat top right;
	color: #777777;
	}

a.comments_link:hover {
	color: #005C9C;
	text-decoration: none;
	font-weight: bold;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 3px;
	}

.widecolumn .entry .postmetadata {
	margin: 3px 0;
	font-size: 0.8em;
	}

.postmetadata a {
	text-decoration: none; 
}

.postmetadata a:hover {
	color: #E63284;
	text-decoration: none;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata, p.postmetadata {
	font-size: 0.8em;
	clear: both;
	padding-left: 5px;
	padding-bottom: 3px;
	margin: 5px 0;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 770px;
	clear: both;
	height: 30px;
	}

#footer p {
	margin: 0px;
	padding: 0px 0;
	padding-top: 30px;
	text-align: center;
	font-size: 90%;
	}
	
#footlinks {
	width: 770px;
	margin: -15px auto;
	margin-bottom: 0px;
	padding: 0px 5px;
	padding-right: 10px; /*IE6: padding-right: 5px;*/
	display: block;
	position: relative;
	height: 20px;
	font-size: 1.2em;
}

.footlinks-txt {
	float: right;
	padding: 2px 25px 0px 10px;
	text-align: right;
}

.footlinks-txt a {
	margin: 1px 4px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 20px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	background: url('images/widget-title.png');
	height: 29px;
	margin: 5px 0 1px;
	font-size: 1.5em;
	color: #FFF;
	line-height: 1.8em;
	padding-left: 8px;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
.home {
	width: inherit;
	height: inherit;
	cursor: pointer;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
	margin: 0 0 2px 7px;
	display: inline;
	}

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. */
/* DO NOT PASS JSLINT TEST
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 {
	content: "/00BB /0020";
	}
*/

.entry ol,
.entry ul {
	padding: 0 0 0 35px;
	margin: 10px 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 1px 0 0 0;
	}

#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: 2px 0 2px;
	padding: 0 0 2px 5px;
	font-size: 1.2em;
	border-bottom: 1px solid #E6ECEE;
	}
	
#sidebar ul ul li:hover, #sidebar ul ol li:hover {
	margin: 2px 0 2px;
	padding: 0 0 2px 5px;
	font-size: 1.2em;
	border-bottom: 1px solid #E6ECEE;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 0;
	width: 191px;
	text-align: center;
	background: url('images/search-input.png') no-repeat;
	background-position: top left;
	height: 32px;
	position: relative;
	}

#searchform #s {
	width: 160px;
	border: none;
	border-width: 0;
	padding: 4px 3px 5px;
	height: 18px;
	position: absolute;
	top: 3px;
	left: 2px;
	font-size: 12pt;
	color: #525252;	
	}

#searchform:hover {
	background-position: bottom left;
}

#searchform:hover #s  {
	color: #2D2D2D;
}
	
#searchsubmit {
	padding: 1px;
	background: url('images/search-button.png') no-repeat;
	height: 16px;
	width: 16px;
	position: absolute;
	right: 6px;
	top: 9px;
	outline: none;
	border: none;
	cursor: pointer;	
	/** x browser opacity */
	opacity: 0.60;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
	}

#searchsubmit:hover {
	/** x browser opacity */
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	}
	
	
.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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 5px;
	margin-left: 535px;
	width: 200px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/*Begin Widgets */
.widget-box {
	background-color: #F3F6F7;
}

#sidebar a.rss-feed {
	display: block;
	height: 20px;
	cursor: pointer;
}
#sidebar a.rss-feed img {
	float: left;
	margin-top: 2px;
}
#sidebar a.rss-feed div {
	float: left;
	padding: 3px 0 0 7px;
}

#sidebar a.awards {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

#sidebar a.seedcamp img{
	width: 50%;
}

#sidebar a.tremplin img {
    width: 66%;
}
/* End widgets*/

/*Begin Tag Cloud*/
#tag_cloud  .widget-box {
	background: url('images/tag_background.png') no-repeat;
	text-align: justify;
	padding-bottom: 10px;
	max-height: 630px;
}

/*End Tag Cloud*/

/* 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 */
	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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	clear: both;
	display: block;
	text-align: center;
	margin: 10px -20px;
	height: 25px;
	}

.nav-border .navigation {
	border-bottom: solid 1px #DADAD7;
}
	
.navigation a.nav-previous-posts, .navigation a.nav-next-posts {
	line-height: 1.9em;
	font-size: 110%;
	color: #2D2D2D;
	font-weight: bold;
	height: 25px;
	background-color: #FFF;
	/* x browser opacity */
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
}

.navigation a.nav-previous-post,  .navigation a.nav-next-post {
	line-height: 1.2em;
	font-size: 100%;
	color: #2D2D2D;
	font-weight: bold;
	height: 20px;
	background-color: #FFF;
	/* x browser opacity */
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	
}

.navigation a:hover {
	text-decoration: none;
	/* x browser opacity */
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.nav-previous-posts {
	background: url('images/previous.png') no-repeat;
	background-position: left top;
	padding-left: 30px;
	display: block;
}

.nav-next-posts {
	background: url('images/next.png') no-repeat;
	background-position: right top;
	padding-right: 30px;
	display: block;
}

.nav-next-post {
	background: url('images/next-mini.png') no-repeat;
	background-position: right top;
	padding-right: 20px;
	display: block;
	width: 66px; /*IE6: width: 66px;*/
}

.nav-previous-post {
	background: url('images/previous-mini.png') no-repeat;
	background-position: left top;
	padding-left: 20px;
	display: block;
	width: 90px; /*IE6: width: 8px;*/
}
/* End Various Tags & Classes*/


