/*  
Theme Name: Sand
Theme URI: http://everydayflash.com/
Description: Custom Wordpress theme for Everydayflash.com blog
Version: 1.0
Author: Bartek Drozdz / Filip Michalowski
Author URI: http://everydayflash.com/
Tags: custom
*/

* {
	margin: 0;
	padding: 0;
}
html {
	height:100%;
}
body {
	background: #130f0c;
	color: #272727;
	font-size: 62.5%;
	font-family: arial, verdana, sans-serif;
	text-align: left;
	height:100%;
} 
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2.3em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
a {
	color: #55748c;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #3c6c92;
}

/* =----------------------------------- oh the convenience */
#wrapper {
	/* 
		sets the minimum(s) for the entire site
		off of which everything else is based on
	*/
	/*
font-size: 1.2em;
*/
	line-height: 1.4em;
}

.post h2 {
	line-height: 1.2em;
}
.entry a,
.secondaryColumn a,
#commentsContainer h3 a,
.commentlist .comment-author a {
	
}
.entry a:hover,
.secondaryColumn a:hover,
#commentsContainer h3 a:hover,
.commentlist .comment-author a:hover,
.commentlist .comment-meta a:hover {
	
}
.entry ul,
.entry ol,
.entry blockquote {
	color: #272727;
	line-height: 1.4em;

}
.entry blockquote {
	font-style: italic;
}
.secondaryColumn h3,
#commentsContainer h3 {
	font-size: 1.2em;
}
#cancel-comment-reply-link {
	color: #3C6C92;
	font-size: 0.8em;
}
.commentlist .comment-author cite {
	font-style: normal;
	font-weight: bold;
}

#commentform p span input,
#commentform span textarea {
	color: #333;
	font-family: arial,verdana,sans-serif;
	font-size: 1em;
}
#paginateIndex {
	font-size: 1.1em;
}

/* =----------------------------------- main structure */
#wrapper {
	margin: 0 0 0 0;
	text-align: left;
	width: 1067px;
	padding: 0 0 0 0;
	height:100%;
}
#masthead {
	margin: 34px 0 68px 0;
}
#filler {}
#mainColumn {
	float: left;
	margin: 0 0 0 0;
	width: 545px;	
	padding: 0 0 0 87px;
	background: #fffef9 url(images/left_background.jpg) left top no-repeat;
}
#mainColumn .columnContent {
	border-top: #55748d solid 10px;
}
.secondaryColumn {
	float: left;
	height:100%;
	margin: 0 0 0 0;
	overflow: hidden;
	width: 220px;
	border-top: #e4702e solid 10px;
	background: #463726 url(images/middle_pattern.png) repeat;
}
.secondaryColumn .columnContent {
	height:100%;
	background: transparent url(images/middle_background.png) left -10px no-repeat;
	behavior: url("iepngfix.htc");
}
.thirdColumn {
	float: left;
	height:100%;
	margin: 0 0 0 0;
	overflow: hidden;
	width: 215px;
	border-top: #fffef9 solid 10px;
	background: #221c16 url(images/right_pattern.gif) repeat;
}

/* =----------------------------------- header elements */
#masthead h1 {
	margin:0 0 0 3px;
}
#masthead h1 a {
	background:transparent url(images/header_title.png) no-repeat scroll 0 0;
	display:block;
	height:54px;
	margin:0 0 0 0;
	text-indent:-99999px;
	width:509px;
	behavior: url("iepngfix.htc");
}
#blogLead {
	margin:16px 0 0 3px;
}
#blogLead span {
	background:transparent url(images/header_text.png) no-repeat scroll 0 0;
	display:block;
	height:19px;
	margin:0 0 0 0;
	text-indent:-99999px;
	width:509px;
	behavior: url("iepngfix.htc");
}
#linksFlash {	
	width: 215;
	height: 187;
	outline: none;
}

/* =----------------------------------- meta lead for each post */
.postMeta {
	margin-bottom: 8px;
}
.postMeta span.date {
	font-size: 1.1em;
	color:#55748c;
	float:left;
}
.postMeta span.comments {
	float:right;
	font-family:Tahoma;
	font-size:1.2em;
	color:#55748c;
	font-weight:bold;
	line-height:1;
	padding:0 3px 0 0;
}
.postMeta span.comments a {
	text-decoration:none;
}

/* =----------------------------------- general post */
.post {
	margin: 0 0 24px 0;
	padding: 0 23px 0 1px;
}
.post h2 {
	margin-top: 9px;
	margin-bottom: 9px;
}
.post h2 a {
	display:block;
	font-family:Tahoma;	
	font-weight:normal;
	text-decoration:none;
}

