/*
Theme Name: Magnet
Theme URI: http://www.wpzoom.com/themes/magnet/
Description: MagNet is a premium blog-style wordpress theme released by WPZOOM.com
Version: 1.0
Author: Ufuk Erdogmus
Author URI: http://www.u.com
 

	MAG.NET 1.0
	http://www.wpzoom.com/themes/magnet/
*/

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */

#main { width: 1000px; background: #FFF scroll 0 0; padding: 0 0 10px; margin: 0 0 0; float: left; }
#bgbottom { background: url(images/bgbottomwos.png) no-repeat ; width: 990px; float: left; height: 33px; } 

/* ------------------------------------------ */
/* Main Content - Posts stiling */
/* ------------------------------------------ */
#content { width: 100%; float: left; display: inline; overflow: hidden; margin:0 0 0 3px;}
.post { margin: 0 22px 10px 0px; line-height: 1.4; padding: 15px 0 40px 0; background: url(images/afterpost.jpg) no-repeat bottom center; }
	.post h2 a { text-decoration: none; color: #2b2828; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 34px; font-weight: bold; line-height: 1.2; }
	.post h2 a:hover {color:#555454;}
	.post img { padding: 4px; border: 1px solid #B9C5C9; background: #fff; }
	.post ul { margin: 0 0 20px; padding: 0 0 0 30px; }
		.post ul li { list-style-type: square; }
	.post ol { margin: 0 0 20px; padding: 0 0 0 30px; }
		.post ol li { list-style-type: decimal; }
	.post blockquote { color: #666666; border-left: 3px solid #CCCCCC; color: #777777; font-family: Georgia,"Times New Roman",Times,serif; font-size: 14px; font-style: italic; line-height: 1.8em; margin: 10px 20px 10px 30px; padding-left: 10px; }
/* ------------------------------------------ */
/* Tables */
/* ------------------------------------------ */
td h2 {
font-size:22px;
}
th, td {
line-height:20px;
}
td:nth-child(2n) { text-align:left;}
td:nth-child(2n+1) { text-align:right; } 
