/*
Theme Name: Vivamas
Theme URI: 
Description: 
Version: 
Author: 
Author URI: 
Tags: 

*/
/*Common*/

body {
	background: url(images/bg.jpg) repeat-x;
	font-family: "Gill Sans", Helvetica, sans-serif;
}

body.home {
	background: url(images/bg-home.jpg) repeat-x;
}

a {
	text-decoration: none;
}

a:hover {

}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

p {
	font-size: 14px;
	color: #313131;	
	margin-bottom: 10px;
}

/*Menus*/

#topmenu {
	background: url(images/bg.jpg) repeat-x;
	padding-bottom: 1px;
	position: relative;
}

#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topmenu li {
	float: left;
}

#topmenu a {
	color: #FFF;
	padding: 13px 17px;
	display: block;	
	height: 18px;
}

#topmenu a:hover, #topmenu .active a, #topmenu .current-cat {
	background: #384043;	
}

/*Search*/

#topmenu .search {
	background: #384043;
	padding: 6px 17px;
	position: absolute;
	right: 0;
	top: 0;	
}

.search input[type=text] {
	border: 1px solid #A1A1A1;
	width: 200px;
	height: 16px;
	padding-left: 20px;
	background: #fff url(images/icon-search.gif) 4px 3px no-repeat;
	color:  #646464;
	display: block;
	float: left;
}

.search #searchsubmit {
	display: block;
	float: left;
	margin-top: 7px;
}

/*.search input[type=button]:hover {
	background: #fff;
	color: #212A2E;
	cursor: pointer;
}
*/
.search label {
	display: none;
}

.container {
	background: url(images/bg-bike3.jpg) top center no-repeat;
}

.home .container {
	background: url(images/bg-office.jpg) top center no-repeat;
}

.archive.category-produk .container {
	background: url(images/bg-bike2.jpg) top center no-repeat;	
}

.page-id-7 .container {
	background: url(images/bg-bike1.jpg) top center no-repeat;	
}

.page-id-9 .container {
	background: url(images/bg-bike4.jpg) top center no-repeat;	
}

#logo h1{
	margin: 10px 0;
	display: block;
	text-indent: -9999px;
	background: url(images/logo.png) no-repeat;
	height: 66px;
	width: 207px;
}

/*Banner*/

#banner {
	margin-top: 145px;
}

#banner img {
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);
	padding: 8px;
}

/*Maincontent, Page & Post*/

#maincontent .inside{
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);
	padding: 10px;
}

.pagetitle {
	font-size: 18px;
	color: #D20202;
	margin-bottom: 10px;
	margin-left: 10px;
}

.page .pagetitle, .single .pagetitle {
	margin-left: 0;
}

.post {
	padding: 10px;
}

.post.odd {
	background: rgb(250,250,250);
	background: rgba(0,0,0,0.02);
}

.post h3, .post h3 a {
	font-size: 16px;
	color: #070776;
	margin-bottom: 10px;
}

.post small {
	margin-bottom: 11px;
	display: block;
}

.post img {
	border: 1px solid #999;
	padding: 2px;	
}

.archive .post img {
	border: none;
	padding: 0;
}

.more-link {
	color: #D20202;
	display: block;
	margin-top: 10px;
}

/*Navigation*/

.navigation {
	padding: 40px 0;
	text-align: center;
}

.navigation a {
	padding: 5px 10px;
}

.navigation a.active {
	border: 1px solid #999;
}

/*Contact*/

.wpcf7 input {
	padding: 4px;
}

/*Catalog*/

.category-produk .post {
	width: 180px;
	float: left;
	text-align: center;
}

/*Sidebar*/

#sidebar .inside{
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);
	padding: 10px 20px;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget {
	margin-bottom: 20px;
}

.widgettitle {
	font-size: 18px;
	color: #D20202;
	margin-bottom: 10px;	
}

#sidebar ul ul {
	list-style-type: disc;
	margin-left: 20px;
	color: #070776;
}

#sidebar ul ul li a {
	font-size: 16px;
	color: #070776;
	margin-bottom: 10px;	
}

#sidebar th, #sidebar td {
	vertical-align: top;
	font-weight: normal;
}

/*footer*/

#footer .inside{
	background: #212A2E;
	height: 30px;
	padding: 10px 40px 0;
	color: #FFF;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

.dropdown-catalog {
	float: right;
	margin-top: -40px;
}

.dropdown-catalog select {
	width: 200px;
	font-size: 12px;
	border: 1px solid #313131;
}

#cycle_banner {					
	display: block;
	height: 135px;
}