/* ============================ common ============================== */

html{
	background: url(../img/bg-html.png) 0 0;
}
body {
	padding: 40px 0;
	color: #888; background: url(../img/bg-body.png) repeat-x 0 0;
	font: normal 62.5% Arial, Helvetica, sans-serif;
	line-height: 180%;
}

a { color: #7dd1e1; text-decoration: none; }
a:hover, a:active, a:focus { color: #fff; background: #7dd1e1; }

img 	{ display: block; }
a img 	{ border: none; }
a span	{ cursor: pointer; }
strong 	{ font-weight: bold; }
em 		{ font-style: italic; }

.clearfix:after {
	clear: both;
	display: block; visibility: hidden;
	height: 0;
	content: ".";   
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.aural{
	position: absolute;
	left: -2007px;
	font-size: 0;
}

#tooltip2{
	position:absolute;
	border: 1px solid #7dd1e1;
	background: #f7f5d1;
	padding: 2px 5px;
	color: #010102;
	font-size: 14px;
	display: none;
}

/* ========================== common end ============================ */

/* ============================ layout ============================== */

#holder{ 
	width: 860px;
	margin: 0 auto; padding: 20px;
	background: #fff;
}

#header{
	width: 860px;
	margin: 0 0 15px 0; padding: 0 0 13px 0;
	background: url(../img/bg-header.png) repeat-x 0 100%;
}

#sub-header{ 
	margin: 0 0 15px 0; padding: 0 0 13px 0;
	background: url(../img/bg-header.png) repeat-x 0 100%;
}

#content{ 
	float: left;
	width: 612px;
	margin: 0 0 15px 0; padding: 0 0 13px 0;
	background: url(../img/bg-header.png) repeat-x 0 100%;
}

#side-bar{ 
	float: right;
	width: 228px;
	margin: 0 0 15px 0; padding: 0 0 13px 0;
	background: url(../img/bg-header.png) repeat-x 0 100%;
}

#footer{ 
	clear: both;
	padding: 15px;
	color: #fff; background: #7dd1e1;
}

#bottom{
	width: 860px;
	margin: 0 auto; padding: 5px 0 0 0;
	color: #fff;
}

/* ========================== layout end ============================ */

/* ============================ header ============================== */

#header h1{
	float: right;
	padding: 20px;
}
#header h1 a{
	background: none;
}

#breadcrumbs{
	margin: 0 0 20px 0;
	font: normal 1.4em "Arial Black", Arial, Helvetica, sans-serif;
}

#rss{
	margin: 0 0 15px 0;
	font-size: 1.2em;
}
#rss a{
	padding: 3px 3px 3px 25px;
	background: url(../img/ico-rss.png) no-repeat 0 60%;
}
#rss a:hover,
#rss a:focus,
#rss a:active{
	background-color: #7dd1e1;
}
#search-form{
       display: block; position: relative;
       width: 228px; height: 20px;
       border: 1px solid #7dd1e1;
}
#search-form .text{
       position: absolute;
       top: 0; right: 0;
       width: 206px; height: 16px;
       padding: 2px;
       font: normal 1.2em Arial, Helvetica, sans-serif;
       color: #b2b1b1;
       border: 0;
}
#search-form .submit{
       position: absolute;
       top: 0; left: 0;
       width: 18px; height: 20px;
       margin: 0;
}
#nav{
	clear: both;
	font: normal 1.1em "Arial Black", Arial, Helvetica, sans-serif; text-transform: uppercase;
}
#nav li{
	float: left; display: inline;
	margin: 0 15px 0 0;
}
#nav li a{
	display: block; position: relative;
	width: 100%; height: 20px;
	overflow: hidden;
}
#nav li.nav-1{ width: 46px; }
#nav li.nav-2{ width: 192px; }
#nav li.nav-3{ width: 57px; }
#nav li.nav-4{ width: 82px; }
#nav li.nav-5{ width: 167px; }
#nav li.nav-6{ width: 74px; }
#nav li.nav-7{ width: 70px; }
#nav li.nav-8{ width: 39px; }
#nav li a span{
	position: absolute;
	width: 100%; height: 100%;
	cursor: pointer;
}
#nav li.nav-1 a span{ background: url(../img/nav-1.png) no-repeat 0 0; }
#nav li.nav-2 a span{ background: url(../img/nav-2.png) no-repeat 0 0; }
#nav li.nav-3 a span{ background: url(../img/nav-3.png) no-repeat 0 0; }
#nav li.nav-4 a span{ background: url(../img/nav-4.png) no-repeat 0 0; }
#nav li.nav-5 a span{ background: url(../img/nav-5.png) no-repeat 0 0; }
#nav li.nav-6 a span{ background: url(../img/nav-6.png) no-repeat 0 0; }
#nav li.nav-7 a span{ background: url(../img/nav-7.png) no-repeat 0 0; }
#nav li.nav-8 a span{ background: url(../img/nav-8.png) no-repeat 0 0; }
#nav li a:hover span,
#nav li a:focus span,
#nav li a:active span,
#nav li.current a span{
	background-position: 0 100%;
}

