/*
File:  'Blueball Rezume Orange Wide' main.css Style Sheet
Created: 10, August, 2009
Last Modified: 25, August, 2009
Version: 1.0
Author:  Charlie Lockhart, Blueball Design
www.sandvoxdesigns.blueballdesign.com
Copyright 2009 Charlie Lockhart/Blueball Design LLC USA, All Rights Reserved
*/

/* @group Global CSS */

body {
	margin: 0px auto;
	background: url(rezume_bodybg.jpg) top left repeat;
	font-family: "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
	font-size: 12.5px;
	font-weight: normal;
	line-height: 1.8em;
	color: #383838;
	height: 100%;
	text-align: left;
	word-wrap: break-word;
}

* {
}

#main {
	min-height: 410px;
}

img {
	border: 0;
}

a img { 
	border: 0;
}

a:link, a:visited {
	color: #F15A29;
	text-decoration: underline;
}

a:hover {
	color: #F15A29;
	text-decoration: none;	
}

p {
	margin: 0 0 12px 0;
}

blockquote {	margin: -2px 0px 5px 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;	font-size: 1.10em;
	line-height: 1.5em;
	padding: 0px 8px 0px 10px;
	background: transparent;
	border-left:  solid 4px #F15A29;
	font-weight: bold;
	color: #383838;}

h2 {
	font-family: Georgia, Palatino, Andover, "Times New Roman", sans-serif;
	font-size: 1.75em;
	line-height: 1.3em;
	color: #F15A29;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;	
}

h3 {
	font-family: Georgia, Palatino, Andover, "Times New Roman", sans-serif;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #F15A29;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;	
}

* html h2, h3 {
	font-weight: 700;
}

.clear {
	clear: both;
	height: 0;
	line-height: 2px;
}

* html .clear {
	line-height: 3px;
}

#main .clear {
	clear: left;
}

* html #main .clear {
	line-height: 2px;
}

.hidden {
    display: none;
}

.ImageElement, .VideoElement { 
	text-align:center;
	margin-top: 20px;
}

img.narrow, .article-thumbnail img {
	display: block;
	clear: left;
	float: left;
	margin: 3px 15px 3px 0;
}

* html img.narrow, .article-thumbnail img {
	margin: 3px 8px 3px 0;
}

*:first-child+html img.narrow, .article-thumbnail img {
	margin: 3px 15px 3px 0;
}

img.wide {
	display: block;
	clear:  both;
}

div.rssBadge {	margin: 10px;}/* Small icon option */img.smallRSSBadgeIcon { 
	vertical-align: middle; 
}
img.smallRSSBadgeIconLeft { 
	margin-right: 4px; 
}
img.smallRSSBadgeIconRight {
	margin-left: 4px; 
}/* Large icon option */div.largeRSSBadgeIcon, p.largeRSSBadgeIcon {	margin: 0 10px;	text-align: center !important;}img.largeRSSBadgeIcon {
	margin-bottom: 4px; 
}
p.largeRSSBadgeIcon {
	margin: 0; 
}

ul {
	padding-left: 20px;
	list-style-type: square;
}

ol, dd {
	padding-left: 20px;
}.sitemap-page a:hover {	color: #F15A29;
	text-decoration: none;}

/* @end */

/* @group Page-Top Header */

#page-container {
	margin: 0px auto;
	margin-top: 0;
	margin-bottom: 20px;
	width: 970px;
	border: none;
	background: transparent;
}

#page {
	width: 970px;
	margin: 0px auto;
	margin-top: 0;
	padding: 0;
	background: url(rezume_contentbgtile.jpg) top center repeat-y;
}

* html #page {
	margin-bottom: 20px;
}

*:first-child+html  #page {
	margin-bottom: 20px;
}

#page-top {
	position: relative;
	width: 970px;
	margin: 0px auto;
	height: 233px;
	background: url(rezume_pagetopbg.jpg) top center no-repeat;
	padding: 0;
	z-index: 40;
}

.no-sidebar #page-top {
	position: relative;
	width: 970px;
	margin: 0px auto;
	height: 233px;
	background: url(rezume_pagetopNSbg.jpg) top center no-repeat;
	padding: 0;
	z-index: 40;
}

#title {
	position: relative;
	background: transparent url(banner.jpg) 84px 91px no-repeat; 
	width: 970px;
	height: 233px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 4;
}

* html #title {
	margin-left: 3px;
	background: transparent url(banner.jpg) 84px 91px no-repeat;
}

#title h1 {
	position: absolute;
	top: 18px;
	left: 34px;
	right: 10px;
	font-family: Georgia, Palatino, Andover, "Times New Roman", sans-serif;
	margin: 0;
	font-size: 1.9em; 
    text-align: left;
    color: #383838;
 	line-height: 1.3em;
 	padding: 0;
 	z-index: 10;
 	font-weight: bold;
 	background: transparent;
}

