/******************************************************************
Theme Name: Bones
Theme URI: http://www.themble.com/bones
Description: An incredibly simple starter theme for developers.
Author: Eddie Machado
Author URI: http://www.themble.com/bones/
Version: 1.07
Tags: html5, framework, css3, development


License: GPL or whatever
License URI: ?

All Default Styles are in library/css/default.css
I reccommend not editing those files and making all
changes here. That way if something goes awry, you
can easily revert back to the original, but that's
totally up to you. Happy Developing!

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

/******************************************************************
GENERAL LAYOUT STYLES

 padding top, right, bottom, left

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

body {
	border-top:6px solid #000;
	background-color:#FFF;
}

#memorial {
	font-size:16px;
	font-weight:normal;
	border:5px solid #333333;
	background-color:#ECECEC;
	padding: 10px;
	margin: 0px 0px 20px 0px;
}

#memorialNews {
	font-size:16px;
	font-weight:normal;
	border:5px solid #000;
	background-color:#FFFFFF;
	padding: 10px;
	margin: 0px 0px 5px 0px;
}

#container, .wrap { 
	width: 660px;
	margin: 0 auto;
	padding: 0 0;
	max-width: 660px; /* remove or edit to adjust width */
	min-width: 660px; /* remove or edit to adjust width */
}
	
	/* layout options ( all have margins right & left of 1%) */
	.col330 {width:330px;} /* width 330px */
	.colHalfLeft {width:330px;}
	.colHalfRight {width:330px;}
		
	/* layout & column defaults */
	.col330 { display: inline; float: left; position: relative; }
	.colHalfLeft {float:left;}
	.colHalfRight {float:left; text-align:right;}
	
	.colInner {
		padding:0 0 0 0;
		width:315px;
	}
	
	/* default styles & fixes */
	#main { margin-left: 0; } /* fixes alignment (defaulted at col620) */
	#sidebar1 { margin-right: 0; } /* fixes alignment (defaulted at col300) */
	
/******************************************************************
LINK STYLES
******************************************************************/

a, a:visited {
	color:#396199;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {} /* on click */
a:link { 
	-webkit-tap-highlight-color : rgba(0,0,0,0); /* this highlights links on Iphones / iPads */
}

a.excerptMore {
	white-space: nowrap;
}

/******************************************************************
TEXT SELECTION STYLES
******************************************************************/

/* Safari, Chrome, iPhones, iPads */
::-webkit-selection { 
	background: #6fc2f6; 
	color:#fff; 
	text-shadow : none; 
}

/* Firefox */
::-moz-selection { 
	background: #6fc2f6; 
	color:#fff; 
	text-shadow : none; 
}

/* The Rest of em */
::selection { 
	background: #6fc2f6; 
	color:#fff; 
	text-shadow : none; 
}


/******************************************************************
WORDPRESS BODY CLASSES
want to style a page via body class? go ahead
******************************************************************/
body {
	font-size:12px;
	color:#000;
	font-family:Helvetica, Arial;
}
body.rtl {}
body.home {} /* home page */
body.blog {} 
body.archive {} /* archive page */
body.date {} /* date archive page */
	body.date-paged-1 {} /* replace the number to the corresponding page number */
body.search {} /* search page */
	body.search-results {} /* search result page */
	body.search-no-results {} /* no results search page */
	body.search-paged-1 {} /* individual paged search (i.e. body.search-paged-3) */
body.error404 {} /* 404 page */
body.single {} /* single post page */
	body.postid-1 {} /* individual post page by id (i.e. body.postid-73) */
	body.single-paged-1 {} /* individual paged single (i.e. body.single-paged-3) */
body.attachment {} /* attatchment page */
	body.attachmentid-1 {} /* individual attatchment page (i.e. body.attachmentid-763) */
	body.attachment-mime-type {} /* style mime type pages 
body.author {} /* author page */
	body.author-nicename {} /* user nicename (i.e. body.author-samueladams) */
	body.author-paged-1 {} /* paged author archives (i.e. body.author-paged-4) for page 4 */
body.category {} /* category page */
	body.category-1 {} /* individual category page (i.e. body.category-6) */
	body.category-paged-1 {} /* replace the number to the corresponding page number */
body.tag {} /* tag page */
	body.tag-slug {} /* individual tag page (i.e. body.tag-news) */
	body.tag-paged-1 {} /* replace the number to the corresponding page number */
body.page-template {} /* custom page template page */
	body.page-template-page-php {} /* individual page template (i.e. body.page-template-contact-php */
	body.page-paged-1 {} /* replace the number to the corresponding page number */
	body.page-parent {}
	body.page-child {}
	body.parent-pageid-1 {} /* replace the number to the corresponding page number */
body.logged-in {} /* if user is logged in */
body.paged {} /* paged items like search results or archives */
	body.paged-1 {} /* individual paged (i.e. body.paged-3) */
	
/* new browser classes */
body.browser-lynx {} /* lynx browsers */
body.browser-gecko {} /* firefox browsers */
body.browser-opera {} /* opera browsers */
body.browser-ns4 {} /* ns4 browsers */
body.browser-safari {} /* safari browsers */
body.browser-chrome {} /* chrome browsers */
body.browser-ie {} /* ie browsers ( aka dinosaurs) */
body.browser-iphone {} /* iphones (expirimental, best to use Media Queries) */


/******************************************************************
HEADLINES & TITLES
******************************************************************/

h1, .h1 {}
h2, .h2 {}
h3, .h3 {}
h4, .h4 {}
h5, .h5 {}

h1 a, h2 a, h3 a, h4 a, h5 a {}

h1 {
	font-size:14px;
	color:#000;
	font-family:Helvetica, Arial;
	font-weight:normal;
	margin:0 0 0 0;
} 	

h1 span {
	color:#000;
}

h1.archive_title {
	margin:0 0 30px 0;
	padding:0;
}

h2 {
	font-size:18px;
	color:#000;
	font-family:Helvetica, Arial;
	font-weight:normal;
	margin:0 0 4px 0;
} 

h2 a {
	font-size:18px;
	color:#000;
	font-family:Helvetica, Arial;
	font-weight:normal;
}

/******************************************************************
HEADER SYTLES
******************************************************************/

header[role=banner] {
	height:155px;
}

header #inner-header {
	height:155px;
}

