html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
span.hide {
	display: none;
}
a {
	color: #2782ca;
	text-decoration: underline;
}
a:hover {
	color: #599fd6;
}
p {
	padding-bottom: 1em;
	line-height: 1.3em;
}
img {
	display: block;
}
strong {
	font-weight: bold;
	padding-bottom: 1em;
}


/****************************************/

body {
	font-family: "Calibri", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}

#page-wrap {
	width: 960px;
	margin: auto;
	background: url(images/bg-page.jpg) no-repeat;
	position: relative;
	min-height: 800px;
}

#header {
	height: 350px;
}

#header h1 {
	text-indent: -9999px;
}

object#video {
	position: absolute;
	top: 15px;
	right: 50px;
	display: block;
	width: 180px;
	height: 167px;
}

#nav-wrap {
	position: absolute;
	top: 260px;
	right: 50px;
}

#page-nav {
	float: right;
}

#post-nav {
	border-top: 1px dotted #000;
	margin-top: 7px;
	padding-top: 7px;
	float: right;
}

#page-nav li {
	float: left;
}

#page-nav li:first-child, #post-nav li:first-child {
	margin-left: 0;
}

#page-nav li {
	border-left: 1px dotted;
	line-height: 10px;
}

#page-nav li:first-child {
	border-left: none;
	padding-left: 0;
}

#page-nav a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 7px 15px 7px 15px;
}

#page-nav a:hover {
	background: url(images/bg-top-nav-roll.png) repeat;
	color: #fff;
}

#page-nav li.current_page_item a, #page-nav li.current_page_parent a {
	background: url(images/bg-top-nav-current.png) repeat;
	color: #fff;
}

#footer {
	background: url(images/bg-footer.jpg) no-repeat;
	width: 920px;
	margin: auto;
	text-align: center;
	font-size: 12px;
	padding: 10px 20px 5px 20px;
}

#content-wrap {
	padding: 10px 50px 50px 50px;
	overflow: hidden;
	width: 100%;
}

#content {
	width: 600px;
	float: left;
	border-right: 1px dotted #000;
	padding-right: 20px;
	min-height: 400px;
}

body.home #content {
	background: none;
	padding: 0;
	width: 860px;
	float: none;
	border: none;
}

#content.contact {
	background: none;
	padding-right: 0;
	width: 800px;
	border-right: none;
}

#homepage #content {
	padding-right: 0px;
}

#content .content-col {
	width: 160px;
	float: left;
	margin: 0 40px 0 0;
	padding: 10px 0 0 10px;
	border-top: 1px dotted #CCC;
	border-left: 1px dotted #ccc;
}

#content .content-col-1 {
	width: 320px;
	float: left;
	margin: 0 40px 0 0;
	padding: 10px 0 0 10px;
	border-top: 1px dotted #CCC;
	border-left: 1px dotted #ccc;
}

#recent-posts {
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px dotted #000;
}

p.posts {
	line-height: 20px;
}

#sidebar {
	width: 200px;
	float: left;
	margin-left: 15px;
}

#content-wrap h1 {
	color: #3B4051;
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 1.3em;
}

#content-wrap h2 {
	color: #3B4051;
	font-size: 22px;
	margin-bottom: 5px;
	line-height: 1.3em;
}

#content-wrap h3 {
	color: #3B4051;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.3em;
}

#content-wrap h4 {
	color: #3B4051;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1.3em;
}

#content-wrap h5 {
	color: #3B4051;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.3em;
}

#content-wrap strong {
	font-weight: bold;
}

#content-wrap em {
	font-style: italic;
}

#content-wrap ul {
	line-height:1.5em;
	list-style-type:square;
	margin-left:1.3em;
	padding-bottom:1.5em;
}

#content-wrap ul li {
	padding-left:5px;
}

#content-wrap ul.resource-links {
	line-height:1.25em;
	list-style-type:square;
	margin-left:1.3em;
	padding-bottom:1.5em;
}

#content-wrap ul.resource-links li {
	padding-left:5px;
	margin-bottom: 10px;
}

#content-wrap ol {
	line-height:1.5em;
	list-style-type: decimal;
	margin-left:1.8em;
	padding-bottom:1.5em;
}

#content-wrap ol li {
	padding-left:5px;
}

#content-wrap p {
	color: #666;
}





#suckerfishnav {
	font-size: 22px;
}

#suckerfishnav, #suckerfishnav ul {
	float: left;
}

#suckerfishnav a {
	display:block;
	text-decoration:none;
	padding: 0;
	color: #fff;
}

#suckerfishnav li {
	float: left;
	padding: 0;
	margin-left: 30px;
}

#suckerfishnav ul {
	position:absolute;
	left: -999em;
	height: auto;	
	margin: 0;
	border:0;
}

#suckerfishnav li li {	
	margin-left: 0;
	float: none;
	display: block;
}

#suckerfishnav li li a {
	display: block;
	padding: 7px 10px;	
	font-size:12px;
	color:#fff;
	margin-bottom: 0;
	min-width: 120px;
	width: auto !important;
  	width: 120px;
}

#suckerfishnav li ul ul {
	margin: -21px 0 0 150px;
}
	
#suckerfishnav li li:hover  {
	background: #666;
}

#suckerfishnav li li.current_page_item, #suckerfishnav li li.current_page_parent  {
	background: #333;
}

#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a  {
	color:#fff;
}

#suckerfishnav li:hover a, #suckerfishnav li.sfhover a, #suckerfishnav li.current_page_parent a, #suckerfishnav li.current_page_ancestor a {
	color: #4F83B5;
}

#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
	color:#fff;
}

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul  {
	left:-999em;
}
	
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul  {
	left:auto;
	background: url(images/bg-sub-nav-off.png) repeat;
}

#suckerfishnav li:hover, #suckerfishnav li.sfhover {
	background: none;
}

.wordtube {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

ul#resource-links {
	margin: 0;
}

ul#resource-links li {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 10px;
}

ul#resource-links li.current_page_item a, #sidebar ul.post-links li.current-cat a  {
	font-weight: bold;
}

#pagination {
	margin-top: 50px;
}

#pagination .older {
	float: right;
}

#pagination .newer {
	float: left;
}

p.recent-posts {
	font-weight: bold;
	padding-bottom: 3px;
}

#sidebar ul.post-links {
	margin: 0;
}

#sidebar ul.post-links li {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 10px;
}

#sidebar.blog h3 {
	margin-bottom: 2px;
}

div.post {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #000;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */