/*  
Theme Name: SMAPPLE
Theme URI: http://www.appleadv.com/
Description: This will be the theme for the Apple & MAPS Blogs.
Version: 1.0
Author: Chachwick
Author URI: http://blog.chachwick.com
Code is based on the 960 Grid System http://www.960.gs
Reset Code is based on work done by Eric Meyer and adapted by Andreas Jacob (http://cordobo.com/) with some modifications by me.

Only the reset code and 960 Grid code is GPL. All other graphics and code which creates the the actual look & feel is Copyright 2010 Apple Advertising, Inc. It's likely we will allow you to borrow from it, but please do not simply swap logos and call it yours.

*/

/* MINIMUM RESET - based on work by Eric Meyer
------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; }
body { line-height: 1; }
ol, ul { list-style: none; margin-bottom: 2em; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }

/* The Basics
------------------------------------------------------------------------------*/
body {
	/* background-color: #dcdcdc; */
	/* background-image:url(http://www.appleadv.com/images/bg-gradient.jpg); */
	background-repeat:repeat-x;
	border-top: 5px solid #DCDCDC;
	font: 12px/1.5 Helvetica, Geneva, Tahoma, Arial, 'Liberation Sans',FreeSans, sans-serif;
	color:#666;
	padding: 20px 0 40px;
}


a {
	text-decoration:none;
	color:#CC0000;
}

a:focus, a:hover {
	text-decoration:underline;
	color:#CC0000;
}
a:active {
	color:#CC0000;
	text-decoration:underline;
}


hr {
	border-style: dotted;
	clear: both;
	color: #ccc;
	margin-bottom:10px;
	margin-top: 15px;
}

p
{
	overflow: hidden;
	text-align: left;
	line-height:1.5em;
	margin-bottom:15px;
	margin-top:0.3em;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

li
{
	list-style: none;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* HEADINGS
------------------------------------------------------------------------------*/
h1 {
	color:#CC0000;
	font-size: 25px;
	font-weight:bold;
	margin-bottom:-5px;
	}

h2 {
	color:#666666;
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 10px;
}
	
/* SMAPPLE Specific
------------------------------------------------------------------------------*/

sidebar
{
	/*border: 1px solid #666;*/
	font-size:10px;	
	overflow: hidden;
	text-align: left;
	line-height:1.5em; 
	margin-bottom:1em;
	padding: 5px 0 10px;

}

/* Menus 
------------------------------------------------------------------------------*/

.left_menu {
	/*border: 1px solid #666;*/
	font-size:12px;	
	overflow: hidden;
	text-align: left;
	line-height:1.25em; 
	margin-bottom:0;	
	padding: 5px 0 5px;
}

a.left_menu {
	/*border: 1px solid #666;*/
	color:#0066CC;
}

a.left_menu:hover, a.leftmenu:focus {
	/*border: 1px solid #666;*/
	color:#0099FF;
	border-left-style:dotted;
	border-left-width:thin;
	border-left-color:#3399FF;
	padding-left:2px;
}

a.left_menu:active {
	/*border: 1px solid #666;*/
	color:#CC0000;
}

h4.left_menu {
	/*border: 1px solid #666;*/
	font-size:12px;	
	font-weight:700;
	overflow: hidden;
	text-align: left;
	line-height:1.5em; 
	margin-bottom:0;
	padding-bottom:0;
}


.top_menu {
	color:#999;
	font-size:1.5em;
	font-weight:200;
	text-align:right;
	text-decoration:none;
	margin-top:25px;
}
a.topmenu:hover, a.topmenu:focus {
	border:thin;
	border-style:dotted;
	border-color:#666666;
}

/* Other Stuff
----------------------------------------------------------------------------------------------------*/



#blue_button {
	position:relative;
	left:300px;
	top: -50px;
	margin:0px;
	}


a.image_link:hover, a.image_link:active {
	border:dashed;
	border-color:#fff;
	border-width:thin;
}

p.postmetadata {
	margin: 0 0 50px;
}

li.widget_recent_entries {
	line-height: 1.5em ;
	margin-bottom: 4px ;	
}