header #inner-header #inner-header-top {
	clear:both;
	height:64px;
}

header #inner-header #logo,
header #inner-header #name,
header #inner-header #search {
	float:left;
}

header #inner-header #logo {
	width:31px;
	position: absolute;
	left:50%;
	margin-left:-330px;
	margin-top:18px;
}

header #inner-header #name {
	position:absolute;
	left:50%;
	margin-left:-92px;
	margin-top:21px;
}

header #inner-header #search {
	width:136px;
	position: absolute;
	left:50%;
	margin-left:194px;
} 

/******************************************************************
NAVIGATION STYLES
(Main Navigation)
******************************************************************/
nav[role=navigation] {
	clear:both;
	margin:0;
	padding:0;
	white-space: nowrap;
	font-size:12px;
	width:660px;
}
	nav[role=navigation] .menu {
		margin:0;
		padding:0;
		white-space:nowrap;
		font-size:12px;
		width:660px;
	}

	nav[role=navigation] .menu ul { 
		font-size:12px;
		color:#000;
		font-family: p22-underground, Arial;
		text-transform: uppercase;
		font-weight:normal;
		margin:0 0 0 8px;
		padding:0;
		width:100%;
		white-space:nowrap;
	}
		nav[role=navigation] .menu ul li {
			float:left;
			margin:0;
			padding:0;
		}
			nav[role=navigation] .menu ul li a { 
				padding: 0 8px 0 8px;
				color:#000;
				font-size:12px;
				letter-spacing: 0;
			}
				nav[role=navigation] .menu ul li a:hover,
				nav[role=navigation] .menu ul li.current-menu-item a { 
					color: #e87333; 
					background:none;
				}
				
				nav[role=navigation] .menu ul li:first-child a {

				}
				
		nav[role=navigation] .menu ul li.current-menu-item a, .nav ul li.current_page_item a {}
		
		nav[role=navigation] .menu ul li ul.sub-menu {}
			nav[role=navigation] .menu ul li ul li a {}
				nav[role=navigation] .menu ul li ul li a:hover {}
			nav[role=navigation] .menu ul li ul li:last-child a {}
			nav[role=navigation] .menu ul li:hover ul { }
				nav[role=navigation] .menu ul li ul li ul.sub-menu { }
					nav[role=navigation] .menu ul li ul li:hover ul.sub-menu { }


