/*
Theme Name: aspects.cc
Theme URI: http://www.aspects.cc/
Description: aspects.cc layout influenced by Derek Punslan's excellent "The Unstandard" Wordpress theme. http://5thirtyone.com/
Version: 0.1
Author: Mike Robinson
Author URI: http://www.aspects.cc/
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #222;
	color: #fff;
	font: 62.5%/1.2em arial,sans-serif;
	text-align: center;
}

#main-wrapper {
	display: block;
	margin: 0 auto;
	padding: 0 7px;
	width: 960px;
	text-align: left;
}

/* ----------------------------------- basics */

h1, h2, h3 {
	font-weight: normal;
}

h1 {
	font-size: 4em;
	line-height: 1.6em;
	font-family: helvetica, arial;
}

h2 {
	font-size: 1.6em;
	line-height: 1.8em;
}

h3 {
	font-size: 1.3em;
	line-height: 1.4em;
}

a {
	color: #fff;
}

a:hover {
	color: #993300;
}

a img {
	border: none;
	margin: 0 10px 20px 0;
}
ul, ol {
/*	list-style: none; */
}

/* ----------------------------------- masthead */

#leaderboard {
	padding: 3em 0 4em 0;
	position: relative;
}

#leaderboard h1 a {
	color: #333;
	text-decoration: none;
}

#leaderboard h1 a:hover {
	color: #993300;
}

#leaderboard ul {
	list-style: none;
}

#main-nav {
	font-size: 1.1em;
	margin: 20px 0;
	text-transform: uppercase;
	font-weight: bold;
}

#main-nav li {
	float: left;
	margin-left: 7px;
}

#main-nav li a {
	background: #222;
	color: #ffffff;
	display: block;
	padding: 0.6em 0;
	text-decoration: none;
	text-align: center;
	width: 7em;
}

#main-nav li a:hover, #main-nav li.current a {
	background: #880000;
	color: #eee;
}

#main-nav li.rss-now a:hover, #main-nav li.rss-now a {
	background: #993300;
	color: #eee;
}

#main-nav li.subscribe a:hover, #main-nav li.subscribe a {
	background: #00007f;
	color: #eee;
}

.adsense-center {
	margin: -40px auto 0;
	display: block;
	width: 728px;
}

/* ----------------------------------- home posts */

.home .left {
	width: 607px;
}

.home .main-post-bg {
	background: #444;
	display: block;
	height: 225px;
	position: relative;
	margin: 0 0 7px 0;
	width: 593px;
	overflow: hidden;
}

.main-post-bg .post-comments, .secondary-post-bg .post-comments {
	position: absolute;
	top: 0;
	right: 7px;
	z-index: 102;
	background: #00007f;
}

.post-comments a, .secondary-post-bg .post-comments a {
	font-size: 11px;
	color: #eee !important;
	display: block;
	height: 1.8em;
	line-height: 1.8em;
	width: 7.5em;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
}

.post-comments a:hover, .secondary-post-bg .post-comments a:hover {
	background: #993300;
}

.home .main-post-bg .title-insert, .home .recent-leads .title-insert {
	background: #000;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 101;
	padding: 4px 0;
	/* opacity - move to sep. stylesheet */
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity:.85;
}

.title-insert h1 {
	margin: 7px 10px 7px;
	line-height: 1.4em;
	font-weight: bold;
}

.title-insert h1 a {
	display: block;
	color: #fff;
	text-decoration: none;
        line-height: 12px;
        font-size: 16px;
}

.title-insert h1 a:hover {
	color: #cc0000;
}

.home .recent-leads {
	width: 607px;
}

.home .recent-leads .secondary-post-bg {
	background: #444;
	display: block;
	width: 293px;
	overflow: hidden;
	height: 150px;
	margin: 0 7px 7px 0;
	position: relative;
}

.home .recent-leads .title-insert h3 {
	margin: 4px 7px;
	line-height: 1.6em;
	font-weight: bold;
}

