/*
THEME NAME: Domino
VERSION: 1.2
AUTHOR: Enigmatic
AUTHOR URI: http://themeforest.net/user/enigmatic
*/

.clear {
	clear: both;
}

.fl, .alignleft {
	float: left;
}

.fr, .alignright {
	float: right;
}

img.alignleft {
	margin-right: 20px;
}

img.alignright {
	margin-left: 20px;
}

.upper {
	text-transform: uppercase;
}

.light {
	color: #999999;
}

hr, .hr {
	width: 100%;
	height: 2px;
	border: none;
	background: transparent url(images/line.gif) repeat-x 0 0;
}

.hidden {
	display: none;
}

.text {
	margin: 0;
	padding: 0;
	color: #727272;
	border: none;
	background: none;
}

input {
	vertical-align: middle;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #424242;
}

big {
	font-size: larger;
}

pre, code, blockquote {
	margin: 0 10px;
	padding: 15px 20px 1px;
	background-color: #2e2e2e;
	border-left: 2px solid #727272;
	display: block;
}

dt {
	font-weight: bold;
	margin-top: 10px;
}

dd {
	margin-left: 20px;
}

fieldset {
	border: 1px solid #c0c0c0;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	padding: 10px 15px;
}

legend {
	padding: 0 5px;
	position: static;
	white-space: nowrap;
}

small {
	font-size: 0.8em;
}

sub {
	font-size: smaller;
	vertical-align: sub;
}

sup {
	font-size: smaller;
	vertical-align: super;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}

li {
	list-style: none;
}

	
ul ul, ul ol, ol ul, ol ol {
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #868686;
	line-height: 1;
	font-weight: normal;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 17px;
}

p a:hover {
	color: #cccccc;
	text-decoration: underline;
}

a {
	color: #686868;
	text-decoration: none;
}

  
html {
	height: 100%;
}
  
body {
	height: 100%;
	/*color: #595959;*/
	color: #fff;
	/*color: #cc22f8;*/
	background: #1d1d1d url(images/innerbg.png) repeat-x center 0;
}

body#home {
	background-image: url(images/bg.png);
}

#wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -171px;
}

#wrapper .push {
	height: 171px;
}

#stage {
	position: absolute;
	overflow: hidden;
	top: 11px;
	width: 100%;
	height: 152px;
	z-index: -1;
	background: transparent url(images/innertop.png) no-repeat center 0;
}

    #home #stage {
	height: 439px;
	background-image: url(images/stage.jpg);
	top: 0;
}

    
#header .inner {
	width: 850px;
	height: 152px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}

    #home #header .inner {
	height: 156px;
}

#logo {
	overflow: hidden;
	position: absolute;
	left: 30px;
	top: 14px;
}

#logo h1 {
	font-size: 64px;
	line-height: 1;
	text-align: left;
}

#logo h1 a {
	color: #fff;
	font-family: 'Alte Haas Grotesk', 'Arial Black', Arial, FreeSans, sans-serif;
}

#blogdesc {
	color: #fff;
	font-size: 11px;
	line-height: 1;
	padding-left: 16px;
}

#header {
}

#header .main-nav {
	position: absolute;
	right: 0px;
	top: 108px;
	margin-left: 200px;
}

#header .main-nav li {
	position: relative;
	float: left;
	height: 100%;
	list-style: none;
	margin-right: 55px;
	padding-right: 6px;
}

#header .main-nav li.current-menu-item, 
#header .main-nav li:hover {
	background: transparent url(images/menuselect-right.png) no-repeat right 0;
}

    #home .main-nav li.current-menu-item, 
    #home .main-nav li:hover {
	background: transparent url(images/menuselect-right-home.png) no-repeat right 0;
}

#header .main-nav li li.current-menu-item, 
#header .main-nav li li:hover {
	background: none;
}

#header .main-nav a {
	font-size: 18px;
	line-height: 22px;
	display: block;
	padding-left: 6px;
	padding-bottom: 3px;
	text-transform: lowercase;
}