* html #title h1 {
	font-weight: 700;
}

#title h1 a:link, #title h1 a:visited {
	color: #383838;
	text-decoration: none;	
}

#title h1 a:hover {
	text-decoration: none;
	color: #7c7974;
}

.has-logo #title h1 {
	position: absolute;
	top: 16px;
	left: 250px;
	right: 10px;
}

#title p {
	position: absolute;
	top: 48px;
	left: 34px;
	right: 10px;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    text-align: left;
    z-index: 15;
    font-weight: normal;
    color: #383838;
}

.has-logo #title p {
	position: absolute;
	top: 44px;
	left: 250px;
	right: 10px;
	color: #383838;
}

#title img {
	position: absolute;
	top: 14px;
	left: 34px;
	right: 0;
	display: block;
	height: 50px;
	width: 184px;
	background: transparent;
	margin: 0;
	padding: 0;
	z-index: 40;
}

/* @end */


/* @group Site Menu */

#sitemenu-container {
	clear: both;
}

#page #sitemenu {
	position: absolute;
	top: 102px;
	left: 300px;
	right: 50px;
	margin: 0px auto;
	height: auto;
	background: transparent;
	z-index: 25;
	overflow: hidden;
}

#page #sitemenu-content ul {
	list-style-type: none;	
	text-align: left;
    padding: 0px 0px 0px 0px;
	margin: 0 5px 0px 5px;
	overflow: hidden;
	line-height: 1.8em;
}

#page #sitemenu-content li {	
	display: inline;
	margin: 0px 0px 3px 0px;
    padding: 0px 5px 0px 10px;
    border-right: 1px solid #b3afa3;
	font-size: 12px;
	line-height: 1em;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: .75px;
}

* html #page #sitemenu-content li {	
	line-height: 1.8em;
}

*:first-child+html #page #sitemenu-content li {	
	line-height: 1.8em;
}

#page #sitemenu-content a:link, #page #sitemenu-content a:visited {
	color: #383838;
	text-decoration: none;
}


#page #sitemenu-content a:hover {	color: #F15A29;
	text-decoration: none;}

#page #sitemenu-content li.currentPage, #page #sitemenu-content li.currentParent {
	color: #F15A29;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .5px;
}

#page #sitemenu-content li.currentParent a:hover, #page #sitemenu-content li.currentParent a:hover {
	color: #383838;
}

/* @end */


/* @group Sidebar */

#sidebar {	float: left;	width: 174px;
	margin-top: 0px;
	margin-left: 34px;	padding: 0px 0px 0px 0;
	background: transparent;}

* html #sidebar {
	margin-left: 17px;}

#sidebar p {
    margin: 0;
    padding: 0;
    text-align: left;
}

#sidebar-top {}

#sidebar-bottom {}

.allow-sidebar #main {
	float: right;
	width: 682px;
	margin-top: 00px;
	padding: 7px 40px 8px 28px;
	text-align: left;
	background:  transparent;
}

.no-sidebar #main {
	width:  897px;
	margin-top: 0px;
	padding: 7px 40px 8px 34px;
	text-align: left;
	background: transparent;
}

/* @end */

/* @group Page-Content */

#page-content {
	position: relative;
	width: 970px;
	min-height: 385px;
	padding: 0;
	height: auto !important;
	background: url(rezume_contentmainbg.jpg) top left no-repeat;
}

* html #page-content {
	margin-left: 2px! important;
	margin-top: -7px! important;
}

*:first-child+html #page-content {
	margin-top: -5px! important;
}

.no-sidebar #page-content {
	position: relative;
	width: 970px;
	min-height: 385px;
	padding: 0;
	height: auto !important;
	background: url(rezume_contentmainNSbg.jpg) top left no-repeat;
}

* html .no-sidebar #page-content {
	margin-left: 2px! important;
	margin-top: -7px! important;
}

/* @end */


/* @group Page Bottom */

#page-bottom {      width: 970px;	min-height: 66px;
	clear: both;	margin: 0;
	padding: 0;	text-align: center;	background: url(rezume_footerbg.jpg) top center no-repeat;}

* html #page-bottom {      height: 66px;
	clear: both;	margin-left: 2px! important;}

#page-bottom-contents {
	font-size: .95em;
	line-height: 1.3em;
	color: #615f5d;    text-align: center;
    padding: 15px 70px 0px 34px;
}

#page-bottom a:link, #page-bottom a:visited {
	color: #F15A29;
	text-decoration: underline;
}

#page-bottom a:hover {
	color: #F15A29;
	text-decoration: none;	
}

/* @end */


/* @group Contact Form */


form.contactElement textarea,form.contactElement input,form.contactElement select {
	width: 96%;
	margin: 4px 0;
}