.home .recent-leads .title-insert h3 a {
	font-size: 14px;
	display: block;
	color: #cc4400;
	text-decoration: none;
}

.home .recent-leads .title-insert h3 a:hover {
	color: #fff;
}

.home .right {
	width: 320px;
	text-align: left;
}

.home .right h3 {
	font-weight: normal;
	font-size: 1.6em;
	color: #fff;
	padding-left: 2px;
	border-bottom: 1px solid #ccc;
}

/* ----------------------------------- entry style */

.post.single {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #aaa;
	width: 607px;
}

.post.single h1 {
	font-size: 2.4em;
	color: #fff;
}

.post.single h1 a  {
		text-decoration: none;
}

.post.single h2, .post.single h2 a {
	font-size: 18px;
	line-height: 12px;
	color: #fff;
	text-decoration: none;
}

.post.single h2 a:hover {
	color: #cc0000;
}

.post.single .entry {
	float: right;
	width: 607px;
}

.post.single .entry h1 {
	font-size: 2.4em;
	color: #fff;
}

.post.single .newsentry {
	float: right;
	width: 507px;
}

.post.single .meta {
	border-top: 2px solid #993300;
	color: #ccc;
	text-transform:lowercase;
	padding: 4px 0 0 0;
	margin-top: 21px;
	float: left;
	width: 75px;
	font-size: 11px;
}

.post.single .meta a {
	color: #993300;
	text-decoration: underline;
}

.post.single .meta a:hover {
	text-decoration: none;
}

.post.single p {
	margin: 1em 0;
}

.post.single p a, .post.single li a {
	font-weight: bold;
}

.post.single p strong {
	font-weight: bold;
}

.post.single blockquote {
	margin: 0 1.5em;
	color: #6c6c6c;
}

.post.single h3 {
	font-size: 18px;
	color: #fff;
	margin-top: 2em;
}

.post.single h4 {
	font-size: 14px;
	color: #fff;
	margin-top: 0.4em;
}

.post.single ul, .post.single ol {
	margin: 1em 1.5em;
}

.post.single ul li, .post.single ol li {
	margin: 0 0 14px 0;
	color: #aaa;
	line-height: 1.3em;
}

.post.single ul li {
	background: url("images/png.gif") no-repeat 1px -1px;
	padding-left: 20px;
}

.post.single ul li strong {
	font-weight: bold;
}

.post.single img.floatleft {
	float: left;
	margin: 4px 10px 0 0;
}

.post.single img.floatright {
	float: right;
	margin: 4px 0 0 10px;
}

.post.single code {
	font-family: courier, fixed, monospace;
	font-size: 12px;
	background: #eee;
}

.post.single code strong {
	color: #000;
}

.navigation {
	font-size: 1.2em;
	padding: 10px 0;
}

.navigation .left {
	width: 50%;
}

.navigation .right {
	width: 49%;
}

.archives-page h2 a {
	font-size: 14px !important;
	line-height: 16px;
}

/* ----------------------------------- lists */

.sidebar-wrapper {
	background: #fff;
}

.sidebar-news {
	background: #f9f9de;
	border: 1px solid #e9e9b4;
	display: block;
	padding: 7px;
	color: #555;
	font-size: 12px;
}

.sidebar-news a:hover {
	text-decoration: none;
}

.sidebar-wrapper h3 {
	overflow: hidden;
}

ul.sidebar-ul, .related-posts ul {
	list-style: none;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 10px 0 0 0;
	width: 340px;
}

.sidebar-ul li, .related-posts li {
	color:#aaa;
	line-height: 1.5em;
	width: 340px;
}

.sidebar-ul li p {
        padding: 3px 20px 3px 20px;
        color: #dddddd;
}

.sidebar-ul li a, .related-posts li a {
	background: url("images/li-grey.gif") no-repeat 1px 3px;
	display: block;
	font-weight: normal;
	color: #aaa;
	text-decoration: none;
	padding: 3px 0 3px 20px;
}

