/*
Theme Name: Archinos Website
Theme URI: http://www.archinos.com/
Description: A tailor-made theme for the Archinos Architecture agency website.
Version: 1.0
Author: Tarek Shalaby
Author URI: http://www.tarekshalaby.com/
Tags: red, black, grey, fixed width, two columns, 960gs
*/

body {
	background-color: #000;
	color: #fff;
	font-family: Arial, Tahoma;
	font-size: 11px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}
a:link, a:visited, a:active {
	color: #cf1111;
	font-weight: bold;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.typeface-js {
	letter-spacing: 0;
}
.h1 {
	color: #444;
	font-family: "Swis721 Ex BT";
	font-size: 67px;
	margin: -20px 0 35px 0;
}
.h2 {
	background: url(images/bullet_12.png) no-repeat bottom right;
	color: #cbcbcb;
	display: block;
	font-family: "Swis721 Ex BT";
	font-size: 30px;
	margin: 0 0 40px 0;
}
.h4 {
	font-family: "Swis721 Ex BT";
	font-size: 14px;
	text-transform: uppercase;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.red_line {
	border-bottom: 2px solid #cf1111;
	height: 71px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.navigation {
	font-family: "Swis721 Ex BT";
	font-size: 14px;
	margin: 41px 0 5px 0;
	padding: 0 0 10px 0;
}
.navigation a{
	color: #FFF;
	font-weight: normal;
}
.navigation ul{
	list-style: none;
	text-transform: uppercase;
	margin: 0;
}
.navigation ul li{
	display: block;
	float: left;
	margin: 0 0 0 54px;
	text-align: center;
}
.navigation ul li.page-item-9{
	margin: 0;
}
.navigation .current_page_item a, .sidebar_links .current_page_item a, .current_page_parent a{
	color: #cf1111;
}
.left_sidebar ul{
	list-style: none;
	margin: 0 0 30px 0;
}
.left_sidebar ul li{
	margin: 0 0 10px 0;
}
ul.sidebar_links {
	margin: 0 0 60px 0;
}
ul.sidebar_links li{
	background: url(images/bullet_10.png) no-repeat 0 5px;
	padding-left: 20px;
}
.sidebar_links a{
	color: #fff;
	font-weight: normal;
	font-family: "Swis721 Ex BT";
	font-size: 14px;
}
ul.latest_news_list{
	margin: 15px 0 0 0;
}
.latest_news_list small, .news_archive_list small{
	color: #ccc;
	font-size: 10px;
	font-style: italic;
}
.news_archive_list li{
	margin: 0 0 10px 0;
}
.homepage_slides img{
	border: 1px solid #555;
	margin: 0 0 30px 0;
}
.homepage_slides_panel{
	position : absolute; 
}
.homepage_slides_container {
	min-height: 480px;
}
.scroll_container{
	width: 375px;
	height: 500px;
}
.sidebar_scroll_container{
	height: 300px;
	margin: 0 0 10px 0;
}
.bottom_line {
	font-family: "Swis721 Ex BT";
	font-size: 10px;
	margin: 40px 0 0 0;
}
.bottom_line img{
	margin: 0 13px 4px 13px;
}
.footer {
	background-color: #cf1111;
	color: #000;
	text-align: right;
}
.footer p{
	margin: 10px 0;
	font-size: 10px;
}
.footer a{
	color: #000;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
.attached_image {
	border: 1px solid #666;
	float: right;
	margin: 0 0 5px 10px;
}
.project_title {
	font-family: "Swis721 Ex BT";
	font-size: 14px;
	color: #cf1111;
}
ul.clients li , ul.publications li{
	display: block;
	margin: 0 0 15px 0;
	list-style: none;
}
ul.clients li img {
        float: left;
	max-width: 50px;
	max-height: 50px;
	margin: 0 20px 0 0;
	vertical-align: middle;
}
ul.publications li img {
	max-width: 100px;
	max-height: 100px;
	margin: 0 20px 0 0;
	float: left;
}
