body, td, th {
	font-family: 'Courier New', courier;
	font-size:15px;
	color: #fff;
	padding:0;
	margin:0;
	background:#000;
	}

body {
	background:#000;
}

h1 {
	font-size:1em;
	margin:0;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;

	margin:0 0 3px 0;
}
h1 a{
	color:#fff;
	text-decoration:none;
}



/*
h1 {
	font-family: helvetica;
	font-size:14px;
	margin:0;
	font-weight:bold;
	color:#662C91;
	text-transform: uppercase;
	letter-spacing:1px;
	position:relative;
	left:-6px;

}
h1 span {
	background:white;
	color:#000;
	padding:1px 0;
}
*/

a{
	color:#85608a;
}
#back{
	float:left;
	width:90px;
	margin:10px 0 0 0;
	text-transform: uppercase;
	text-align:right;
	
}
#back a{
	color:#fff;
}
.project_page{
	width:362px;
	text-align:right;
	float:left;
}

.project_page h2{
	text-align:right;
}
.project_page h2 span {
	background: #FCE529;
	color:#000;
	padding:1px 0;
	letter-spacing:1px;
	font-family: helvetica;
	font-size:18px;

	font-weight:bold;
}

.project_page a{
	color:#fff;
}

#poster_container{
	border:1px solid #353535;
	width:640px; 
	background:#000;
	float:left;

}
#poster_container a{
	display:block;

	float:left;
}

#poster_container img{
	border:none;

}
img.poster{
		border:1px solid #353535;
}

.project_description p {
	margin:.4em 0;
	width:640px;
}

h2{
	font-size:1em;
	margin:1em 0 0 0;
	font-weight:normal;
	text-transform: uppercase;
	clear:both;
}
h2 a{
	display:block;
	float:right;
	width:150px;
	text-transform: uppercase;
	margin:0 65px 0 0;
	color:white;
	text-decoration:none;
	text-align:right;
	font-size:13px;
	outline:none;
	
}
h2 a:hover{
	color:#00AEEF;
	
}

#main h2{

}
#container{
	width:850px;
	margin: 123px auto 0;

}

#main{
	width:708px;
	float:left;
	font-size:1em;
	padding:0 0 80px 0;

}

#category_list li{
	text-transform: lowercase;
}

#project_list{
	margin:0;
	padding:0;
	float:left;
}

#project_list li{
	float:left;
	width:236px;
	list-style:none;
	margin:0;
	padding:0;
	height:133px;
	overflow:hidden;
}

#project_list.admin li{
 height:auto;
}

#project_list{
	height:399px;
	border:0px solid red;
}
#project_list.admin{
	height:auto;
}

#project_list img{
	border:0;
	width:236px;
	height:133px;
}

#sidebar{
	float:left;
	width:133px;

	margin:0 0 0 9px;
}
#sidebar table{
	margin:20px 0 0 0;
	height:399px;
	border:0px solid red;
}
#sidebar td{
	vertical-align: top; 
	border:0px solid red;
}
#sidebar td.last{
	vertical-align: bottom; 
}

.side_list{
	float:none;
	width:auto;
	margin:0 0;
	padding:0;
	border:0px solid green;
}

.side_list li{
	text-transform: uppercase;
	list-style:none;
	float:none;
	width:auto;
	margin:0;
	padding:0;
}

.side_list a{
	color:white;
	text-decoration: none;
}
.side_list a.selected{
	color:#00AEEF;
	text-decoration: none;
}

.side_list a:hover, .side_list li.selected a, h1 a:hover{
	color:#00AEEF;
}



#partizan_logo{
	background:url(images/partizan_logo.gif);
	width:104px;
	height:29px;
	display:block;
	text-indent:-9000px;
	outline:none;
}

p.represent{
	text-transform:uppercase;
	margin:1em 0 0;
}

.search_box {
	width:100px;
	border:0;
}

.project_name, .project_client, .project_year {
	text-transform:uppercase;
	font-size:18px;
}

ul, li{
	margin:0;
	padding:0;
}
.text_content{
	padding:0 15px 0 0;
}

.text_content ul li{
	margin:1em 0 3em 0;
	list-style:none;
	text-align:justify;	
	
}
.text_content ul li ul li{
	margin:0;
	
}

.text_content ul {

}

.pagination {
	clear:both;
	margin:10px 0 0 0;
	float:left;
	color:#fff;
	width:500px;

}
.pagination a{
	text-decoration:none;
	color:#fff;
}
.pagination a:hover{
	color:#85608a;

}
.pagination span.current{
	color:#85608a;
}

#shadowbox_title{
	font-family:courier;
}

#footer{
	font-size:12px;
	color:#333;
	padding:10px 100px;
	float:left;
	clear:both;
	text-align:center;
}

