/*  
Theme Name: Diamond Pathways Theme
Theme URI: http://wordpress.org/
Description: Custom theme for Diamond Pathways
Version: 1.0
Author: Kenneth Feldman
Author URI: http://kpfdigital.com/

*/


/*CSS Reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal}
li{list-style:none}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}
abbr, acronym{border:0; font-variant:normal}
sup{vertical-align:baseline; position:relative; top:-0.5em}
sub{vertical-align:text-bottom}
input, textarea, select{font-family:inherit; font-size:inherit; font-weight:inherit}
input, textarea, select{font-size:100%}
legend{color:#000}
hr{visibility:hidden; clear:both}

a{outline:none}
/*
IE 7 no likey this: a{position:relative}
*/

.clearfix:after{content:"."; clear:both; height:0; visibility:hidden; display:block}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}

html, body{min-height:101%}

img#wpstats{display:none}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ol, ul, dl, fieldset, address{margin-bottom:1em}

ol li{list-style:decimal}
ul{list-style:square}
li{margin-left:00px}




body { /* This is where you set many of the universal defaults */
	background: #222; 
	color: #012d43;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	padding:0;
	margin:0;
	line-height:1.4em;
}

.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

#wrap {
	clear:both;
	width:960px;
	margin: 0 auto;
	padding:0;
}

/*********************************************
	Universal Link Styles
*********************************************/

a, a:link, a:visited {
	color: #39F;
	text-decoration: none;
}

a:hover, a:active { 
	color: #000; 
	text-decoration: underline; 
}

/*********************************************
	Universal Text Elements
*********************************************/
ol, ul, dd {
	margin: 5px 35px;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: square;
}
blockquote {
	color: #666;
	margin: 5px 0px 5px 10px; 
	padding: 0px 0px 0px 10px;
	font-style: italic;
}
img { 
	border: 0px; 
	background: none; 
}
p {
	padding: 0px;
	margin: 0 0 15px;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px solid #999;
}
* html acronym, abbr {
	border-bottom: 1px dashed #999;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
hr {
	display: block;
	clear:both;
}
table {
	margin-bottom:15px;
	border-collapse: collapse; 
}
tr, td, th {
	margin:auto; 
}
td, th {
	padding:7px;
	vertical-align:top;
}
th {
	font-weight:bold;
	background:#ccc;
}
td {
	border:1px solid #ccc;
}
strong {
	font-weight:bold;
}

body.page-id-21 strong {
	font-weight:bold;
	color: #165765;
}



em {
	font-style:italic;
}

/*********************************************
	Header Styles
*********************************************/
h1,h2,h3,h4,h5,h6 { /* Use this for universal styles for all header elements */
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px 0px 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	letter-spacing: -0px;
	line-height:1.2em;
	color: #165765
}


body.page-id-21 h1, body.page-id-21 h2, body.page-id-21 h3, body.page-id-21 h4, body.page-id-21 h5, body.page-id-21 h6 { /* Use this for universal styles for all header elements */
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px 0px 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	letter-spacing: -0px;
	line-height:1.2em;
	color: #165765
}





h1 { 
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4,h5,h6,h7 {
	font-size: 16px;
}
.post h3 { /* This style used as the post titles on homepage/archive and comments headings */
	margin-bottom:5px;
}
.entry h3 { /* This style used within the post content itself */
}
.sidebar h4 { /* This style used as the sidebar widget titles  */
	padding: 0;
	margin: 0 0 1em;
}
.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
	margin-bottom: 10px;
}
h3 a, h3 a:link, h3 a:visited {
	color:#333;
}
h3 a:hover, h3 a:active { }
h1.pagetitle { /* This style used as title on archive pages and pages */
	margin-bottom:15px;
}
h1.single-pagetitle { /* This style used as title on single posts */
	margin-bottom:0;
}
#comments h3, #respond h3 { /* This style used as title in the comments section */
}
#home-welcome .right .widget h4 { /* This style used in the Home page welcome message title */
	color:#fff; /* 003366 */
	font-weight:bold;
	font-size:20px;
	margin: 0 0 25px;
	padding:0;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignright {
	margin: 0px 0px 8px 8px;
}
img.alignleft {
	margin: 0px 8px 8px 0px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*********************************************
	Header Styles
*********************************************/
#header {
	width:960px;
	clear:both;
	background: url(images/header.jpg) top left no-repeat;
	height: 145px;
	margin: 0 auto;
	padding: 0;
}
#header #title {
	float: left;
	margin:0; padding: 0;
	width: 360px; height: 145px;
}

