/*
Theme Name: Easy Docs
Theme URI: http://shakenandstirredweb.com/
Author: Sawyer Hollenshead (Shaken and Stirred Web)
Author URI: http://shakenandstirredweb.com/
Version: 1.1.0
License: GNU GENERAL PUBLIC LICENSE
License URI: http://www.gnu.org/licenses/gpl-2.0.txt

===================================================================

!! DO NOT EDIT THIS FILE !!

If you need to overwrite the CSS styling, place the new styles in 
custom.css (which is already included for you).

===================================================================

*/

@import 'reset.css';

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#2a2a2a;
	background:url(images/bg.png) center center;
	padding-top:30px;
}

.wrap{
	width:820px;
	margin:auto;
}
.left{
	width:507px;
	float:left;
}
.right{
	width:293px;
	float:right;
}
.clearfix{
	clear:both;
}

/* =================================================
					Basic Typography
================================================= */
a{ color:#be3f3f; text-decoration:none; }
a:hover{ color:#000; text-decoration:underline; }

h1, h2, h3, blockquote, #logo{
	font-family:"PT Sans Narrow", Arial, Helvetica, sans-serif;
	font-weight:normal;
}

h1{
	font-style:italic;
	font-size:48px;
	margin-bottom:30px;
}
h2{
	font-size:36px;
	margin:10px 0 25px;
}
h3{
	font-size:24px;
	color:#bd4040;
	margin:10px 0 20px;
}
h4{
	font-size:18px;
}
h5{
	font-size:16px;
}

blockquote{
	color:#c83c3c;
	font-style:normal;
	font-size:18px;
	background:url(images/quote.png) 0 3px no-repeat;
	padding-left:25px;
	display:block;
	width:268px;
}

.restricted p, .restricted ol, .restricted ul{
	width:507px;
}

.restricted p img{
	max-width:507px;
}

.restricted blockquote p{ width:auto; }

/* =================================================
					Header
================================================= */
#header{
	margin-bottom:60px;
	padding:30px 0;
	border-bottom:5px solid #333;
}
#logo, #logo h1{
	font-weight:bold;
	font-size:24px;
	font-style:normal;
	margin-bottom:15px;
	display:block;
}

#header li{
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	display:inline;
	float:left;
	margin:0 15px 0 0;
}
	/* Sorry...didn't have time or the need for a dropdown menu */
	#header li ul{ display:none; }
#header ul a{
	background:#222;
	background:rgba(0,0,0,0.8);
	color:#FFF;
	padding:3px 10px;
	text-decoration:none;
}
#header ul a:hover{ background:#be3f3f; }
#header li.current_page_item a, #header li.current-menu-item a{
	border:1px solid #999;
	color:#999;
	padding:2px 9px;
	background:none;
}

/* =================================================
				Sections Normal List
================================================= */
.sections{
	margin:0 0 60px 30px;
}
.sections li{
	font-size:14px;
	list-style:decimal-leading-zero;
}
.sections li li{
	font-size:12px;
	font-weight:normal;
	list-style:circle;
}

/* =================================================
						Page
================================================= */
.has-section-header{
	margin-top:100px;
}
.section-content{ margin-bottom:60px; overflow:hidden;}

