/*
Theme Name: WeirAutos Responsive
Theme URI: 
Description: WeirAutos theme is a chile theme of the Responsive theme
Author: <a href="http://cyberchimps.com">CyberChimps.com</a>
Author URI: 
Template: responsive
Version: 1.9.7.5
*/

/* Generated by Orbisius Child Theme Creator (http://club.orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Sun, 25 Jan 2015 03:11:48 +0000 */ 

@import url('../responsive/style.css');

/* IDS */
#container {
	padding:0 5px;
}

#content {
	margin-top: 10px;
}

#logo {
	float: none;
	text-align: center;
	background: url("/wp-content/uploads/2015/01/headerbg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 4px;
	line-height: 100px;
	padding-left: 10px;
	padding-right: 10px;
}

#header {
	
}

#wrapper {
	background-color: #f1f1f1;
	margin: 10px auto;
	padding: 0 10px 10px;
}

/* CLASSES */
.col3 {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 5px;
	width: 31.65%;
}

.menu {
	border-radius: 4px;
}

.menu-nav {
	margin-top: 5px;
}

.post-title {
	display: none;
}

@media screen and (max-width:960px) {
	.col3 {
		width:46.5%;
}
}

@media screen and (max-width:360px) {
	.col3 {
		width:96%;
}
}