/* =----------------------------------- entry body */
.entry {
	overflow: hidden;	
	clear:both;
}
.entry p {
	font-size:1.2em;
	line-height: 1.5em;
	margin: 10px 0 10px 0;
}
.entry ul,
.entry ol,
.entry blockquote {
	font-size:1.2em;
	line-height: 1.5em;
	margin: 0 6px;
}
.entry ol {
	list-style: decimal;
}
.entry ul li,
.entry ol li {
	margin: 0 0 16px 14px;
}
.entry ul li {
	list-style: normal;
	list-style-image: url(images/libox.gif);;
}
.entry blockquote {
	border-left: 1px solid #ccc;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 21px;
	padding-left: 10px;
}

.entry code {
	font-size:1.2em;
}

.entry img,
.entry a img {
	background: #fff;
}
.entry a:hover img {
	border-color: #3c6c92;
}

.entry.meta {	
	background: transparent url(images/footer_line.png) repeat-x;
	margin: 21px 0 21px 0;
}
.entry.meta p {
	font-family:Tahoma;
	font-size:1.1em;
	color:#221c16;
	margin:15px 0 18px;
}
.entry.meta p.categories {
	float: left;
}
.entry.meta p.rss {
	float: right;
}
.entry.meta div.bottom {
	background: transparent url(images/footer_line.png) repeat-x;
	clear:both;
	height:1px;
}
.entry.meta .highlight {
	
}
.entry.meta a {

}
.entry.meta a:hover {
	
}

/* =----------------------------------- main index pagination */
#paginateIndex { 
	margin-right: 10px;
	margin-bottom: 25px;
}
#paginateIndex a,
.commentlist li .reply a {
	color: #777;
	font-size: 1.1em;
	display: block;
	padding: 0px 7px 3px 0px;
}
.commentlist li .reply a {
	color: #aaa;
}
#paginateIndex a:hover {
	text-decoration: underline;
}
.commentlist li .reply a:hover {
	color: #3c6c92;
	border-color: #3c6c92;
	background: #eee;
}

/* =----------------------------------- widget enabled sidebar */
.secondaryColumn h3 {
	margin: 0 0 0 0;
}
.widgetContainer {
	margin: 0 0 25px 0;
	padding: 0 0 0 22px;
}
.widgetContainer ul {
	margin:7px 0 0 0;
	list-style:none;
}
.widgetContainer ul li {
	margin: 0 0 5px 1px;
}
.widgetContainer ul li ul {
	margin-top: 5px;
}
.widgetContainer .textwidget {
	margin: 0 3px;
	line-height: 1.5em;
}
.widget_links h3 {
	background:transparent url(images/right_blogroll_header.png) no-repeat scroll 0 0;
	display:block;
	height:19px;
	margin:0 0 0 2px;
	text-indent:-99999px;
	width:43px;
	behavior: url("iepngfix.htc");
}
.widget_categories h3 {
	background:transparent url(images/right_cats_header.png) no-repeat scroll 0 0;
	display:block;
	height:19px;
	margin:0 0 0 2px;
	text-indent:-99999px;
	width:59px;
	behavior: url("iepngfix.htc");
}
.widget_misc h3 {
	background:transparent url(images/right_misc_header.png) no-repeat scroll 0 0;
	display:block;
	height:19px;
	margin:0 0 0 2px;
	text-indent:-99999px;
	width:78px;
	behavior: url("iepngfix.htc");
}
.widgetContainer li a {
	color:#b5b3a9;
	text-decoration:none;
	font-weight:normal;
	font-size:1.2em;
}
.widgetContainer li a:hover {
	text-decoration: underline;
}
.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
}
#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 7px;
}
#wp-calendar thead {}
#wp-calendar thead th {
	padding: 4px 0 4px 3px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
#wp-calendar td {
	padding: 3px 0 4px 3px;
	color: #777;
}
#wp-calendar td a {
	font-weight: bold;
}

