/* @override http://localhost:8888/style.css */

/************************************
* Matej Bukovinski, 2009
* All rights resaved
* www.bukovinski.com
*************************************/

@font-face {
	font-family: "TitilliumMaps26L";
	src: local("TitilliumMaps26L"), url("font/TitilliumMaps26L003.otf");
}

* {outline: none;}

body, html {
	background-image: url(img/bg.png);
	background-color: #ebebeb;
	font: 18px "TitilliumMaps26L", Helvetica, Arial, sans-serif;
	height: 100%;
	text-shadow: 0px 1px white;
}

img {
	border: 2px solid #ddd;
}

div#container { 
	width: 100%; 
	height: 100%; 
	display: table; 
}

#position { 
	display: table-cell; 
	vertical-align: middle; 
	width: 100%; 
}

div#wrapper {
	margin: auto auto;
	width: 350px;
}

div#bg {
	background: url(img/center-line.png) repeat-y 70px;
}

div#top-cap {
	width: 350px;
	height: 10px;
	background: url(img/top-cap.png) repeat-y 70px;
}

div#bottom-cap {
	width: 350px;
	height: 10px;
	background: url(img/bottom-cap.png) repeat-y 70px;
}

div#title {
	background-image: url(img/title.png);
	height: 68px;
	width: 350px;
}

div.menu-section {
	margin-top: 10px;
}

div.menu-item {
	width: 350px;
	height: 33px;
	color: #999999;
	text-shadow: 0px 1px white;
	-webkit-transition: background-image 0.1s ease-in-out;
}

div.menu-item:hover {
	background-image: url(img/hilight-bg.png);
	text-shadow: 0px 1px 3px black;
}

a {
	color: inherit;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}



div.menu-content {
	width: 350px;
	height: 33px;
}

a.menu-text {
	padding-left: 86px;
	padding-top: 5px;
	width: 264px; /*350 - 86*/
}

div.menu-section-title {
	padding-left: 86px;
	font-size: 12px;
	color: black;

}

div#about {
	background: url(img/about.png) no-repeat 12px 0;
	-webkit-transition: color 0.2s ease-in-out;
}

div#about:hover {
	background: url(img/about.png) no-repeat  12px -33px;
	color: #81b1e7;
}

div#contact {
	background: url(img/contact.png) no-repeat 12px 0;
	-webkit-transition: color 0.2s ease-in-out;
}

div#contact:hover {
	background: url(img/contact.png) no-repeat  12px -33px;
	color: #dce684;
}

div#blog {
	background: url(img/blog.png) no-repeat 12px 0;
	-webkit-transition: color 0.2s ease-in-out;
}

div#blog:hover {
	background: url(img/blog.png) no-repeat  12px -33px;
	color: #f089c7;
}

div#twitter {
	background: url(img/twitter.png) no-repeat 12px 0;
	-webkit-transition: color 0.2s ease-in-out;
}

div#twitter:hover {
	background: url(img/twitter.png) no-repeat  12px -33px;
	color: #8bdfe3;
}

div#code {
	background: url(img/code.png) no-repeat 12px 0;
	-webkit-transition: color 0.2s ease-in-out;
}

div#code:hover {
	background: url(img/code.png) no-repeat  12px -33px;
	color: #ac74e5;
}

div#design {
	background: url(img/design.png) no-repeat 12px 0;
	-webkit-transition: color 0.2s ease-in-out;
}

div#design:hover {
	background: url(img/design.png) no-repeat  12px -33px;
	color: #84e583;
}

div#software {
	background: url(img/software.png) no-repeat 12px 0;
	-webkit-transition: color 0.2s ease-in-out;
}

div#software:hover {
	background: url(img/software.png) no-repeat  12px -33px;
	color: #e58784;
}

/* Contact form */

div.content {
	width: 350px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	/*Add hidden*/
}

div.content ol {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.content li {
	clear: left;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 100%;
}

div.content ol.forms label, div.content ol span.subsection {
	display: block;
	float: left;
	padding-right: 25px;
	text-align: right;
	width: 60px;
}

div.content ol.forms label {
	cursor: pointer;
	margin-top:5px;
}

div.content ol p {
	margin-left: 85px;
	margin-top: 0;
	margin-bottom: 5px;
	color: #454545;
}

div.content ol p a {
	display: inline;
	color: #768ca0; 
}

div.content ol p a:hover {
	color: #4b5a66;
	-webkit-transition: color 0.1s ease-in-out;
}

ol.forms input.txtIn, ol.forms textarea { 
	width: 250px;
	border: 1px solid #c0c0c0;
	background: #fff url(img/input-bg.png) no-repeat 0 0;
	text-shadow: 0 0 1px #fff;
	color: #777
	padding: 0px;
	margin: 0px;
}

ol.forms li span.wrap {
	background: #fff;
	display: inline-block;
	padding: 1px;
}

ol.forms input.txtIn:hover, ol.forms textarea:hover {
	background-color: #ebefff;
}

ol.forms .error { 
	display: block;
	font-size: 10px;
}

ol.forms li.buttons, span.error, span.done, span.alert {
	padding-left: 85px;
}

.clearing { 
	clear: both; 
}

span.alert, span.error { 
	color: #b37563; 
}

span.done {
	color: #8eb08c; 
}

.ui-accordion-content {
	margin: 0;	
}

img#loader {
	border: none;
	margin-bottom:6px;
	margin-left:5px;
	display: none;
}

/*
Twitter
*/

p#tweet {
	margin-left: 4px;
}

p#tweet ul {
	list-style: none;
	padding: 0;
}

p#tweet span#twLoad {
	margin-left: 80px;
}

p#tweet span#twLoad img {
	border: none;
	
}

img.twImg {
	border: none;
	display: block;
	float: left;
	margin-right: 32px;
	margin-bottom: 10px;
}