form.contactElement input.submit {
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: 2%;
	min-width: 50%;
}

form.contactElement th {
	text-align: right;
	font-weight: normal;
	width: 25%;
}

*:first-child+html form.contactElement input.submit {
	padding: 0px 10%;
}

td.dli1 {
	text-align: center;
}

/* @end */

/* @group Pagelet */

.pagelet {
	width: 174px;
	font-size: .95em;
	line-height: 1.5em;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 8px 0 0 0;
}

.pagelet.bordered {
	width: 162px;
	border: 1px solid #DADADA;
	padding: 6px;
	margin: 8px 0 4px 0;
}

.pagelet.bordered .photo img {
	border: none;
	padding: 0;
	text-align: left;
}

.pagelet-body p {
	font-size: .95em;
	margin: 0;
	padding: 0;
}

.pagelet-body li {
	font-size: .95em;
	line-height: 1.5em;
}

.pagelet-body .imgelement {
	margin: -4px 0 4px 0;
	padding: 0;
}

.pagelet h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.3em;
	line-height: 1.25em;
	font-weight: bold;
	color: #F15A29;
	padding: 0;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
}

.pagelet a:link, .pagelet a:visited {
	color: #F15A29;
	text-decoration: underline;
	background: transparent;
}

.pagelet a:hover {
	text-decoration: none;
	background: transparent;
	color: #F15A29;
}

.pagelet ul {
	line-height: 1.4em;
	margin: 5px 0 0 0;
}

.pagelet .photo img {
	border: none;
	padding: 0;
	background: transparent;
}

.pagelet img {
	border: none;
	padding: 0;
}

.pagelet a img {
	border: none;
	padding: 0;
}

.pagelet .photo .imageLink {
	background: transparent;
}

.pagelet .photo .imageLink a:hover {
	background: transparent;
}

/* @end */

/* @group Callout */

.callout {
	width: 174px;
	float: right;
	margin: -1px 0px 10px 14px;
}

* html .callout {
	margin: 0 0px 5px 7px;
}

*:first-child+html .callout {
	margin: 0 0px 10px 14px;
}

.callout a:link, .callout a:visited {
	color: #F15A29;
	text-decoration: underline;
}

.callout a:hover {
	text-decoration: none;
	color: #F15A29;
}

/* @end */


/* @group Blog-Article Page */

#index {
	margin: 0 0 10px 0;
}

.article {
	margin-bottom: 0;
}

.article-info {
	color: #5A5A5A;
	font-style: normal;
	font-size: .9em;
	margin-bottom: 0;
}

.article-content {
	margin-bottom: 2px;
}

.article-content p {
	margin: 0 0 10px 0;
}

.article-content ul {
	margin-left: 4px;
}

* html .article-content ul {
	margin-left: 4px;
}

.article h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.35em;
	line-height: 1.2em;
	color: #F15A29;
	font-weight: bold;
	margin: 4px 0 7px 0;
}

*:first-child+html .article h3 {
	width: auto;
}

.article h3 a, .article h3 a:active, .article h3 a:focus {
	text-decoration: none;
	color: #F15A29;
}

.article h3 a:hover {
	text-decoration: underline;
	color: #F15A29;
}

.article-summary {
	margin-bottom: -5px;
}

.article img {
	display: block;
	float: left;
	border: none;
	margin: 0 15px 8px 0;
}

.article-thumbnail {
	display: block;
	float: left;
	margin: 0 12px 6px 0;
}

.general-index {
	width: 99%;
	margin: 4px 0 8px 0;
	padding: 0;
	text-align: left;
}

* html .general-index {
	width: 98%;
}

.general-index h3 {
	width: 99%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.35em;
	line-height: 1.2em;
	color: #F15A29;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 8px 0;
}

.listing-index ul {
	margin-left: 15px;
}

.listing-index li h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #F15A29;
	font-weight: normal;
	margin: 0 0 4px 0;
	padding: 0;
	text-align: left;
}

.article-info .timestamp {
	clear: both;
	font-size: .9em;
	background: url(clock.png) left center no-repeat;
	padding: 0 0 1px 21px;
	margin: 3px 0 0 0;
}

* html .article-info .timestamp {
	background: url(clock.gif) left center no-repeat;
}

.article-info .continue-reading-link a:link, .article-info .continue-reading-link a:visited, .article-info .continue-reading-link a:active {
	color: #F15A29;
	text-decoration: underline;
	background: url(readmoreicon.jpg) left center no-repeat;
	padding: 0 0 1px 16px;
	font-size: .95em;
	margin: 1px 0 0 0;
}

* html .article-info .continue-reading-link a:link, .article-info .continue-reading-link a:visited, .article-info .continue-reading-link a:active {
	padding: 3px 0 1px 16px;
} 

