/*
	==========================================
	project: DesignHQ 
	author: Borut Jegrišnik (www.solucija.com)
	------------------------------------------
	2009. Solucija
	==========================================
*/

*{
	padding: 0;
	background-position: center center;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	color: #000;
}

:focus,:active { outline: 0; }
body {
	font: 12px Tahoma, Arial, Sans-Serif;
	color: #FFF;
	background-color: #000;
	background-position: center center;
	left: auto;
	clip: rect(auto,auto,auto,auto);
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
}
#imageContainer {
	text-decoration: none;
	color: #000;
}
	a:hover {
	color: #587273;
}
.x { clear: both; }

p {
	line-height: 25px;
	color:#555;
	background-color: #FFF;
	font-size: 14px;
	text-indent: 0px;
}
img {
	border: 0;
	left: auto;
	background-attachment: scroll;
	background-position:  center;
}

h1 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 0px;
	text-align:center;
	font-family: Tahoma, Arial, Sans-Serif;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	color: #5B6969;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 2px;
	color: #333;
	font-style: oblique;
}
h3 { font-size: 14px; font-weight: bolder; margin-bottom: 10px; color: #333; }
h4 {
	font-size: 18px;
	font-weight: normal;
	float: left;
	margin: 3px 0 0px;
	width: 460px;
	color: #000;
	text-decoration: underline;
}
h5 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	width: 50px;
	float: left;
	text-decoration: underline;
}

#wrapper {
	width: 1080px;
	background-image:url(../images/bg%20copy2.jpg);
	background-repeat: repeat-y;
	height: auto;
	background-color: #000;
	border: thin none #000;
	background-position: center top;
	background-attachment: scroll;
	float: none;
	clear: both;
	position: relative;
	visibility: inherit;
	padding-top: 0px;
	color: #FFF;
}
#wrapper2 {
	width: 1080px;
	background-image:url(../images/bg%20copy3.jpg);
	background-repeat: repeat-y;
	height: auto;
	background-color: #000;
	border: thin none #000;
	background-position: center top;
	background-attachment: scroll;
	float: none;
	clear: both;
	position: relative;
	visibility: inherit;
	padding-top: 0px;
	color: #FFF;
}

#logo {
	font-family: Tahoma, Arial, Sans-Serif;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 12px;
	filter: Light;
	color: #FFF;
}
	#logo h1 {
	letter-spacing: 3px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFBF0;
	font-style: normal;
	text-decoration: none;
}
		#logo h1 a {
	color: #FFF;
}
		#logo h1 a span {
	color: #EEE;
}
#content {
	width: 980px;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: #FFF;
	color: #000;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
	
.menu {
	width: 600px;
	float: left;
	background-image: url(none);
	list-style-image: none;
	list-style-type: none;
	position: absolute;
	color: #AAA;
	border-bottom-color: #9A9A9A;
	border-left-color: #EDEDED;
	margin-top: 14px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 14px;
}
	.menu li { float: left; margin: 0 4px 0 0; }
	.menu li a {
	display: block;
	font-size: 14px;
	padding: 14px 24px;
}
.menu a:hover    {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ddd;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #ddd;
	font-family: Tahoma, Arial, Sans-Serif;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-attachment: scroll;
}

		.menu li ul {
	display: block;
	position: absolute;
	display: none;
	z-index: 1;
	border: 2px solid #000;
	background: #fff;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
		.menu li ul li {
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Sans-Serif;
}
		.menu li ul li a {
	width: auto;
	margin: 4px;
	white-space: nowrap;
	padding-top: 10px;
}

#search { float: right; width: 275px; margin: 23px 18px; display: inline; }
	#search .text { width: 227px; height: 16px; border: 1px solid #ddd; padding: 5px; float: left; color: #888; }
	#search .submit { float: right; border: 0; background: #000 url(../images/search.gif) no-repeat center 8px; width: 32px; height: 28px; padding-top: 1px; }

#pitch {
	margin-bottom: 30px;
}
	#pitch .infoline {
	margin-top: -70px;
	padding: 15px 0 15px 25px;
	font-size: 18px;
	width: 955px;
	height: 18px;
	opacity:.75;
	filter:Alpha(Opacity=10);
	color: #FFF;
	background-color: #000;
	text-align: center;
}

	.pitch-gallery {
	overflow: hidden;
	width: 980px;
	position: relative;
	border: thin none #000;
}
		.pitch-gallery-holder {
	width: 3920px;
	position: relative;
	top: 0;
	left: 0;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
		.pitch-gallery-div { float: left; }
#left2 {
	display: inline;
	float: left;
	margin-top: 25px;
	padding-top: 25px;
	border-top-width: thick;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #111;
	border-right-color: #111;
	border-bottom-color: #111;
	border-left-color: #111;
}
#left3 {
	display: block;
	float: left;
	width: 620px;
	margin-left: 25px;
}
#left3 img {
	padding-right: 25px;
	margin-right: 0px;
	padding-bottom: 25px;
}
#left3 a img {
	margin-top: 10px;
	margin-left: 2px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	float: right;
	margin-right: 15px;
}
#left3 p  {
	text-align: left;
	white-space: normal;
	display: inline;
	margin-left: 25px;
	padding-left: 20px;
}
		
