body {
	font-size : 12.5px;
	font-family: Arial, sans-serif; 
	color : #808080;
	background: #FFF;
}

a,
a:visited {
	color: #808080;
	text-decoration: none;
}

a:hover,
a.current {
	color: #0099B0;
}

a.current {
	font-weight: bold;
}


h2 {
	font-size: 150%;
	color: #0199B0;
	text-transform: lowercase;
	font-weight: normal;
	line-height: 125%;
}
	h2 span {
		font-size: 70%;
	}

#taboo {
	width: 880px;
	margin: 0 auto;
	padding: 40px 20px;
	overflow: hidden;
}

/**
 * Header
 */

 #taboo .header {
 	overflow: hidden;
	border-bottom : 1px solid #12A0A0;
	padding: 0 0 0.3em 0;
	width: 100%;
	clear: both;
 }
 	#taboo .header h1 {
 		float: left;
		text-indent: -99999px;
		width: 399px;
		height: 44px;
		background: url(/wp-content/themes/taboo/img/logo-page.png) no-repeat 0 0;
 	}
		#taboo .header h1 a {
			display: block;
			height: 100%;
			width: 100%;
		}
	
 	#taboo .header .contacts {
 		float: right;
 	}
		#taboo .header .contacts li {
			line-height: 1.5em;
			letter-spacing: 0.01em;
		}

/**
 * Top Menu
 */

 #taboo .top-menu {
 	margin: 1em 0 2em 0;
	overflow: hidden;
 }
 	#taboo .top-menu ul{
 		float: left;
		overflow: hidden;
 	}

		#taboo .top-menu ul li {
			line-height: 1.3em;
			text-transform: lowercase;
		}
			#taboo .top-menu ul li a.current {
				color: #808080;
			}
	#taboo .top-menu ul.pages {
		padding-left: 130px;
		width: 135px;
	}
	#taboo .top-menu ul.categories {
		padding-left: 13px;
		margin-right: 10px;
	}


/**
 * Subheader
 */

#taboo .subheader {
	clear: both;
	overflow: hidden;
	padding: 0 0 0.3em 130px;
	margin: 0 0 1em 0;
}

/**
 * Sidebar menu
 */

 #taboo .sidebar-menu {
	width: 120px;
	margin: 0 10px 0 0;
	float: left;
	font-size: 0.9em;
 }
 	 #taboo .sidebar-menu ul li {
 	 	border-bottom:1px dotted;
		line-height:1.3em;
		margin:0 0 0.3em;
		padding:0 0 0.3em;
 	 }
	 #taboo .sidebar-menu ul.lastworks li {
	 	margin: 0 0 0.4em 0;
	 }
	 #taboo .sidebar-menu ul li.current > a {
	 	color: #0099B0;
	 }
	 	 #taboo .sidebar-menu ul li ul {
	 	 	margin: 0.5em 0 0.5em 1em;
			display: none;
	 	 }
		  #taboo .sidebar-menu ul li.current ul {
		  	display: block;
		  }
		 	 #taboo .sidebar-menu ul li ul li {
		 	 	border:medium none;
				line-height:1em;
				margin:0;
		 	 }
/**
 * Contacts Form
 */

.form-container {
	overflow: hidden;
	margin: 2em 0 0 0;
}
	.form-container .row {
		position: relative;
		margin: 0 0 1em 0;
		_margin: 0;
		clear: both;
		width: 100%;
	}
		.form-container .row .field-name {
			float: left;
			width: 7em;
			margin-right: -100%;
		}
			.form-container .row .field-name label {
				padding: 0 1.1em 0 0;
				
			}
			.form-container .row .required label {
				background: url(/wp-content/themes/taboo/img/required.png) 97% 30% no-repeat;
			}
		.form-container .row .input-field {
			padding-left: 8em;
			zoom: 1;
		}
			.form-container .row .input-field textarea.textarea {
				width: 26em;
			}
			.form-container .row .input-field input.text {
				width: 26em;
				zoom: 1;
				position: relative;
			}
			.form-container .row .input-field .required-note {
				font-size: 90%;
				padding: 0 0 0 1.5em;
				background: url(/wp-content/themes/taboo/img/required.png) 0% 30% no-repeat;;
			}

	

/**
 * Work item
 */
 #taboo .main-content {
 	width: 750px;
	float: left;
	overflow: hidden;
	position: relative;
 }
 	 #taboo .main-content .pictures-container {
		position: relative;
		width: 300px;
		height: 300px;
		margin: 0 0 1.5em 0;
 	 }
 	 #taboo .main-content ul.pictures {
		width: 10000em;
		position: absolute;
		left: 0;
 	 }
	 	#taboo .main-content ul.pictures li {
	 		float: left;
			margin: 0 100em 0 0;
			width: 300px;
	 	}
			#taboo .main-content ul.pictures li .shadowww {
				_height: 1px;
				box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
				-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
				-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
				filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=5,MakeShadow=true,ShadowOpacity=0.3);
				background: #000;
				
				line-height: 1px;
				display: -moz-inline-stack;
				display: inline-block;
				vertical-align: middle;
			}
			
			#taboo .main-content ul.pictures li a {
				background: #fff;
				position: relative;
				display: block;
			}
	
	#taboo .main-content ul.pictures-navigation {
		overflow: hidden;
	}
		#taboo .main-content ul.pictures-navigation li {
			float: left;
			margin: 0 1em 0 0;
		}
			#taboo .main-content ul.pictures-navigation li a {
				background-image: url(/wp-content/themes/taboo/img/pictures-navigation.png);
				background-repeat: no-repeat;
				background-position: -20px -8px;
				text-indent: -9999999px;
				display: block;
				width: 9px;
				height: 8px;
			}
				#taboo .main-content ul.pictures-navigation li a:hover,
				#taboo .main-content ul.pictures-navigation li a.current {
					background-position: 0 0;
				}
	
	#taboo .main-content .details {
		clear: both;
		overflow: hidden;
		margin: 1.5em 0 0 0;
	}
		#taboo .main-content .details .left {
			float: left;
			width: 135px;
		}
		#taboo .main-content .details .right {
			margin: 0 0 0 148px;
		}
		
		#taboo .main-content .details dl dt {
			font-weight: bold;
			margin: 0 0 0.5em 0;
		}
		#taboo .main-content .details dl dd {
			margin: 0 0 2em 0;
		}
		
		#taboo .main-content .details .right dd {
			line-height: 1.5em;
		}
	
	#taboo .main-content {
		overflow: hidden;
	}
		#taboo .main-content a {
			color: #0099B0;
		}
		#taboo .main-content h3 {
			font-weight: normal;
			font-size: 1.3em;
			margin: 0 0 1em 0;
		}
		#taboo .main-content p {
			line-height:1.3em;
			margin:0 0 0.8em;
		}
	
	#taboo .main-content .edit-link {
		clear: both;
		width: 100%;
		overflow: hidden;
	}
	#taboo .main-content .edit-link a {
		color: #0199B0;
		text-decoration: underline;
		font-size: 90%;
	}

