/* 
Custom Gardens

*/


body {
	color: white;
	font-family: Georgia, serif;
	font-size: 1em;
	background: #231f20;
	text-align: left;
}

#arrow {
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	margin-bottom: 10px;
	font-size: 2em;
}

h2 {
	font-size: 2em;
	margin-bottom: 10px;
	padding-top: 1.5em;
	text-shadow: 2px 2px 2px #000
}


a {
	color: white;
	text-decoration: none;
}


#body {
	margin-left: 150px;
	margin-top: 30px;
	width: 800px;
	padding-bottom: 250px;
	z-index: 2;
	border-bottom: 1px dotted #767676;
}

#body p {
	margin-bottom: 1.5em;
	margin-left: 350px;
}

#home #body p {
	margin-left: 0;
}

#home #body img {
	float: right;
	padding-left: 30px;
}

#body p a {
	border-bottom: 1px dashed white;
}

#body p a:hover {
	border-bottom: 1px solid white;
}

p#first {
	margin-top: 20px;
	padding-top: 50px;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #767676;
}

#home #body p#first {
	border-bottom: none;
	font-size: 1.2em;
	padding-right: 20px;
}

p#last {
	padding-bottom: 20px;
	border-bottom: 1px dotted #333;	
}

#footer {
	padding-left: 100px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1;
	background: url(./images/newbackground.png) bottom repeat-x;
}


#servicesmenu {
	width: 350px;
	padding-left: 75px;
	height: 300px;
	width: auto;
	font-size: 1.3em;
	background: url(./images/menu-background.png) left top no-repeat;
	display: none;
	z-index: 2;
}


#servicesmenu li {
	margin-bottom: 5px;
}

#servicesmenu li:hover {	background: none; 	}
#servicesmenu ul a { 
	padding:4px 3px 4px 40px;
	margin-left: -67px;
	text-shadow: #000 10px 10px 10px;	
	width:285px;	
}

#servicesmenu ul { padding-bottom: 20px; padding-top: 10px;}
#servicesmenu ul a:hover { 
	background: url(./images/menu-hover.png) bottom repeat-x;
	text-shadow: #fff 0px 0px 10px;	
	color: white;
}

#servicesmenu ul span {
	color: white;
}

#servicesmenu a { display: block;}


#menu ul li { display: inline ;}
#menu {
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-top: 15px;
}

#menu a {
	margin-left: 10px;
	color: white;
	text-decoration: none;
}


#menu li:hover {
	background: none;
}

#second {
	text-align: center;
}

.org {
	margin-top: 30px;
}
.vcard, .vcard a, .vcard a:visited {
	color: rgb(235, 46, 98);
	float: left;
}

#logo {
	margin-bottom: 30px;
}

#footerfade {
	height: 45px;
	bottom: 35px;
	width: 100%;
	background: url(./images/footerfade.png) bottom repeat-x;
	position: fixed;
}

#portfolio #footerfade, 
#services #footerfade { background: none;}
#services h2 { padding-top: 0;}

#footerimage {
	float: right;
	margin-right: 200px;
}

.copy {
	position: fixed;
	bottom: 10px;
	right: 5px;
	font-size: 0.8em;
	z-index: 1000;
}

li#active, li#active:hover { 
	background: url(./images/active.png) no-repeat;
}

.info {
	position: fixed;
	left: 600px;
	top: 200px;
	width: 400px;
	text-shadow:2px 2px 10px #222;
	
}


#feedback {
	width: 300px;
}

#feedback label {
	display: inline;
}

#feedback input,
#feedback textarea {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border: none;
	padding: 0.5em;
	background: #e7e7e7;
}

#feedback input:hover {
	background: #f9f9f9;
}

#feedback input:focus {
	background: white;
}

#feedback textarea {
	width: 410px;
}
#send {
	margin-left: 300px;
}

html p.warning {
	float: none;
	width: 300px;
	text-align: left;
	margin-left: 0;
}

#ztester {
	position: absolute;
	background: red;
	bottom: 0;
	width: 200px;
	height: 200px;
}

/* photo page */

@media projection, screen { 
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}


/* override defaults for services & porfolio page */
body #body.portfolio {
	width: 600px;
	margin-top: 15px;
}
body #body.services {
	width: 800px;
	margin-top: 15px;
}

body #body.home p {
	text-shadow:2px 2px 2px #222;
}

body #body.home {
	border-bottom: none;
}

body .portfolio,
body .services {
	background: #231f20 url(./images/logosm.png) no-repeat fixed;	
	background-position: 750px 25px;	
}

#body.portfolio {
	margin-bottom: 0;
}

body .portfolio p {
	padding-right: 200px;
}

body .portfolio #footerimage, 
body .services #footerimage{
	float: left;
	padding-left: 50px;
}


#body.portfolio p,
body .portfolio p#last,
body .portfolio p#first,
#body.services p,
body .services p#last, 
body .services p#first {
	margin-left: 0px;	
}

.ui-tabs-panel {

}

.tabgroup {
	padding: 8px;
	background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
	-moz-border-radius: 8px;	
	-webkit-border-radius: 8px;
	background: white;
	width: 415px;
}

/* tabs */
.ui-tabs-nav, .ui-tabs-panel {
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 30px;
}

.ui-tabs-nav a {
    margin: 0;
    padding-left: 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #fff;
}
.ui-tabs-nav .ui-tabs-selected a {
    z-index: 2;
    margin-top: 0;
	opacity: 0.7;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}


/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

#photonav {
	width: 450px;
	margin-bottom: 30px;
}

#photonav h2 {
	margin-bottom: 70px;
}

.photonav img {
	border: 4px solid white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.photonav a {
	cursor: hand;
}

.photonav li a {
  	display: inline;
}

#slideshow {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

#slideshowpad {
	margin-bottom: 20px;
}