/********************
	Ues Designer 
	2010.01
	ues.com.pl
********************/

* {
	margin:0;
	padding:0;
	border:0;
}
body {
	background: #1c1c1c url(images/bg.jpg) repeat top center;
	font-family: Calibri, Helvetica, "Lucida Grande", "Lucida Sans Unicode", sans-serif;margin:0;
	color:#e1e1e1;
	font-size:15px;
}
/*
@font-face 	{
	font-family:'Clingy';
	src:url('http://www.ues.ovh.org/library/clingy.ttf') format('truetype');
}
*/
/********** MAIN **********/
#container {
	margin: 150px auto 60px auto;
	z-index:80;
	width:940px;
}
#content {
	width:940px;
}
.content_one {
	margin-bottom:60px;
}
/* columns */
.column_left {
	width: 600px;
	margin-right:20px;
	float:left;
	font-family: Calibri, Helvetica, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
.column_right {
	width:300px;
	margin-left:20px;
	float:left;
}
.column_left_50 {
	width: 450px;
	margin-right:20px;
	float:left;
}
.column_right_50 {
	width:450px;
	margin-left:20px;
	float:left;
}
.column_one {
	width: 300px;
	margin-right:15px;
	float:left;
}
.column_two {
	width:300px;
	margin-left:5px;
	margin-right:5px;
	float:left;
}
.column_three {
	width: 300px;
	margin-left:15px;
	float:left;
}

/********** OTHERS **********/
p {
	line-height:1.4em;
	text-align:justify;
}
p strong {
	padding: 1px 3px;
	color:#B8E459;
}
td {
	vertical-align:top;
	padding: 0 10px 20px 5px;;
}
td p {
	line-height:1.2em;
}
a {
	color:#fff;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	color:#111;
	background-color:#B8E459;
}
.decoration_none {
	text-decoration:none;
	padding: 0 2px;
}
.title {
	color:#0C3;
	font-size:50px;
}

/********** HEADINGS **********/
h1 {
	color:#FFF;
}
h2 {
	font-family:"Lobster","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:28px;
	/*text-transform:uppercase;*/
	font-weight:normal;
	letter-spacing:0px;
	text-shadow:#000 1px 1px;
	color:#B8E459;
	padding:10px 10px 25px 10px;
}
h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:22px;
	text-transform:uppercase;
	letter-spacing:-1px;
	text-shadow:#000 1px 1px;
	color:#B8E459;
	padding:5px 10px 15px 10px;
}
h4 {
	font-family:"Arial Black", Tahoma, Geneva, sans-serif;
	font-size: 18px;
	letter-spacing:-1px;
	padding: 4px 4px 6px 4px;
}
#skills h4 {
	padding: 4px 4px 6px 14px;
}
h6 {
	font-size:16px;
}

/********** HEADER **********/
#header {
	width:940px;
	margin:0 auto;
}
#top_bar {
	position: fixed;
	top: 0;
	width: 100%;
	min-width: 940px;
	height: 100px;
	/*background:#1c1c1c;*/
	/*opacity:.91; /* FX/Opera/Safari/Chrome */
	/*-ms-filter:"alpha(opacity=91)"; /* IE8 */
	/*filter:alpha(opacity=91); /* IE6/IE7 */
	background: transparent url(images/top-bg.png) repeat left top;
	z-index: 120;
}
#logo {
	background: url(images/ues-logo.png) no-repeat;
	width:300px;
	height:100px;
	margin-right:10px;
	text-indent:-99999px;
	float:left;
}
/* navigation */
#nav {
	float:right;
	margin-left:10px;
	margin-top: 40px;
	color:#FFF;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:15px;
	height:30px;
	cursor:default;
}
#nav ul li {
	list-style-type:none;
	display:inline;
	padding-right: 10px;
	cursor:pointer;
}
#nav ul li a:hover{ 
	background-color:#B8E459;
	color:#111;
}
.default, a.MooTrans { 
	color:#FFF;
	padding:2px 4px 4px 4px;
	text-decoration:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position:relative; 
	display:inline;
}
a.MooTrans{ 
	background-color:#B8E459;
	color:#111;
}