#header .main-nav li.current-menu-item a.depth-0, 
#header .main-nav li:hover a.depth-0 {
	color: #949494;
	background: transparent url(images/menuselect-bg.png) no-repeat 0 0;
}

    #home .main-nav li.current-menu-item a.depth-0, 
    #home .main-nav li:hover a.depth-0 {
	background: transparent url(images/menuselect-bg-home.png) no-repeat 0 0;
}

#header .main-nav li li a {
	background: none;
	font-size: 12px;
	line-height: 1em;
	padding: 13px 0 0;
	color: #606060;
	text-transform: uppercase;
}

#header .main-nav li li a:hover {
	color: #929292;
}

#header .main-nav li li {
	vertical-align: top;
	display: block;
	float: none;
	margin: 0;
	background: none;
}

#header .main-nav .submenu {
	display: none;
	position: absolute;
	top: 25px;
	left: -22px;
	padding: 0 0 18px;
	width: 152px;
	background: transparent url(images/submenu-bottom.png) no-repeat 0 bottom;
}

#header .main-nav .submenu ul {
	float: left;
	width: 112px;
	padding: 7px 20px 0;
	background: transparent url(images/submenu.png) no-repeat 0 0;
}

#header .main-nav .submenu .submenu {
    top:-5px;
    left:107px;
}

#header .main-nav .submenu .submenu ul {
	background: transparent url(images/subsubmenu.png) no-repeat 0 0;
}

#footer {
	clear: both;
	overflow: hidden;
	position: relative;
	height: 171px;
	background: transparent url(images/footer.png) repeat-x 0 25px;
}

#footer .top {
	height: 25px;
}

#footer .inner {
	padding: 45px 128px 0;
	width: 850px;
	height: 101px;
	margin: 0 auto;
	background: transparent url(images/bottom.jpg) no-repeat 5px 0;
}

#footer .inner .fl {
	height: 71px;
}

#footer .inner div.first {
	width: 139px;
}

#footer .inner div.first img {
    margin: 19px 0 0 31px;
}

#footer .inner div.second {
	width: 552px;
}

#footer .inner div.last {
	text-transform: uppercase;
	font-size: 11px;
	color: #313131;
	margin-top: 28px;
	width: 135px;
	padding-left: 23px;
}

#footer .social-links {
	margin: 28px 28px 0 0;
	float: right;
}

#footer .social-links li {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
	filter: alpha(opacity=70); /* IE 5-7 */
	-moz-opacity: 0.7; /* Older gecko browsers */
	-khtml-opacity: 0.7; /* Older webkit browsers */
	opacity: 0.7; /* CSS3 standard */
	float: left;
	line-height: 16px;
	margin: 0 0 0 8px;
}

#footer .social-links li:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
	filter: alpha(opacity=100); /* IE 5-7 */
	-moz-opacity: 1; /* Older gecko browsers */
	-khtml-opacity: 1; /* Older webkit browsers */
	opacity: 1; /* CSS3 standard */
}

#footer .social-links img {
	width: 16px;
	height: 16px;
}

#footer .menu {
	float: left;
	margin: 28px 28px 0 28px;
}

 
#footer .menu a {
	color: #515151;
	text-transform: uppercase;
	padding: 0 3px;
}

#footer .menu a:hover {
	color: #757575;
	text-decoration: underline;
}

#footer .menu li {
	font-size: 12px;
	line-height: 1em;
	float: left;
	border-left: 1px solid #515151;
}

#footer .menu li.first {
	border: none;
}

#footer .menu li ul {
	display: none;
}

#featured {
	position: relative;
	width: 850px;
	margin: 0 auto;
	height: 240px;
}

#featured .inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#featured .corner {
	position: absolute;
	width: 9px;
	height: 9px;
	background: transparent url(images/icons.png) no-repeat 0 0;
}

#featured .corner-1 {
	left: 0;
	top: 0;
	background-position: -92px -118px;
}

#featured .corner-2 {
	right: 0;
	top: 0;
	background-position: -101px -118px;
}

#featured .corner-3 {
	left: 0;
	bottom: 0;
	background-position: -92px -127px;
}