/******************************************************************
HOMEPAGE STYLES
******************************************************************/
.homepage p {
	font-size:12px;
	color:#000;
	font-family: Helvetica;
	padding:0 0 1.7em 0;
}

.homepage p.blue {color:#396199;}

.homepage span.brown {color:#754c24;}
.homepage span.black {color:#000;}

.homepage h2 a {
	color:#000;
}

#hpSlideshow {
	width:660px;
	border-top:10px solid #000;
	border-right:10px solid #000;
	border-bottom:25px solid #000;
	border-left:10px solid #000;
	margin:0 0 20px 0;
}

#hpSlideshowLeft,
#hpSlideshowRight {
	width:320px;
	border-top:5px solid #000;
	border-right:5px solid #000;
	border-bottom:5px solid #000;
	border-left:5px solid #000;
	margin:0 0 20px 0;
}

#hpSlideshowRight {
	margin-left:10px;
}

html > body .meteor-slides .meteor-nav a {
	width: 39px;
}

html > body .meteor-slides .meteor-nav .prev a {
	background: url('./images/slideshowButtonLeft.png') no-repeat center right;
	margin:0 0 0 5px;
}

html > body .meteor-slides .meteor-nav .next a {
	background: url('./images/slideshowButtonRight.png') no-repeat center right;
	margin:0 5px 0 0;
}
html > body .meteor-slides .meteor-nav .prev a:hover {
	background-position:left;
}
html > body .meteor-slides .meteor-nav .next a:hover {
	background-position:left;
}

html > body .meteor-slides ul.meteor-nav {
	display: block;
}

html > body #hpSlideshowRight .meteor-slides ul.meteor-nav,
html > body #hpSlideshowLeft .meteor-slides ul.meteor-nav {
	display: none;
}

.hpFeatured img {
	border:4px solid #000;
}

.hpFeatured .hpFeaturedRight {
	margin:0 0 0 10px;
}

.hpBreak {
	width:100%;
	height:5px;
	background-color:#ebebeb;
	margin:20px 0;
}

.homepage .hpBlog {
	margin:0 0 20px 0;
}

.homepage .hpEvent ,
.homepage .hpRefer {
	padding:0 0 0 7px;
}

.homepage .hpEvent:first-child {
	border-bottom:5px solid #ebebeb;
	margin:0 0 20px 0;
}

.homepage .hpEvent p {
	margin:0;
	padding:0;
}

.homepage .hpEvent .hpEventImage {
	margin:28px auto 20px 29px;
	width:250px;
	height:170px;
	border:5px solid #000;
}

.homepage .hpEvent img {
	width:238px;
	height:158px;
	border:1px solid #FFF;
}

.homepage .hpRefer {
	margin:60px 0 60px 0;
}

.homepage .hpRefer .hpReferImage {
	margin:28px auto 20px 29px;
	width:250px;
	height:90px;
	border:5px solid #000;
}

.homepage .hpRefer .hpReferImage img {
	width:238px;
	height:78px;
	border:1px solid #FFF;
}

.twitter {
	position:absolute;
	top:115px;
	left:50%;
	margin:0 0 0 288px;
	text-align:center;
	width:36px;
	height:20px;
}

.twitter img {
	width:36px;
	height:20px;
}

/******************************************************************
CLIENT STYLES
******************************************************************/
body.single-client #content {
	width:80%;
	max-width:960px;
	min-width:480px;
	margin:0 auto;
}

body.single-client #content header {
	width:960px;
	text-align:center;
}

body.single-client #content header p {
	text-align:center;
	font-size:16px;
	text-transform:uppercase;
	font-family: Helvetica, Arial;
	font-weight:bold;
	margin:0 0 8px 0;
}

body.single-client #content header img[style] {
	width:100% !important;
	height:auto !important;
}

body.single-client footer {
	margin:0 auto;
}

body.single-client article.protected {
	width:500px;
	margin:100px auto;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	font-family: Helvetica, Arial;
}

body.single-client article.protected p {
	text-align:center;
}

body.single-client article.protected form label {
	margin:20px 0 0 0;
	display:block;
}


body.single-client article.protected form input[type=submit] {
	margin:30px 0 0 0;
}


/******************************************************************
POSTS & CONTENT STYLES
******************************************************************/

