/*
	Basic
*/


/* reset */
* {
	margin: 0;
	padding: 0;
}


/* document */
html, body {
	height: 100%;
}

body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;

}


/* links */
a {
	color: #a50106;
	text-decoration: underline;
}
a:hover {
	color: #a50106;
	text-decoration: none;	
}
.invert a, a.invert {
	text-decoration: none;
}
.invert a:hover, a.invert:hover {
	text-decoration: underline;
}


/* images */
img {
	border: none;
	margin: 0;
	}


/*
	Base semantics
*/
p, h1, h2, h3, h4, h5, h6, blockquote, pre, hr, address {
	margin-bottom: 15px;
	}


/* Blocks */
h1 {
	color: #9b0106;
	font-size: 20px;
}
hr {
	background: #b2b2b2;
	height: 1px;
	border: none;
	margin: 15px 0;
}


/*
	Forms
*/
input, textarea, select, button {
	font-family: Arial, Helvetica, sans-serif;
	}


/*
	Lists
*/
ul {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 15px;
	margin-bottom: 15px;
}
ul li {
	background: url(../img/design/ico.bullet.1.png) no-repeat 0 7px;
	margin-bottom: 5px;
	padding-left: 15px;
}
li ul {
	margin-bottom: 5px;
	margin-top: 5px;
}
li ul li {
	background: url(../img/design/ico.bullet.2.png) no-repeat 0 7px;	
}


/*
	Tables
*/
td {
	_vertical-align: top;
}


/*
	Typography
*/


/* decorations */
.t-upper { text-transform: uppercase; }
.t-lower { text-transform: lowercase; }


/* aligns */
.t-tal, td.t-tal { text-align: left!important; }
.t-tac, td.t-tac { text-align: center!important; }
.t-tar, td.t-tar { text-align: right!important; }

.t-vat, td.t-vat { vertical-align: top; }
.t-vam, td.t-vam { vertical-align: middle; }
.t-vab, td.t-vab { vertical-align: bottom; }
.t-vas, td.t-vas { vertical-align: baseline; }


/* font-sizes */
.t-10 { font-size: 10px; }
.t-11 { font-size: 11px; }
.t-12 { font-size: 12px; }
.t-13 { font-size: 13px; }
.t-14 { font-size: 14px; }
.t-15 { font-size: 15px; }
.t-16 { font-size: 16px; }
.t-17 { font-size: 17px; }
.t-18 { font-size: 18px; }
.t-19 { font-size: 19px; }
.t-20 { font-size: 20px; }
.t-22 { font-size: 22px; }
.t-24 { font-size: 24px; }
.t-25 { font-size: 25px; }
.t-28 { font-size: 28px; }


.c-black, a.c-black, .c-black a, .c-black a:hover, a.c-black:hover { color: #000000; }
.c-white, a.c-white, .c-white a, .c-white a:hover, a.c-white:hover { color: #ffffff; }
.c-red, a.c-red, .c-red a, .c-red a:hover, a.c-red:hover { color: #a50106; }
.c-pink, a.c-pink, .c-pink a, .c-pink a:hover, a.c-pink:hover { color: #E53D43; }
.c-grey, a.c-grey, .c-grey a, .c-grey a:hover, a.c-grey:hover { color: #c4c4c4; }




/*
	Grid Classes
*/
.x-fll { float: left; }
.x-flr { float: right; }

.x-cll { clear: left; }
.x-clr { clear: right; }
.x-clb { clear: both; }

.x-clear {
	background: none; 
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}
.y-portfolio #pf_top{
	display:none;
}
.y-portfolio #caption{
	margin-top:30px;
}