/*  
Theme Name: Mainline Media
Theme URI: http://www.mainlinemedia.com
Description: Mainline Media V3 core theme.
Version: 1.0
Author: Matt Kircher
Author URI: http://www.mainlinemedia.com/

	Pixels to Ems
	-----------------------------------
	PX	EM		PX	EM
	10	0.625		21	1.313
	11	0.689		22	1.375
	12	0.750		23	1.438
	14	0.875		24	1.500
	15	0.938		25	1.563
	16	1.000		26	1.625
	17	1.064		27	1.688
	18	1.125		28	1.750
	19	1.188		29	1.813
	20	1.250		30	1.875
*/

/*--Imports
--------------------------------------------------------*/
@import url("http://www.mainlinemedia.com/stylesheets/main.css");

/* general */
#posts ul{ list-style:disc !important; margin-left:20px; padding-left:20px !important; }
.double_list li{ margin-bottom:7px; }

/* header */
#logo h2{ font-size:0.689em; color:#FBEDC4; position:relative; top:65px; left:60px; }

#functional-nav #searchform{ position:relative; left:260px; }
#functional-nav #searchform #s{ width:140px; border:1px solid #251C0A; background-color:#FBEDC4; }
#functional-nav #searchform #searchsubmit{ background-color:#251C0A; color:#FBEDC4; border:1px solid #251C0A; text-transform:uppercase; font-size:10px; }

/* content */
#level-1 .main-content{}
#level-1 .sub-content{ width:235px !important; padding-left:65px !important; }
	
	#sub-nav ul{ margin-left:0px !important; }
	
	#wp-calendar th, #wp-calendar td{ text-align:center; height:20px; width:20px; font-size:0.689em; }
	
	/* posts */
	#posts{}
		.post{ margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #E7D7AB; }
			.post_title{}
			.post_comments a{ color:#251C0A !important; }
	
	.post_meta_index{}
	.post_meta{ margin:15px 0px 0px 0px; padding-top:15px; border-top:1px solid #E7D7AB; }
		.post_categories{}
		.post_author{ display:none; }
		.post_comments{}
		.post_edit_link{ font-size:0.833em !important; }
	
	.post_hop{ margin:15px 0px 0px 0px; padding-top:15px; border-top:1px solid #E7D7AB; }
		.post_hop br{ display:none; }
		
	/* comments */
	.comments-template{}

/* footer */
#gutter{ padding-left:65px; background-image:none; }

#contact-info, #copyright{ margin-left:0px; }
#contact-info .rss{ margin-top:5px; padding:5px 0px 5px 30px; background:url(http://www.mainlinemedia.com/images/rss_icon.jpg) left center no-repeat; }

