/*
Theme Name: Tequileros 2
Theme URI: http://www.tequilerosbikeclub.com
Description: WordPress theme for the Tequileros Bike Club website.
Version: 1.0
Author: Pablo De La Rosa
Author URI: http://www.pablodelarosa.com
*/

body {
	background-image: url(http://www.tequilerosbikeclub.com/wp/wp-content/themes/tequileros2/images/bg-01.gif);
	background-attachment: fixed;
	background-color: #000033;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

#page {
	margin: 0px;
	padding: 0px;
	width: 850px;
}

#header {
	border: none;
	margin: 0px;
	padding: 0px;
}

#content {
	background-color: #FFFFFF;
	padding: 3px 30px 30px;
	width: 705px;
	margin-top: -2px;
}

#footer {
	color: #CCCCCC;
	background-color: #333333;
	margin: 0px;
	padding: 5px 2px;
	width: 761px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
}

#teq-posttitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
}

#teq-blacklink {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.post img {
	border: none;
	margin-right: 5px;
	margin-bottom: 5px;
	}
	
#teq-comment {
	float: left;
	margin-right: 10px;
}	

#teq-comment-box {
	width: 498px;
}

#teq-comment-text {
	width: 460px;
	margin-bottom: 15px;
	text-align: justify;
}