#featured .corner-4 {
	right: 0;
	bottom: 0;
	background-position: -101px -127px;
}

#featured .belt {
	position: relative;
}

#featured .active {
	display: block;
}

#featured .featured-entry {
	clear: both;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

#featured .navigation {
	position: absolute;
	width: 100%;
	top: 91px;
	left: 0;
}

.directionNav {
	position: absolute;
	cursor: pointer;
	width: 57px;
	height: 57px;
	background: transparent url(images/icons.png) no-repeat 0 0;
}

.prevNav {
	background-position: 0 -57px;
	left: -65px;
	top: 0;
}

.nextNav {
	background-position: -57px -57px;
	right: -65px;
	top: 0;
}

.prevNav:hover {
	background-position: 0 0;
}

.nextNav:hover {
	background-position: -57px 0;
}

#headlines {
	width: 826px;
	padding: 12px 12px 0;
	margin: 0 auto 25px;
	background: transparent url(images/headlines.png) no-repeat center 66px;
}

#headlines li {
	width: 241px;
	float: left;
	margin-left: 51px;
}

#headlines li.first {
	margin-left: 0;
}

#headlines .entry-title {
	color: #9a9a9a;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 23px;
}

#headlines .more-link {
	text-align: right;
}

#testimonial {
	color: #636363;
	width: 820px;
	margin: 0 auto 25px;
	background: transparent url(images/testimonial.jpg) no-repeat 0 0;
}

#testimonial p {
	font-size: 19px;
	margin: 0;
	padding: 6px 58px 5px;
}

#testimonial span {
	text-transform: uppercase;
	font-size: 12px;
	float: right;
	margin-top: 2px;
	margin-right: 87px;
}

#modules {
	width: 850px;
	margin: 0 auto 25px;
}

.module {
	float: left;
}

.module h4 {
	color: #a4a4a4;
	font-size: 19px;
	text-transform: uppercase;
}

.rocklist {
	margin: 0 34px 0 8px;
	float: left;
}

.rocklist h4 {
	text-transform: uppercase;
	padding-left: 5px;
	margin-bottom: 15px;
}

.rocklist li a {
	color: #595959;
	overflow: hidden;
	display: block;
	margin-bottom: 5px;
	padding: 0 36px 0 10px;
	width: 290px;
	height: 34px;
	line-height: 32px;
	background: transparent url(images/rocklist.png) no-repeat 0 0;
}

.rocklist li a:hover {
	color: #a3a3a3;
	background-position: 0 -34px;
}

.minislider {
	float: left;
}

.minislider h4 {
	text-transform: uppercase;
	padding-left: 5px;
	margin-bottom: 15px;
}

.minislider .inner {
	z-index: 1;
	position: relative;
	width: 450px;
	height: 111px;
	overflow: hidden;
	background: transparent url(images/sliderbg.png) no-repeat 0 0;
}

.minislider .belt {
	z-index: -1;
	position: absolute;
	height: 100%;
	top: 0;
	left: 19px;
}

.minislider .belt li {
	position: absolute;
	top: 0;
	left: 0;
	width: 382px;
	margin: 8px 15px;
	overflow: hidden;
	height: 95px;
}

.minislider .thumbnail {
	float: left;
	width: 186px;
	height: 87px;
	margin-right: 15px;
	padding: 3px;
	border: 1px solid #2c2c2c;
}

.minislider .post-title {
	margin: 5px 0 0;
}

.minislider .post-title a {
	font-size: 17px;
	color: #6b6b6b;
	text-transform: uppercase;
}

.minislider .post-title a:hover {
	text-decoration: underline;
	color: #a3a3a3;
}

.minislider .post-meta {
	line-height: 13px;
	font-size: 11px;
	text-transform: uppercase;
}

.minislider .post-meta a {
	color: #515151;
}

.minislider .post-content {
	color: #494949;
	height: 47px;
	overflow: hidden;
	line-height: 15px;
	font-size: 13px;
	margin-top: 10px;
	letter-spacing: 1.5px;
}

