/* @group 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,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	font-family: inherit;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,ul {
	list-style: none;
}

h1 {
	padding-bottom: 20px;
	line-height: 1em;
}

q:before,q:after,blockquote:before,blockquote:after {
	content: "";
}

body {
	color: #242424;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	background-color: #fbfbfb;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
	float: none !important;
}

pre {
	font-size: 1em;
	font-family: Monaco;
	padding-bottom: 2em;
	padding-left: 1em;	
}

a {
	color: #2D3137;
}

/* @end Reset */

/* @group Wrapper */

#wrapper-shadow {
	width: 900px;
	margin: auto;
	margin-bottom: 5px;
}

#wrapper {
	background-color: white;
	width: 900px;
	margin: auto;
	box-shadow:0 0 10px #666666;
	-webkit-box-shadow:0 0 10px #666666;
	-moz-box-shadow:0 0 10px #666666;
}

/* @end */

/* @group Header */

#rotator, #featured {
	margin: 0px 40px;
}

#footer {
	padding: 10px;
	background: none;
	border: none;
	box-shadow: 0 0 0 ;
	-webkit-box-shadow:0 0 0;
	-moz-box-shadow:0 0 0;
}

#header {
	background-color: #e8e8e8;
	padding-bottom: 90px;
	border-bottom: 1px solid #b4b4b4;
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#DCDCDC));
}

#heading {
	padding-top: 20px;
	padding-left: 25px;
	float: left;
	width: 20%;
}

#page-heading {
	float: right;
	width: 60%;
}

#heading h3 {
	font-size: 18px;
	color: #5b5b5b;
	letter-spacing: -1px;
	text-shadow: #EEE 0 1px 2px;
}

#header h1 {
	font-weight: bold;
	font-size: 36px;
	letter-spacing: -1px;
	padding-bottom: 0px;
}

#header h1 a {
	color: #2D3137;
	font-weight: bold;
	font-size: 36px;
	letter-spacing: -1px;
	margin-bottom: 6px;
	text-shadow: #EEE 0 1px 2px;
}

#header h1 a:hover {
	text-decoration: none;
	color: #5b5b5b;
}

/* @end */

/* @group Menu */

#menu {
	padding-top: 10px;
	padding-bottom: 10px;
	right: 0px;
	height: 20px;
	-webkit-box-shadow:0 1px 5px #666666;
	-moz-box-shadow:0 1px 5px #666666;
	background-color: #2D3137;
	background: -webkit-gradient(linear, left top, left bottom, from(#40454A), to(#2D3137));
}

#menu ul li a {
	font-size: 13px;
	color: #a0a3a6;
	text-decoration: none;
	padding: 11px;
	padding-left: 25px;
	padding-right: 25px;
	border-right: 1px solid #3f4449;
	border-left: 1px solid #212528;
	border-top: 1px solid #3f4449;
	text-shadow: #000 0 1px 1px;
	font-weight: bold;
}

#menu ul li a:hover {
	-webkit-transition-property:height, -moz-border-radius-bottomleft, -moz-border-radius-bottomright, -webkit-border-bottom-left-radius, -webkit-border-bottom-right-radius, background, color;
	-webkit-transition-duration:0.4s, 1s, 1s, 1s, 1s, 1s, 1s;
	-webkit-transition-timing-function:ease, ease, ease, ease, ease, ease,ease;
	padding-bottom: 13px;
	color: #dedede;
	background: -webkit-gradient(linear, left top, left bottom, from(#2D3137), to(#40454A));
}

#menu ul li.current a {
	font-weight: bold;
	color: #2e3238;
	background-color: #e8e8e8;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e8e8e8));
	padding-bottom: 20px;
	border: none;
	text-shadow: #fffeff 0 1px 2px;
}

/* @end Menu */

/* @group Navigation */

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}

#nav li {
	float: left;
	position: relative;
}

#nav ul {
	background-color: white;
	position: absolute;
	display: none;
	width: 12em;
	top: 20px;
	z-index: 1000;
}

#nav li ul a {
	width: 12em;
	height: auto;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#nav ul ul {
	top: auto;
}

#nav li ul ul {
	left: 11em;
	margin: 0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}

/* @end */




.maincontent {
	width: 580px;
	float: left;
	padding: 25px;
}

.single {
	width: 850px;
	padding: 25px;
}



/* @group Featured Content */

#featured {
	padding-bottom: 30px;
}

#featured div {
	float: left;
	text-align: center;
}

#featured div h4, #featured div h5 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#featured div h5 {
	font-size: 12px;
	font-weight: normal;
}

#featured div img {
	margin-top: 25px;
	max-height: 80px;
	max-width: 230px;
	overflow: hidden;
}

#featured div.center {
	padding-top: 25px;
	width: 270px;
	height: 145px;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
}

#featured div.first, #featured div.last {
	padding-top: 25px;
	width: 270px;
	height: 145px;
}

/* @end */

/* @group Content */

#content {
	border-bottom: 1px solid #e7e7e7;
}

#sidebar {
	float: left;
	padding-top: 25px;
	width: 269px;
}

#content h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	text-shadow: 0px 1px 0px white;
}

#content.half div {
	width: 450px;
	float: left;
}

#content.half div.half-1 {
	margin-right: 40px;
}

#content .features-row {
	margin-bottom: 40px;
}

#content .half-2 .feature {
	float: left;
	width: 215px;
}

#content .half-2 .feature.first {
	margin-right: 20px;
}

#content .half-2 .feature img {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 20px;
}

#content .half-2 .feature div {
	width: 155px;
}

#content .half-2 .feature div h6 {
	font-size: 15px;
	font-weight: bold;
	color: #0686b0;
	margin-bottom: 5px;
}


/* @end */


/* @group Sidebar */

#sidebar ul li a {
	text-decoration: none;
	padding: 10px;
}

.sidebar-ul li a {
	display: block;
	padding: 10px 0px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #b4b4b4;
	text-decoration: none;
	color: #242424;
}

.sidebar-ul li a:hover {
	text-decoration: underline;
}

div.sidebar-element {
	padding: 20px;
}

#sidebar h4 {
	margin-bottom: 20px;
}

/* @end */



/* @group Footer */

#footer p {
	text-align: right;
	color: #2D3137;
}

/* @end */

/* @group Contact */

body#contact #sidebar label {
	width: 75px;
}

/* @end */

/* @group Twitter */

.twtr-profile-img-anchor {
	display: none;
}

.twtr-hd h3, .twtr-hd h4 {
	display: none;
}

.twtr-ft {
	display: none;
}

/* @end */

/* @group Clients */

.client-holder-top {
	width: 156px;
	height: 80px;
	overflow: hidden;
	margin: 0px;
	position: relative;
	display: block;
	float: left;
}

.client-holder-top .img {
	position: absolute;
	z-index: 75;
}

.client {
	padding-top: 25px;
	padding-left: 10px;
	width: 156px;
	height: 80px;
	z-index: 70;
	text-align: center;
}

.navigation-top {
	width: 960px;
}

#scroll-content {
	overflow: hidden;
	float: right;
	width: 600px;
	height: 320px;
}

#wrapper div.service-nav div.features-row img {
	float: left;
	margin-top: -10px;
}

div.features-row {
	clear: left;
	height: 40px;
	padding: 10px;
	width: 190px;
	vertical-align: middle;
}


div.service-nav {
	width: 220px;
	float: left;
	padding-top: 10px;
}
#wrapper div.service-nav div.features-row h6 {
	font-size: 1em;
}


.client-holder-top a {
	color: #2D3137;
	font-size: 1.1em;
	text-align: center;
}

.client-holder-top a:hover {
	text-decoration: none;
	color: #5b5b5b;
	text-align: center;
}

.client h3 {
	text-align: center;
	padding-top: 2px;
}

body#services .section {
	width: 900px;
	
	position: relative;
}

body#services .section .sub {
	padding: 10px;
	padding-top: 30px;
	width: 600px;
	height: 340px;
}

/* @end */

/* @group Comments */

#dsq-comments-title, .dsq-dc-logo, .dsq-num-posts, .dsq-request-user-stats, .dsq-login-button, .dsq-autheneticate-copy {
	display: none;
}

/* @end */

/* @group Buttons */

input.submit, .button {
	border: 1px solid #ACAFB0;
	cursor: pointer;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E8EBEB));
	padding: 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input.submit:hover, .button:hover {
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#E8EBEB), to(#D0D3D3));
	padding: 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input.submit:active, .button:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#D0D3D3), to(#E8EBEB));
	padding: 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* @end */

/* @group Status Messages */

.success {
	color: #93AC37;
}

.error {
	color: #E43B58;
}

#logout-success {
	width: 87%;
	height: 3em;
	padding: 2em;
	margin: 0 auto;
	border: 1px solid #eaeaea;
	background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#f7f7f7));
}

#download-fail {
	width: 87%;
	height: 3em;
	padding: 2em;
	margin: 0 auto;
	border: 1px solid #f7f7f7;
}

/* @end */

/* @group Login Popout */

#login-section {
	position: relative;
	float: right;
	width: 350px;
	z-index: 9998
}

.register {
	padding-left: 3em;
	padding-top: 1em;
}

#login-popout {
	width: 350px;
	position: absolute;
	top: 10px;
	right: 0px;
	z-index: 9998;
	color: #c6c6c6;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-color: #2D3137;
	background: -webkit-gradient(linear, left top, left bottom, from(#2D3137), to(#40454A));
}

#login-popout .inner {
	padding: 15px;
}

/* @end */

/* @group Downloads */

.bubbleInfo {
	position: relative;
	top: 0px;
	left: 0px;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#EEE));
	border: 1px solid #ACAFB0;
	padding: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.trigger {
	position: relative;
	float: left;
}

.popup {
	top: 0px;
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	padding: 1em;
}

#dpop {
	background: white;
	border: 1px solid #ACAFB0;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f7f7f7));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#dpop label {
	width: 100px;
}

#dpop hr {
	padding-top: 0px;
}

/* @end */

/* @group Downloads */

#blog-image {
	float: left;
	width: 570px;
}

#blog-tweet {
	width: 25px;
	float: right;
}

/* @end */

/* @group Blog */

.shadow-blog {
	margin-top: 2em;
	margin-bottom: 2em;
	height: 22px;
	background-image: url('http://static.band-x.org/images/shadow-blog.jpg');
}

/* @end */












div#rotator {
	margin: 40px;
	position:relative;
	height: 295px;
}
/* rotator css */
div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}

div#rotator ul li.show {
	z-index:500;
}

div.service-content {
padding: 40px;
padding-top: 0px;
width: 585px;
float: right;
}





.zitem {
	width:156px;
	height:80px;	
	margin:5px 5px 5px 0;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}

.zitem .caption {
	width:156px;
	height:80px;
	background:#000;
	color:#fff;
	font-weight:bold;
	position:absolute;
	bottom:-1px; /* fix IE issue */
	left:0;
	/* hide it by default */
	display:none;
	/* opacity setting */
	filter:alpha(opacity=70);    /* ie  */
	-moz-opacity:0.7;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.7;    /* for really really old safari */  
	opacity: 0.7;    /* css standard, currently it works in most modern browsers like firefox,  */

}

.zitem .caption a {
	text-decoration:none;
	color:#fff;
	font-size:12px;	
	padding:5px;
	display:block;
}

#content.full {
	padding: 40px;
}


/* @override http://www.band-x.org/css/inner.css */

hr {
	padding-top: 2em;
	margin-bottom: 2em;
	border: none;
	border-bottom: 1px solid #e7e7e7;
}

#page-heading h2 {
	font-size: 24px;
	padding: 25px 0px;
	font-weight: bold;
	float: left;
}

#page-heading {
}


body #clients .maincontent img, #content img {
	padding: 0px;
	border: none;
	margin: 0px;
}

.maincontent p {
	margin-bottom: 0.2em;
}

.maincontent ul {
	list-style: square;
	list-style-position: inside;
	margin-bottom: 20px;
}

.maincontent ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 20px;
}

.maincontent h3, #content h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}



.maincontent h5, #content h5 {
	font-size: 16px;
	font-weight: bold;
}

.maincontent h6, #content h6 {
	font-size: 14px;
	font-weight: bold;
}

#content {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 30px;
	padding-top: 0px;
}



.add {
	width: 125px;
	height: 125px;
	padding: 3px;
	border: 1px solid #e7e7e7;
	float: left;
}

.blog-post img {
	margin-top: 0px;
}