.sidebar-ul li a:hover, .related-posts li a:hover {
	background: url("images/li.png") no-repeat 1px 3px;
	color: #cc0000;
}

.sidebar-ul li a:hover em {
	color: #999;
}

img.sidebar-img {
        margin: 10px 0 0 25px;
}

a#sameline {
        display: inline;
        padding: 0;
}

.related-posts h3 {
	display: none;
}

.serve-random {
	font-size: 12px;
	color: #888;
	margin-top: 7px;
}

.serve-random a {
	color: #993300;
}

.serve-random a:hover {
	text-decoration: none;
}

.sidebar-nextprev {
	margin-top: 10px;
}

.sidebar-nextprev li {
	list-style: none;
	float: left;
}

.sidebar-nextprev li.previous {
	margin-left: 5px;
}

.sidebar-nextprev li.next {
	float: right;
	margin-right: 5px;
}

.sidebar-nextprev li a {
	outline: none;
	display: block;
	height: 40px;
	width: 160px;
	background: #ddd;
	text-indent: -9999em;
}

.sidebar-nextprev li.previous a {
	background: url("images/nextprev.gif") no-repeat top left;
}

.sidebar-nextprev li.previous a:hover {
	background-position: bottom left;
}

.sidebar-nextprev li.next a {
	background: url("images/nextprev.gif") no-repeat top right;
}

.sidebar-nextprev li.next a:hover {
	background-position: bottom right;
}

.website-gallery {
        border-top: 1px solid #333;
        clear: both;
        min-height: 160px;
        margin-bottom: 10px;
        padding: 20px 3px;
}

/* ----------------------------------- comments */

#comments {
	margin: 21px 0;
}

#comment-breaker {
	color: #993300;
	display: block;
	width: 100%;
	margin: 21px 0 14px 0;
	padding: 35px 0 0 2px;
	background: url("images/distort.gif") no-repeat top center;
}

#comment-breaker h2 {
	font-size: 18px;
}

ol.commentslist {
	float: left;
	font-size: 1.2em;
	line-height: 1.5em;
	width: 590px;
}

.commentslist li {
	margin-bottom: 28px;
}

.commentslist li p {
	margin: 0 0 1em 0;
}

.commentslist li blockquote {
	margin: 0 1.2em;
	font-style: italic;
}

.commentslist li ul, .commentslist li ol {
	margin: 1em 1.5em;
}

.commentslist .author_meta {
	text-transform: lowercase;
	border-top: 2px solid #993300;
	padding: 4px 0 0 0;
	margin-top: 9px;
	float: left;
	width: 75px;
	font-size: 11px;
}

.commentslist .author_meta a {
	color: #444;
	text-decoration: none !important;
}

.commentslist .author_meta a:hover {
	text-decoration: underline !important;
}

.commentslist li.author .comment_text {
	background: #eee;
	width: 498px;
	border: 1px solid #ddd;
}

li.author .comment_text p {
	margin: 7px;
}

.commentslist .comment_text {
	float: right;
	width: 500px;
	overflow: auto;
	text-align: justify;
}

.comment_text .comment-author {
	font-weight: bold;
	margin-bottom: 7px;
}

li.author .comment_text .comment-author {
	margin: 7px 0 7px 7px;
}

.commentslist .comment_text a {
	font-weight: bold;
}

.pings {
	float: right;
	width: 340px;
}

.pings h3 {
	color: #993300;
	font-size: 1.6em;
	padding: 0 0 0 2px;
}

ul.pingslist {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 10px 0 0 0;
	width: 340px;
}

.pingslist li {
	border-top: 1px solid #ccc;
	line-height: 1.5em;
	width: 340px;
}

.pingslist li a {
	background: url("images/li-grey.gif") no-repeat 1px 3px;
	display: block;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	padding: 3px 2px 3px 20px;
}

.pingslist li a:hover {
	color: #993300;
	background: url("images/li.png") no-repeat 1px 3px;
}

