/*
Theme Name: Cosinus
Theme URI: http://srodek.info/
Description: Simply, retro-styled theme
Version: 1.0
Author: Michał Środek
Tags: two columns, dirty, retro
*/
*{
	margin:0;
	padding:0;
	outline: none;
	font-family:  Helvetica, Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
}

body#michalsrodek{
	background: #dbd6d1 url('images/mainbg.jpg');
	color:#000;
	font-size:16px;
}

img{
	border:0
}

h1, h2, h3, h4, h5{
	font-family: Helvetica, Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
}

abbr{
	border-bottom: 2px dotted #ed9f09;
}

blockquote{
	font-style:italic;
	padding:5px 5px 0px 5px;
	text-indent: 0;
}

blockquote p{
	padding:5px !important;
	text-indent: 0 !important;
}

#top{
	height:120px;
	background: #320 url('images/topbg.jpg');
}


#top h1{
	float:left;
	padding:2px 20px;
	margin-top:50px;
	margin-left: 120px;
	color: #fff;
	font-size: 300%;
	letter-spacing: -0.1em;
	font-weight: normal;
	color: #eeeadb;
	padding: 5px 5px 0px 5px;
	text-shadow: 0px 10px 10px #000;
	
}

#top h1 a{
	color:#fff;
	text-decoration:none;
}

#top .content{
	background: url('images/top.jpg') repeat-x;
	width:960px;
	margin:auto;
	height:120px;
}

#container{
	width:900px;
	margin:auto;
	padding-left: 75px;
}

#infobox{
	border-bottom:2px solid #000;
	-webkit-border-top-left-radius:0.75em;
	-webkit-border-top-right-radius:0.75em;
	-moz-border-radius-topleft:0.75em;
	-moz-border-radius-topright:0.75em;

	margin-top:5px;
	height:80px;
	padding:10px;
	background: #090703 url('images/infoboxbg.jpg');
	position:relative;
}

#infobox img{
	float:left;
}
#infobox h2{
	margin-top:20px;
	background:#000;
	color:#eee;
	float:left;
	padding:5px;
}

#infobox a{
	color:#c90;
}

#infobox h2 a{
	text-decoration:none;
	color:#fff;
}

#infobox div.description{
	margin-left:20px;
	display:none;
	color:#fff;
	font-size:12px;
	position:absolute;
	top:10px;
	padding-top:5px;
	right:10px;
	height:70px;
	width:520px;
}

#infobox div.description img{
	margin-left:5px;
	float:right;
}

#contact-description ul li{
	line-height:20px;
	padding-left:20px;
}

#contact-description ul li.gg{
	background: url('images/icons/gg.png') top left no-repeat;
}

#contact-description ul li.email{
	background: url('images/icons/email.png') top left no-repeat;
}

#contact-description ul li.gsm{
	background: url('images/icons/gsm.png') top left no-repeat;
}


#contact-description ul{
	float:right;
	padding:0px 0px 10px 10px;
	list-style:none;
}

#contact-description p{
	width:450px;
}

#nav{
	margin-right:30px;
	margin-top:60px;
	-webkit-border-radius:0.75em;
	-moz-border-radius:0.75em;
	float:right;
	list-style:none;
	height:50px;
	background: #e68a09 url('images/navbg.jpg') top left repeat-x;
	padding-left:10px;
	padding-right:10px;

	font-variant: small-caps;
	font-weight: bold;
	font-size:14px;
}

#nav li{
	float:left;
	color:#fff;
	margin-left:10px;
	line-height:20px;
	background: none;
}
#nav li a{
	display:block;
	padding:15px;

	color:#fff;
	text-decoration:none;
	margin-top:-40px;
	padding-top:55px;
	height:15px;
}

#nav li:first-child{
	margin-left:10px;
}

#nav li:hover, #nav li.active{
	margin-top:5px;
	-webkit-border-top-left-radius:0.75em;
	-webkit-border-top-right-radius:0.75em;
	-moz-border-radius-topleft:0.75em;
	-moz-border-radius-topright:0.75em;
	background: #090703 url('images/navhover.jpg');

}
#nav li:hover a, #nav li.active a{
	margin-top:-45px;
	padding-top:65px;
	height:25px;
}

#nav li.home a{
	background:url('images/icons/home.png') center -120px no-repeat;
}
#nav li.aboutme a{
	background:url('images/icons/aboutme.png') center -120px no-repeat;
}
#nav li.myprojects a{
	background:url('images/icons/myprojects.png') center -120px no-repeat;
}

#nav li.portfolio a{
	background:url('images/icons/portfolio.png') center -120px no-repeat;
}

#nav li.contact a{
	background:url('images/icons/contact.png') center -120px no-repeat;
}