#content {}
	#main { 
		
	}
	
	#main.homepage {
		
	}
	
	#main.homepage #homepageImg {
		position:absolute;
		top:160px;
		left:50%;
		max-width:1010px;
		min-width:660px;
		width:860px;
		margin-left:-430px;
		text-align: center;
	}
	
	#main.homepage #homepageImg img {
		border:5px solid #000;
		max-width:92%;
		min-width:650px;
		margin:0 0 100px 0;
	}
	
	
		article[id*=post-].typeAS {
			padding:0;
			margin:0 33px 0 0;
			width:140px;
			float:left;
			height:309px;
		}
		
		article[id*=post-].typeCOM {
			padding:0;
			margin:0 30px 0 0;
			width:145px;
			float:left;
			height:160px;
		}
		
		article[id*=post-].typeSF {
			padding:0;
			margin:0 60px 0 0;
			width:180px;
			float:left;
			height:369px;
		}
		
		article[id*=post-].typeBLOG,
		article[id*=post-].typePOST,
		article[id*=post-].typePAGE {
			padding:0 0 0 0;
			margin:0 0 30px 0;
			width:660px;
			background-image:url(./images/dottedborder.jpg);
			background-repeat: repeat-x;
			background-position: bottom;
		}
		
		article[id*=post-].typePOST {
			background-image:none;
			margin-bottom:0;
		}

		
		#mainInnerFeatured article[id*=post-].typeCOM {
			padding:0;
			margin:0 20px 0 0;
			width:320px;
			float:left;
			height:278px;
		}
		
		#mainInnerGeneral article.typeCOM:nth-child(2n+2) {
			margin:0 20px 0 0;
		}
		
		article.typeAS:nth-child(4n+4),
		article.typeSF:nth-child(3n+3),
		#mainInnerGeneral article.typeCOM:nth-child(4n+4),
		#mainInnerFeatured article.typeCOM:nth-child(2n+2) { margin: 0; }
		
		article.typeAS header,
		article.typeCOM header,
		article.typeSF header {
			margin:0;
			padding:0;
		}
		
		article.typeAS h3,
		article.typeCOM h3,
		article.typeSF h3 {
			margin:0;
			padding:0 15px 0 0;
			font-size:12px;
			line-height:16px;
			clear:both;
			display:block;
		}
		
		article.typeBLOG h1,
		article.typePOST h1 {
			font-size:14px;
			font-family: Helvetica, Arial;
			color:#000;
			margin:0 0 20px 0;
		}
		
		article.typeAS h3 a,
		article.typeCOM h3 a,
		article.typeSF h3 a  {
			color:#000;
			font-family:Helvetica, Arial;
			font-size:12px;
			text-transform: uppercase;
			margin:0;
			padding:0;
		}
		
		article.typeBLOG h1 a,
		article.typePOST h1 a {
			color:#000;
			font-family:Helvetica, Arial;
			font-size:14px;
		}
		
		article.typeBLOG .blogSingle h1 {
			margin:20px 0 0 0;
		}
		
		article.typePOST .postSingle h1 {
			margin:0 0 0 0;
		}
		
		article.typePOST .postSingle h4 {
			color:#898989;
			font-family:Helvetica, Arial;
			font-size:14px;
			font-weight:normal;
		}
		
		article.typeAS .asRunningTime, 
		article.typeAS .asTypeofArtist,
		article.typeCOM .comRunningTime, 
		article.typeCOM .comTypeofArtist,
		article.typeSF .sfRunningTime, 
		article.typeSF .sfTypeofArtist {
			line-height:16px;
			clear:both;
		}
		
		article.typeAS .asRunningTime,
		article.typeCOM .comRunningTime,
		article.typeSF .sfRunningTime {
			font-size:12px;
			color:#898989;
			font-family:Helvetica, Arial;
			text-transform:lowercase;
		}
		
		article.typeAS .asTypeofArtist,
		article.typeCOM .comTypeofArtist {
			font-size:12px;
			color:#898989;
			font-family:Helvetica, Arial;
		}
		
		article.typeCOM .comExcerpt,
		article.typeSF .sfExcerpt {
			color:#1e2224;
			font-family:Helvetica, Arial;
			font-size:12px;
			line-height:1.3em;
		}
		
		article.typeBLOG section.post_content,
		article.typeAS section.post_content,
		article.typeSF section.post_content,
		article.typePOST section.post_content,
		article.typePAGE section.post_content,
		article section.post_content,
		article.post {
			font-size:12px;
			font-family:Helvetica, Arial;
			color:#000;
			margin:0 0 0 0;
			padding:0;
		}
		
		article h1.single {
			padding:130px 0 0 0;
			margin:0;
		}
		
		article.typeBLOG .blogLeft {
			float:left;
			width:480px;
			margin:0 0 20px 0;
		}
		
		article.typeBLOG .blogRight {
			float:left;
			width:156px;
			margin:40px 0 0 24px;
		}
		
		article.typeBLOG .blogSingle,
		article.typePOST .postSingle {
			width:100%;
			margin:0 0 20px 0;
		}
		
		article.typeBLOG .blogSingle iframe#blogVideo,
		article.typePOST .postSingle iframe#postVideo {
			border-top:10px solid #000;
			border-right:10px solid #000;
			border-left:10px solid #000;
			border-bottom:10px solid #000;
		}
		
		article.typeBLOG .blogLeft .blogFeaturedPic img {
			border:4px solid #000;
		}
		
		article.typeBLOG footer {
			margin:0;
			padding:0;
			color:#262829;
			font-size:11px;
			font-family:Helvetica, Arial;
		}
		
		article.typeBLOG footer .footerRow {
			padding:0 0 7px 0;
			background-image:url(./images/dottedborder.jpg);
			background-repeat: repeat-x;
			background-position: bottom;
			line-height:1.3em;
		}
		
		article.typeBLOG footer .row2 {
			padding:7px 0 25px 0;
			text-transform: lowercase;
		}
		
		article.typeBLOG footer .row2 a {
			color:#262829;
			font-size:11px;
			font-family:Helvetica, Arial;
			text-decoration: none;
		}
		
		article.typePOST #postMore {
			float:right;
			height:19px;
		}
		
		article.typePOST #postMore a {
			padding-right:25px;
			display:block;
			height:19px;
			line-height:19px;
			font-family:Helvetica, Arial;
			font-size:12px;
			color:#000;
		}
		
		article a.blogMore {
			color:#000;
		}
		
		article.typePOST #postMore a.viewHide {
			background-image:url(./images/viewHide.png);
			background-repeat: no-repeat;
			background-position: right;
		}
		
		article.typePOST #postMore a.viewShow {
			background-image:url(./images/viewMore.png);
			background-repeat: no-repeat;
			background-position: right;
		}
		
		article.typePOST .postSingle section div {
			display:none;
		}
		
		article.typePAGE iframe {
			border:7px solid #000;
			margin:0 0 50px 0;
		}
		
		#film_thumbs {
			float:left;
			position:absolute;
			left:50%;
			margin:0 0 0 -370px;
			width:730px;
			height:100px;
			padding:30px 0 0 117px;
		}

		html>body #film_thumbs {
			padding:25px 0 0 14px;
		}

		#film_pod_container {
			float:left;
			width:660px;
			height:100px;
			overflow:hidden;
		}

		#film_thumbs_holder {
			width:660px;
			height:100px;
			overflow:hidden;
		}

		.film_pod {
			float:left;
			width:90px;
			height:100px;
			margin:0 5px 0 0;
			text-align:center;
		}
		
		.film_pod:last-child {
			margin:0 0 0 0;
		}

		.film_pod p {
			text-align:center;
			padding:0 5px;
			margin:0 0 0 0;
			font-family:Helvetica, Arial;
			color:#898989;
			line-height:0.9em;
		}
		
		.film_pod p a {
			font-size:11px;
			color:#595f6b;
		}

		.film_pod img {
			border:solid 3px #000;
		}

		#advance_left {
			float:left;
			width:18px;
			margin:14px 8px 0 0;
		}

		#advance_right {
			float:left;
			width:18px;
			margin:14px 0 0 7px;
		}
		
		#aboutBooksDVD,
		#aboutAgency,
		#aboutDirector {
			margin:20px 0 0 0;
		}
		
		
		#aboutBooksDVD div,
		#aboutAgency div,
		#aboutDirector div {
			float:left;
			width:143px;
			margin:0 26px 0 0;
			font-family:Helvetica, Arial;
			font-size:11px;
			line-height:1.2em;
		}
		
		#aboutAgency div span,
		#aboutDirector div span {
			color:#898989;
		}
		
		#aboutBooksDVD div a,
		#aboutAgency div a,
		#aboutDirector div a {
			color:#000;
			text-decoration:none;
		}
		
		#aboutBooksDVD div:nth-child(4n+4),
		#aboutAgency div:nth-child(4n+4),
		#aboutDirector div:nth-child(4n+4) {
			margin:0 0 0 0;
		}
		
		#aboutBooksDVD div img {
			margin:0 0 3px 0;
		}
		
		.aboutBreak {
			width:100%;
			height:5px;
			background-color:#ebebeb;
			margin:30px 0;
		}
		
		p.centered {
			text-align:center;
		}
	
		img.imageBordered {
			border:5px solid #000;
			width:470px;
			height:350px;
		}
		
		.featureLinks {
			float:right;
		}
	
		#featureSlideshow {
			width:660px;
			height:340px;
			border-top:10px solid #000;
			border-right:10px solid #000;
			border-bottom:10px solid #000;
			border-left:10px solid #000;
			margin:0 0 55px 0;
		}
		
		#designsList {
			float:left;
			width:180px;
		}
		
		#designsList ul li {
			margin:0 0 3px 0;
		}
		
		#designsList ul li a {
			font-family:Helvetica, Arial;
			font-size:12px;
			color:#898989;
			padding:3px 3px;
		}
		
		#designsList ul li.current a {
			background-color: #000;
		}
		
		#designsList ul li.current a:hover {
			text-decoration: none;
		}
		
		#designsWindow {
			float:left;
			width:450px;
			height:645px;
			overflow:hidden;
		}
		
		.design_pod_holder {
			height:645px;
		}
		
		.design_pod,
		.design_text_holder {
			height:645px;
		}
		
		.design_text_holder p {
			padding:0 0 1.5em 0;
		}
		
		#designsControls {
			float:left;
			width:30px;
			text-align:right;
		}
		
		html > body #featureSlideshow .meteor-slides .meteor-nav .prev a {
			background: url('./images/slideshowButtonLeft.png') no-repeat center right;
			margin:-30px 0 0 5px;
		}

		html > body #featureSlideshow .meteor-slides .meteor-nav .next a {
			background: url('./images/slideshowButtonRight.png') no-repeat center right;
			margin:-30px 5px 0 0;
		}

	
		/* want to style individual post classes? Booya! */
		.post-id {} /* post by id (i.e. post-3) */
		.post {} /* general post style */
		.page {} /* general article on a page style */
		.attachment {} /* general style on an attatchment */
		.sticky {} /* sticky post style */
		.hentry {} /* hentry class */
		.category-slug {} /* style by category (i.e. category-videos) */
		.tag-slug {} /* style by tag (i.e. tag-news) */
	
		/* post meta */
		.meta {}
			.meta time {}
			
		/* post content */
		.post_content {}
			
			.post_content p {margin:3px 0 15px 0;}
			.post_content ul, .post_content ol, .post_content table, .post_content dl {}
			.post_content ul, .post_content ol {
				margin-top:-20px;
			}
			.post_content li {}
			.post_content ul li {}
			.post_content ol li {}
			
			.post_content blockquote {}
			.post_content blockquote:before {} /* this adds the quote before the blockquote */
			
			.post_content dl {}
			.post_content dt {}
			.post_content dd {}
			
			.post_content img {
				margin:0 0 0 0;
			 }
			.post_content video {}
			.post_content object {}
			
			.wp-caption {}
			.wp-caption img {}
			.wp-caption p.wp-caption-text {}
			
			/* image gallery styles */
			.gallery dl {}
			.gallery dt {}
			.gallery dd {}
			.gallery dl a {}
			.gallery dl img {}
			.gallery-caption {}
			
			.size-full {}
			.size-large {}
			.size-medium {}
			.size-thumbnail {}
			
		article[id*=post-] footer {}
	
	