#header #title img {
	margin:0; padding: 48px 0 0 0;
}


#header #title a {
	float: left;
	display: block;
	margin: 0px; padding: 0px;
	text-indent: -9999px;
}

/*********************************************
	Login Button Styles
*********************************************/
#login {
	float:right;
	clear:right;
	width: 600px;
	height:47px;
	margin: 0 0 25px;
	padding:0;
}
#login a {
	background: url(images/login.gif) top left no-repeat;
	float:right;
	display:block;
	width: 92px;
	height:47px;
	text-indent: -9999px;
}

/*********************************************
	Horizontal Navigation Styles 
	(with dropdowns)
*********************************************/
#menu {
	width: 600px; 
	margin: 0;
	padding: 0;
	float:right;
	height:38px;
	line-height:38px;
}
#menu ul {
	float:right;
	font-size:16px;
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	margin: 0 0 0 5px;
	padding:0;
	float: left;
}
#menu li li {
	padding:0;
	margin: 0;
}
#menu li a, #menu li a:link, #menu li a:visited {
	color: #036;
	text-decoration: none;
	display: block;
	text-decoration: none;
	padding: 0px 10px;
}
#menu li a:hover, #menu li a:active {
	color:#fff;
}
#menu li.current_page_item {
	padding-right:10px;
	background:url(images/button.gif) top right no-repeat;
}
#menu li.current_page_item a, 
#menu li.current_page_item a:link, 
#menu li.current_page_item a:visited {
	background:url(images/button.gif) top left no-repeat;
	padding: 0px 5px 0px 15px;
	color:#fff;
}
#menu li li.current_page_item {
	padding-right:0;
	background:transparent;
}
#menu li li.current_page_item a, 
#menu li li.current_page_item a:link, 
#menu li li.current_page_item a:visited {
	background:transparent;
	padding: 0px 15px;
	color:#244800;
}
#menu li ul {
	float:none;
	z-index:9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0;
	padding:0;
	background:#68BA14 url(images/navhoverbg.gif) bottom left no-repeat;
}
#menu li.current_page_item ul {
	margin-top:-7px;
}
#menu li li.current_page_item ul {
	margin-top:-38px;
}
#menu li.current_page_item li {
	background-image:none;
	padding:0;
	margin: 0;
}
#menu li ul a, 
#menu li ul a:link, 
#menu li ul a:visited,
#menu li.current_page_item ul a, 
#menu li.current_page_item ul a:link, 
#menu li.current_page_item ul a:visited {
	background-image:none;
	padding: 0px 15px;
	width:170px;
	background:transparent;
	color:#244800;
}
#menu li ul a:hover, 
#menu li ul a:active,
#menu li.current_page_item ul a:hover, 
#menu li.current_page_item ul a:active  { 
	background:transparent;
	color:#fff;
}
#menu li ul ul, #menu li.current_page_item ul ul  {
	margin: -38px 0 0 199px;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}
#menu li:hover, #menu li.sfhover { 
	width:auto;
}

/*********************************************
	Container Div
*********************************************/
#container {
	margin: 0px auto 20px; 
	padding: 20px;
	text-align: left;
	background:#219bb6;
	border:1px solid #0a2a31;
}


body.page-id-21 #container {
	margin: 0px auto 20px; 
	padding: 20px;
	text-align: left;
	background:#219bb6;
	border:1px solid #0a2a31;
}





/*********************************************
	Content Div
*********************************************/
#content {
	display: inline;
	float: right;
	margin: 0; 
	padding: 30px;
	background:#fff;
	border:5px solid #036;
	width: 520px;
}
#content-full { 
	background:#fff;
	display: block;
	padding: 30px;
	border:5px solid #036;
	margin: 0;
}
#content-left {
	background:#fff;
	display: inline;
	float: left;
	margin: 0;
	padding: 30px;
	border:5px solid #15414b;
	width: 520px;
}