.minislider .navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.minislider .directionNav {
	width: 19px;
	height: 100%;
	background: transparent url(images/icons.png) no-repeat 0 -150px;
}

.minislider .prevNav {
	left: 0;
	top: 0;
	background-position: 0 -150px;
}

.minislider .nextNav {
	right: 0;
	top: 0;
	background-position: -19px -150px;
}

.minislider .prevNav:hover {
	background-position: -38px -150px;
}

.minislider .nextNav:hover {
	background-position: -57px -150px;
}

#container {
	z-index: -1;
}

#container .inner {
	z-index: 1;
	position: relative;
	width: 850px;
	margin: 0 auto;
	padding: 31px 0 0;
}

#content {
	float: left;
	width: 551px;
	margin: 0 40px 0 5px;
}

#content .navigation {
	font-size: 13px;
	text-transform: uppercase;
}

#content .navigation .nav-previous {
	float: left;
}

#content .navigation .nav-previous a {
	padding-left: 36px;
	display: block;
	line-height: 32px;
	background: transparent url(images/arrowbig.png) no-repeat -38px -80px;
}

#content .navigation .nav-previous a:hover {
	background: transparent url(images/arrowbig.png) no-repeat -1px -121px;
}

#content .navigation .nav-next {
	float: right;
}

#content .navigation .nav-next a {
	padding-right: 36px;
	display: block;
	line-height: 32px;
	background: transparent url(images/arrowbig.png) no-repeat right -2px;
}

#content .navigation .nav-next a:hover {
	background: transparent url(images/arrowdownbig.png) no-repeat right -3px;
}

.article {
	position: relative;
	line-height: 1.7em;
	padding-top: 20px;
}

.post .post-title {
	font-size: 20px;
	color: #727272;
	padding-left: 58px;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	background: transparent url(images/post-title-bg.png) no-repeat 0 0;
}

.post .post-title a {
	color: #727272;
}

.post .post-comments {
	cursor: pointer;
	position: absolute;
	top: 21px;
	left: 0;
	width: 44px;
	height: 36px;
	overflow: hidden;
	text-align: center;
	background: transparent url(images/icons.png) no-repeat -44px -114px;
}

.post .post-comments span {
	font-size: 9px;
    font-weight:bold;
    line-height:1em;
    padding: 14px 0 13px;
    text-transform:uppercase;
    display:block;
	color: #a0a0a0;
}

.post .post-comments a {
	font-family: 'arial black';
    line-height:1em;
	font-size: 9px;
    padding: 14px 0 13px;
	color: #f0f0f0;
	display: block;
	width: 100%;
}

.post .post-comments a:hover {
	background: transparent url(images/icons.png) no-repeat 0 -114px;
}

.post .post-content {
	padding-left: 10px;
}

.post .post-meta {
	clear: both;
	font-size: 13px;
	line-height: 30px;
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
	margin-bottom: 20px;
	padding: 0 17px;
}

.post .post-meta .fr, .post .post-meta .fr a {
	color: #727272;
}

.post .post-meta a:hover {
	text-decoration: underline;
}

.banner {
	z-index: -1;
	position: relative;
	margin-top: -10px;
	height: 116px;
}

.banner .abs {
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 208px;
	top: 0;
	left: 0;
	background: transparent url(images/banner-bg.png) no-repeat center 0;
}

.banner img {
	margin: 0 6px 6px;
}

.banner .corner {
	position: absolute;
	width: 11px;
	height: 11px;
	bottom: 0;
}

.banner .corner-3 {
	left: 0;
	background: transparent url(images/icons.png) no-repeat -90px -139px;
}

.banner .corner-4 {
	right: 0;
	background: transparent url(images/icons.png) no-repeat -101px -139px;
}

.page {
	margin-bottom: 45px;
}

.page .post-title {
	margin-bottom: 20px;
	font-size: 25px;
	color: #5b5b5b;
	padding-left: 26px;
	line-height: 67px;
	height: 67px;
	overflow: hidden;
	background: transparent url(images/page-title-bg.png) no-repeat 0 0;
}

