@charset "UTF-8";
/* 
CSS Document 
Theme Name: Alan Fryer Media.com
Theme URI: http://www.alanfryermedia.com/
Description: Theme custom-built for Alan Fryer
Author: Danny Wood
Author URI: http://www.dannyjwood.com/

*/

/* Basic Universal Tags Setup */


body { /* All Body text is set by default to Lucida fonts. Margin is set to 0 to remove top space. */
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p { padding:0; margin:0; text-align:left;}

h1, h2, h3, h4, h5, h6 { /* All Headers are set by default to Georgia and Grey Colour. No other universal header settings are made here */
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#4D4D4D;
}

h1 { /* blog post subheads */
	font-size:160%;
	font-weight:400;
	font-style:italic;
	margin:5px 0 10px;
}

h2 { /* Video Clips Page Subheads */
	font-size:200%;
	color:#000;
}

h3 { /* Main Page Video Widget Subheads */
	font-size:130%;
	font-weight:normal;
	font-style:italic;
}

h4 { /* Blog Widget Subhead */
	font-size:110%;
	font-weight:900;
}

h5 { /* Blog Sidebar */
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif; !important
	color:#000; !important
	font-weight:bold;
	font-size:105%
}

a {
	text-decoration:none;
	color:#666;
}

a h3:hover {
	color:#D72F2E;
}
	

img { /* Image borders set to nil for links */
	border:none;
}

blockquote { /* for block quotes in posts */
	font-size:80%;
}

/* Tools */

.clear {
	clear:both;
}

.right {
	float:right;
}

.left {
	float:left;
}

.preload {
	display:none;
}
	

/* Other Universals */

#wrapper { /* don't need the same "inside" wrapper: no "shadow" effect on edges */
	margin:0 auto;
	width:1024px;
}