body.page-id-21 #content-left {
	background:#fff;
	display: inline;
	float: left;
	margin: 0;
	padding: 30px;
	border:5px solid #15414b;
	width: 520px;
}




#content-left ul li{list-style:square}


/*********************************************
	Post Div
*********************************************/
.post {
	clear: both;
	margin: 0 0 30px;
}

/*********************************************
	Post Meta Styles, if needed
*********************************************/
.meta {
	clear: both; /* we need this so floats in the post are cleared */
	margin: 0 0 10px;
	padding: 0;
}
.meta-date { }
.meta-author { }
.meta-comments { }
.meta-category { }

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 0px;
	padding: 0px;
}

/*********************************************
	Sidebar
*********************************************/
.sidebar {
	font-size:12px;
	display: inline;
	float: left;
	width: 310px;
	margin: 0px; 
	padding: 0;
}
#float-right .sidebar {
	float: right;
}





.sidebar .widget {
	padding: 20px;
	background:#fff;
	clear: both;
	margin: 0 0 20px; 
	border:5px solid #15414b;
}






.sidebar p, 
.sidebar .textwidget {
}
.sidebar img {
	margin: 0px;
}
.sidebar form {
	margin: 0px; 
	padding: 0px;
}
.sidebar ul {
	margin: 0 0 0 18px; 
	padding: 0px;
}
.sidebar ul ul {
	list-style-type:none;
	margin: 0;
}
.sidebar ul ul ul {
	margin: 0 0 0 15px;
}
.sidebar ul li {
	margin: 0; 
	padding: 0;
}
.sidebar ul li a {
}
.sidebar ul li a:hover { }
.sidebar li li {
	margin: 0; 
	padding: 0;
}

/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin: 20px 0 0; 
	padding: 0px;
	overflow: hidden;
}
#comments .title {
	font-size: 25px;
	margin: 0px; 
	padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px; 
	padding: 0px;
}
#comments ul.children {
	margin: 0px; 
	padding: 10px 0px 0px;
}
#comments .vcard { }
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px; 
	padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments li.even,
#comments li.odd {
	clear: both;
	list-style-type: none;
	border: 1px solid #bbb;
	background:#ccc;
	margin: 0 0 20px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments ul.children li {
	border: 1px solid #bbb;
}
#comments li.even {

}
#comments li.odd {
}
#comments blockquote {
	background: #eee;
	margin: 10px 0px; 
	padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px; 
	padding: 5px;
}
#comments p {
	margin: 0px 0px 10px; 
	padding: 0px;
}
#respond {
	overflow: hidden;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}

#respond #commentform #author,
#respond #commentform #email,
#respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px; 
	padding: 5px;
}
#respond #commentform #comment {
	width: 95%;
	margin: 10px 0px 15px 0px; 
	padding: 5px;
}
#commentform p {
	margin-bottom:0;
}

/*********************************************
	Contact Form Styles
*********************************************/
#ithemes-contact-page-form table {
	border:0;
	margin:0;
}
#ithemes-contact-page-form td {
	padding-bottom:15px;
	vertical-align:top;
	border:0;
}
#ithemes-contact-page-form td.label {
	padding-right:5px;
}
#ithemes-contact-page-form textarea {
	width:330px;
}

/*********************************************
	125x125 Banner Ad Styles
*********************************************/
.sidebar ul.banner125 {
	list-style-type:none;
	margin: 0px; 
	padding: 0px;
}
.sidebar ul.banner125 li {
	float:left;
	margin: 0px 5px 5px 0px; 
	padding: 0px;
}
.sidebar ul.banner125 li img {
	display:block;
	margin: 0px; 
	padding: 0px;
}

/*********************************************
	Footer Styles
*********************************************/
#footer {
	font-size:11px;
	clear: both;
	display: block;
	color: #11788e;
	text-align: center;
	margin: 0px auto;
	padding:0; 
}
#footer p {
	margin:0;
}
#footer a, #footer a:link, #footer a:visited {
color: #11788e;
}
#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: underline;
}

