/*
Theme Name: Creative Path
Theme URI: http://creativepathstudio.com/
Author: Trish Roque


/* Normalization, Global Reset for Browser Consistency */

*, html, body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0 auto;
	padding: 0;
	}
	
table {
	border-collapse:collapse;
	border-spacing:0;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}

ol, ul, li {
	list-style: none;
	}	

fieldset,img {
	border: none;
	}

caption,th {
	text-align:left;
	}

h1,h2,h3,h4,h5,h6,a,a:visited,a:hover {
	font-weight:normal;
	}
	
q:before,q:after {
	content:'';
	}
	
abbr,acronym { 
	border:0;
	}

em {
	font-style: italic;
	}

small {
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0 40px 5px 20px;
	display: block;
	}

a img {
	border: none;
	}

/* ==============general layout=================== 

html, body {
	height: 100%;
}*/

html {
	text-align: center;
}

body {
	text-align: center;
	background: url(images/leavesBG3.gif) center right no-repeat #000;
	color: #ccc;
	font-family: Georgia, Garamond, serif;
	font-size: 62.5%;  /*Resets 1em to 10px */
}

h1, h2, h3 {
	color: #9d0808; /*#5f0c0c;*/
	font-weight: bold;
}


h1, h2 {
	display: block;
	padding: 5px 20px 15px 0;
	background: url(images/headingBG2.jpg) left no-repeat;
}
h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

.post h2 a {
	font-weight: bold;
}

h3 {
	font-size: 16px;
}

.emphasis {
	display: inline;
	font-weight: bold;
	color: #9d0808;
}

.post h3 a {
	font-weight: bold;
	color: #9d0808;
}

.post h3 a:hover {
	font-weight: bold;
}
p, ul, ol, li, blockquote {
	font-size: 14px;
	line-height: 18px;
}

p {
	margin: 0px 5px 15px 0;
}

/* ul {
	margin: 0 5px 10px 20px;
	list-style-type: circle;
	list-style-position: outside;
}

ul li {
	margin: 0 0 5px 0;
} */


ul, li {
	list-style-type: circle;
}

ul, ol {
	margin: 0px 10px 20px 40px;
}

ol li {
	margin-left: 10px;
	display: list-item;
	list-style-type: decimal;
    list-style-position: outside;
}
li {
	margin: 0 0 2px 0;
}

blockquote {
	font-size: 12px;
	margin: 0 30px 5px 20px;
	padding: 5px 0 0 20px;
	background: url(images/doublequotes.gif) top left no-repeat;
}

cite {
	margin: 5px 20px 20px 80px;
	font-weight: bold;
	display: block;
}
a:link, a:visited, a:hover {
	text-decoration: underline;
	color: #000;
}

a:hover {
	background: #adb8c6;
}

img {
	margin: 3px;
	padding: 5px;
	background: #000;
	border: 1px solid #9d0808;
}

img.left {
	float: left;
	margin: 5px 15px 5px 0;
}

img.right {
	float: right;
	margin: 5px 0 5px 15px;
}

strong {
	font-weight: bold;
}
/*  ================ header elements ====================== */
#header {
	width: 100%;
	height: 180px;
	background: url(images/blackWeeds.gif) repeat-x #fff bottom;
	margin: 0;
	padding: 0;
}

.logoContainer {
	width: 960px;
	margin: 0 auto;
	padding-top: 4px;
	height: 70px;
}

.logoContainer h1 {
	background: none;
	margin: 0;
	padding: 0;
}
#logo {
	width: 400px;
	height: 70px;
	border: none;
	background: url(images/cps_logo.gif) no-repeat;
	float: left;
}

#logo b {
	display: none;
}


/* ============ menu ======================== */
#navWrapper {
	float: left;
	width: 100%;
	height: 70px;
	background: #000;
	clear: both;
}

.menu {
	width: auto;
	height: auto;
	float: right;
	margin: 20px 0 0px ;

}.menu ul {
	margin: 0;
	list-style-type: none;
	font-size: 16px;
}

 .menu li {
	display: inline;

}

