/*
********************
WebSite: FireDart
Name: style.css
Type: css
Version: 1.0
Author: FireDart
Main layout by: FireDart
Valid: CSS level 2.1
********************
*/
/*
************************************************************
General Site Info
************************************************************
*/
/*
********************
CSS Reset
********************
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/*
********************
Body
********************
*/
body {
	background: #222222 url(../images/bg.png) repeat scroll 0 0;
	color: #42423d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	overflow-y: scroll;
}


/*
********************
Images
********************
*/
a img {
	border: 0px;
}
.simg {
	background: #ffffff;
	padding: 10px;
	margin: 13px;
	box-shadow: 0 0 5px #999999;
	-moz-box-shadow: 0 0 5px #999999;
	-webkit-box-shadow: 0 0 5px #999999;
	zoom: 1;
	filter:
		progid:DXImageTransform.Microsoft.DropShadow(color=#969696, offx=1, offy=1)
		progid:DXImageTransform.Microsoft.DropShadow(color=#C2C2C2, offx=1, offy=1)
		progid:DXImageTransform.Microsoft.DropShadow(color=#EFEFEF, offx=1, offy=1);
}


/*
********************
HR
********************
*/
hr {
	height: 0;
	clear: both;
	border: solid #555;
	border-width: 1px 0 0;
}


/*
********************
Normal, standard links
********************
*/
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover, a:active {
	color: #b30000;
	text-decoration: none;
}


/*
********************
Headers
********************
*/
h1, h2, h3, h4, h5, h6 {
	color: #42423d;
	text-shadow: 0 1px 0 #aaaaaa;
}
h1  {
	border-bottom: 1px solid #111111;
	font-size: 22px;
	font-weight: bolder;
	line-height: 1.5em;
	margin-bottom: 10px;
}
h2  {
	font-size: 20px;
	font-weight: bolder;
}
h3  {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}


/*
********************
Other Headers
********************
*/
p  {
	color:  #42423d;
	font-size: 13px;
	font-family: inherit;
}
address {
	font-size: 12px;
	font-style: italic;
}


/*
********************
Font Face
********************
*/
/* Font by  : SMeltery | Download : http://www.smeltery.net/fonts/megalopolis-extra */
@font-face {
	font-family: 'Megalopolis Extra';
	src: url('../fonts/megalopolisextra/megalopolisextra.eot');
	src: local('MEgalopolisExtra'), url('../fonts/megalopolisextra/megalopolisextra.woff') format('woff'), url('../fonts/megalopolisextra/megalopolisextra.ttf') format('truetype'), url('../fonts/megalopolisextra/megalopolisextra.svg#MegalopolisExtra') format('svg');
}


/*
********************
Clearer
********************
*/
.clearer {
	clear: both;
}


/*
********************
ul, ol, li, dd Reset
********************
*/
ul, ol {
	list-style: none;
}
li, dd {  
	margin-left: 20px;  
}


/*
********************
Input Reset/Style
********************
*/
input, textarea {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff, #eeeeee 1px, #ffffff 25px);
	background: -webkit-gradient(linear, left top, left 25, from(#ffffff), color-stop(4%, #eeeeee), to(#ffffff));
	border: solid 1px #e5e5e5;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	padding: 4px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
textarea { 
	height: 150px;
	line-height: 150%;
}
input:hover, textarea:hover, input:focus, textarea:focus { 
	border-color: #c9c9c9;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.form label { 
	margin-left: 10px; 
	color: #999999; 
}
.submit input {
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/*
********************
Quote Tags
********************
*/
blockquote {
	display: block;
	padding: 0 15px;
	width: 580px;
}
blockquote:before, blockquote:after {
	color: #b30000;
	display: block;
	font-size: 700%;
	width: 50px;
}
blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.55em;
}
blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: -70px;
	margin-left: 600px;
}


/*
************************************************************
All Layout Info
************************************************************
*/
/*
********************
Header Wrapper, Body Wrapper, Footer Wrapper
********************
*/
#headerwrapper {
	margin: 0px auto;
	width: 960px;
}
#bodywrapper, #footerwrapper {
	background: rgba(17, 17, 17, 0.75);
	border: 1px solid #111111;
	margin: 0px auto;
	margin-bottom: 10px;
	padding: 5px;
	width: 950px;
}
#footerwrapper {
	margin-top: 10px;
}


/*
************************************************************
All Header Info
************************************************************
*/
#header {
	background: #ffffff;
	height: 100%;
	margin: 0px auto;
	position: relative;
	width: 960px;
}


/*
********************
Logo & Slogan
********************
*/
#logo {
	float: left;
	font-size: 20px;
	height: 65px;
	text-align: left;
	width: 500px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#logo h1 {
	border: none;
	color: #ff0000;
	font: 75px/1.1em 'Megalopolis Extra', Helvetica, inherit;
	letter-spacing: 0;
	text-shadow: none;
}
#logo h1 a {
	color: #ff0000;
	text-decoration: none;
}
#slogan {
	float: right;
	margin-top: 12px;
	text-align: center;
	width: 450px;
}
#slogan h2 {
	color: #ffffff;
	font-style: italic;
	font-size: 18px;
	text-shadow: none;
}


