/*
* Override CSS
* This file will always be included regardless of what theme css is loaded
*/

	p,ul,ol						{margin-bottom: 1.4em;}
	
	#col1 ul li,
	#col1 ol li 				{list-style-type: circle !important;}
	#col1 ul,
	#col1 ol					{margin-left: 1em;}
	
	#col1 .socialwrap,
	#col1 .socialwrap li,
	#col1 .iconOnly	 			{list-style-type: none !important;}
	
	#col1 .socialwrap			{margin-left: 0 !important; margin-bottom: 1.4em !important; line-height: 1em; clear: both;}
	
	#col1 .article				{margin-bottom: 1.4em;}
	
	#col1 #comments ul,
	#col1 #comments li			{list-style-type: none !important; list-style: none !important;}
	
	#col1 #comments ul			{margin-left: 0 !important;}
	
	/* Alignment for images */
	.alignleft					{float: left; margin-right: 1em; margin-bottom: .7em; background: #fff; padding: 5px; border: 1px solid #dedede;}
	.alignright					{float: right; margin-left: 1em; margin-bottom: .7em; background: #fff; padding: 5px; border: 1px solid #dedede;}
	.aligncenter				{margin: 1em; background: #fff; padding: 5px; border: 1px solid #dedede;}
	
	
	/* WordPress Gallery */
	.gallery					{margin-bottom: 1.4em !important; padding-bottom: .5em;}
	.gallery-item				{width: auto !important; margin-right: 1.4em;}
	
	/* Contact form */
	#quick_contact_form									{}
	#quick_contact_form th								{text-align: left !important; width: 20% !important;}
	#quick_contact_form input							{margin-bottom: 1.4em !important; width: 200px !important; border: 1px solid #dedede; padding: 3px;}
	#quick_contact_form textarea						{width: 400px !important; height: 225px !important; margin-bottom: 1.4em; border: 1px solid #dedede; padding: 3px;}
	#quick_contact_form #quick_contact_submit,
	#quick_contact_form #quick_contact_cancel			{width: auto !important; margin-right: 1em;}