/* ========================== header end ============================ */

/* ========================== sub-header ============================ */

#artist-projects .project{
	width: 100%;
	margin: 0 0 15px 0;
	color: #fff; background: #010102;
}
#artist-projects .project .description{
	float: right; display: inline;
	width: 198px;
	padding: 15px 15px 15px 0;
	line-height: 1.4;
}
#artist-projects .project .description h2{
	font-weight: bold; font-size: 2.4em;
}
#artist-projects .project .description h3{
	font-weight: bold; font-size: 1.4em;
}
#artist-projects .project .description p{
	font-size: 1.3em;
}
#artist-projects .project .description .more{
	color: #fff;
	font-size: 1.3em; font-weight: bold;
}
#artist-projects .project .description .more:hover,
#artist-projects .project .description .more:focus,
#artist-projects .project .description .more:active{
	background: none; text-decoration: underline;
}

#welcome-text{
	margin: 15px 0 0 0;
	font: normal 2.1em "Arial Black", Arial, Helvetica, sans-serif;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 1.4em;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	padding: 2px;
	border: 1px solid #eee;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: normal 1.4em Arial, Helvetica, sans-serif;
}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 99%;
	padding: 2px;
	font: normal 1.4em Arial, Helvetica, sans-serif;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 0 10px 0;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* ======================== sub-header end ========================== */

/* ============================ content ============================= */

#content h2{
	margin: 0 0 15px 0; padding: 5px 0 15px 0;
	background: url(../img/dot.png) repeat-x 0 100%;
	font: normal 2.1em "Arial Black", Arial, Helvetica, sans-serif;
}
#content h2 span{
	padding: 5px;
	color: #fff; background: #7dd1e1;
	line-height: 1.5;
}
#content h3{
	margin: 0;
	font: normal 2.1em "Arial Black", Arial, Helvetica, sans-serif;
	color: #7dd1e1;
}
#content a.more-big{
	padding: 5px;
	color: #fff; background: #7dd1e1;
	font: normal 1.2em "Arial Black", Arial, Helvetica, sans-serif; line-height: 1.5;
}
#content a.more-big:hover,
#content a.more-big:focus,
#content a.more-big:active{
	text-decoration: underline;
}

#content .aligncenter{
margin: 0 auto;
}

.posts-list{
	margin: 0 0 15px 0;
}
.posts-list li{
	margin: 0 0 15px 0; padding: 0 0 15px 0;
	background: url(../img/dot.png) repeat-x 0 100%;
}
.posts-list .thumb{
	float: left; display: inline;
	margin: 0 15px 0 0;
	border: 1px solid #fff;
}
.posts-list .thumb:hover,
.posts-list .thumb:focus,
.posts-list .thumb:active{
	border: 1px solid #7dd1e1;
}
.posts-list .date{
	display: block;
	margin-top: -5px;
	font-size: 1.2em; font-weight: bold;
	color: #7dd1e1;
}
.posts-list .text{
	float: right;
	width: 495px;
}
.posts-list p{
	display: inline;
	font-size: 1.4em;
}
.posts-list .more{
	font: normal 1.2em "Arial Black", Arial, Helvetica, sans-serif;
}

.post{
	margin: 0 0 15px 0; padding:0 0 5px 0;
	background: url(../img/dot.png) repeat-x 0 100%;
}
.post .website{
	display: block;
	font-size: 1.2em; font-weight: bold;
}
.post .date{
	display: block;
	margin: 0 0 10px 0;
	font-size: 1.2em; font-weight: bold;
	color: #7dd1e1;
}
.post .entry{
	font-size: 1.4em; line-height: 1.3;
}
.post .entry p{
	margin: 0 0 10px 0;
}
.post .entry ul{
	margin: 0 0 10px 2em;
	list-style: disc;
}
.post .entry ol{
	margin: 0 0 10px 2em;
	list-style: decimal;
}
.stbutton{
	font: normal 1.2em "Arial Black", Arial, Helvetica, sans-serif;
	color: #7dd1e1;
}
.stbutton:hover,
.stbutton:focus,
.stbutton:active{
	color: #7dd1e1;
	text-decoration: underline;
}