/*
********************
Navigation
********************
*/
#navigation {
	float: right;
	font-size: 1.5em;
	text-align: left;
	width: 450px;
	vertical-align: middle;
	float: right;
	position: relative;
}
#navigation ul {
	padding: 0px;
	padding-bottom: 0px;
	list-style: none;
	text-align: right;
	position: absolute;
	top: 14px;
	width: 450px;
	word-spacing: -1em;
}
#navigation ul li {
	float: left;
	margin: 0px 5px 0px 0px;
}
#navigation ul li a {
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 10px 2px 10px;
}
#navigation ul li a:hover, #navigation ul li.active a {
	background: rgba(17, 17, 17, 0.75);
	border-top: 1px solid #111111;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
	padding: 4px 10px 2px 10px;
}


/*
************************************************************
All Body Wrapper Info
************************************************************
*/
#body {
	background: #ffffff;
	background: #ffffff -moz-linear-gradient(top, #ffffff, #eeeeee 1px, #ffffff 25px);
	background: #ffffff -webkit-gradient(linear, left top, left 25, from(#ffffff), color-stop(4%, #eeeeee), to(#ffffff));
	border: 1px solid #111111;
	padding: 5px;
}
#page-title {
	background: #111111 -moz-linear-gradient(center top , #191919, #191919 50%, #101010 50%, #101010);
	background: #111111 -webkit-gradient(linear, center top, center bottom, from(#191919), color-stop(49%, #191919), color-stop(50%, #101010), to(#101010));
	background: #111111 url("../images/pagetitle-bg.png") repeat-x;
	border: 1px solid #111111;
	height: 21px;
	padding: 5px;
	margin: 0px;
}
#page-title h2  {
	border: none;
	color: #ffffff;
	font: bolder 25px/1.1em 'Megalopolis Extra', inherit;
	line-height: 1em;
	margin: 0px;
	text-shadow: none;
}


/*
************************************************************
All Footer Info
************************************************************
*/
/*
********************
Footer
********************
*/
#footer {
	background: #ffffff;
	border: 1px solid #111111;
	padding: 5px;
	text-align: center;
}


/*
************************************************************
All About Info
************************************************************
*/
/*
********************
About Style
********************
*/
.qa {
	border-left: 1px solid #111111;
	margin: 0px 0px 20px 10px;
	padding: 0px 0px 0px 10px;
}


/*
************************************************************
All Contact Info
************************************************************
*/
/*
********************
Contact Style
********************
*/
#contact input, #contact textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#contact textarea {
	height: 90px;
}
#contact textarea:focus, #contact input:focus {
	border: 2px solid #b30000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#contact input.submit-button {
	width: 100px;
	float: right;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#contact label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}