*:first-child+html .article-info .continue-reading-link a:link, .article-info .continue-reading-link a:visited, .article-info .continue-reading-link a:active {
	padding: 3px 0 1px 16px;
}

.article-info .continue-reading-link a:hover {
	color: #F15A29;
	text-decoration: none;
	background: url(readmoreicon.jpg) left center no-repeat;
	padding: 0 8px 1px 16px;
	font-size: .95em;
	margin: 1px 0 0 0;
}

* html .article-info .continue-reading-link a:hover {
	padding: 3px 8px 1px 16px;
}

*:first-child+html .article-info .continue-reading-link a:hover {
	padding: 3px 8px 1px 16px;
}

.comments {	padding: 0px 0 6px 0;
	margin-top: 1px;
	font-size: .95em;}

.comments a {	padding: 0px 0 6px 20px;
	margin-top: 1px;
	color: #5A5A5A;
	text-decoration: underline;
	font-size: .95em;
	background: url(commentR.png) left center no-repeat;}

* html .comments a {
	background: url(commentR.gif) left center no-repeat;}

.comments a:hover {	padding: 0px 0 6px 20px;
	margin-top: 1px;
	color: #F15A29;
	text-decoration: none;
	font-size: .95em;
	background: url(commentR.png) left center no-repeat;}

* html .comments a:hover {
	background: url(commentR.gif) left center no-repeat;}

div.collection-navigation {
	text-align: left;
	padding: 2px 0 2px 0;
}


/* @end */

/* @group Photo Grid */

.photogrid-index {
	text-align: left;    margin: auto;
    margin-left: 0;    overflow: hidden;
}

* html .photogrid-index {	height: 1%;	margin-left: 0;}

.gridItem {
	float: left;
	position: relative;
	width: 150px;
	height: 186px;
	padding-top: 10px;    color: inherit;
	overflow: hidden;
}

.gridItem h3 {
	position: absolute;
	top: 148px;
	left: 0;
	right: 0;
	font-family: "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: .95em;
	line-height: 1.3em;
	text-align: center;
	color: #383838;
	margin: 0 5px 0 5px;
	background: transparent;
	height: auto !important;
	width: 138px;
}

.gridItem h3 a, .gridItem h3 a:visited {
    text-decoration: underline;
    color: #383838;
}

.gridItem h3 a:hover {
    text-decoration: none;
    color: #F15A29;
}

.gridItem img {
	position: absolute;
    top: 0;
    bottom: 40px;
    right: 0;
    left: 0;
    border: 0;
    margin: auto!important;
    display: block;
}

* html .gridItem img {
	position: relative;
}

* html .gridItem h3 {
	position: relative;
	top: 10px;
}

*:first-child+html .gridItem img {
	position: relative;
	top: 0px;
}

*:first-child+html .gridItem h3 {
	position: relative;
	top: 6px;
}

/* @end */

/* @group Single Photo Page */

.photo-navigation {
    position: relative;
    z-index: 100;
    height: 40px;
	width: 200px;
	margin: 0px auto;
	margin-top: -4px;
	margin-bottom: 4px;
}

.photo-navigation div {
	width: 40px;
	height: 40px;
	position: absolute;
	text-indent: -5000em;
}

.photo-navigation a {
	border-bottom: none;
	display: block;
	width: 100%;
	height: 100%;
}

.photo img {
	padding: 0;
	border: 0;
	margin-bottom: 5px;
}

.caption {
	font-size: .95em;
	line-height: 1.4em;
	font-weight: normal;
}

.image-controls a, .image-controls a:hover {
	border: 0;
}

#previous-photo {
	background: url(leftarrow_off.jpg) top no-repeat;
	left: 36px;
}

#previous-photo a {
	background: url(leftarrow_hover.jpg) top no-repeat;
}

#previous-photo a:hover {
	background: url(leftarrow_on.jpg) top no-repeat;
}

#previous-photo a:visited {
	background: url(leftarrow_hover.jpg) top no-repeat;
}

#next-photo {
	background: url(rightarrow_off.jpg) top no-repeat;
	left: 120px;
}

#next-photo a {
	background: url(rightarrow_hover.jpg) top no-repeat;
}

#next-photo a:hover {
	background: url(rightarrow_on.jpg) top no-repeat;
}

#next-photo a:visited {
	background: url(rightarrow_hover.jpg) top no-repeat;
}

#photo-list {
	background: url(index_off.jpg) 2px 2px no-repeat;
	left: 78px;
}

#photo-list a {
	background: url(index_on.jpg) 2px 2px no-repeat;
}

#photo-list a:hover {
	background: url(index_hover.jpg) 2px 2px no-repeat;
}

/* @end */


#title { background-image: url("../_Media/aloe_vera_gelly_flp.png"); }
