/*
Theme Name:     luxury & style
Theme URI:      http: //jaccardo.com/
Description:    crisp, clean, functional
Author:         Joey Accardo
Author URI:     http: //jaccardo.com/about/
Template:       twentyten
Version:        1.0
*/

@import url("../twentyten/style.css");

#header {
	padding:15px 0px 0px 0px;
}

.entry-title a:active,
.entry-title a:hover {
	color: #99D24E;
}

.entry-meta a:hover,
.entry-utility a:hover {
	color: #99D24E;
	text-decoration:none;
}

/*this is the site title and descriptor stuff*/
#main {
	clear: both;
	overflow: hidden;
	padding: 20px 0 0 0;
}

#wrapper {
	background: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 20px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#branding img {
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	clear: both;
	display: block;
	margin:0px auto;
	float: none;
}

#site-title {
	border-top:solid 0px black;
	border-bottom:solid 1px black;
	font-size: 60px;
	line-height: 36px;
	margin: 0px auto 6px auto;
	text-align:center;
	width:100%;
	float:none;
	padding-bottom:11px;
	letter-spacing:6px;
	text-transform:uppercase;
}

#site-title a {
	color: #000;
	font-weight: 100;
	text-decoration: none;
}

#site-description {
	font-style: normal;
	width: 100%;
	text-align:center;
	margin:0px auto;
	float:none;
	border-bottom:solid 1px black;
	padding-top:5px;
	padding-bottom:11px;
	text-transform:uppercase;
	letter-spacing:3px;
}

#access {
	background: transparent;
	display:block;
	margin: 0px;
	width: 100%;
	position:relative;
	text-align:center;
	height:38px;
	border-bottom:solid 0px black;
	float:none;
}

#access ul{display:inline-block;
}

#access .menu-header,
div.menu {
	font-size: 11px;
	//margin-left: 12px;
	margin:0px auto;
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	font-style:normal;
}

#access .menu-header li,
div.menu li {
	text-align:left;
	float: left;
	position: relative;
	margin-left:12px;
	margin-right:12px;	
}

#access a {
	color: #000;
	display: block;
	line-height: 38px;
	padding: 7px 20px;
	text-decoration: none;
	text-transform:uppercase
}

#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 1;
}

#access ul ul li {
	min-width: 180px;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul ul a {
	background: transparent;
	line-height: 1em;
	padding: 10px 20px;
	width: 160px;
	height: auto;
}

#access li:hover > a,
#access ul ul :hover > a {
	text-align:left;
	background: transparent;
	color: #aaa;
	max-height:38px;
}

#access ul li:hover > ul {
	display: block;
	border-top:0px;
	background:white;
	opacity:.97;
	margin-top:1px;
	z-index:999999999;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #99d24e;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: transparent;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:active,
a:hover {
	color: #99D24E;
}

/*this is the text and font stuff*/
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: Arial, sans-serif;
}

.one-column #content {
	margin: 0px auto;
	width: 940px;
}

.hentry {
	margin: 0px 0px 30px;
}

.single .hentry {
	margin: 0 0 36px 0px;
}

.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
	//width:550px;
}
	
#primary,
#secondary {
	float: right;
	overflow: visible;
	width: 185px;
	position: fixed;
margin-left: 760px;
margin-top: 40px;
}

#container {
	float: left;
	margin: 0px -185px 0px 0px;
	//width: 550px;
	padding:0px 0px 0px 0px;
	width:100%;
}

#content .entry-title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}

#content {
	//margin: 0px auto;
}

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 13px;
	line-height: 24px;
	//width:550px;
}

#respond label {
	color: #888;
	font-size: 12px;
	margin-top:20px;
	width:200px;
}

#respond textarea {
	height: 105px;
	width:99%;
}

#colophon {
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 0px;
	width:100%;
}

#site-generator {
	font-style: italic;
	position: relative;
	text-align:right;
}

#footer{	margin:0px auto;
			width:100%;
			//padding-bottom:30px;
}

#footer-access {
	font-family:'Arial',sans-serif;
	background: transparent;
	display:block;
	margin: 0px;
	width: 100%;
	position:relative;
	text-align:center;
	height:38px;
	//border-bottom:solid 1px black;
	float:none;
}

#footer-access ul{display:inline-block;
}

#footer-access .menu-header,
div.menu {
	font-size: 12px;
	//margin-left: 12px;
	width: 940px;
	margin-left:0px;
}

#footer-access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	font-style:normal;
}

#footer-access .menu-header li,
div.menu li {
	text-align:left;
	float: left;
	position: relative;
	
}

#footer-access a {
	color: #000;
	display: block;
	line-height: 38px;
	padding: 0px 20px;
	text-decoration: none;
	text-transform:lowercase;
}

#footer-access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 1;
}

#footer-access ul ul li {
	min-width: 180px;
}

#footer-access ul ul ul {
	left: 100%;
	top: 0;
}

#footer-access ul ul a {
	background: transparent;
	line-height: 1em;
	padding: 10px 20px;
	width: 160px;
	height: auto;
}

#footer-access li:hover > a,
#footer-access ul ul :hover > a {
	text-align:left;
	background: transparent;
	color: #99D24E;
	max-height:38px;
}

#footer-access ul li:hover > ul {
	display: block;
	border-top:
}

#footer-access ul li.current_page_item > a,
#footer-access ul li.current-menu-ancestor > a,
#footer-access ul li.current-menu-item > a,
#footer-access ul li.current-menu-parent > a {
	color: #aaa;
}

#site-info {
	float: right;
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
	color:#666;
	width:50%;
	line-height: 32px;
	text-align:right;
}

#site-info a {
	color: #333;
	text-decoration: none;
}

/*widget stuff*/
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}

/*smoothgallery settings that I don't want ot forget*/
.smoothgallery{
	width: 780px !important; /*override default size*/
	height: 640px !important;
	border: 1px solid #fff;
	margin:0px auto;
} 

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





/* this is link rollover mess */
#soc-net{
	font-style: italic;
	position: relative;
	text-align:left;
	float: left;
	width: 220px;
	vertical-align: middle
}
.flickr {
background: transparent url(../bosca/images/flickr.png) no-repeat;
display: inline-block;
height: 32px;
margin:auto;
width: 34px;
vertical-align: middle;
opacity:.4;
}
a.flickr:hover {
//background-position: 0px -32px;
opacity:.8;
}
	
.facebook {
background: transparent url(../bosca/images/facebook.png) no-repeat;
display: inline-block;
height: 32px;
margin:auto;
width: 34px;
vertical-align: middle;
opacity:.4;
}
a.facebook:hover {
//background-position: 0px -32px;
opacity:.8;
}

.rss {
background: transparent url(../bosca/images/rss.png) no-repeat;
display: inline-block;
height: 32px;
margin:auto;
width: 34px;
vertical-align: middle;
opacity:.4;
}
a.rss:hover {
//background-position: 0px -32px;
opacity:.8;
}

.fav {
background: transparent url(../bosca/images/heart.png) no-repeat;
display: inline-block;
height: 32px;
margin:auto;
width: 34px;
vertical-align: middle;
opacity:.8;
}
a.fav:hover {
//background-position: 0px -32px;
}

.mail {
background: transparent url(../bosca/images/mail.png) no-repeat;
display: inline-block;
height: 32px;
margin:auto;
width: 36px;
vertical-align: middle;
opacity:.4;
}
a.mail:hover {
//background-position: 0px -32px;
opacity:.8;

}
