@CHARSET "UTF-8";

/**
 * Gallery page layout
 *
 * @author: Tomasz Paciorek (design) info@tomaszpaciorek.com
 * @author:  Dariusz Paciorek (xhtml, css) darekpaciorek@gmail.com
 * @version: ver. 1
 */

/** Import global CSS */
@import "../global/header.css";
@import "../global/footer.css";

/** Title */
#title {
	padding: 30px 0 37px 0;
	background: url(../../gfx/press/hline.gif) no-repeat 0 100%;
}

#title h2 {
	height: 23px;
	background: url(../../gfx/press/title.gif) no-repeat 0 0;
}

#title span {
	display: none;
}

/** Listing */
#articles {
	float: left;
	width: 447px;
}

#articles h3 {
	margin: 24px 0 0;
	font-size: 1.666em;
	font-weight: 400;
	color: #ff9c00;
}

#movies h3 {
	margin: 14px 0 0;
	font-size: 1.666em;
	font-weight: 400;
	color: #ff9c00;
}

#articles p, #movies p {
	margin: 18px 0 0;
	line-height: 16px;
}

.list {
	margin: 50px 0 0;
}

#articles .row {
	margin: 20px 0 0;
}


.info {
	color: #ad0d01;
	margin: 11px 0 0;
}

.row a:link, .row a:visited {
	text-decoration: none;
	color: #ad0d01;
	padding: 0 0 0 13px;
	background: url(../../gfx/press/arrow.gif) no-repeat 0 5px;
}

.row a:hover {
	text-decoration: underline;
}

.download {
	margin: 5px 0 0;
}

#movies {
	float: right;
	width: 447px;
}

#movies .row {
	margin: 40px 0 0;
}

.photoFrame {
	padding: 11px 0 14px 14px;
	background: url(../../gfx/gallery/foto_frame.gif) no-repeat 0 0;
}

.row h4 {
	margin: 24px 0 0;
	font-size: 1.5em;
	font-weight: 400;
	color: #ff9c00;
}

div.youtube a, div.youtube a:visited, div.youtube a:link {
	background-image: none;
	padding: 0;
	margin: 0;
}

div.youtube {
	padding: 5px 10px 10px 10px;
	margin: 0;
	position: relative;
	top: 20px;
	background: url(../../gfx/press/foto_frame_small.gif) no-repeat 0 0;
}

