/* Theme Name: Abaddon Studio */

@charset "utf-8";
/* CSS Document */

/* global */
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #cccccc;
	background: #000000;
	margin: 0px;
	line-height: 17px;
}
.port {
	position: absolute;
	width: 800px;
	z-index: 5;
	margin-top: 30px;
}
.port img {
	margin-right: 0px;
	position: relative;
	z-index: 10;
}
a, img {
	border: 0px;
}
a {
	text-decoration: none;
}
ul {
	margin:0px;
	padding: 0px;
}
ul li {
	list-style: none;
}
.cleared {
	clear: both;
}

/* adding / removing photo gallery opacity */
.ngg-gallery-thumbnail img{
	opacity:.5; /*firfox*/
	filter:alpha(opacity=50);/*ie*/
}
 .ngg-gallery-thumbnail .addOpacity{
	opacity:1; /*firfox*/
	filter:alpha(opacity=100);/*ie*/
} 

/* container */
#contentWrapper {
	background: #000000 url(images/bg2.jpg) no-repeat top center;
	width: 100%;
}
#content {
	width: 1000px;
	margin: 0px auto;
}
.subPage {
	width: 740px;
	min-height: 370px;
	position:relative;
	z-index:0;
}

/* header */
#header {
	padding-top: 15px;
}
#menu{
	position:relative;
	z-index:2000
}
#menu ul li {
	float: left;
	margin: 0px;
	text-align: center;
}
#menu ul li a {
	display: block;
	padding: 5px 18px;
	height: 23px;
	color: #FFFFFF;
	font-style: normal;
	font-size: 14px;
}
#menu li a:hover, li a:focus, li a:active, .currentPage {
	background-position: -150px 0px;
}
#menu a {
	background: url(images/btnbg.png) repeat -20px 35px;
}
.currentPage {
	text-decoration:underline;
	color: #CC0000;
}
#home, #recentWorks, .subPage {
	background: url(images/section-bg.png) no-repeat;
	width: 740px;
	padding: 10px 0px 5px 17px;
}

.subPage {
	background: url(images/section-bg.png);
	margin-top:40px
}
#home {
	min-height: 205px;
	margin-top: 40px;
}
#recentWorks {
	min-height: 150px;
}
#bottom {
	margin-top: 5px;
}
#bottom .col {
	float: left;
	display: inline;
	width: 327px;
	padding: 10px;
}
#bottom .social {
	margin-right: 20px;
}
#bottom .col img {
	margin-bottom: 23px;
}
#bottom .col2 {
	width: 200px;
	margin: 0px 56px 0px 30px;
}
#contact input, #contact textarea {
	width: 240px;
	margin-top: 5px;
	font-size: 12px;
	color: #999999;
}
#contact .submit {
	width: 75px;
	height: 27px;
	margin-right: -44px;
}
#contact .inputText {
	height: 22px;
	border:1px solid #555353;
	background:#181818;
	font-family:Arial, Helvetica, sans-serif;
	color: #999999;
}
#contact .inputComments {
	height: 60px;
	border:1px solid #555353;
	background:#181818;
	font-family:Arial, Helvetica, sans-serif;
	color: #999999;
}

/* footer */
#footer {
	background: url(images/footer-bg.gif) repeat-x;
	width: 100%;
	height: 79px;
}
#footerContent {
	width: 1000px;
	margin: 0px auto;
}
#footerContent ul {
	padding-top:20px;
}
#footerContent ul li {
	display: inline;
	padding: 0px 14px;
}
#footerContent a {
	color: #999999;
	font-style: italic;
	font-weight: bold;
}
#footerContent p {
	float: right;
	margin-top: -22px;
}



/* Begin Images in CMS */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 16px 4px 4px 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */

