/*
Theme Name: chin-tank-2011
Theme URI: http://www.chinonthetank.com
Description: chin on the tank custom theme for 2011
Version: 1
Author: Ed
Author URI: http://www.edyakovich.com
*/

@import url(css/left-side.css);
@import url(css/left-side-nav.css);
@import url(css/right-side.css);
@import url(css/right-side-comments.css);




nav,
section, 
aside,
article,
figure,
header,
footer {
	display:block;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4em;
	background: url('images/ui/body_bg.jpg') repeat left top;
}

a#ey {
	position:fixed;
	bottom:10px;
	left:10px;
	display:block;
	width: 47px;
	height: 44px;
	overflow:hidden;
	text-indent:-5000px;
	background: url('images/ui/EY-icon.png') no-repeat left top;
	z-index:500;
}

#about {
	position:fixed;
	top:0;
	width:100%;
	background-color:#fff;
	z-index:1000;
	margin:0px 0 0 0;
	
	-webkit-box-shadow: rgba(170, 170, 170, 0.9) 0px 0px 5px;
  	-moz-box-shadow: rgba(170, 170, 170, 0.9) 0px 0px 5px;
	box-shadow: rgba(170, 170, 170, 0.9) 0px 0px 5px;
}

#about .top {
	position:relative;
	width:100%;
	height:30px;
	bottom:0;
	border-bottom:1px solid #ccc;
}

#about .top h3 {
	position:relative;
	width:406px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:100;
	font-size:15px;
	line-height:30px;
	color:#999;
	margin:0 auto;
}

#about .top h3:before,
#about .top h3:after {
	content: "";
	position:absolute;
	width:44px;
	height:20px;
	top:5px;
}

#about .top h3:before {
	left:0px;
	background: url('images/ui/flourish_before.jpg') no-repeat left top;
}

#about .top h3:after {
	right:0px;
	background: url('images/ui/flourish_after.jpg') no-repeat left top;
}

#about .top a {
	position:absolute;
	bottom:5px;
	right:25px;
	display:block;
	width: 72px;
	height: 20px;
	overflow:hidden;
	text-indent:-5000px;
	background: url('images/ui/about_arrow.jpg') no-repeat left top;
}

#about .top a.active {
	background-position:bottom;
}

#about .aWrap {
	width:100%;
	height:310px;
	background-color:#fff;
	display:none;
}

#about .aWrap-inner {
	width:850px;
	margin:40px auto 0 auto;
}

#about .aWrap img {
	float:left;
	background-color:#fff;
	margin:0 20px 0 0;
	padding:5px;
	
	-webkit-box-shadow: rgba(170, 170, 170, 0.9) 0px 0px 5px;
  	-moz-box-shadow: rgba(170, 170, 170, 0.9) 0px 0px 5px;
	box-shadow: rgba(170, 170, 170, 0.9) 0px 0px 5px;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;	
	border-radius:5px;
}

#about .aWrap p {
	width:320px;
	float:left;
	margin:0 0 12px 0;
	font-size:12px;
	line-height:1.4em;
	color:#666;
}



#main-wrapper {
	position:relative;
	width: 1005px;
    min-height: 500px;
	display: table;
    margin: 0 auto;
}

a:link {
	text-decoration:none;
	color:#000;
}



#main-wrapper #left-side header a.logo,
#right-side nav.inner span.previous-entries a,
#right-side nav.inner span.next-entries a,
#right-side div.post-title span.post-comments a,
#commentform #submit,
#left-side nav ul li#text-5 div.textwidget a,
a#ey {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


#about .top a:hover,
#main-wrapper #left-side header a.logo:hover,
#right-side nav.inner span.previous-entries a:hover,
#right-side nav.inner span.next-entries a:hover,
#right-side div.post-title span.post-comments a:hover,
#commentform #submit:hover,
a#ey:hover {
	filter:alpha(opacity=70);
  	opacity:0.7;
}






/* button 
---------------------------------------------- */

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 10px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 10px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}