.sidebar-ul li a:hover em {
	color: #999;
}

#commentform {
	font-size: 11px;
	margin-left: 90px;
}

#commentform p {
	margin: 0.8em 0;
}

#commentform p label { }
#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	border: 1px solid #bbb;
	padding: 4px;
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	color: #6c6c6c;
}

#commentform #comment {
	width: 485px;
	overflow: auto;
	height: 225px;
}

#commentform #submit {
	background: #333;
	color: #eee;
	padding: 0.8em 0;
	width: 13em;
	border: none;
}
.comment-warning strong {
	color: #444;
	font-weight: bold;
}

.subscribe-to-comments {
	font-size: 12px;
	color: #555;
}

/* ----------------------------------- categories */

#categories {
	border: 1px solid #bbb;
	border-width: 1px 0;
	padding: 14px 0;
	margin: 35px 0 21px;
}

#categories ul {
	color: #999;
	font-size: 1.2em;
	line-height: 1.6em;
}

#categories li {
	float: left;
	text-align: right;
	display: block;
	width: 150px;
	margin-right: 10px;
}

#categories li a {
	color: #00007f;
	font-weight: bold;
	float: left;
	text-decoration: none;
}

#categories li a:hover {
	text-decoration: underline;
}

/* ----------------------------------- search */

.search {
	background: #00007f none no-repeat top left;
	display: block;
	width: 340px;
	height: 32px;
}

.search #searchForm {
	margin: 0 0 0 7px;
}

#searchForm input {
	vertical-align: middle;
	margin: 6px 0 0 0;
}

.search #searchForm #s {
	color: #666;
	font-size: 12px;
	border: 1px solid #6670CC;
	padding: 1px;
	width: 265px;
	margin-right: 4px;
}

/* ----------------------------------- websites */

#websites {
	clear: both;
}

#website_image {
	float: left;
}

#website_text {
	float: right;
}

/* ----------------------------------- footer */

#footer {
	color: #555;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 10px 0 72px;
        padding: 15px 0;
        position: relative;
	width: 960px;
	border-top: 1px solid #ccc;
}

#footer .left {
	width: 590px;
}

#footer a {
	font-weight: bold;
}

.hiddenpic {
	display: none;
}

/* ----------------------------------- caption text */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0 20px 3px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	color:black;
	text-align:center !important;
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.alignleft {
	float: left;
}

/* ----------------------------------- floats */

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.fix {
	display: inline-block;
}

* html .fix {
	height: 1%;
}

.fix {
	display: block;
}

/* --------------------- JD Gallery ----------------------- */

#websiteDesignGallery {
	width: 320px;
	height: 225px;
	z-index:5;
	border: 1px solid #222222;
}

#quotesGallery {
	width: 320px;
	height: 200px;
	z-index:5;
	border: 1px solid #222222;
}

#quotesGallery a.open {
        cursor: default;
}

#quotesGallery a.open:hover {
        cursor: default;
}

#myGallery, #myGallerySet, #flickrGallery
{
	width: 328px;
	height: 386px;
	z-index:5;
	border: 1px solid #222222;
        margin: 0 0 0 6px;
}

#myGallerySet {
        margin: 0 0 25px 20px;
}

#myCarousel {
        text-align: left;
        margin: 0 auto;
        float: left; /* Same as your gallery is set to */
        width:462px; /* Adjust this to your picture width + 2 */
        height:116px;
        overflow:hidden;
        background: #000000;
}

#flickrGallery
{
	width: 500px;
	height: 334px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #222222;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #222222;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 60px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 15pt;
	margin: 0;
	margin: 2px 5px 0 5px;
	font-weight: bold;
	color: inherit;
        line-height: 1.7em;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 10pt;
	margin: 0 5px;
        color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=60);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }


/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .6;
	-moz-opacity: .6;
	-khtml-opacity: 0.6;
	filter:alpha(opacity=60);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}