#nav li a:hover, #nav li.active a{
    background-position: center 0px;
}

#nav li:hover a:first-letter {
	color: #fc0;
	text-shadow:0px 0px 15px #fff;
}

#page{
	margin-top:5px;
	background:#fff;
	padding:10px;

	box-shadow: -5px 5px 0px #431;
	-o-box-shadow: -5px 5px 0px #431;
	-icab-box-shadow: -5px 5px 0px #431;
	-khtml-box-shadow: -5px 5px 0px #431;
	-moz-box-shadow: 0px 0px 20px #aaa;
	-webkit-box-shadow: 0px 0px 20px #aaa;
}

#content{
	width:600px;
	float:left;
	margin-right:10px;
	text-align: justify;
}

#content ul, #content ol{
	margin-left:30px;
}

#content h1{
	font-size:2em;
	margin:5px;
	font-weight:bold;
	text-shadow: none;
	float:none;
	letter-spacing: -0.05em;
	border-top:1px dotted #bbb;

}

#content h1 a{
	text-decoration:none;
	color:#2A2A2A;

}

#content h2, #content h3{
	margin-left:10px;
	font-weight:normal;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
}

#content .date{
	float:left;
	margin-left:-80px;
	background:#e68a09;
	width:70px;
	padding:5px 0px 5px 0px;
	-webkit-border-top-left-radius:0.75em;
	-webkit-border-bottom-left-radius:0.75em;
	-moz-border-radius-topleft:0.75em;
	-moz-border-radius-bottomleft:0.75em;
	text-shadow: 2px 2px 30px #fff;
	color:#fff;
	border-right:5px solid #fff;
	box-shadow: -5px 5px 0px #986;
	-o-box-shadow: -5px 5px 0px #986;
	-icab-box-shadow: -5px 5px 0px #986;
	-khtml-box-shadow: -5px 5px 0px #986;
	-moz-box-shadow: -5px 5px 0px #986;
	-webkit-box-shadow: -5px 5px 0px #986;
}

#content .date strong{
	display: block;
	text-align:center;
	font-size:2.2em;
}

#content .date small{
	display: block;
	text-align:center;
	color:#eee;
	font-size:0.8em;
}

#content .meta{
	background: #eee;
	-webkit-border-radius:0.75em;
	-moz-border-radius:0.75em;
	font-size:smaller;
	padding: 4px 15px;;
	margin: auto 5px;
}

#content .feedback{

	font-size:smaller;
	padding: 4px;
	margin: auto 20px;
	text-align:right;
}

#content a{
	color: #8a5100;
}


#content p{
	text-indent: 1em;
	line-height:1.3em;
	font-size: 0.95em;
	margin:10px;
	font-weight:lighter;

}

#content fieldset{
	width:560px;
	-webkit-border-bottom-left-radius:0.75em;
	-webkit-border-bottom-right-radius:0.75em;
	-moz-border-radius-bottomright:0.75em;
	-moz-border-radius-bottomleft:0.75em;
	border:0px;
	padding:5px;
	background: #320 url('images/topbg.jpg');
	margin:5px;
	color:#fff;
}

#content fieldset a{
	color:#ffaa31;
}
#content fieldset legend{
	margin-left:0;
	border:0px;
	padding:12px;
	background: #320 url('images/topbg.jpg');
	color:#fff;
	font-weight:bold;
}

textarea#comment{
	border:0px;
	background:#eee;
	-webkit-border-radius:0.75em;
	-moz-border-radius:0.75em;
	padding:5px;
	width:500px;
}

#content p.warning{
	background:#d22;
	color:#fff;
}

#content p.warning a{
	color:#fff;
}

#content table{
	margin:auto;
}

#content table th{
	border-bottom:2px solid #000;
	-webkit-border-top-left-radius:0.75em;
	-webkit-border-top-right-radius:0.75em;
	-moz-border-radius-topleft:0.75em;
	-moz-border-radius-topright:0.75em;

	padding:4px 15px;
	background: #090703 url('images/infoboxbg.jpg');
	color:#fff;
}
#content table td{
	padding:4px 15px;
	background: #e68a09 url('images/navbg.jpg') top left repeat-x;
	color: #fff;
	font-weight:bold;
}
fieldset input{
	border:0px;
	background:#eee;
	-webkit-border-radius:0.5em;
	-moz-border-radius:0.5em;
	padding:5px;
}


ol#commentlist{
	padding-top:20px;
	clear:both;
	margin-left:5px;
	list-style:none;
}



ol#commentlist .avatar{
	float:left;
	margin: 0px 10px 10px 10px;
}

ol#commentlist li{
	color:#111;
	font-size:14px;
}