.page .post-title .fr {
	font-size: 13px;
	margin-right: 20px;
	color: #9f9f9f;
	text-transform: uppercase;
}

.page .post-content {
	padding-left: 5px;
}

.heading {
	margin: 20px 0 0;
}

.inner-title {
	color: #a4a4a4;
	margin: 0;
	font-size: 24px;
	padding-left: 15px;
}

.subtitle {
	text-transform: uppercase;
	padding-left: 15px;
}

.template .inner .about div.banner{
	background: transparent url(images/headlines.jpg) no-repeat center 0;
}

.template .article-wrapper {
	margin: 20px 0 31px;
	padding-top: 11px;
	background: transparent url(images/content-box-top.png) no-repeat center 0;
}

.template .article {
	padding: 1px 18px;
	background: transparent url(images/content-box-bg.png) repeat-y center 0;
}

.template .article-bottom {
	height: 9px;
	background: transparent url(images/content-box-bottom.png) no-repeat center 0;
}

.template .quicklink {
	cursor: pointer;
	font-size: 13px;
	line-height: 38px;
	text-transform: uppercase;
	float: right;
	margin-top: 2px;
	margin-right: 19px;
	padding-right: 36px;
	background: transparent url(images/arrowupbig.png) no-repeat right 1px;
}

.template .quicklink:hover {
	background: transparent url(images/arrowdownbig.png) no-repeat right 0;
}

.contact .rocklist {
	margin: 0 0 0 30px;
}

.contact .rocklist h4 {
	font-size: 19px;
	color: #a4a4a4;
}

#contactform {
	float: left;
	width: 472px;
	padding: 0 5px;
}

#contactform h4 {
	color: #a4a4a4;
	font-size: 19px;
	padding-left: 10px;
	text-transform: uppercase;
}

#contactform .form-input {
	margin: 0 10px 4px 0;
	width: 225px;
	background: transparent url(images/contact-field-small.png) no-repeat 0 0;
}

#contactform .form-input input {
	width: 210px;
	margin-left: 12px;
}

#contactform .form-textarea {
	margin-right: 5px;
	background: transparent url(images/contact-field-large.png) no-repeat 0 0;
}

#contactform .form-textarea textarea {
	height: 45px;
}

#contactform ul {
	padding: 0 10px;
	color: #bc0a10;
	font-weight: bold;
	font-size: 13px;
}

#contactform li.success {
	color: #23bc0a;
}

.portfolio .heading {
	z-index: -1;
	margin: 0;
}

.portfolio .abs {
	z-index: -1;
	position: absolute;
	top: 21px;
	left: 0;
	width: 100%;
	height: 134px;
	background: transparent url(images/title-bg.png) no-repeat center 0;
}

.portfolio .inner-title {
	font-size: 24px;
	margin: -1px 0 0;
	padding-left: 18px;
}

.portfolio .subtitle {
	display: block;
	line-height: 1em;
	padding-left: 18px;
	margin-bottom: 6px;
}

.portfolio .sub-nav {
	position: absolute;
	right: 20px;
	top: 38px;
}

.portfolio .sub-nav span {
	vertical-align: middle;
	font-size: 11px;
	line-height: 27px;
	text-transform: uppercase;
}

.portfolio .sub-nav li {
	cursor: pointer;
	line-height: 1em;
	text-transform: uppercase;
	float: left;
	padding: 5px;
	margin-left: 11px;
	border: 1px solid #2c2c2c;
	background-color: #191919;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.portfolio .sub-nav li:hover {
	background-color: #242424;
}

.portfolio .imagelink {
	position: relative;
	display: block;
	float: left;
	width: 500px;
	height: 210px;
	padding: 4px;
}

.portfolio .imagelink span {
	position: absolute;
	top: 0;
	left: 0;
	width: 508px;
	height: 218px;
	background: transparent url(images/rounded.png) no-repeat 0 0;
}

.portfolio .imagelink span:hover {
	background: transparent url(images/rounded.png) no-repeat 0 -218px;
}

.portfolio .imagelink a {
	display: block;
	height: 100%;
}

.portfolio .post {
	float: left;
	padding-top: 43px;
	padding-left: 5px;
}

