/*
Theme Name:     Zenetic
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

/* Main Theme Definitions */
body {background-color: #fff !important}
#branding {position: relative}
#branding img {border: none}
.one-column #content {width: 90%;}
#colophon {border: none !important}
h1, h2, h3, h4, h5, h6 {clear: none}

.img-thumb {float: left; margin: 0 15px 0 0}
.intro-post {margin-left: 195px; float: right}
#access {
background: #fff;
border-top: 1px solid #666
}
#access a,
#access a:visited {color: #666}

#access ul li.current_page_item > a, 
#access ul li.current-menu-ancestor > a, 
#access ul li.current-menu-item > a, 
#access ul li.current-menu-parent > a {
background: #666;
}

/* Home Page */

/* top home */
/* Slider */
#home-slider {
	width: 570px; 
	float: left;
}

.bx_pager {text-align: center; width: 70px; margin: 0 auto}
.bx_pager a{
	background: url(images/square.gif) 0px 0px no-repeat;
	display: block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin: 0 5px;
	float: left;
	color: transparent;
}

.bx_pager a.active,
.bx_pager a:hover{
	background-position: 0px -10px;
}

.sliderWrapper {
	position: relative;
	height: 200px;	
}
ul#slides1 {margin: 0 !important}

ul#slides1 li {
	list-style: none;
	width: 570px; 
	padding: 0;
}

ul#slides1 li img {
	float: left;
	-moz-border-radius:4px 4px 4px 4px;
	padding: 1px;
	margin: 1px;
	border: 1px solid #CCC;
}


ul#slides1 li p {
	line-height: 22px;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-shadow: 1px 1px #FFF;	
}

ul#slides1 h2 {
	font-family: Century Gothic, Geneva, Arial, Helvetica;
	font-size: 20px;
	text-transform:none;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 10px;
}

ul#slides1 h2 a,
ul#slides1 h2 a:visited {
	color:#2D2D2D;
	text-decoration: none;
}

/* Twitter area */
#latest-twit {
	margin: 15px 5px 18px 0;
	font-size: 0.9em;
	padding-left: 70px;
	background: url(images/twitter_home.png) top left no-repeat;
	line-height: 1.3em;
	font-style: italic;
	color: #666
}

#social-button {
	float: right;
	overflow: hidden;
	width: 220px;	
}
#social-button ul {
	text-align: center;
	padding: 8px auto;
	margin: 0;
}
#social-button ul li {
	display: inline;
}

 /* bottom home */
#bottom-home {
	float: left;
	margin: 50px auto;
	width: 570px;
}

/* bottom home column */
#bottom-home div.col {width: 40%}
#bottom-home div.col ul {margin: 0; padding: 0}
#bottom-home div.col ul li {list-style: none; margin: 0; padding: 0}
#bottom-home div.col ul li h2 {font-size: 0.8em !important}
#bottom-home div.col ul li img {border: 5px solid #ccc}
#bottom-home #left-content {float: left}
#bottom-home #left-content {float: right}
#bottom-home #left-content h3,
#bottom-home #right-content h3 {
	font-style: italic;
	font-weight: bold;
}
#bottom-home #left-content p,
#bottom-home #right-content p {
	font-size: 0.7em; 
	text-align: justify; 
	font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}

#sidebar-home {
	margin-top: 50px;
	float: right;
	overflow: hidden;
	width: 220px;	
}

#sidebar-home ul ul li,
#sidebar-home #searchform {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}

/* Utility */
.hidden 
{position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

