/*PAGE*/
div.divider {
	width: 100%;
	border-bottom: solid 1px #ca7000;
}

/*WRAPPERS*/
#wrapper-left {
	position: fixed;
	top: -20px;
	left: -20px;
	background: url(source/wrapper-left.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 480px;
	height: 2000px;
	z-index: -999;
}
#wrapper-right {
	position: fixed;
	top: -20px;
	right: -20px;
	background: url(source/wrapper-right.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 480px;
	height: 2000px;
	z-index: -999;
}

/*HEADER*/
header h1 {
	font-size: 20px;
	color: #ca7000;
	line-height: 20px;
	font-family: monospace;
	margin-top: 60px;
}
header h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	font-family: monospace;
	margin-bottom: 60px;
}
header img {
	height: 150px;
	margin: 10px 0px 10px 0px;
}

/*MAIN MENU*/
.main-menu {
	margin: 0px;
	list-style: none;
}
.main-menu li {
	display: inline;
	padding-right: 10px;
}
.main-menu a:link {
	text-transform: uppercase;
	font-size: 13px;
	color: #ca7000 !important;
}
.main-menu a:visited {
	text-transform: uppercase;
	font-size: 13px;
	color: #ca7000 !important;
}
.main-menu a:hover {
	color: #fff !important;
	text-decoration: none;
}
.main-menu a:active {
	text-transform: uppercase;
	font-size: 13px;
	color: #ca7000 !important;
}

/*FOOTER*/
footer {
	padding-top: 10px;
	color: #ca7000;
	padding-bottom: 20px;
}
footer a:link {
	color: #ca7000 !important;
}
footer a:hover {
	color: #fff !important;
}


/*PROJECTS*/
.project-thumb {
	width: 159px;
	padding: 0px 20px 30px 20px;
	height: 189px;
	float: left;
	color: #fff !important;
}
.project-thumb img {
	width: 159px;
	height: 159px;
	overflow: hidden;
	border: solid 1px #ca7000;
}
.project-sidebar {
	background-color:rgba(180,180,180,0.6);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.project-sidebar ul {
	list-style: none;
	margin: 0px;
}
.project-sidebar li {
	padding: 5px 5px 5px 10px;
	border-bottom: solid 1px #ca7000;
}
.project-sidebar li:last-child {
	border: none;
}
.project-sidebar a:link {
	text-transform: uppercase;
	font-size: 12px;
	color: #fff !important;
	display: block;
}
.project-sidebar a:visited {
	text-transform: uppercase;
	font-size: 12px;
	color: #fff !important;
}
.project-sidebar a:hover {
	color: #fff !important;
	text-decoration: none;
}
.project-sidebar a:active {
	text-transform: uppercase;
	font-size: 12px;
	color: #fff !important;
}
.project-sidebar li:hover {
	background-color:rgba(180,180,180,1);
}
.project-sidebar li:hover a {
	color: #ca7000 !important;
}

/*ITEM LIST*/
.item-list>div.breadcrumb {
	color: #ca7000;
}
.item-header {
	border-bottom: solid 1px #ca7000;
	height: 20px !important;
}
.item-title {
	font-size: 14px;
	font-weight: bold;
}
.item-id {
	font-size: 12px;
	color: #ca7000;
	font-style: italic;
}
.item-thumb {
	width: 150px;
	margin: 0px 10px 10px 0px;
	float: left;
}
.item-body {
	border-bottom: solid 1px #ca7000;
}
.item-body p {
	font-size: 14px !important;
}
/*.item-gallery img {
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin: 10px 10px 0px 10px;
	border: solid 1px #afafaf;
}*/
.img-test {
	width: 150px;
	height: 150px;
	overflow: hidden;
	border: solid 1px #afafaf;
	float: left;
	margin: 10px 10px 0px 0px;
}
.img-test img.landscape {
	height: 150px;
}
.img-test img.portrait {
	width: 150px;
}

/*MAIN PAGE*/
.short-info {
	border-left: solid 1px #ca7000;
	padding-left: 5px;
}
.short-info p.caption {
	color: #ca7000;
	text-transform: uppercase;
	font-size: 12px;
}

#storeMenu {
	background-color: #808080;
	margin-top: 20px;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#storeMenu a {
	display: block;
	float: left;
	width: 200px;
	padding: 5px 10px 5px 10px;
	color: #fff !important;
	border-bottom: solid 1px #ca7000;
}
#storeMenu a:hover {
	background-color: #d0d0d0;
	width: 200px;
	color: #ca7000 !important;
	text-decoration: none;
}

.store_thumb {
	height: 155px;
	width: 135px;
	list-style: 20px;
	float: left;
	margin: 10px 10px 20px 10px;
	color: #fff !important;
	line-height: 20px;
}
.store_thumb img {
	border: solid 1px #ca7000;
	width: 134px !important;
	height: 134px !important;
	border: solid 1px #ca7000;
	border-radius: 10px;
}