/* .menu li a:link, .menu li a:visited {
	text-decoration:none;
	color: #fff;
	background: #000;
	margin: 0px 5px;
	padding: 10px 20px 20px;
	font-weight: bold;
	display: inline-block;
}

.menu li a:hover, #home #li_home a {
	color: #ff3333;
	background: url(images/leafmenu.gif) bottom no-repeat;
} */

.page_item a  {
	text-decoration:none;
	color: #acacac;
	background: #000;
	margin: 0px;
	padding: 10px 20px 22px;
	font-weight: bold;
	display: inline-block;
}

.page_item a:hover, .current_page_item a {
	color: #ff3333;
	background: url(images/leafMenu.gif) bottom no-repeat;
}

/* =========================sidebar============================ */
#sidebar {
	color: #ccc;
	float: left;
	width: 200px;
	height: auto; 
	
}

#sidebar h2 {
	background: none;
	padding-bottom: 5px;
}

#sidebar ul, #sidebar li {
	list-style-type: none;
	margin-left: 5px;
}

#sidebar a:link, #sidebar a:visited {
/*	color: #e1e1d2; */
	color: #acacac;
	text-decoration: none;
	}
#sidebar a:hover {
	color: #000;
}

/* ==========footer=================*/

#footerBox {
	float: left;
	width: 100%;
	margin:  0;
	background: #000;
	background: url(images/leavesBG3.gif) left bottom no-repeat #000;
/*	background: url(images/footerLeaves.jpg) repeat #000;
	background: url(images/btmImgTile.gif) repeat-x top; */
	height: auto;
	color: #666;
}

#footerBox a:link, #footerBox a:visited {
	color:  #adb8c6;
}

#footerBox a:hover {
	color: #9d0808;
}
.footWrap { /* this div aligns the footer with the content elements */
	width: 960px;
	margin: 0 auto;
	text-align: left;
	height:   auto; 
}

.footer {
	width: 755px;
	float: right;
	height:   auto; 
	background: #000;
}

.footCol {
	font-size: 14px;
	float: left;
	width: 210px;
	height:  auto; 
	margin: 0 15px;
	padding: 5px;
}

.footCol #about, .footCol #posts, .footCol #social,  .footCol #nav, .footCol #inspire, .footCol #comments{
	border: 0;
	float: left;
	padding: 0;
	margin: 0;
	height: 41px;
}

.footCol #about b, .footCol #posts b, .footCol #social b, .footCol #nav b, .footCol #inspire b, .footCol #comments b {
	display: none;
}
.footCol #inspire {
	width: 110px;
	background: url(images/inspiration.gif) no-repeat;
}
.footCol #about {
	background: url(images/about.gif) no-repeat;
	width: 81px;
}

.footCol #posts {
	width: 120px;
	background: url(images/recentposts.gif) no-repeat;
}

.footCol #social {
	width: 102px;
	background: url(images/besocial.gif) no-repeat;
}

.footCol #nav {
	width: 83px;
	background: url(images/navigate.gif) no-repeat;
}

.footCol #comments {
	width: 100px;
	background: url(images/comments.gif) no-repeat;
}
.footCol h2 {
	display: inline-block;
	background: none;
	padding: 0;
	margin: 0;
}

.footCol blockquote {
	margin: 0;
	padding: 5px 0 0 10px;
	background: url(images/footerQuote3.gif) top left no-repeat;
}



 /*  ========================== main layout elements ======================== */
.clear {
	clear: both;
}

#wrapper {
	font-size: 14px;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	height:auto;  
/*	background: url(images/wrapperBG.jpg) repeat-y #000;*/
	background: url(images/wrapperBG.gif) repeat-y #000; 
	color: inherit;
}

#contentBox {
	width: 755px;
	float: right;
	height: auto;
}

.content {
	position: relative;
	width: 755px;
	float: right;
	height: auto;  
/*	background: url(images/contentTopBG.png) top no-repeat; */
	background: url(images/contentTopBG2.gif) top no-repeat;
	color: #404040;
}

