
/*
Theme Name: Art By Joseph
Theme URI: http://www.artbyjoseph.com/
Description: Theme for ABJ
Author: Create With Curtis
Author URI: http://createwithcurtis.com/
Tags: create with curtis, art by joseph
*/

/* -------------------------------------------------------------------------------------
--> GENERAL STYLE AREA -->
------------------------------------------------------------------------------------- */

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, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


body {
	line-height: 1;
	text-align: center;
	font-size: 62.5%;
	background: #000;
	color: #726f6f;
	padding: 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande';
}

div {
	float: left;
	clear: both;
	width: 100%;
}

a {
	text-decoration: none;
	outline: none;
	color: #548be5;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.5;
}

li {
	line-height: 1.5;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0 0 10px;
}

h2 {
	font-size: 1.8em;
	color: #4f504f;
}

h3 {
	font-size: 1.6em;
}

h3 a {
	color: #2B2B2B;
}

ul {
	list-style: none;
}

.middle_align {
	text-align: center;
}


.wrapper {
	text-align: left;
	float: none;
	width: 1100px;
	margin: 0 auto;
	position: relative;	
}

.background_container {
	background: #000 url(images/header_bg.jpg) top center no-repeat;
}

.container {
	position: relative;
}


/* -------------------------------------------------------------------------------------
<-- END GENERAL STYLE AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
-- HEADER AREA --
------------------------------------------------------------------------------------- */

#header {
	height: 140px;
	background: transparent url(images/sidebar_top.jpg) 853px 0px no-repeat;
}

#home_link {
	float: left;
	margin: 0 0 0 50px;
	display: inline;
}

/* -------------------------------------------------------------------------------------
-- END HEADER AREA --
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
-- SIDEBAR AREA --
------------------------------------------------------------------------------------- */

#sidebar_left {
	width: 244px;
	padding: 0 0 0 35px;
}

#nav_container {
	background: transparent url(images/menu_bg.jpg) top right no-repeat;
	height: 350px;
	width: 208px;
	padding: 12px 14px 10px 22px;
}

#nav {
	background: #fff;
	width: 203px;
	padding: 3px 3px 3px 2px;
}

#nav li {
	float: left;
	width: auto;
	clear: none;
}

#nav li#home_item {
	width: auto;
}

#nav li#blog_item {
	clear: none;
	width: auto;
}

#nav a {
	display: block;
	width: 203px;
	float: left;
	text-indent: -10000px;
}

#nav a#nav_home {
	height: 67px;
	width: 116px;
	background: #fff url(images/nav_home.jpg) top left no-repeat;
}

#nav a#nav_home:hover, #nav a#nav_home.active {
	background-position: 0px -67px;
}

#nav a#nav_blog {
	height: 67px;
	width: 87px;
	background: #fff url(images/nav_blog.jpg) top left no-repeat;
}

#nav a#nav_blog:hover, #nav a#nav_blog.active {
	background-position: 0px -67px;
}

#nav_about {
	height: 57px;
	background: #fff url(images/nav_about.jpg) top left no-repeat;
}

#nav a#nav_about:hover, #nav a#nav_about.active {
	background-position: 0px -59px;
}

#nav_portfolio {
	height: 38px;
	background: #fff url(images/nav_portfolio.jpg) top left no-repeat;
}

#nav a#nav_portfolio:hover, #nav a#nav_portfolio.active {
	background-position: 0px -38px;
}

#nav_studio {
	height: 73px;
	background: #fff url(images/nav_studio.jpg) top left no-repeat;
}

#nav a#nav_studio:hover, #nav a#nav_studio.active {
	background-position: 0px -73px;
}

#nav_work_for_sale {
	height: 64px;
	background: #fff url(images/nav_work_for_sale.jpg) top left no-repeat;
}

#nav a#nav_work_for_sale:hover, #nav a#nav_work_for_sale.active {
	background-position: 0px -64px;
}

#nav_contact {
	height: 45px;
	background: #fff url(images/nav_contact.jpg) top left no-repeat;
}

