/*
Theme Name: Practice Success Theme
Theme URI: 
Description: Custom theme designed for Practice Success
Version: 1
Author: Adam Sweeney
Author URI: http://www.adamsweeneycreative.com
Tags: 
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

@charset "UTF-8";
/* CSS Document */

/*Normalizing across site///////////////////////////////////////////////*/
/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe {
	margin: 0;
	padding: 0;
}
/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/*Removes list-style from lists*/
ol, ul {
	list-style: none;
}
/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/*Removes border from fieldset and img*/
fieldset, img {
	border: 0;
}
/*End Normalizing////////////////////////////////////////////////////////*/

/* Common Tags */

p, ul, ol, hr, h1, h2, h3, h4, h5, h6, table, blockquote, form { margin-bottom: 12px; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; font-style: italic; color: #532206; font-family: Georgia, "Times New Roman", Times, serif;   }

h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

a:link, a:visited {
	color: #532206;
	text-decoration: underline;
}

a:hover, a:active {
	color: #8a6955;
}

ul { list-style-type: disc; padding-left: 24px; }

ol { list-style-type: decimal; padding-left: 24px; }

.clear { clear: both; }

img { margin: 0; margin-bottom: 12px; }

.alignleft { margin-top: 0; margin-left: 0; margin-right: 24px; margin-bottom: 12px; clear: left;  }
.alignright { margin-top: 0; margin-right: 0; margin-left: 24px; margin-bottom: 12px; clear: right; }

strong { font-weight: bold; }
em { font-style: italic; }

input, textarea {
	background-color: #cabbb2;
}

label { text-transform: uppercase; font-family: Georgia, "Times New Roman", Times, serif; color: #532206; }

hr { padding: 0; border: none; border-top: 1px dotted #cabbb2; }

blockquote { font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; font-weight: normal; color: #8a6955; margin-bottom: 24px;  }

/* STRUCTURE */

body { 
	background-color: #532206; 
	background-image: url(images/bkg_grad.jpg); 
	background-repeat: repeat-x; 
	margin: 0; 
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
}

#container {
	width: 1000px;
	background-image: url(images/content_middle.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	min-height: 410px;
	padding: 0;
}

#content {
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	min-height: 307px;
	margin: 0; 
	padding; 0;
	width: 776px;
	padding: 227px 112px 0 112px;
}

#footer {
	background-image: url(images/content_bottom.jpg);
	background-repeat: no-repeat;
	min-height: 95px;
	margin: 0;
	padding: 0;
}

p.legalese { text-align: center; color: #cabbb2; font-size: 11px; font-style: italic; }

#nav {
	list-style: none;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 12px;
	margin-bottom: 24px; 
	border-bottom: 1px dotted #cabbb2;
}

#nav li {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	color: #532206;
	margin-right: 5px;
	padding-right: 10px;
	border-right: 1px solid #cabbb2;
	text-transform: uppercase;
}

#nav li a:link, #nav li a:visited {
	color: #532206;
	text-decoration: none; 
}

#nav li a:hover, #nav li a:active { color: #8a6955; }

#nav li.page-item-13 { margin: 0; padding: 0; border: none; }

#cformsform { margin: 0; } 