.subContent {
	float: left;
	height: auto;
	width:  680px;
	margin: 80px 20px 10px 50px;
}

.contentBtm {
	float: left;
	margin: 0 ;
	height: 74px;
	width: 960px;
	background: url(images/btmImgContent2.jpg) no-repeat bottom right; 
}

.tagline {
	position: absolute;
	height: 35px;
	width: 285px;
/*	background: url(images/tagline.png) no-repeat; */
	background: url(images/tagline2.gif) no-repeat;
	top: 20px;
	right: 25px;
	
}

.tagline p {
	display: none;
}



/* home page elements */

#homeslideshow {
	position: relative;
	float: left;
	width: 450px;
	height:  auto;
	margin: 80px 10px 10px 20px;
	padding: 0 10px;
	}

#homeslideshow h3 {
	display: none;
}

#homeslideshow a {
	text-decoration: none;
}

.tape {
	position: absolute;
	background: url(images/stickytape.png) no-repeat;
	width: 130px;
	height: 40px;
	top: -10px;
	left: 175px;
}

#homeContent {
	float: left;
	width: 200px;
	height: auto;
	margin: 80px 0 10px 10px;
	padding: 0 15px 5px 0;

}

/* ===============blog elements================ */

/* for NextGen Gallery */
.post-meta {
list-style-type: none;
}
 
.post-meta-key {
display: none;
}

/* end NextGent */



p.entrydate {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
}

p.postmetadata {
	margin-bottom: 30px;
	text-align: right;
	font-size: 12px;
}
.navigation {
	display: block;
	text-align: center;
	margin: 10px 20px 30px 0;
	padding-bottom: 10px;
	}

.subContent h2 {
	margin-top: 10px;
}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


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

.alignleft {
	float: left;
	margin: 0 25px 5px 0;
	}
	
.wp-caption-text, .wp-caption-dd, .wp-caption-dt {
	font-size: .8em;
	line-height: normal;
}


	
/* comment form */

.commentlist {
	width: 70%;
	padding-left: 50px;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
	
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 20px;
	border-top: 1px solid #eee;
}

.commentlist li .avatar { 
	float: right; 
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin-top: -2px;
	margin-right: -2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	display: inline;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}


.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	border: 1px solid #ccc;
	padding: 5px;
	font-family: inherit;
}

input#submit {
	color: #9d0808;
	font-size: 12px;
}
#commentform textarea {
	width: 80%;
	border: 1px solid #ccc;
	padding: 5px;
}

#respond h3,  h3#comments {
	margin: 30px 0 10px;
}

label small {
	margin-left: 2px;
	font-weight: bold;
}

/* networking icons */
a#icon_fb, a#icon_linked, a#twitter, a#icon_flickr, a#icon_seclife, a#icon_devart, a#icon_twitter {
	padding: 4px 2px 0px 25px;
/*	margin: 2px 3px 5px 2px; */
	display: inline-block;
}
a#icon_fb {
	background: url(images/icon_fb.jpg) left no-repeat;
}

a#icon_linked {
	background: url(images/icon_linkedin.jpg) left no-repeat;
}

a#icon_flickr {
	background: url(images/icon_flickr.jpg) left no-repeat;
}

a#icon_twitter {
	background: url(images/icon_twitter.jpg) left no-repeat;
}

a#icon_devart {
	background: url(images/icon_devart.jpg) left no-repeat;
}

a#icon_seclife {
	background: url(images/icon_seclife.jpg) left no-repeat;
}

#footerBox ul {
	margin-left: 10px;
}
#footerBox li {
	margin: 0 5px 3px 5px;
	list-style-position: outside;
}

/* google custom search */

#sidebar form {
	margin: 0 2px 5px 10px;
}
#sidebar form input {
	
}
form input#txt {
	padding: 2px 2px 3px 2px;
	width: 120px;
	margin: 0 2px 0 0;
}

form input#btn {
	background: #ccc;	font-family: Georgia, "Times New Roman", serif;
/*	border: 1px solid #9d0808; 
	padding: 1px ;*/
}