ol#commentlist p{
	text-indent: 0em;
}

#commentlist p:last-child{
	border:0px;
	background:#eee;
	-webkit-border-radius:0.5em;
	-moz-border-radius:0.5em;
	padding:5px;
	clear:both;
}

#sidebar{
	width:260px;
	float:right;
}

#footer{
	clear:both;
	background: #090703 url('images/navhover.jpg');
	height: 1em;
	color:#fff;
	padding:10px;
	font-size:11px;
	-webkit-border-radius:0.75em;
	-moz-border-radius:0.75em;

}

.widget_title{
	float:left;
	margin-top: -30px;
	margin-left:0;
	height:20px;
	border:0px;
	padding:5px 15px;;
	background: #e68a09 url('images/navbg.jpg');
	color:#fff;
	font-weight:bold;
	-webkit-border-top-left-radius:0.75em;
	-webkit-border-top-right-radius:0.75em;
	-moz-border-radius-topright:0.75em;
}

.widget_content{

	padding:5px;
	background: url('images/top.jpg') top left repeat-x;
	min-height:40px;
	clear:both;

	-webkit-border-bottom-left-radius:0.75em;
	-webkit-border-bottom-right-radius:0.75em;
	-moz-border-radius-bottomleft:0.75em;
	-moz-border-radius-bottomright:0.75em;
}

.widget{
	color:#fcfcfc;
	font-weight:bold;
	font-size:1.2em;
	margin-top:45px;
	background: #320 url('images/topbg.jpg');

	-webkit-border-bottom-left-radius:0.75em;
	-webkit-border-bottom-right-radius:0.75em;
	-moz-border-radius-bottomleft:0.75em;
	-moz-border-radius-bottomright:0.75em;
}

.widget_content ul{
	list-style: circle;
	padding-left:20px;
}

.widget_content ul li{
	line-height:1em;
	padding-left:5px;
	padding-top:1px;
	padding-bottom:4px
	-webkit-border-radius:0.5em;
	-moz-border-radius:0.5em;
	border-radius:0.5em;
}

.widget_content ul li:hover{
	background:#e68a09 url('images/navbg.jpg');
	color:#e68a09;
}

.widget_content ul li:hover a{
	color:#000 !important;
}

.blogroll li a{
	display:block;
	height:3.3em;
	line-height:3.2em;
	padding:3px 1em;
}
.blogroll li a img{
	height:3.2em;
	float:right;
	opacity:0.6;
	border: 0.1em solid #fff;
}
.blogroll li a:hover{
	background: #e68a09 url('images/navbg.jpg');
	-webkit-border-radius:0.75em;
	-moz-border-radius:0.75em;
}
.blogroll li a:hover img{
	opacity:1.0;
}


#sidebar div:last-child{
	margin-bottom:10px;
}

#sidebar a{
	color: #eee;
	font-size:12px;
	text-decoration:none;
}

#searchform label{
	display:none;
}

#searchform fieldset{

	border:0px;
	padding:10px;
	color:#fff;
}

#searchform legend{
display:none;
}

#searchform input{
	border:0px;
	background:#eee;
	-webkit-border-radius:0.5em;
	-moz-border-radius:0.5em;
	padding:5px;
}

#searchform input[type=text]{
	width:60%;
}

#searchform input[type=submit]{
	width:30%;
}

.example{
	padding:15px;
	background:#eee;
	border:1px solid #ccc;
}

#rss{
	background: url('images/icons/rss.png') top left no-repeat;
}

#rss ul{
	padding-top:10px;
	padding-left:100px;
	height:90px;
	list-style:none;
	font-size:2em;
	color:#111;
}

#rss ul li a{
	color:#111;
	margin-bottom:0px;
}

#rss ul li a strong{
	font-size:50px;
	line-height:50px;
}

.string{
	color:#d00;
}

var{
	color:#55f;
}

.wp_syntax{
	margin:10px !important;
	box-shadow: 3px 3px 6px #ccc;
	-moz-box-shadow: 3px 3px 6px #ccc;
	-webkit-box-shadow: 3px 3px 6px #ccc;
}

pre.console{
  margin:10px !important;
  box-shadow: 3px 3px 6px #ccc;
  -moz-box-shadow: 3px 3px 6px #ccc;
  -webkit-box-shadow: 3px 3px 6px #ccc;
  background: #222;
  color:#eee;
  font-family: monospace;
  font-size: 11px;
  padding:10px;
  overflow: auto;
}

#donateForm{
	margin:30px auto;
	width:150px;
}

#donateForm fieldset{
	border:0;
}

#donateButton{
	background: url('/images/donate.png');
	cursor: pointer;
	border:0;
	width:150px;
	height:40px;
}