.portfolio .post .main {
	float: left;
	position: relative;
	width: 313px;
	height: 218px;
	overflow: hidden;
	margin-left: 20px;
	background: transparent url(images/port-post-bg.png) no-repeat 0 0;
}

.portfolio .post-title {
	line-height: 35px;
	height: 35px;
	margin-bottom: 9px;
	padding: 3px  90px 0 11px;
	background: transparent url(images/port-post-banner.png) no-repeat 1px 0;
}

.portfolio .post-title a {
	text-shadow: 0 1px #fff;
	cursor: pointer;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #242424;
}

.portfolio .post-title a:hover {
	color: #595959;
}

.portfolio .morelink a {
	color: #1d1d1d;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 35px;
	position: absolute;
	right: 8px;
	top: 3px;
	padding-right: 13px;
	background: transparent url(images/arrow-small.png) no-repeat right 11px;
}

.portfolio .post-meta .fr a:hover,
.portfolio .morelink a:hover {
	text-decoration: underline;
}

.portfolio .post-meta {
	line-height: 1.5em;
	margin: 0 0 17px;
	padding: 0 11px;
	text-transform: uppercase;
	border: none;
}

.portfolio .post-meta .fr {
	width: 174px;
	height: 20px;
	text-align: right;
	overflow: hidden;
}

.portfolio .post-content {
	line-height: 1.5em;
	padding: 0 11px;
	height: 113px;
	overflow: hidden;
}

.about .rocklist {
	margin-right: 30px;
}

.about .rocklist h4 {
	padding-left: 14px;
	margin-bottom: 17px;
}

.about .imagedock h4 {
	padding-left: 14px;
	margin-bottom: 17px;
}

.pagination {
	margin: 19px 5px 0;
	padding-left: 15px;
	height: 30px;
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
}

   
.pagination a, .pagination span.current {
	font-size: 14px;
	line-height: 1em;
	display: inline-block;
	color: #595959;
	margin-right: 3px;
	margin-top: 5px;
	padding: 2px 6px 3px;
	border: 1px solid #1d1d1d;
	text-align: center;
}

.pagination a:hover, 
.pagination a.current, 
.pagination span.current {
	border: 1px solid #555555;
	background-color: #2e2e2e;
}

.about .rocklist li a {
	width: 214px;
	background: transparent url(images/minilist.png) no-repeat 0 0;
}

.about .rocklist li a:hover {
	background-position: 0 -34px;
}

.noresults .homelink {
	display: block;
	margin-top: 25px;
	color: #6a6a6a;
	text-decoration: underline;
}

/* -----------------------
        Sidebar
  * ----------------------- */
.sidebar {
	float: left;
	width: 228px;
}

.widget {
	position: relative;
	margin: 0 0 20px;
	padding-top: 20px;
}

.widget-title {
	margin-bottom: 0;
	padding-bottom: 6px;
	border-bottom: 1px solid #2c2c2c;
	font-size: 15px;
	text-transform: uppercase;
	color: #9f9f9f;
}

.widget_nav_menu ul li a, 
.widget_categories ul li a, 
.widget_links ul li a, 
.widget_archive ul li a, 
.widget_meta ul li a, 
.widget_pages ul li a, 
.widget_recent_entries ul li a {
	display: block;
	padding: 4px 0 4px 34px;
	background: transparent url(images/arrowbig.png) no-repeat -41px -3px;
}

.widget_nav_menu ul li a:hover, 
.widget_categories ul li a:hover, 
.widget_links ul li a:hover, 
.widget_archive ul li a:hover, 
.widget_meta ul li a:hover, 
.widget_pages ul li a:hover, 
.widget_recent_entries ul li a:hover {
	background-position: -4px -43px;
}

.widget li {
	font-size: 14px;
	border-bottom: 1px solid #2c2c2c;
}

.widget li:hover {
	background-position: 8px -14px;
}

.widget li li {
	background: none;
	border: none;
	padding: 0 0 0 20px;
}

.widget li a {
	color: #4d4d4d;
}