#left {
	width: 600px;
	float: left;
	margin-left: 25px;
	display: inline;
	color: #000;
	padding-top: 0px;
}
#lefttext {
	float: left;
	width: 400px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	left: auto;
	vertical-align: middle;
	position: absolute;
}
#leftprojects {
	text-align: left;
	width: 50px;
	display: inline-block;
	margin-left: 25px;
	float: left;
	height: 100px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 55px;
	padding-bottom: 25px;
	padding-left: 25px;
	border: thin none #000;
}
	#left img {
	float: left;
	margin: 5px 20px 2px 0;
	padding: 3px;
	border: 1px solid #ccc;
}
	#left form { padding-left: 45px; }
	#left label { float: left; display: block; clear: both; padding: 3px 0; color: #666; font-weight: normal; width: 150px; }
#wrapper #content {
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #222;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #FFF;
}
		#left .lcurrent { font-weight: bold; }
	#left label img { vertical-align: middle; }
	#left input.text, textarea, select { float: left; margin: 0 5px 10px 0; padding: 7px; width: 350px; border: 1px solid #ccc; }
	#left textarea { height: 200px; }
	#left select { width: 366px; }
	#left input.radio {  }
		#left input:focus { border-color:#aaa; }
		#left textarea:focus { border-color: #aaa; }	
	.error { font-size: 10px; color: #666; margin: 0 0 10px 150px; display: none; }
	#left .submit {
	border: thin groove #000;
	color: #000;
	padding: 5px;
	float: left;
	margin-left: 150px;
	background-color: #DDD;
}
	
ul { color: #666; margin: 0 0 10px 30px; line-height: 18px; }
ol { color: #666; margin: 5px 0 5px 30px; line-height: 18px; }
	
	#contact-back { margin: 12px 40px 0 0; float: right; }

.post {
	position: relative;
	margin-bottom: 20px;
	height: 127px;
	color: #000;
}
.post-options { position: relative; margin: -37px 0 40px 0; font-size: 10px; color: #666; }

#right {
	width: 265px;
	float: right;
	border-left: 1px solid #ccc;
	padding-left: 26px;
	margin-right: 25px;
	display: inline;
	top: 0px;
}
	
#feature { margin-left: 25px; padding-bottom: 10px; }
	.small-post { float: left; width: 260px; margin-right: 75px; }
		.small-post img { border: 1px solid #ccc; padding: 3px; margin-bottom: 10px; }
	.last { margin-right: 0; }
	#feature ul { margin-top: -11px; }
	
#footer {
	color: #EDEDED;
	font-size: 11px;
	font-family: Tahoma, Arial, Sans-Serif;
	background-position: center;
	filter: Alpha(Opacity=0, FinishOpacity=0);
	height: 100px;
	background-color: #000;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: -5px;
}

.post-info { font-size: 11px; color: #999; }
.read-more {
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: 138px center;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}
.break {
	border-top: 1px solid #ccc;
	margin: 30px 0;
	display: block;
	font-family: Tahoma, Arial, Sans-Serif;
}
	.no-border { border: 0; }
.space { margin-bottom: 20px; }
.menu li.current a {
	text-decoration: none;
}
#menubackground {
	vertical-align: super;
	background-attachment: scroll;
	background-position: left;
	height: auto;
	width: inherit;
	position: absolute;
	white-space: normal;
	display: block;
	margin-left: -9px;
	visibility: inherit;
}
#leftprojects a img {
	border: thin solid #555;
}
#wrapper #content #leftprojects p {
	margin: 10px;
	padding: 25px;
	float: left;
	height: 100px;
	width: 400px;
	color: #000;
}
#left3 #small img {
	border: thin outset #AAA;
}