/*
************************************************************
All Portfolio Info
************************************************************
*/
/*
********************
Portfolio List
********************
*/
.portfolio-sites-list {
	box-shadow: 0 0 5px #999999;
	-moz-box-shadow: 0 0 5px #999999;
	-webkit-box-shadow: 0 0 5px #999999;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	zoom: 1;
	filter:
		progid:DXImageTransform.Microsoft.DropShadow(color=#969696, offx=1, offy=1)
		progid:DXImageTransform.Microsoft.DropShadow(color=#C2C2C2, offx=1, offy=1)
		progid:DXImageTransform.Microsoft.DropShadow(color=#EFEFEF, offx=1, offy=1);
	background: #fff;
	float: left;
	padding: 10px;
	margin: 13px;
	width: 265px;
	max-width: 270px;
}
.portfolio-sites-list:hover {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.portfolio-sites-list a img {
	max-width: 265px;
}
.portfolio-sites-list h3 a {
	color: #42423d;
	float: left;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	overflow: hidden;
}


/*
********************
Sites Style
********************
*/
.portfolio-sites {
	width: 100%;
	float: left;
}
.portfolio-sites .portfolio-site-thumbnail {
	float: left;
	width: 300px;
	padding-top: 10px;
	text-align: center;
}
.portfolio-sites .portfolio-site-thumbnail img {
	max-width: 300px;
	box-shadow: 0 0 5px #999999;
	-moz-box-shadow: 0 0 5px #999999;
	-webkit-box-shadow: 0 0 5px #999999;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	display: block;
	background: #fff;
	padding: 10px;
	margin: 5px;
	margin-bottom: 1em;
	zoom: 1;
	filter:
		progid:DXImageTransform.Microsoft.DropShadow(color=#969696, offx=1, offy=1)
		progid:DXImageTransform.Microsoft.DropShadow(color=#C2C2C2, offx=1, offy=1)
		progid:DXImageTransform.Microsoft.DropShadow(color=#EFEFEF, offx=1, offy=1);
}
.portfolio-sites .portfolio-site-info {
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	width: 600px;
}
.portfolio-sites .portfolio-site-info .row, .portfolio-sites .site-info .row.last {
	border-bottom: 1px solid #111111;
	font-size: 14px;
	padding: 4px 0px 4px 0px;
	text-align: right;
}
.portfolio-sites .portfolio-site-info .row .label, .portfolio-sites .portfolio-site-info .row.last .label {
	float: left;
	font-weight: bold;
}
.portfolio-sites .portfolio-site-info .row.last {
	border-bottom: 0px;
}
.row.last h3 {
	width: 100%;
}


/*
************************************************************
All Playground Info
************************************************************
*/
/*
********************
Playground List
********************
*/
.playground-project-list {
	box-shadow: 0 0 5px #999999;
	-moz-box-shadow: 0 0 5px #999999;
	-webkit-box-shadow: 0 0 5px #999999;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	zoom: 1;
	filter:
		progid:DXImageTransform.Microsoft.DropShadow(color=#969696, offx=1, offy=1)
		progid:DXImageTransform.Microsoft.DropShadow(color=#C2C2C2, offx=1, offy=1)
		progid:DXImageTransform.Microsoft.DropShadow(color=#EFEFEF, offx=1, offy=1);
	background: #fff;
	float: left;
	padding: 10px;
	margin: 13px;
	width: 265px;
	max-width: 270px;
}
.playground-project-list:hover {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.playground-project-list a img {
	max-width: 265px;
}
.playground-project-list h3 a {
	color: #42423d;
	float: left;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	overflow: hidden;
}


/*
********************
Portfolio Style
********************
*/
.playground-project {
	width: 100%;
	float: left;
}
.playground-project .playground-thumbnail {
	float: left;
	width: 300px;
	padding-top: 10px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.playground-project .playground-thumbnail img {
	max-width: 300px;
	box-shadow: 0 0 5px #999999;
	-moz-box-shadow: 0 0 5px #999999;
	-webkit-box-shadow: 0 0 5px #999999;
	display: block;
	background: #fff;
	padding: 10px;
	margin: 5px;
	margin-bottom: 1em;
	zoom: 1;
	filter:
		progid:DXImageTransform.Microsoft.DropShadow(color=#969696, offx=1, offy=1)
		progid:DXImageTransform.Microsoft.DropShadow(color=#C2C2C2, offx=1, offy=1)
		progid:DXImageTransform.Microsoft.DropShadow(color=#EFEFEF, offx=1, offy=1);
}
.playground-project .playground-info {
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	width: 600px;
}
.playground-project .playground-info .row, .playground-project .playground-info .row.last {
	border-bottom: 1px solid #111111;
	font-size: 14px;
	padding: 4px 0px 4px 0px;
	text-align: right;
}
.playground-project .playground-info .row .label, .playground-project .playground-info .row.last .label {
	float: left;
	font-weight: bold;
}
.playground-project .playground-info .row.last {
	border-bottom: 0px;
}
.playground-project .playground-info .row.last h3 {
	width: 100%;
}


/*
********************
Ajax Search
********************
*/
fieldset {
	border: none;
}
#ajaxSearch_input {
	border: 1px solid #cccccc;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	padding: 5px;
	color: #777;
	font-family: Arial, sans-serif;
	outline: none;
	display: inline;
	height: 13px;
	width: 230px;
	margin-top: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}



/*
********************
IF Statments - http://conditional-css.com/
********************
*/
/* Wrappers */
[if IE 8]#headerwrapper {
	margin-top: 5px;
}
[if IE 7]#headerwrapper {
	margin-bottom: 9px;
}
[if IE 6]#headerwrapper {
	margin-bottom: -30px;
}
[if lte IE 8]#bodywrapper, #footerwrapper {
	background: url("../images/trans50.png") repeat scroll 0 0 transparent;
}
[if IE 6]#bodywrapper, #footerwrapper {
	background: #181818;
}
/* Logo */
[if lte IE 7]#logo {
	padding-top: 0px;
}
[if IE 6]#logo h1  a img {
	behavior: url(assets/templates/firedart/pngfix/iepngfix.htc);
}
/* Navigation */
[if IE 8]#navigation ul li a:hover, #navigation ul li.active a {
	background: url("../images/trans50.png") repeat scroll 0 0 transparent;
}
[if lte IE 7]#navigation ul li a {
	border: none;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 10px 2px;
}
[if lte IE 7]#navigation ul li a:hover, #navigation ul li.active a {
	background: none;
	border: none;
	color: #ffffff;
	font-family: inherit;
	text-decoration: underline;
	padding: 4px 10px 2px;
}
/* Portfolio */
[if IE 6].portfolio-sites .portfolio-site-thumbnail img {
	width: 22em;
}
/* Playground */
[if IE 6].playground-project .playground-thumbnail img {
	width: 22em;
}