#comments .depth-2 {
	margin-left: 50px;
}

#comments .depth-3 {
	margin-left: 100px;
}

#comments .depth-4 {
	margin-left: 150px;
}

#comments .depth-5 {
	margin-left: 200px;
}

#comments .depth-6 {
	margin-left: 250px;
}

#comments .depth-7 {
	margin-left: 300px;
}

#comments .depth-8 {
	margin-left: 350px;
}

#comments .depth-9 {
	margin-left: 400px;
}

#comments .depth-10 {
	margin-left: 450px;
}

#comments .section-title {
	font-size: 15px;
	color: #727272;
	padding-left: 12px;
	margin-bottom: 12px;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	background: transparent url(images/post-title-bg.png) no-repeat 0 0;
}

#comments .bypostauthor {
	border-color: #868686;
}

#comments .bypostauthor span.author-tag {
	position: absolute;
	top: -3px;
	right: -26px;
	width: 26px;
	height: 65px;
	background: transparent url(images/icons.png) no-repeat -88px -178px;
}

.comment {
	position: relative;
	vertical-align: top;
	border: 3px solid #212121;
	background-color: #212121;
	padding: 15px 15px 7px;
	margin-bottom: 6px;
}

.comment .avatar {
	float: left;
	margin: 0 14px 20px 0;
	border: 4px solid #3b3b3b;
}

.comment .fr {
	font-size: 12px;
}

.comment span {
	line-height: 40px;
}

.comment p {
	clear: both;
	font-family: arial;
	font-size: 12px;
	line-height: 1.7em;
	margin-bottom: 10px;
}

#respond {
	clear: both;
	position: relative;
	margin-top: 38px;
}

    .comments #respond {
	margin-bottom: 38px;
}

#respond h3 {
	font-size: 15px;
	text-transform: uppercase;
	padding-left: 12px;
	color: #727272;
}

#respond p {
	padding-left: 12px;
}

form {
}

form .form-input {
	width: 174px;
	height: 21px;
	float: left;
	margin-left: 14px;
	margin-bottom: 6px;
	padding: 7px 0;
	background: transparent url(images/comment-field-small.png) no-repeat 0 0;
}

form .first {
	margin-left: 0;
}

form .form-input input {
	font-family: 'arial narrow';
	font-size: 15px;
	color: #595959;
	vertical-align: top;
	width: 160px;
	margin-left: 12px;
}

form .form-input input#url {
	width: 95px;
}

form .form-textarea {
	clear: both;
	height: 55px;
	padding: 10px 12px 0 12px;
	background: transparent url(images/comment-field-large.png) no-repeat 0 0;
}

form .form-textarea textarea {
	font-family: 'arial narrow';
	font-size: 15px;
	color: #595959;
	height: 50px;
	width: 100%;
}

form .form-submit,
form .form-button {
	position: relative;
	height: 32px;
	line-height: 32px;
}

form .form-submit span,
form .form-button span {
	font-size: 11px;
	padding: 0 10px 0 6px;
}

form .form-submit span.fr,
form .form-button span.fr {
	font-size: 13px;
	text-transform: uppercase;
	margin-right: 22px;
	vertical-align: middle;
}
    
form .form-submit input,
form .form-button input {
	background: transparent url(images/arrowbig.png) no-repeat right -2px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 85px;
	height: 100%;
}

form .form-submit input:hover,
form .form-button input:hover {
	background: transparent url(images/arrowdownbig.png) no-repeat right -3px;
}

/* -----------------------
        Widgets
  * ----------------------- */
#wp-calendar {
	font-size: 14px;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #2c2c2c;
}

#wp-calendar caption {
	line-height: 25px;
	text-transform: uppercase;
	border-bottom: 1px solid #2c2c2c;
}

#wp-calendar thead {
	border-bottom: 1px solid #2c2c2c;
}

#wp-calendar thead th {
	color: #9f9f9f;
	font-weight: normal;
	line-height: 25px;
}

#wp-calendar tbody a {
	border-bottom: 1px solid #9f9f9f;
	color: #9f9f9f;
}