/*  Secondary column */
#experiments {
	padding:0 0 0 24px;
	margin: 22px 0 0 0;
}
#experiments h3 {
	margin: 0 0 0 2px;
	padding: 0 0 0 0;
}
#experiments h3 span {
	background:transparent url(images/middle_feature_header.png) no-repeat scroll 0 0;
	display:block;
	height:19px;
	margin:0 0 0 0;
	text-indent:-99999px;
	width:119px;
	behavior: url("iepngfix.htc");
}
#experiments ul {
	margin: 12px 0 0 0;
}
#experiments ul li {
	list-style:none;
	margin:0 0 20px 0;
}
#experiments ul li a {
	border:none;
	text-decoration:none;
	display:block;
}
#experiments ul li a:visited {
	color:#bdb9ac;
}
#experiments ul li img {
	border:none;
}
#experiments ul li p {
	color:#bdb9ac;
	font-size:1.2em;
	padding:3px 0 0 1px;
	font-weight:normal;
	line-height:1.4;
}
#search {
	margin:0 0 17px 0;
}
.search {
	/*padding:0 0 0 22px*/;
	margin: 35px 0 0 0;
}
.search h3 {
	margin: 0 0 0 1px;
}
.search h3 span {
	background:transparent url(images/right_search_header.png) no-repeat scroll 0 0;
	display:block;
	height:15px;
	margin:0 0 0 0;
	text-indent:-99999px;
	width:38px;
	behavior: url("iepngfix.htc");
}
.search form {
	margin:13px 0 0 0;
}
.search form input.submitButton {
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 -2px;
	*margin-top:1px;
}
.search form input.textInput {
	padding: 5px 8px;
	border: 1px solid #b5b3a9;
	background: #1b1611;
	width:133px;
	height:17px;
	color:#b5b3a9;
	font-size:1.2em;
	display:inline-block;
	vertical-align:top;
}
.search form span.submitButton {
	float:left;
	display:block;
}
/* =----------------------------------- style some comments */
#respond {
	padding: 0 23px 0 0;
}
#commentsContainer {
	margin-bottom: 39px;
}
#commentsContainer span.hook {
	position: relative;
	display: block;
	left:-6px;
}
#commentsContainer h3 {
	display: block;
	font-family:Tahoma;
	font-size:1.8em;
	font-weight:normal;
}
.cancel-comment-reply {
	position: absolute;
	top: -1px;
	right: 4px;
}
.commentlist {
	list-style: none;
	margin: 25px 0 29px;
}
.commentlist .comment-author {
	overflow: hidden;
	font-size:1.3em;
	float:left;
}
.commentlist a {
	text-decoration:none;
}
.commentlist li {
	background-color: #f1f0eb;
	padding:14px 25px 15px 19px;
	margin: 0 0 8px 0;
}
.commentlist li.alt {
	background-color: transparent;
}
.commentlist li .comment-meta {
	float:right;
}
.commentlist li .comment-meta a {
	color:#9b9388;
	margin: 0 0 0 0;	
	font-size:1.1em;
}
.commentlist li.alt .comment-meta a {
	color:#a29a8f;
}
.commentlist li .clear {
	height:10px;
}
.commentlist li .reply {
	text-align: right;
	padding-bottom: 10px;
}
.commentlist li .reply a {
	display:inline;
}
.commentlist li p {
	clear:both;
	margin: 0 0 0 0;
	font-size:1.2em;
	line-height:1.5em;
}
.commentlist li ul,
.commentlist li ol,
.commentlist li blockquote {
	margin: 0 20px;
}
.commentlist .children {
	margin: 0 0 0 40px;
}
.commentlist .children li {
	list-style: none;
}
#respond p {
	font-size:1.2em;
	line-height:1.5em;
}
#respond p a {
	text-decoration:none;
}
#commentform {
	margin:32px 0 0 1px;
}
#commentform .contain {
	margin: 0 0 10px 0 !important;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	padding: 6px 9px;
	border: 1px solid #463726;
	background: #fff;
	margin-right: 4px;
	color:#000000;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	outline: none;
	width: 266px;
	height:16px;
}
#commentform #author {
	background: #ffffc5;
}
#commentform textarea {
	width: 499px;
	height:104px;
}
#commentform p label {
	margin: 4px 0 0 0;
	padding:0 0 0 6px;
}
#commentform textarea {
	float: none;
	overflow: auto;
}
#commentform .submitComment {
	float:right;
	margin:0px 2px 0 0;
}

/* =----------------------------------- boring footer */
#footer {
	background: transparent url(images/footer_line.png) repeat-x;
	margin:0 23px 0 0;
	clear: both;
}
#footer p {
	padding:10px 0 51px;
	font-family:Tahoma;
	font-size:1.1em;
	color:#221c16;
}
#footer p a {
	text-decoration:underline;
	font-weight:bold;
	color:#221c16;
}

/* =----------------------------------- floats + clearing rule */
.floatleft,
.alignleft {
	float: left;
	margin: 3px 7px 0 0;
}
.floatright,
.alignright {
	float: right;
	margin: 3px 0 0 7px;
}
.right {
	float:right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fix {
	display: inline-block;
} 
* html .fix{
	height: 1%;
}
.fix{
	display:
	block;
}


/* MISC */

.fwa { 
	color: #000000;
	background-color: #ffff00;
}

.skill {
	color: #ffffff;
	background-color: #e4702e;
}