.section-number{ 
	color:#ccc; 
	display:inline-block; 
	margin-right:15px;
	margin-left:-55px;
}
.title{
	border-bottom:1px solid #d9d9d9;
	padding-bottom:15px;
	margin-bottom:15px;
	position:relative;
}
.last-section .title{ border-bottom:0 none; }
.title a{ display:block; color:#2a2a2a; }
.title a:hover .btn{ opacity:1; }
.title a:hover{ color:#be3f3f; text-decoration:none; }
.title .btn{
	background:url(images/collapse.png) no-repeat;
	opacity:0.2;
	display:block;
	width:24px;
	height:24px;
	position:absolute;
	top:8px;
	right:0;
	text-indent:-9999px;
}
.title .expand{ background:url(images/expand.png) no-repeat; }

.title a, .title .btn, #header ul a{
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sub-section-edit{
	display:inline-block;
	background:url(images/edit-ic.png) no-repeat;
	height:15px;
	width:15px;
	text-indent:-9999px;
	margin-left:15px;
}

/* =================================================
					Aside Content
================================================= */

img.alignright, blockquote, .wp-caption.alignright{
	float:right;
	clear:right;
	margin:0 0 5px 15px;
}

.restricted p .alignright, .restricted ol .alignright, .restricted ul .alignright{
	margin-right:-310px;
}

.wp-caption{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#888;
}
.wp-caption p{ width:auto; padding:4px 15px; }

/* =================================================
				Sections Dropdown Menu
================================================= */
#sections-header{
	background:#111;
	background:rgba(0,0,0,0.8);
	position:fixed;
	width:100%;
	font-size:12px;
	padding:10px 0;
	top:0;
	z-index:100;
	font-family:Arial, Helvetica, sans-serif;
	display:none;
}
#sections-list{
	padding-left:50px;
	padding-top:2px;
	float:right;
	clear:right;
	width:425px;
	margin-right:20px;
}
span.sections-list-title{
	background:url(images/sections-ic.png) left no-repeat;
	padding-left:26px;
	display:inline-block;
	float:left;
	margin-top:3px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}
#sections-list ul{
	margin:0;
	float:right;
}
#sections-list ul li{
	background:#FFF;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(234,234,234)),
		color-stop(0.75, rgb(255,255,255))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(234,234,234) 0%,
		rgb(255,255,255) 75%
	);
	display:inline-block;
	border:none 0;
	float:left;
	clear:right;
	height:27px;
	width:310px;
	padding:0;
	position:relative;
	margin:0;
	
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-o-border-radius:7px;
	border-radius:7px;
	
	-webkit-box-shadow:0 1px 0 #FFF;
	-moz-box-shadow:0 1px 0 #FFF;;
	-o-box-shadow:0 1px 0 #FFF;;
	box-shadow:0 1px 0 #FFF;

}
#sections-list ul li a{
	background:url(images/list-arrow.png) right no-repeat;
	font-weight:bold;
	text-shadow:#FFF 0 1px 0;
	display:block;
	height:21px;
	padding:5px 15px 2px;
	
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-o-border-radius:7px;
	border-radius:7px;
}
	#sections-list ul li:hover, #sections-list ul li:hover a{
		-moz-border-radius:7px 7px 0 0;
		-webkit-border-radius:7px 7px 0 0;
		-o-border-radius:7px 7px 0 0;
		border-radius:7px 7px 0 0;
	}
#sections-list ul ul{
	display:none;
	z-index:90;
	position:absolute;
	}
	#sections-list ul li:hover ul{
		display:block;
	}
	#sections-list ul li li, #sections-list ul li li a, #sections-list ul li li:hover a{
		background:none #eaeaea;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		-o-border-radius:0;
		border-radius:0;
	}
		#sections-list ul li li{
			border-top:1px solid #FFF;
			-webkit-box-shadow:none;
			-moz-box-shadow:none;
			-o-box-shadow:none;
			box-shadow:none;
		}
			#sections-list ul li li:first-child{border-top:none 0;}
		#sections-list ul li li a:hover{background:#FFF;}
	#sections-list ul ul, #sections-list ul ul li:last-child, #sections-list ul ul li:last-child a{
		-moz-border-radius:0 0 7px 7px;
		-webkit-border-radius:0 0 7px 7px;
		-o-border-radius:0 0 7px 7px;
		border-radius:0 0 7px 7px;
	}

/* =================================================
					Footer
================================================= */
#footer{
	margin-top:30px;
	padding-top:30px;
	border-top:5px solid #333;
	margin-bottom:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	overflow:hidden;
}
.fr{ float:right; }