/* BASIC TYPOGRAPHY */

body {
    font-family: Arial, Helevtica, Verdana, san-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 150%;
}

/* CLASSES */

.clear {
    clear: both;
}

.page {
	min-height: 350px;
}

.largest {
    font-size: 19px;
    line-height: 150%;
}

.larger {
    font-size: 17px;
    line-height: 150%;
}

.large {
    font-size: 15px;
    line-height: 150%;
}

.small {
    font-size: 11px;
    line-height: 130%;
}

.smaller {
    font-size: 10px;
    line-height: 130%;
}

.smallest {
    font-size: 9px;
    line-height: 130%;
}

.block {
	padding-bottom: 15px;
}

.text-highlight {
	background-color: #FFFFAA;
    padding: 3px 2px;
}

.dropcap {
	float: left;
    font-size: 300%;
    font-weight: bold;
    line-height: 100%;
    margin: 5px 7px 0 0;
    position: relative;
}

.hr {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 4px;
	margin: 20px 0;
}

.slogan {
	font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 22px;
    font-style: italic;
	letter-spacing: 1px;
	line-height: 140%;
	padding: 10px 0;
	text-align: center;
}

.simple-button {	
	-moz-border-radius: 99px 99px 99px 99px;
	-webkit-border-radius: 99px 99px 99px 99px;
	background: url(../../images/shared/white-grad.png) repeat-x;
	border: 1px solid #cccccc;
	border-radius: 99px 99px 99px 99px;
	color: #666666;
	cursor: pointer;
	font-size: 11px;
	padding: 5px 12px;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 0 1px 1px #FFFFFF;
}

.button {
	display: inline-block;
	cursor: pointer;
}

.button span {
	display: block;
	float: left;
	line-height: 40px;
	height: 40px;
}

.button span.left {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 0 18px;	
}

.button span.middle {
	background-position: 0 -40px;
	background-repeat: repeat-x;
	padding: 0 3px;
}

.button span.right {
	background-position: right -80px;
	background-repeat: no-repeat;
	padding: 0 18px 0 0;
}

.button:hover span.left {
	background-position: 0 -120px;	
}

.button:hover span.middle {
	background-position: 0 -160px;
}

.button:hover span.right {
	background-position: right -200px;
}

.warning {
    background-color: #fcffde;
    border: 1px solid #ebf0ae;
    padding: 15px;
}

div.frame {
	margin-bottom: 15px;
}

.frame {
    background-color: #f5f5f5;
    background: -moz-linear-gradient(bottom, #f2f2f2 0px, #ffffff 100%);
    background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #ffffff));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
    border: 1px solid #dddddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    display: block;
    padding: 4px;
}

.frame img {
    display: block;
}

.pretty,
#comments-wrap .comment-left img {
    background-color: #f5f5f5;
    background: -moz-linear-gradient(bottom, #f2f2f2 0px, #ffffff 100%);
    background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #ffffff));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
    border: 1px solid #dddddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    padding: 4px;
}

#comments-wrap .comment-left img {
	padding: 3px;
}

/* GENERAL TYPOGRAPHY */

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 150%;
    margin: 0 0 12px 0;
    padding: 0;
    position: relative;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 12px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	display: block;
	position: absolute;
    width: 100%;
    height: 100%;
    *display: none; /* IE7 FIX */
}

#content .page h1,
#content .entry h1,
#full-width-content .page h1,
#full-width-content .entry h1 {
    margin-left: 0;
    font-size: 32px;
}


p {
    margin-bottom: 15px;
}

ul {
    padding: 0 0 13px 25px;
}

ol {
    list-style: decimal;
    padding: 0 0 13px 25px;
}

ul li {
       padding: 5px 0;
}

ol li {
    list-style: decimal;
    padding: 5px 0;
}

blockquote {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    font-style: italic;
    line-height: 150%;
}

pre, code {
    background: #f2f2f2;
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    margin-bottom: 12px;
    font-family: Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
    font-size: 11px;
    line-height:19px;
    padding: 10px;
}

table {
    border-collapse: collapse;
}

th, td {
    padding: 0;
}


.clean {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 0 0 12px 0;
}

.clean th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
    background: #f2f2f2;
}

.clean td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.alignleft {
    float: left;
    margin: 5px 20px 5px 0;
}

.alignright {
    float: right;
    margin: 5px 0 5px 20px;
}

.wp-caption {
    display: block;
    text-align: center;
}

.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px;
}

/* 2-COLUMN PAGES */

#content .page h1 {
	margin-left: 0;
}

/* 1-COLUMN PAGES */

#full-width-content .page h1 {
	margin-left: 0;
}