#nav a#nav_contact:hover, #nav a#nav_contact.active {
	background-position: 0px -45px;
}

.sidebar h2, #sidebar_left h2{
	width: 210px;
	padding: 0 5px 0 22px;
	margin: 10px 0;
	float: left;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	font-size: 1.4em;
}

#featured_projects_header {
	padding: 0;
	width: 200px;
	margin: 7px 0;
}

#upcoming_events {
	width: 210px;
	padding: 5px;
	background: #c46d4a url(images/events_bg.jpg) top left repeat-y;
	float: left;
	clear: both;
	margin: 0 0 0 17px;
	display: inline;
}

.upcoming_event, .upcoming_event_odd {
	width: 190px;
	padding: 10px 10px 0 10px;
	background: #fff;
}

.upcoming_event_odd {
	background: #eeeded;
}

#upcoming_events h4 {
	color: #0d7cc1;
	font-size: 1.2em;
	margin: 0 0 5px;
}

#upcoming_events h3 {
	font-size: 1.4em;
	color: #2d2b2b;
	margin: 0 0 5px;
}

.sidebar {
	width: 200px;
	float: right;
	clear: none;
	margin: 0 43px 0 0;
	display: inline;
}

#featured_projects {
	width: 190px;
	padding: 5px;
	background: #0097be url(images/featured_projects_bg.jpg) top left repeat-y;
}

.featured_project {
	width: 186px;
	padding: 2px 2px 5px 2px;
	background: #fff;
}

.featured_project p {
	margin: 0;
	line-height: 1.3;
}

.featured_project_image {
	width: 186px;
	height: 115px;
	margin: 0 0 5px;
	float: left;
	background-position: center center;
}

.featured_project_title {
	color: #00b1dd;
	font-size: 1.3em;
	font-weight: 600;
	text-transform: uppercase;
}

.featured_project_excerpt {
	color: #6c6c6c;
	font-size: 1.2em;
}

#flickr_header {
	padding: 0;
	width: 200px;
}

#flickr_photos {
	width: 190px;
	padding: 5px;
	background: #0097be url(images/flickr_bg.jpg) top left repeat-y;
}

#flickr_list {
	width: 186px;
	background: #fff;
	padding: 2px;
	float: left;
}

#flickr_list li {
	float: left;
	clear: none;
	width: auto;
	margin: 0 3px 3px 0;
}

#flickr_list li.no-margin {
	margin: 0 0 3px 0;
}

#flickr_list li a, #flickr_list li img {
	float: left;
}

/* -------------------------------------------------------------------------------------
-- END SIDEBAR AREA --
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
-- CONTENT AREA --
------------------------------------------------------------------------------------- */

.content_container {
	width: 573px;
	float: left;
	clear: none;
}

.post_date {
	height: 81px;
	width: 547px;
	color: #fff;
	line-height: 34px;
	font-size: 1.7em;
	font-style: italic;
	font-weight: normal;
	padding: 7px 0 0 26px;
	margin: 0;
	float: left;
	clear: both;
	background: transparent url(images/post_header.png) top left no-repeat !important;
	background: transparent url(images/post_header.gif) top left no-repeat;
}

.post {
	width: 532px;
	background: #fff;
	margin: 0 0 0 11px;
	display: inline;
	padding: 0 15px 5px 15px;
	font-size: 1.2em;
}

.post h1 {
	padding: 0;
}

.post h1 a {
	color: #066342;
}

.post img {
	display: inline;
}

.post p a {
	clear: none;
	
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

#comment {
	width: 100%;
}

.archive_year_posts {
	float: left;
	width: 100%;
	clear: both;
}

.archive_month_posts {
	width: 423px;
	float: right;
	clear: none;
}

.blog_archive {
	width: 300px;
	clear: right;
	float: right;
	margin: 0 0 10px 10px;
	display: inline;
}

.blog_archive p {
	margin: 0;
	line-height: 1.3;
}

.blog_archive_image {
	float: left;
	width: auto;
	clear: none;
}