/******************************************************************
PAGE NAVI STYLES
(Special Feature)
******************************************************************/

	/* page navigation */
	.page-navigation {}
		.bones_page_navi {}
			.bones_page_navi li.bpn-prev-link {} /* previous link */
				.bones_page_navi li.bpn-prev-link a {}
					.bones_page_navi li.bpn-prev-link a:hover {}
			.bones_page_navi li {} /* regular links */
				.bones_page_navi li a {}
					.bones_page_navi li a:hover {}
			.bones_page_navi li.bpn-current {} /* current page link */
					.bones_page_navi li.bpn-current:hover {}
			.bones_page_navi li.bpn-next-link {} /* next page link */
				.bones_page_navi li.bpn-next-link a {}
					.bones_page_navi li.bpn-next-link a:hover {}
			.bones_page_navi li.bpn-last-page-link {} /* last page link */
				.bones_page_navi li.bpn-last-page-link a {}
					.bones_page_navi li.bpn-last-page-link a:hover {}
			.bones_page_navi li.bpn-first-page-link {} /* first page link */
				.bones_page_navi li.bpn-first-page-link a {}
					.bones_page_navi li.bpn-first-page-link a:hover {}
	
	/* fallback previous & next links */
	.wp-prev-next {}
		.wp-prev-next ul {}
			.wp-prev-next .prev-link {}
			.wp-prev-next .next-link {}
	
