/*
Theme Name: Last Gang Entertainment
Theme URI: lastgangentertainment.com
Description: Design by Erin Joly, Wordpress set-up by Hans Vedo.
Version: 1.0
Author: Hans Vedo
Author URI: http://cultivate.it
Tags:
*/

@import url("css/layout.css");

body{
	background-color: 	#ffffff;
	color: 				#000000;
	font-family: 		"Lucida Grande",Lucida,Verdana,Arial,Helvetica,sans-serif;
	font-size: 			12px;
	line-height: 		18px;
	margin: 			0px 0px 40px 0px;
	padding: 			0px;
}
small{
	font-weight: 	bold;
}

.addtoany_share_save_container{
	clear: 				both;
}

/* Links */
a,a:active,a:visited{
	color: 				#000000;
	text-decoration: 	none;
}
a:hover{
	text-decoration: 	underline;
}

/* Post Titles */
h2{
	font-weight: 	normal;
	margin: 		10px 0px 10px 0px;
	padding: 		0px;
}
h2 a,h2 a:active,h2 a:visited{
	color: 				#000000;
	text-decoration: 	none;
}
h2 a:hover{
	text-decoration: 	underline;
}

/* Common Styles */
.float{
	float:			left;
}
.float_right{
	float:			right;
}
.clear{
	clear:			both;
}