/*  
Theme Name: Amanda-Simplicity
Theme URI: http://www.amandaszapkiw.com
Version: 1.11.8
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
Tags: woothemes
Template: simplicity1118

	Copyright: (c) 2009-2011 WooThemes.
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

@import url("../simplicity1118/style.css");

/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */




/*-------------------------------------------------------------------------------------------

ZAPPY'S CUSTOM MODIFICATIONS
-------------------------------------------------------------------------------------------*/

/* -------------------------
GENERAL STYLES
-----------------------------*/


span.dropcap {
font-size: 500% !important;
font-weight: bold;
float: left;
position: relative;
margin: 5px 7px 0 0;
line-height: 0.7em;
}

.box-callout-red {
	background-color: #fae4e4;
	padding: .5em;
	margin-bottom: 1.5em;	
}

.calloutboxright {
	width: 350px;
	padding: 10px;
	border: solid 2px #590000;
	background-color: #FFFBFB;
	margin: 10px 0px 10px 10px;
	float:right;
	color:#333;
}

.calloutboxright h2, .calloutboxright h3{
	color: #590000;
	margin: 0;
}

.entry img, img.thumbnail {
	box-shadow: none;
	border: none;
}

.entry ol li, .entry ul li {
	margin-bottom: .8em;
}

#content #main .entry a.no-underline { 
	text-decoration: none;
	border-bottom: none;
}
	
/* ------------------------------
ZAPPY'S CALLOUT BOXES
--------------------------------*/

.callout-box-blue, .callout-box-gray, .callout-box-green, .callout-box-purple, .callout-box-red, .callout-box-yellow {
	margin: 0 0 25px;
	overflow: hidden;
	padding: 20px;
	color: #000000;
}

.callout-box-blue{background-color:#25B8EB;border-left:4px solid #0A556D}
.callout-box-green{background-color:#3AB54A;border-left:4px solid #113515}
.callout-box-red{background-color:#f49897;border-left:4px solid #ea312f}
.callout-box-yellow{background-color:#fef5c4;border-left:4px solid #fadf98}
.callout-box-purple{background-color:#9966FF;border-left:4px solid #1B0053}
.callout-box-gray{background-color:#ddd;border-left:4px solid #666}


/* -------------------------
HEADER STYLES
-----------------------------*/
#header-container {
	background: #343434;
	background-image: url(http://www.amandaszapkiw.com/wp-content/uploads/bg-noise.jpg);
	border-bottom: 1px solid #575757;
	position: relative;
	z-index: 999;
}

/*ONLY USE THE LOGO MARGIN ADJUSTMENT IF NEEDED FOR FITTING A LOGO IMAGE  
#logo {
	margin: -20px 0 -35px -10px;
}
*/

#logo {
	width: 254px;
}

#logo h1.site-title, #logo h1.site-title a {
	color: #fff;
}

#logo .site-title a:hover {
	text-decoration: none;
	color: #fff;
}

#header #logo .site-description {
	color: #999;
	margin-top: 5px;
	line-height: 17px;

	
}

#slides, #title-container {
	background: #414141;
	background-image: url(http://www.amandaszapkiw.com/wp-content/uploads/bg-noise-light.jpg);
	border-top: none;
	border-bottom: 1px solid #E1E1E1;
}

#navigation .nav li a {
	color: white;
}

.nav li.current_page_item a, .nav li.current_page_parent a, .nav li.current-menu-ancestor a, .nav li.current-cat a, .nav li.current-menu-item a, .nav li.sfHover {
	background: #590000;
}

.archive_header {
	color: #cccccc;
	display: block;
	width: 960px;
	margin: 0 auto;
	font: 33px/1em 'PT Sans', sans-serif;
}

#main #testimonials .quote-icon {
	background-color: #590000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: absolute;
	height: 53px;
	width: 53px;
}


/* -------------------------
SPECIFIC STYLES
-----------------------------*/

#content #main h1, #content #main h2 {
	font-family: Palatino, "Palatino Linotype", serif;
	text-transform: uppercase;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
line-height: 1.25em;
}

.entry .course-table ul {
	padding: 0 0 0 10px;	
}

.entry .course-table table td{
	border: solid 1px #8a0a0a;	
}

.tutorials-page table td {
	vertical-align: top;
	padding: 10px;
}

.tutorials-page table img{
	border: solid 1px #000000;
}

/*
.entry h1, .entry h2 {
	color:#660000;
}

.entry h1 {
	border-bottom: 3px solid #600;
	font-weight: bold;
}
*/

.entry h1{
	color:#660000;
	font-weight: bold;
	font-size: 2.25em;
}
.entry h2 {
	color:#660000;
	border-bottom: 3px solid #600;
	font-weight: bold;
	font-size: 2em;
}

.entry h2 img{
	border-bottom: none:
}

.entry h3  {font-size: 1.8em; color:#660000;} 

.entry h4  {font-size: 1.6em;} 

.entry h5  {font-size: 1.2em;} 

.entry h6  {font-size: 1em;}


#content #main .entry a {
	text-decoration: none;
	border-bottom: 1px dotted #660000;
	color: #600;
}

#content #main .entry a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #090;
}

/* -------------------------
ARTIFACTS GROUPS  - PORTFOLIO STYLE
-----------------------------*/
	
.artifactgroup {
	margin-top: 20px;
}

.artifact {
	width: 300px;
	height: 225px;
	margin: 0 10px 20px;
	float:left;
	display:block;
}

.artifact a {
	text-decoration: none;
}

.artifact img {
	outline: none;
	border: solid 1px #ccc;
}

.artifact img:hover {
	border-color: #600;
}

.artifact h2 {
	border: none;
}

.artifact h2, .artifact h2  a{
	font-size:14px;
	color: #600;
	font-family:Arial, Helvetica, sans-serif;
}

.artifact h2 a:hover  {
	text-decoration: underline;
}

	
/* -------------------------
VITAE PAGE STYLES
-----------------------------*/

#vitaepage h2{
	border-bottom: 3px solid #600;
	font-weight: bold;
}
	
/* -------------------------
RESOURCES PAGE STYLES
-----------------------------*/

#resourcespage h2{
	border-bottom: 3px solid #600;
	font-weight: bold;
}
	
/* -------------------------
FOOTER
-----------------------------*/
#footer-container {
	background: #414141;
	background-image: url(http://www.amandaszapkiw.com/wp-content/uploads/bg-noise.jpg);
}

#footer {
	color: #999;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #999;
}

#wrapper #footer a:hover {
	color: #fff;
}