/******************************************************************
COMMENT STYLES
******************************************************************/
#idc-container-parent #idc-container .idc-head h3,
#idc-container-parent #idc-container .idc-new h3 {
	font-size:18px;
	font-family: Helvetica, Arial,
	color:#000 !important;
}
#comments {}/* h3 comment title */
	#comments span {} /* number of comments span */
.comment-nav {}
	.comment-nav ul {}
		.comment-nav ul li {}
.commentlist {}
	.commentlist li {}
		.commentlist li[class*=depth-] {}
			.commentlist li.depth-1 {}
			.commentlist li.depth-2 {}
			.commentlist li.depth-3 {}
			.commentlist li.depth-4 {}
			.commentlist li.depth-5 {}
				.commentlist li ul.children li {}
				.commentlist li ul.children li.alt {}
				.commentlist li ul.children li.byuser {}
				.commentlist li ul.children li.comment {}
				.commentlist li ul.children li.depth-1 {} /* change number for different depth */
				.commentlist li ul.children li.bypostauthor {}
				.commentlist li ul.children li.comment-author-admin {}
				.commentlist li ul.children .alt {}
				.commentlist li ul.children .odd {}
				.commentlist li ul.children .even {}
			.commentlist .alt {}
			.commentlist .odd {}
			.commentlist .even {}
			.commentlist .parent {}
			.commentlist .comment {}
			.commentlist .children {}
			.commentlist .pingback {}
			.commentlist .bypostauthor {}
			.commentlist .comment-author {}
			.commentlist .comment-author-admin {}
			.commentlist .thread-alt {}
			.commentlist .thread-odd {}
			.commentlist .thread-even {}	
			.commentlist .vcard {}
				.commentlist .vcard cite.fn {}
				.commentlist .vcard time {}
					.commentlist .vcard time a {}
						.commentlist .vcard time a:hover {}
				.commentlist .vcard img.photo {}
				.commentlist .vcard img.avatar {}
				.commentlist .vcard cite.fn a.url {}
			.commentlist .comment-meta {} 
				.commentlist .comment-meta a {}
			.commentlist .commentmetadata {}
				.commentlist .commentmetadata a {}
			.commentlist li .comment_content {}
				.commentlist li .comment_content p {}
				.commentlist li ul {}
				.commentlist .comment-reply-link {}
					.commentlist a.comment-reply-link:hover {}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/