.navigation .alignleft{
	float: left; display: inline;
}
.navigation .alignright{
	float: right; display: inline;
}
.navigation a{
	padding: 5px;
	color: #fff; background: #7dd1e1;
	font: normal 1.2em "Arial Black", Arial, Helvetica, sans-serif; line-height: 1.5;
}
.navigation a:hover,
.navigation a:focus,
.navigation a:active{
	text-decoration: underline;
}

.networks{
	margin: 0 0 15px 0; padding: 0 0 5px 0;
	background: url(../img/dot.png) repeat-x 0 100%;
}
.networks li{
	float: left; display: inline;
	margin: 0 10px 10px 0;
}
.networks li .thumb{
	display: block;
	margin: 0 0 5px 0;
	border: 1px solid #ddd;
}
.networks li .thumb:hover,
.networks li .thumb:focus,
.networks li .thumb:active{
	border: 1px solid #7dd1e1;
}
.networks li .name{
	font-size: 1.4em; font-weight: bold;
	color: #888; background: #fff;
}

/* ========================== content end =========================== */

/* ============================ side-bar ============================ */

#side-bar h2{
	margin: 0 0 15px 0; padding: 5px 0 15px 0;
	background: url(../img/dot.png) repeat-x 0 100%;
	font: normal 2.1em "Arial Black", Arial, Helvetica, sans-serif;
}
#side-bar h2 span{
	padding: 5px 5px;
	color: #fff; background: #7dd1e1;
	line-height: 1.5;
}
#side-bar h3{
	font: normal 1.4em "Arial Black", Arial, Helvetica, sans-serif;
	color: #7dd1e1;
}
#side-bar a.more-big{
	padding: 5px;
	color: #fff; background: #7dd1e1;
	font: normal 1.2em "Arial Black", Arial, Helvetica, sans-serif; line-height: 1.5;
}
#side-bar a.more-big:hover,
#side-bar a.more-big:focus,
#side-bar a.more-big:active{
	text-decoration: underline;
}
#side-bar .more-box{
	margin: 10px 0 0 0;
}
#side-bar .more-box a.more-big{
	float: left;
	display: inline;
}
#side-bar hr{
	width: 100%; height: 3px;
	margin: 15px 0;
	background: url(../img/bg-header.png) repeat-x 0 0;
	border: none;
}

.news-list{
	margin: 0 0 15px 0;
}
.news-list li{
	margin: 0 0 15px 0; padding: 0 0 15px 0;
	background: url(../img/dot.png) repeat-x 0 100%;
}
.news-list .date{
	margin-top: -9px;
	display: block;
	font-size: 1.2em; font-weight: bold;
}
.news-list .more{
	font: normal 1.2em "Arial Black", Arial, Helvetica, sans-serif;
}

.side-nav{
	margin: 0 0 10px 0; padding: 0 0 10px 0;
	background: url(../img/dot.png) repeat-x 0 100%;
}
.side-nav li a{
	color: #c7c5c5;
	font-size: 1.4em; font-weight: bold;
}
.side-nav li a:hover,
.side-nav li a:focus,
.side-nav li a:active{
	color: #fff;
}

/* ========================== side-bar end ========================== */

/* ============================= footer ============================= */

#footer a { color: #fff; text-decoration: none; }
#footer a:hover, 
#footer a:active, 
#footer a:focus { color: #7dd1e1; background: #fff; }

#bottom-nav{
	margin: 0 0 15px 0;

	font-size: 1.2em; font-weight: bold;
}
#bottom-nav li{
	float: left; display: inline;
	margin: 0 0 0 8px; padding: 0 0 0 8px;
	border-left: 1px solid #fff;
}
#bottom-nav li:first-child{
	margin: 0; padding: 0;
	border: 0;
}

#address-block{
	float: left;
	font-size: 1.2em;
}
#address-block .col{
	float: left;
	width: 170px;
}
#address-block a{
	font-weight: bold;
}

#founded-by{
	float: right; position: relative;
	top: -29px;
	font-weight: bold; font-size: 1.2em;
}
#founded-by h2{
	margin: 0 0 15px 0;
}
#founded-by a{
	background: none;
}

#bottom a { color: #fff; font-weight: bold; text-decoration: none; }
#bottom a:hover, 
#bottom a:active, 
#bottom a:focus { color: #7dd1e1; background: #fff; }

#copyright{
	float: left;
	font-size: 1.2em;
}

#bottom-links{
	float: right;
	font-size: 1.2em; font-weight: bold;
}
#bottom-links li{
	float: left; display: inline;
	margin: 0 0 0 8px; padding: 0 0 0 8px;
	border-left: 1px solid #fff;
}
#bottom-links li:first-child{
	margin: 0; padding: 0;
	border: 0;
}

/* =========================== footer end =========================== */



















