/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2010
	
	PORTFOLIO
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #portfolio_categories h2 {
	padding: 0;
}

#content #portfolio_categories .subCategory {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	background: url("../images/portfolio/category_bg.jpg") no-repeat bottom left;
}

#content #portfolio_categories .subCategory a:link,
#content #portfolio_categories .subCategory a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #fefefe;
}

#content #portfolio_categories .subCategory a:hover {
	text-decoration: underline;
}

#content #portfolio_categories .subCategory .subCategory_items {
	padding: 10px 0;
}

#content #portfolio_categories .subCategory .subCategory_items .sub_image {
	margin: 0 15px 0 0;
	border: 2px #fff solid;
}

#content #portfolio_categories .subCategory .subCategory_items a:hover .sub_image {
	border: 2px #008bd6 solid;
}

#content #portfolio_categories .subCategory .subCategory_items .item_arrow {
	float: right;
	margin: 35px 95px 0 0;
}


/*	-------------------------------------------------------------
	BROWSE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	
#portfolio_items {
	clear: both;
	padding-top: 15px;
}

#content #portfolio_items .item {
	float: left;
	margin: 0 0 30px 30px;
	width: 150px;
	text-align: left;
}

#content #portfolio_items .item.start {
	clear: left;
	margin-left: 0;
}

#content #portfolio_items .item .intro a:link,
#content #portfolio_items .item .intro a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #989999;
}

#content #portfolio_items .item .intro a:hover {
	text-decoration: underline;
}

#content #portfolio_items .item h4 {
	font-weight: normal;
	padding: 2px 0 5px 0;
	font-size: 1.1em;
}

#content #portfolio_items .item h4,
#content #portfolio_items .item h4 a:link,
#content #portfolio_items .item h4 a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#content #portfolio_items .item h4 a:hover {
	text-decoration: underline;
	color: #fff;
}

#content #portfolio_items .item .intro .image {
	padding: 5px 0;
	text-align: center;
}

#content #portfolio_items .item .image img {
	border: 2px solid #f5f5f5;
}

#content #portfolio_items .item .image a:hover img {
	border: 2px solid #008bd6;
	background: 0;
	padding: 0;
}




/*	-------------------------------------------------------------
	VIEW ITEM
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #portfolio_item {
	padding-top: 5px;
}

#content #portfolio_item h2 {
	border-bottom: 1px #333 solid;
}

#content #portfolio_item #item_images {
	float: left;
	margin: 20px 0 0 0;
}

#content #portfolio_item #item_images img {
	float: left;
	margin: 0 20px 20px 0;
	border: 2px #aaa solid;
}

#content #portfolio_item #item_images a:hover img {
	float: left;
	margin: 0 20px 20px 0;
	border: 2px solid #008bd6;
}

#content #portfolio_item #item_images a:hover img.end {
	margin: 0 0 20px 0;
}

#content #portfolio_item #item_description {
	clear: both;
	padding: 10px 0 0 0;
	border-top: 1px #333 solid;
}

#content #portfolio_item #item_attachments {
	margin: 5px 0;
	padding: 5px 0 12px 12px;
	background: #222;
}

#content #portfolio_item #item_attachments ul {
	list-style-type: disc;
	padding: 0 0 0 15px;
}

#content #portfolio_item .backLink {
	padding: 20px 0 10px 0;
	clear: both;
	text-align: center;
}




/*	-------------------------------------------------------------
	PAGINATION
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #portfolio .pagination {
	padding: 20px 0 10px 0;
	clear: both;
	text-align: center;
}

#content .pagination a:link,
#content .pagination a:visited {
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
	padding: 1px 5px;
	background: #f89a1c;
	border: 1px solid #e88d14;
}

#content .pagination a.active:link,
#content .pagination a.active:visited {
	color: #fff7db;
	background: #ffc56a;
	border: 1px solid #ffbf66;
}

#content .pagination a.pagePosition:link,
#content .pagination a.pagePosition:visited {
	border: 1px solid #b0973d;
	background: #b0973d;
}