#respond {}
	#comment-form-title {}
		#cancel-comment-reply {}
			#cancel-comment-reply a {}
	#commentform {}
		.comments-logged-in-as {}
		#comment-form-elements {}
			#comment-form-elements li {}
				#comment-form-elements label {}
				#author, #email, #url, #comment {}
					#author:focus, #email:focus, #url:focus, #comment:focus {}
				#author, #email, #url {}
			#allowed_tags {}
				#comment {}
				#submit {}

/******************************************************************
SIDEBARS & ASIDES
******************************************************************/

#sidebar1 {}

	.widget {}
		.widget li {}
		
		.widgettitle {}

	/* links widget */
	.widget_links {}
	.widget_links ul {}
	.widget_links ul li {}
	.widget_links ul li a {}
	
	/* meta widget */
	.widget_meta {}
	.widget_meta ul {}
	.widget_meta ul li {}
	.widget_meta ul li a {}
	
	/* pages widget */
	.widget_pages {}
	.widget_pages ul {}
	.widget_pages ul li {}
	.widget_pages ul li a {}
	
	/* recent-posts widget */
	.widget_recent_entries {}
	.widget_recent_entries ul {}
	.widget_recent_entries ul li {}
	.widget_recent_entries ul li a {}
	
	/* archives widget */
	.widget_archive {}
	.widget_archive ul {}
	.widget_archive ul li {} 
	.widget_archive ul li a {}
	.widget_archive select {}
	.widget_archive option {}
	
	/* tag-cloud widget */
	.widget_links {}
	.widget_links li:after {}
	.widget_links li:before {}
	.widget_tag_cloud {}
	.widget_tag_cloud a {}
	.widget_tag_cloud a:after {}
	.widget_tag_cloud a:before {}
	
	/* calendar widget */
	.widget_calendar {}
	#calendar_wrap {}
	#calendar_wrap th {}
	#calendar_wrap td {}
	#wp-calendar tr td {}
	#wp-calendar caption {}
	#wp-calendar a {}
	#wp-calendar #today {}
	#wp-calendar #prev {}
	#wp-calendar #next {}
	#wp-calendar #next a {}
	#wp-calendar #prev a {}
	
	/* category widget */
	.widget_categories {}
	.widget_categories ul {}
	.widget_categories ul li {} 
	.widget_categories ul ul.children {}
	.widget_categories a {}
	.widget_categories select{}
	.widget_categories select#cat {}
	.widget_categories select.postform {}
	.widget_categories option {}
	.widget_categories .level-0 {}
	.widget_categories .level-1 {}
	.widget_categories .level-2 {}
	.widget_categories .level-3 {}
	
	/* recent-comments widget */
	.recentcomments {}
	#recentcomments {}
	#recentcomments li {}
	#recentcomments li a {}
	.widget_recent_comments {}
	
	/* search widget */
	#searchform {margin:21px 0 0 0;}
	#searchform label {display:none;}
	#searchform input#s {
		width:103px;
		border:1px solid #000;
		float:left;
		margin:2px 10px 0 0;
	}
	#searchform input[type='submit'] {
		float:left;
		width:21px;
	}
	.widget_search {}
	.screen-reader-text {}
	
	/* text widget */
	.textwidget {}
	.widget_text {}
	.textwidget p {}
	

