/**  
 * Techticks.net Theme
 * Techticks.net is an official theme created by 
 * <a href="http://www.paulvillacorta.com"> Paul Villacorta </a>
 * for <a href="http://www.techticks.net"> Techticks.net </a>
 *    
 * @version 	1.0
 * @author		Paul Villacorta		<pwvillacorta@gmail.com>
 * @author URL	http://www.paulvillacorta.com
 * 
 */
 
/* ----------- Globals ------------- */
* { 
	margin:0; 
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	text-align: center;
	height: inherit;
}

img { border: none; }

a {
	color: #e81b0b;
	text-decoration: none;
}
a:hover {
	color: #000;
}
/* ----------- Page ---------------- */
#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/* ---------- Header --------------- */
#header { 
	height: 100px;
	margin-bottom: 10px; /* Safari HACK */
}

#header-top, #header-bottom { 
	width: 960px; 
	clear: both;
}
#header-top .logo, #header-top .logo_text {
	float: left;
	margin:12px 0 0 -10px;
	padding:0px 8px;	
}
#header-top .logo_text {
	font:32px "Arial Black", Arial, Helvetica, sans-serif;
	color:#000;
	margin-left: 0px;
}
#header-top .ads-top {
	float: right;
	margin-top: 10px;
}

#header-bottom {
	background: #000;
	border-bottom: 5px solid #e81b0b;
}

#menu { 
	width: 750px;
	border-top: 1px solid #000;
}
#menu ul {
	float: left;
	list-style: none;
	margin: 0; padding: 0;
}
#menu ul li {
	float: left;
	border-right:1px solid #dbdbdb;
	width: 115px;
}
#menu ul li a {
	color: #FFF;
	text-decoration: none;
	padding: 9px 10px 8px 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	display: block;
}
#menu ul li a:hover {
	color: #fff;
	background:#ef181e;
}

/* ----------- Content ------------- */
#content {
	float: left;
	width: 655px;
	margin-top: 10px;
}
#featured { 
	width: 635px;
	font-family: Lucida Grande, Verdana, Lucida Sans;
	background: url(images/feature-bg.png) top repeat;
	padding: 0px 10px 10px 10px;
}
#featured-bottom {
	background: url(images/feature-bottom.png) no-repeat top;
	height: 8px;
	width: 655px;
}
#dposts {
	width: 400px;
	float: left;
	margin-top: 10px;
	border-top: 8px solid #CCCCCC;
}

/* ----------- Posts --------------- */
.posts {
	width: 100%;
	font-family: Lucida Grande, Verdana, Lucida Sans;
	text-align: left;
	padding: 10px 0px 20px 0px;
	border-bottom: 1px solid #CCCCCC;
}
.posts h2 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 22px;
}

.posts p { margin-bottom: 10px; }
.posts p.meta { font-size: 13px; color: #666;}
.posts p.meta a {
	font-weight: bold;
	border-bottom: 1px dotted #000;
}

.posts-content {
	padding: 5px 0px;
	line-height:19px;
	font-size: 13px;
}

.posts-content img {
	margin: 5px;
	padding: 5px;
	background: #FFF;
}

.posts-content ul, .posts-content ol { 	
	margin: 10px 0px 10px 10px; 
	padding: 0;
}
.posts-content ul li, .posts-content ol li {
	margin-left: 35px;
}

.posts-content h2 {
        margin: 20px 0px;
        color: #666;
}

/* ----------- Sidebar All --------- */
#sidebar_all {
	float: right;
	width: 300px;
	padding: 0px;
	margin-top: 5px;
}

.ads300 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
/* ----------- Sidebar Home -------- */
#sidebar_home {
	float: right;
	width: 220px;
	margin-top: 10px;
	border-top: 8px solid #CCCCCC;
	text-align: left;
	padding: 0px 10px;
	padding-bottom: 10px;
}

#sidebar_home ul { list-style-type: none; }
#sidebar_home li, #sidebar_home li ul,
#sidebar_home li ul li { 
	list-style-type: none;
}
#sidebar_home li ul li {
	background: url(images/bullet-hover.png) left top no-repeat;
	padding-left: 17px;
}
#sidebar_home li ul li:hover {
	background: url(images/bullet.png) left top no-repeat;
	padding-left: 17px;
}	
#sidebar_home li ul li a{
	font-family: Helvetica;
	font-size: 13px;
	border-bottom: 1px dashed #cccccc;
	color: #333;
}
#sidebar_home li ul li a:hover {
	color: #ef181e;
}
#sidebar_home li h2, .widgettitle {
	font-size: 12px;
	text-transform: uppercase;
	margin: 5px 0px;
}
/* ----------- Page Nav ------------ */
#page-nav {
	clear: both;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}
.nav-previous {
	float: left;
	text-align: left;
	margin: 2px 0px;
	padding-left: 15px;
	background: url(images/arrow-left.gif) left no-repeat;
}
.nav-next {
	float: right;
	text-align: right;
	margin: 2px 0px;
	padding-right: 15px;
	background: url(images/arrow-right.gif) right no-repeat;
}
/* ----------- Footer -------------- */
#footer {
	margin-top: 10px;
	border-top: 10px solid #333;
	border-bottom: 5px solid #333;
	height: 30px;
	padding-bottom: 10px;
}

#footer_left {
	margin-top: 8px;
	float: left;
}
#footer_left ul {
	margin: 0; padding: 0;
	list-style-type: none;
	font-size: 18px;
}
#footer_left ul li {
	float: left;
	list-style-type: none;
	margin-right: 20px;
}
/* ----------- Comments ------------ */
.comments {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0px;
}
.commentsh {
	background: #f5f4f4;
	font-size: 13px;
	padding: 0px 5px;
}
.commentsd, .commentsb {
	font-size: 13px;
}
.commentsb { padding: 15px 10px; }
.fields {
	padding: 5px;
	border: 1px solid #999;
	width: 250px;
	letter-spacing: .50px;
}
.texts {
	font-size: 13px;
	font-weight: bold;
}
.submit {
	padding: 10px;
	border: 1px solid #999;
	background: #FFFFFF;
	color: #e81b0b;
	font-weight: bold;
}
.trackbacklist {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
}
.tracklist {
        list-style-type: none;
        font-size: 13px;
}
.gravatar {
	border:5px solid red;
	/*margin:0 0px 8px 15px;*/
	width:25px;
	height:25px;
	/*background: url(images/gravtar.png) no-repeat;*/
}
/* ----------- WP Classes ---------- */
#recent-posts {
	margin: 15px 0px;
}
.more-link { 
	float: right;
	font-size: 13px;
	font-weight: bold;
	background: url(images/read-more.png) no-repeat right;
	padding-right: 25px;
	margin-right: 5px;
}
.more-link:hover {
	background: url(images/read-more-hover.png) no-repeat right;
}
.widget { font-size: 12px; }
.alignleft { float: left; }
.alignright { float: right; }

/* ----------- Misc ---------------- */
.clear { clear: both; }	
/* ----------- FeedBurner ---------- */
.subscribe {
	background: #ffffff;
	border: 1px solid #e81a0b;
	color: #e81a0b;
	padding: 3px 5px;
	margin-top: 5px;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.pgraph {
    font-family: Helvetica;
	font-size: 13px;
	margin-bottom: 3px;
}