.blog_archive_image a {
	width: 75px;
	height: 75px;
	margin: 0 5px 0 0;
	float: left;
	background-position: center center;
}

.archive_info {
	float: left;
	width: 170px;
}

.blog_archive_title {
	float: right;
	clear: none;
}

.blog_archive_title a {
	color: #00b1dd;
	width: 170px;
	clear: none;
	float: right;
	font-size: 1.3em;
	font-weight: 600;
	text-transform: uppercase;
}

.blog_archive_excerpt {
	float: right;
	clear: right;
}

.blog_archive_excerpt a {
	color: #6c6c6c;
	font-size: 1.2em;
	width: 170px;
	float: right;
	clear: right;
}

.archive_year {
	width: 60px;
	float: left;
	font-size: 1.8em;
	color: #0aaacd;
	margin: 0;
}

.archive_month {
	float: left;
	clear: none;
	width: 40px;
	font-size: 1.4em;
	color: #0aaacd;
	margin: 0;
}


#portfolios a {
	float: left;
	position: relative;
	margin: 0 41px 20px 0;
}

#portfolios a.portfolio_no_margin {
	margin: 0 0 20px 0;
}

#portfolios img {
	float: left;
	position: relative;
	z-index: 1;
}

#portfolios span {
	position: absolute;
	z-index: 5;
	bottom: 10px;
	right: 0;
	background: #fff;
	width: auto;
	padding: 3px 3px 3px 5px;
	font-size: 14px;
}

#gallery a {
	float: left;
	border: 3px solid #006844;
	width: 117px;
	margin: 0 10px 10px 0;
	overflow: hidden;
}

#gallery img {
	float: left;
	height: 117px;
}

#gallery a:hover {
	border: 3px solid #e8d46d;
}


/* -------------------------------------------------------------------------------------
-- END CONTENT AREA --
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
-- FOOTER AREA --
------------------------------------------------------------------------------------- */

#footer {
	width: 562px;
	padding: 30px 248px 150px 290px;
	background: transparent url(images/footer_bg.jpg) center -45px no-repeat;
}

#footer .left {
	width: auto;
	padding: 0 0 0 50px;
	background: transparent url(images/footer_logo.png) top left no-repeat !important;
	background: transparent url(images/footer_logo.gif) top left no-repeat;
	color: #fff;
	font-size: 1.2em;
}

#footer .right {
	float: right;
	clear: none;
	width: 200px;
}

#footer .right a {
	float: left;
	display: block;
	text-indent: -10000px;
	margin: 0 10px 0 0;
}

#footer .right a#footer_flickr {
	margin: 11px 10px 0 0;
	width: 79px;
	height: 25px;
	background: transparent url(images/flickr_logo.png) top left no-repeat !important;
	background: transparent url(images/flickr_logo.gif) top left no-repeat;
}

#footer_facebook {
	width: 49px;
	height: 47px;
	background: transparent url(images/facebook_logo.png) top left no-repeat !important;
	background: transparent url(images/facebook_logo.gif) top left no-repeat;
}

#footer .right a#footer_twitter {
	width: 50px;
	height: 47px;
	margin: 0;
	background: transparent url(images/twitter_logo.png) top left no-repeat !important;
	background: transparent url(images/twitter_logo.gif) top left no-repeat;
}

/* -------------------------------------------------------------------------------------
-- END FOOTER AREA --
------------------------------------------------------------------------------------- */

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 930;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 9100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('images/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 930;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('images/fancy_loading.gif') no-repeat;
	z-index: 935;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 990;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 9100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 9100;
}

div#fancy_div h2, div#fancy_div p {
	width: 400px;
	padding: 0 10px;
	margin: 15px 0 0;
}

div#fancy_div h2 {
	font-size: 1.8em;
}

div#fancy_div p {
	font-size: 1.4em;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 9100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 9181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 9111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 9112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: 20px;
	background: transparent url('images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: 20px;
	background: transparent url('images/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 970;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 970;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('images/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('images/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('images/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('images/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 9100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(images/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(images/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(images/fancy_title_right.png) repeat-x;
}