/******************************************************************
FOOTER STYLES
******************************************************************/

footer[role=contentinfo] {
	width:648px;
	height:30px;
	background-image:url(./images/footerBkg.png);
	background-repeat: no-repeat;
	border:0;
	line-height:26px;
	padding:0 6px;
	font-size:13px;
	margin:0 0 30px 0;
	font-family: Helvetica;
	color:#83a2b9;
	text-align: left;
	text-justify: newspaper;
	white-space: nowrap;
}

/*body.home footer {
	position:absolute;
	top:880px;
}*/

footer .attribution {
		float: none; 
		font-size: 13px; 
		text-justify: auto;
		white-space: nowrap;
	}

footer #inner-footer .attribution span.phone {
	color:#f47427;
}

footer #inner-footer .attribution span.value {
	color:#83a2b9;
}
	/* footer menu */
	.footer-links {}
		.footer-links ul {}
			.footer-links ul li {}
				.footer-links ul li a {}
					.footer-links ul li:last-child a {}
			.footer-links ul li a:hover, .nav ul li.current-menu-item a, .nav ul li.current_page_item a {}
			.footer-links ul li ul.sub-menu {} /* you shouldn't have that many links in the footer anyway so it's set to display none ;P */

	
/******************************************************************
MEDIA QUERIES & DEVICE STYLES
Developed by: Andy Clarke & the 320 & Up Extension
URL: http://stuffandnonsense.co.uk/projects/320andup/
******************************************************************/

@media only screen and (min-width: 480px) {
	/* insert styles here */
}

@media only screen and (min-width: 768px) {
/* insert styles here */
}

@media only screen and (min-width: 992px) {
/* insert styles here */
}

@media only screen and (min-width: 1382px) {
/* insert styles here */
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
/* insert styles here */
}

/******************************************************************
PRINT STYLES
(Handled by default, but if you want to edit it, feel free)
******************************************************************/

@media print { }

/******************************************************************
IE SPECIFIC FIXES
******************************************************************/

/*
Thanks to the HTML5 Boilerplate there's an easier way
to target IE specific bugs. Simply use the html class
to target the specific version of IE.

To target the .post_content area in IE6, use:
html.ie6 .post_content { ... }

To target the .post_content area in IE7, use:
html.ie7 .post_content { ... }

To target the .post_content area in IE8, use:
html.ie8 .post_content { ... }


Much easier right? This way, you don't have to call
any more stylesheets, you can leave it at the bottom
and it will overwrite depending on the html class.
*/