#wp-calendar tfoot {
	line-height: 25px;
	padding: 0 10px;
}

#wp-calendar tfoot a {
	color: #868686;
	font-size: 12px;
	text-transform: uppercase;
}

#wp-calendar tfoot #prev {
	text-align: left;
	padding-left: 8px;
}

#wp-calendar tfoot #next {
	text-align: right;
	padding-right: 8px;
}

#wp-calendar tbody {
	letter-spacing: 2px;
	line-height: 20px;
}

#searchform {
	padding: 15px 5px;
	border-bottom: 1px solid #2c2c2c;
}

#searchform input {
	font-family: 'arial narrow';
	font-size: 14px;
	text-align: right;
	padding: 5px 11px 5px 0;
	line-height: 1.2em;
	color: #5b5b5b;
	border: none;
	width: 170px;
	height: 17px;
	background: transparent url(images/search-bg.png) no-repeat 0 0;
}

#searchform button {
	cursor: pointer;
	border: none;
	width: 32px;
	padding: 0;
	height: 27px;
	vertical-align: middle;
	background: transparent url(images/arrowbig.png) no-repeat -39px -6px;
}

#searchform button:hover {
	background: transparent url(images/arrowdownbig.png) no-repeat 0 -7px;
}

#searchform button span {
	display: none;
}

#twitter_update_list li {
	font-family: arial;
	font-size: 12px;
	padding: 0 3px;
	margin-top: 13px;
	line-height: 1.5em;
	background: none;
}

#twitter_update_list li a {
	display: block;
	font-size: 10px;
	text-align: right;
	margin-bottom: 0;
}

#twitter_update_list li span a {
	display: inline;
	font-size: 12px;
	color: #838383;
	text-decoration: underline;
}

.iwak-widget-twitter .twitter-link {
	display: none;
}

select#cat {
	padding: 3px 0;
}

.widget_links li {
	color: #999999;
}

.iwak-widget .ads {
	display: inline-block;
}

.iwak-widget .ads img {
	margin: 0 10px 10px;
}

.iwak-widget .testimonial {
	padding: 7px 27px 10px 0;
	border-bottom: 1px solid #2c2c2c;
	background: transparent url(images/smallquoteright.png) no-repeat right bottom;
}

.iwak-widget .testimonial p {
	padding-left: 27px;
	margin-bottom: 0;
	font-size: 13px;
	color: #4c4c4c;
	line-height: 1.35em;
	background: transparent url(images/smallquoteleft.png) no-repeat -8px -6px;
}

.iwak-widget .assomedia {
	padding: 0 6px 14px;
	margin-top: 14px;
	position: relative;
	border-bottom: 1px solid #2c2c2c;
}

.iwak-widget .assomedia a {
	display: block;
	position: absolute;
	width: 216px;
	height: 124px;
	top: 0;
	left: 6px;
}

.iwak-widget .assomedia a:hover {
	background: transparent url(images/media-active.png) no-repeat 0 0;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	margin: 35px 0 5px;
}

.post-content img {
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 6px solid #2c2c2c;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.post-content ul, .post-content ol {
	margin-left: 30px;
}

.post-content ul ul, .post-content ol ol, .post-content ul ol, .post-content ol ul {
	margin-left: 0;
}

.post-content ul li {
	list-style: none;
	padding-left: 25px;
	background: transparent url(images/arrowupbig.png) no-repeat -11px -5px;
}

.post-content ol li {
	list-style: decimal;
	list-style-position: inside;
}

.post-content ol ul, .post-content ol ol {
	margin-left: 20px;
}

.post-content table {
	width: 100%;
}

.post-content th,.post-content td {
	padding: 0 5px;
	line-height: 28px;
	text-align: left;
	vertical-align: top;
}

.post-content tr {
	background-color: #2e2e2e;
}

.post-content tr.alt {
	background-color: transparent;
}

.post-content .gallery {
	margin-top: 19px;
}

.post-content .gallery-item {
	float: left;
}

.post-content .gallery-item a {
	display: block;
}

.post-content .gallery-item span {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.5em;
}

