/*
Theme Name: Strategic Commitment Group Theme
Theme URI: 
Description: 
Author: Joanna Weinman / David Kerr
Author URI: 
version: 1000
*/

@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
  
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	outline: none;
}

html {
	min-height: 100%;
	padding-bottom: 1px;
}

body {
	line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table, td, th {
	vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* Remove annoying border on linked images. */
a img {
	border: none;
	outline: none
}

/* END RESET */

/* UNIVERSAL CLASSES */

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.no-show {
	display: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

small {

}

big {

}

a {

}

a:hover {

}

a:visited {

}

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

p {

}

ol{
	list-style: decimal;
	margin: 15px 0px;
}

ul{
	list-style: disc;
	margin: 15px 0px;
}

ol li, ul li{
	margin: 6px 0px 6px 20px;
}

/* BEGIN FORMATTING */

body {

}

/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 20px 15px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 15px 20px 0px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   /* optional rounded corners for browsers that support it */

}

.wp-caption.alignright{
	margin: 0px 0px 20px 15px;
}

.wp-caption.alignleft{
	margin: 0px 15px 20px 0px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-family: Verdana, Geneva, sans-serif;	
	color: #666;
	font-size: 10px;
   line-height: 15px;
	 padding: 0;
   margin: 0;
}