/*********************************************
	Home Page Welcome Styles
*********************************************/
#home-welcome {
	height:280px;
	width:914px;
	margin:0 auto 10px;
	padding: 23px;
	background: url(images/teal-bg.gif) top left repeat-x;
}
#home-welcome .left { /* The image rotator background */
	width:330px;
	height:280px;
	margin:0;
	padding:0;
	float:left;
}
#home-welcome .right {
	width:540px;
	height:255px;
	margin:0;
	padding:20px 19px 0 0;
	float:right;
	overflow:hidden;
	color:#fff;
}
#home-welcome .right .widget p, #home-welcome .right .widget {
	font-weight:normal;
	color:#fff;
	font-size:16px;
	margin: 0;
	padding:0;
	line-height: 1.4em;
}



#home-welcome .right .widget p {
margin-bottom:1em;
}



/*********************************************
	Home Bottom Styles
*********************************************/
#home-bottom {
	margin: 0 auto 10px;
	padding: 22px;
	background: #72b74c; /* 8cc86b */
	border:1px solid #345a20;
}
#home-bottom .col1 {
	float:left;
	width: 298px;
	height:246px;
	padding:0;
	margin: 0 10px 0 0;
	overflow:hidden;
	background:#e6e6cf url(images/zhome-bottom-bg.gif) top left no-repeat;
	border-bottom:10px solid #345a20;
}
#home-bottom .col2 {
	float:left;
	width: 298px;
	height:246px;
	padding:0;
	margin: 0;
	overflow:hidden;
	background:#e6e6cf url(images/zhome-bottom-bg.gif) top left no-repeat;
	border-bottom:10px solid #345a20;
}
#home-bottom .col3 {
	float:right;
	width: 298px;
	height:246px;
	padding:0;
	margin: 0;
	overflow:hidden;
	background:#e6e6cf url(images/zhome-bottom-bg.gif) top left no-repeat;
	border-bottom:10px solid #345a20;
}

#home-bottom .widget { 
	height:231px;
	padding: 0 15px;
	margin:0;
	font-size: 12px;
	line-height:1.3em;
	overflow:hidden;
} 
/*
#home-bottom .col1 .widget {
	background: url(images/home-bottom-left-image.gif) 0 0 no-repeat;
}
#home-bottom .col2 .widget {
	background: url(images/home-bottom-middle-image.gif) 0 0 no-repeat;
}
#home-bottom .col3 .widget {
	background: url(images/home-bottom-right-image.gif) 0 0 no-repeat;
}
*/
#home-bottom .widget h4 {
	line-height:1.0em;
	margin: 0;
	padding: 30px 10px 0 00px;
	height:40px;
	text-transform:none;
	font-size:18px;
}
#home-bottom .widget ol, #home-bottom .widget ul {
	margin: 0 15px;
}



body.page-id-51 .sidebar .widget {display: none;}




#home-bottom .textwidget a, #home-bottom .textwidget a:link, #home-bottom .textwidget a:visited {
	color: #036;
	text-decoration: underline;
}

a:hover, a:active { 
	color: #000; 
	text-decoration: underline; 
}




/*********************************************
		GALLERY THUMBS STYLE
*********************************************/

.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;			}
.gallery img {
	border: 1px solid #5f7385;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:4px;
}
.gallery-caption {
	margin: 0 20px;
	line-height: 1.2em;
	font-size: .85em;
}




/*********************************************
		CATALOG PAGE
*********************************************/



 .section-page {
	width: 33%;
	text-align: center;
 	float: left;
	margin: 0px 0 20px 0;
 	border: 0px solid red;
}

.section-thumb {
	margin: 0px 0 0px 0;

}


.section-thumb a, a.fancybox {
 	border: 0px;

}


.section-thumb img {
	border: 1px solid #a5adb4;
	padding: 2px;
}




/* Read More links */

	
a.more-link {
	background: #39F url('images/pattern.png');
    border: 1px solid #036;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #036;
}


a.more-link {
    border-radius: 4px 4px 4px 4px;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: normal;
    margin: 10px 0;
    padding: 0.3em 0.7em 0.3em 1em;
    text-decoration: none;
}	