.blog-post {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.blog-post h3 a {
	color: #242424;
	font-weight: bold;
}

p {
	padding-bottom: 1em;
}

a {
	color: #555555;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#portfolio img {
	margin: 0px;
	padding: 0px;
}

.portfolio:hover {
	border: 1px solid #242424;
}

.portfolio {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 16px;
}

.portfolio.first {
	margin-left: 0px;
}

.portfolio.last {
	margin-right: 0px;
}

.left {
	float: left;
	padding-right: 1em;
}

.right {
	padding-left: 1em;
	float: right;
}

.blog-post .right {
	padding: 20px 30px 5px 5px;
}

.blog-post .left {
	width:70%;
}

.divider-full {
	width: 100%;
	background-color: #e7e7e7;
	height: 1px;
	margin: 20px 0px;
	overflow: hidden;
}

.comment {
	margin-bottom: 25px;
}

.comment-date {
	font-size: 11px;
	color: #5b5b5b;
	margin-bottom: 0px;
	padding: 0px;
}

.maincontent .comment p {
	margin: 0px;
}

.maincontent .img-left {
	margin-left: 0px;
	margin-right: 20px;
	float: left;
}

#content .img-left {
	margin-left: 0px;
	margin-right: 20px;
	float: left;
	margin-top: 0px;
}

#content .img-right {
	margin: 0px 0px 0px 20px;
	float: right;
}

#add-comment label {
	display: block;
	float: left;
	width: 150px;
	height: 20px;
	text-align: right;
	margin-right: 10px;
}

#add-comment div {
	margin-top: 10px;
}

input, textarea {
	border: 1px solid #ccc;
	padding: 2px;
}

#add-comment textarea {
	width: 440px;
}

#add-comment .buttons {
	margin-left: 160px;
}

body#clients img#logo {
	border: none;
	margin-top: 0px;
}

label {
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 1em;
}

#breadcrumbs {
	color: #999999;
	background-color: #e8e8e8;
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#eee));
	padding: 10px;
	padding-left: 25px;
	border-bottom: 1px solid #b4b4b4;
	text-shadow: 0px 1px 1px #fffeff;
	font-size: 0.6em;
}

#breadcrumbs .current {
	color: #999999;
}

.mainProjectImage {
	float: left;
	padding: 0px 20px 20px 0px;
}
.mainProjectContent {
	float: right;
	width: 60%;
}

.mainProjectContent .right {
	width: 35%;
}

#content p {
	text-shadow: 0px 1px 1px #d8d8d8 ;
}

.projectSquare {
	width: 250px;
	padding: 10px;
	margin: 5px;
	float: left;
	border: 1px solid #ACAFB0;
	background-color: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e4e4e4));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.projectSquare p {
	text-align: center;
}

.projectSquare img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow:0 0 3px #666666;
	-webkit-box-shadow:0 0 3px #666666;
	-moz-box-shadow:0 0 3px #666666;
	opacity: 0.9;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
}

.projectSquare img:hover, .mainProjectImage img {
	position: relative;
	bottom: 1px;
	box-shadow:0 5px 20px #666666;
	-webkit-box-shadow:0 5px 20px #666666;
	-moz-box-shadow:0 5px 20px #666666;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.projectSquare:hover {
	box-shadow:0 0px 5px #ACAFB0;
	-webkit-box-shadow:0 0px 5px #ACAFB0;
	-moz-box-shadow:0 0px 5px #ACAFB0;
}

img.download {
	vertical-align: middle;
}

.projectShadowBottom {
	height: 18px;
	background-repeat: no-repeat;
	background-image: url('http://static.band-x.org/images/shadow-project-bottom.jpg');
}

.projectShadowTop {
	height: 18px;
	background-repeat: no-repeat;
	background-image: url('http://static.band-x.org/images/shadow-project-top.jpg');	
}

.projectSquare h2 {
	text-align: center;
}

span.page {
	padding: 5px;
}

span.page a {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
	background-color: #e8e8e8;
}

span.page a:hover {
	text-decoration: none;
	text-shadow: 0px 0px black;
	background-color: #edf0f3;
}

.articleImageSmall {
	float: left;
	padding: 0px 15px 15px 0px;
}

p.readMore {
	text-align: right;
}