/********** FOOTER **********/
#bottom_bar {
	float: left;
}
#bottom_bar a {
	text-decoration:none;
	padding:0 2px;
}
#bottom_bar a:hover {
	background-color:#B8E459;
	color:#111;
}
#copyright {
	color:#444;
	font-size:12px;
}
#copyright a {
	text-decoration:none;
	color:#444;
	font-size:12px;
}
#copyright a:hover {
	color:#B8E459;
	background-color:transparent;
}

/********** ABOUT **********/
#skills {
	margin-top:60px;
}
.skills_box {
	margin:0 0 0 25px;
	float:left;
	width:250px;
}
.skills_bar {
	margin:0 80px 0 0;
	float:left;
	width:30px;
	height:240px;
	background-color:#B8E459;
}
.cell_left p {
	text-align:right;
}

/********** PORTFOLIO **********/
.folio {
	padding:0;
	margin: 0 0 80px 0;
}
.portfolio_box h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:-1px;
	padding:0 10px 0 10px;
	margin:0;
	color:#B8E459;
}
.portfolio_box {
	color:#EEE;
	height:150px;
}
.portfolio_img a { cursor:default; }
.portfolio_img a:hover {
	border:0;
	background-color:transparent;
}
.dwak5 { background:url(images/date/2005.gif) no-repeat top right; height:200px; }
.dwak6 { background:url(images/date/2006.gif) no-repeat top right; height:200px; }
.dwak7 { background:url(images/date/2007.gif) no-repeat top right; height:200px; }
.dwak8 { background:url(images/date/2008.gif) no-repeat top right; height:200px; }
.dwak9 { background:url(images/date/2009.gif) no-repeat top right; height:200px; }
.dwak10 { background:url(images/date/2010.gif) no-repeat top right; height:200px; }
.dwak11 { background:url(images/date/2011.gif) no-repeat top right; height:200px; }
.dwak12 { background:url(images/date/2012.gif) no-repeat top right; height:200px; }
.tools {
	padding: 10px 0 0 20px;
	margin: 0 0 10px 0;
}
.tools ul li {
	list-style-type:none;
}
.other { padding:0 2px; color:#EEE; font-weight:bold; }
.jquery { padding:0 2px; color:#4082AE; font-weight:bold; }
.mootools { padding:0 2px; color:#788298; font-weight:bold; }
.cufon { padding:0 2px; color:#4CC9F2; font-weight:bold; }
.fancybox { padding:0 2px; color:#15081F; font-weight:bold; }
.programs {	margin: 10px 0 10px 0; }
.programs img {	margin: 0 2px 0 0; }
.date {
	width:31px;
	float:right;
}
.site {
	padding:5px 10px 5px 10px;
}
.site a:hover {
	border:0;
	background-color:transparent;
}
.subtitle {
	margin: 0 0 10px 0;
	text-decoration:underline;
}

/********** GALLERY **********/
.thumb {
	display:table;
	float:left;
	width:100px;
	height:100px;
	margin-right:15px;
	margin-bottom:15px;
	text-align:center;
}
.photo {
	display:table-cell;
	vertical-align:middle;
}
.photo a {
	border:0;
	background:transparent;
}
.photo a:hover {
	border:0;
}
.photo img {
	border: 5px #FFF solid;
	max-height:90px;
	max-width:90px;
}
.photo img:hover {
	border: 5px #B8E459 solid;
}
#sidebar a {
	text-decoration:none;
}
#sidebar ul {
	margin-bottom:25px;
}
.albums {
	margin-bottom: 20px;
}
.albums a {
	border:0;
	background:transparent;
}
.albums img {
	border: 5px #999 solid;
}
.albums img:hover {
	border: 5px #FFF solid;
}
.albums p {
	margin-bottom:4px;
}
.albums p strong {
	color: #FFF;
}

/********** BLOG **********/
.articles {
	border: 1px solid #FFF;
	background:#FFF;
	color:#333;
	padding:10px 20px 15px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 30px;
}
.articles a {
	color:#333;
}
.articles_title {
	float:left;
	font-family:"Arial Black", Tahoma, Geneva, sans-serif;
	font-size: 18px;
	letter-spacing:0px;
	padding: 4px 4px 6px 4px;
	text-shadow:#DDD 1px 1px;
	/*color:#B8E459;*/
	color:#000;
	max-width:450px;
	margin: 0 0 15px 0;
}
.articles_date {
	float:right;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	letter-spacing:0px;
	margin: 12px 4px 6px 4px;
	/*color:#B8E459;*/
	color:#999;
}
.articles_content {
	clear:both;
}
.articles_content p {
	text-indent:25px;
	line-height:1.4em;
	margin: 5px 0 10px 0;
}
.articles_content li {
	list-style:inside;
}
/* article */
.article_header {
	padding:10px 10px 15px 10px;
}
.article_title {
	float:left;
	font-family:"Arial Black", Tahoma, Geneva, sans-serif;
	font-size: 22px;
	letter-spacing:0px;
	padding: 4px 4px 6px 4px;
	color:#B8E459;
	max-width:480px;
	margin: 0 0 15px 0;
}
.article_date {
	float:right;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	letter-spacing:0px;
	margin: 12px 4px 6px 4px;
	color:#B8E459;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.article {
	clear:both;
	padding:10px 20px 15px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 30px;
	background-color:#FEFEFE;
	color:#111;
}
.article_content {}
.article_content p {
	text-indent:25px;
	line-height:1.4em;
	margin: 5px 0 10px 0;
}
/* twitter */
.twitter ul li {
	list-style:none;
	padding:8px;
	margin:0 0 20px 0;
	border: 1px solid #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.twitter ul li a {
	font-style:italic;
	color:#B8E459;
}
.twitter ul li a:hover {
	font-style:italic;
	background-color:#B8E459;
	color:#333;
}

/********** CONTACT **********/
.icons { margin-left:80px; }
.icons li {
	list-style-type:none;
	padding-bottom:5px;
	width:250px;
	height:30px;
}
.icons li img {
	margin: 0 5px 0 0;
	vertical-align:middle;
}
.icons li a {
	margin-left:5px;
	text-decoration:none;
}
.icons li strong {
	padding: 0 2px;
}
/* mailform */
form.mailform ul {
	list-style-type: none;
	display: block;
	width: 400px;
	margin: 0 0 10px 0;
	padding: 0;
}
form.mailform li {
	margin-bottom: 20px;
}
form.mailform input.name {
	color:#EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 260px;
	height: 19px;
	background: #000 url("images/form-name.gif") no-repeat;
	background-position:top left;
	border: 0;
	margin: 0;
	padding: 6px 5px 5px 135px;
}
form.mailform input.email {
	color:#EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 260px;
	height: 19px;
	background: #000 url("images/form-subject.gif") no-repeat;
	background-position:top left;
	border: 0;
	margin: 0;
	padding: 6px 5px 5px 135px;
}
form.mailform textarea {
	color:#EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 390px;
	height: 110px;
	background: #000 url("images/form-message.gif") no-repeat;
	background-position:top left;
	border: 0;
	padding: 35px 5px 5px 5px;
}
.formsubmit {
	float: right;
	padding: 0;
	border: none;
	width: 80px;
	height: 30px;
	background-image: url("images/form-submit.gif");
	background-repeat: no-repeat;
	background-position:top left;
}

/********** ALERT **********/
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #222;
	z-index:1001;
	-moz-opacity: 0.75;
	opacity:.75;
	filter: alpha(opacity=75);
	cursor:default;
}
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 30%;
	padding: 50px 16px 16px 16px;
	border: 16px solid #B8E459;
	background-color: #B8E459;
	color:#111;
	z-index:1002;
	overflow: auto;
	font-size:18px;
	text-align:justify;
	line-height:1.4em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.white_content a {
	color:#111;
	text-decoration:none;
	background-color:transparent;
	text-indent:-9999px;
	background:url(images/close.gif) no-repeat;
	width:32px;
	height:32px;
}
.close {
	position: absolute;
	top:0;
	right:0;
}

/********** CLEAR **********/
.clear {
	clear:both;
}
.blank {
	diplay:none;
}
