/***********************************************************
 SECTION: GENERAL
***********************************************************/

html{
	background-color: #CAECF9;
}

body{
	position: relative;
	width: 750px;
	margin: 50px auto 0 auto;
	background: transparent url('images/layout/background.gif') top repeat-y;
}

h1,h2,h3,h4,h5{
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

h1{ font-size: 2em; }

h2{ font-size: 1.75em; }

h3{ font-size: 1.5em; }

h4{ font-size: 1.25em; }

h5{ font-size: 1em; }

a{}

a img{ border: none; }

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

a:hover, a:active{
	text-decoration: none;
}

.imageStyle {}

.image-left{
	float: left;
	padding: 15px;
}

.image-right{
	float: right;
	padding: 15px;
}

p{}

code, .blockquote{
	margin: 0;
	padding: 15px;
	border-left: 1px solid #000;
	font-family: courier;
	font-size: .9em;
}

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





/***********************************************************
 SECTION: LIST ELEMENTS
***********************************************************/

ul.disc { list-style-type: disc; }
ul.circle{ list-style-type: circle; }
ul.square{ list-style-type: square; }
ol.arabic-numbers{ list-style-type: decimal; }
ol.upper-alpha{ list-style-type: upper-alpha; }
ol.lower-alpha{ list-style-type: lower-alpha; }
ol.upper-roman{ list-style-type: upper-roman; }
ol.lower-roman{ list-style-type: lower-roman; }





/***********************************************************
 SECTION: THEME LAYOUT
***********************************************************/

#wrapper{
	padding: 43px 9px 2px 19px;
	background: transparent url('images/layout/header-background.gif') top no-repeat;
}

#logo{
	position: absolute;
	z-index: 1000;
}

#callnow{
	position: absolute;
	right: 0;
	top: 0;
	color: #F98E0D;
	font-size: 18px;
}

#content{
	background-color: #FFF;
	border-left: 1px solid #A1A3A3;
	border-right: 1px solid #A1A3A3;
	border-bottom: 1px solid #A1A3A3;
}

#main-content{
	position: relative;
	margin: -1px 0 0 -1px;
	padding: 15px;
	padding-bottom: 8px;
	background: transparent url('images/layout/menu-background.gif') 0 0 no-repeat;
	line-height: 1.4em;	
}


#content-footer{
	display: block;
	position: relative;
	margin: 0 -1px;
	top: 1px;
	overflow: visible;
	height: 7px;
	background: transparent url('images/layout/content-footer-left.gif') left no-repeat;
}

#content-footer-inside{
	display: block;
	position: relative;
	height: 7px;
	background: transparent url('images/layout/content-footer-right.gif') right no-repeat;
}

#footer{
	padding: 21px 0;
	clear: both;
	background: #CAECF9 url('images/layout/footer.gif') top no-repeat;
	text-align: center;
	color: #9CA4A7;
}




/****************************************************/
/* SECTION: MENU
/***************************************************/

#menu-wrapper{
	position: relative;
	margin: 0 -1px;
	background: #B7BFC2;
	border-bottom: 1px solid #A1A3A3;
	height: 17px;
}

#menu{
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}


#menu li{ display: inline; }

#menu li a{
	float: left;
	margin-left: 2px;
	position: relative;
	top: 1px;
	text-decoration: none;
}

#menu li a span {
display:block;
font-size:11px;
font-weight:bold;
text-decoration:none;
text-transform: uppercase;
}

#menu li.current a {
background:transparent url(images/tabs/nav_tab_leftCurrent.gif) no-repeat scroll left bottom;
padding-left:6px;
}

#menu li.current a span {
background:transparent url(images/tabs/nav_tab_rightCurrent.gif) no-repeat scroll right bottom;
padding: 6px 6px 2px 0;
}

#menu li a {
background:transparent url(images/tabs/nav_tab_left.gif) no-repeat scroll left bottom;
padding-left:6px;
}

#menu li a span {
background:transparent url(images/tabs/nav_tab_right.gif) no-repeat scroll right bottom;
padding: 6px 6px 2px 0;
}





/****************************************************/
/* SECTION: SIDEBAR
/****************************************************/

.pad{ padding: 5px 10px; }
 
#sidebar{
	background: #868C8E url('images/layout/sidebar-background.gif') top repeat-y;
	font-size: 11px;
}

#sidebar-title{
	margin-bottom: 10px;
}

#sidebar .top, #sidebar .bottom{
	height: 4px;
}

#sidebar .top{
	background: transparent url('images/layout/sidebar-background-top.gif') top no-repeat;
}

#sidebar .bottom{
	background: transparent url('images/layout/sidebar-background-bottom.gif') bottom no-repeat;
}





/***********************************************************
 SECTION: BREADCRUMBS
***********************************************************/

#breadcrumbs{}

#breadcrumbs ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#breadcrumbs li{ display: inline; }

#breadcrumbs a{}




/***********************************************************
 SECTION: BLOG PAGE STYLE
***********************************************************/

/* Blog entry container */
.blog-entry { 
	padding: 15px 0;
	border-bottom: 1px solid #EEE;
}

/* Blog title and permalink */
h1.blog-entry-title {}

/* Blog entry date and category tags */
.blog-entry-date{ margin: 10px 0 5px 0; }

/* Surrounds each category tag link */
.blog-entry-category{}

/* Surrounds blog entry body copy */
.blog-entry-body{}

/* The 'Read More' link */
.blog-read-more{}

/* Blog entry comments */
.blog-entry-comments{
	margin-top: 5px;
}

/* Blog article tags */
p.blog-entry-tags {
	margin: 10px 0 0 0;
	padding: 0;
} 

/* Blog tag cloud */
ul.blog-tag-cloud {
	margin: 15px 0;
	padding: 0;
	text-align: justify;
}
ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}
.blog-tag-size-1 {	
	font-size: 0.8em;
}
.blog-tag-size-2 {	
	font-size: 0.85em;
}
.blog-tag-size-3 {	
	font-size: 0.9em;
}
.blog-tag-size-4 {	
	font-size: 0.95em;
}
.blog-tag-size-5 {	
	font-size: 1em;
}
.blog-tag-size-6 {	
	font-size: 1.05em;
}
.blog-tag-size-7 {	
	font-size: 1.1em;
}
.blog-tag-size-8 {	
	font-size: 1.15em;
}
.blog-tag-size-9 {	
	font-size: 1.2em;
}
.blog-tag-size-10 {	
	font-size: 1.25em;
}
.blog-tag-size-11 {	
	font-size: 1.3em;
}
.blog-tag-size-12 {	
	font-size: 1.35em;
}
.blog-tag-size-13 {
	font-size: 1.4em;
}
.blog-tag-size-14 {	
	font-size: 1.45em;
}
.blog-tag-size-15 {
	font-size: 1.5em;
}
.blog-tag-size-16 {	
	font-size: 1.55em;
}
.blog-tag-size-17 {	
	font-size: 1.6em;
}
.blog-tag-size-18 {	
	font-size: 1.65em;
}
.blog-tag-size-19 {
	font-size: 1.7em;
}
.blog-tag-size-20 {	
	font-size: 1.75em;
}									





/***********************************************************
 SECTION: SIDEBAR LINKS
***********************************************************/

/* Contains list of blog category links */
#blog-categories, #blog-archives{
	margin-top: 15px;
}

/* Remove sidebar br tags */
#blog-categories br, #blog-archives br, #blog-rss-feeds br{
	display: none;
}

/* Styles the category links when a post has been made in the category */
.blog-category-link-enabled, .blog-category-link-disabled{
	display: block;
	margin: 3px 0;
	padding: 3px 0 3px 20px;
	background: transparent url(images/icons/tag.gif) left no-repeat;
}

.blog-category-link-disabled, .blog-archive-link-disabled{
	color: #DDD;
}

/* Wrapper for the blog archive side links */
#blog-archives{}
 
/* Styles the archive links when a post has been made in that archive */
.blog-archive-link-enabled, .blog-archive-link-disabled{
	display: block;
	margin: 3px 0;
	padding: 3px 0 3px 20px;
	background: transparent url(images/icons/calendar.gif) left no-repeat;
} 

/* Styles each RSS link */
.blog-rss-link{}

.blog-rss-link, .blog-comments-rss-link{
	display: block;
	margin: 3px 0;
	padding: 3px 0 3px 20px;
	background: transparent url(images/icons/rss.gif) left no-repeat;
}

/* Styles the comments RSS link */
.blog-comments-rss-link{}





/***********************************************************
 SECTION: BLOG ARCHIVES
***********************************************************/

/* Styles the background of the archive page */
.blog-archive-background{}

/* Styles around ALL archive entries */
.blog-archive-entries-wrapper{}

/* Style around the archive header (which contains archive name and links) */
.blog-archive-headings-wrapper{}

/* Styles the month/week/year heading */
.blog-archive-month{
	font-size: 2em;
	margin-bottom: 15px;
}

/* Styles the month/week/year links */
.blog-archive-link{}





/***********************************************************
 SECTION: CONTACT FORM
***********************************************************/

/* Styles the message that appears at the top of the form */
.message-text{}

/* Styles the required text labels */
.required-text{}

/* Styles text input fields */
.form-input-field{}

/* Styles form buttons */
.form-input-button{}





/***********************************************************
 SECTION: BLOG PAGE STYLE
***********************************************************/

/* Styles the page description */
.filesharing-description{}

/* Surrounds each file sharing entry */
.filesharing-item{
	margin: 15px 0;
}

/* Styles the title of each entry */
.filesharing-item-title{
	font-size: 1.5em;
}

/* Styles the description for each entry */
.filesharing-item-description{
	display: block;
	padding-top: 5px;
}





/***********************************************************
 SECTION: PHOTO ALBUM PAGE STYLE
***********************************************************/

/* Styles the album title */
.album-title{
	font-size: 1.5em;
	padding-bottom: 15px;
}

/* Styles the album description */
.album-description{
	display: block;
	padding-bottom: 15px;
}

/* Surrounds all image thumbnails */
.album-wrapper{
	position: relative;
	display: block;
	width: 100%;
	overflow: auto;
}

/* Surrounds each album thumbnail entry; use for positional and alignment purposes */
.thumbnail-wrap{
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 15px;
}

/* Surrounds the thumbnail image and caption */
.thumbnail-frame{
	position: absolute;
    bottom: 0;
    left: 0;
}

/* Styles the thumbnail image */
.thumbnail-frame img{}

/* Styles the thumbnail caption */
.thumbnail-caption{}





/***********************************************************
 SECTION: PHOTO INDIVIDUAL PAGE
***********************************************************/

/* Styles the background for this page */
.photo-background{
	width: 100%;
	margin: 25px 0;
	text-align: center;
	background: none;
}

/* Styles around the navigation controls */
.photo-navigation{}

/* Styles the title of this page */
.photo-title{
	font-size: 2em;
	margin: 0;
	padding: 0;
}

/* Styles the photo caption */
.photo-caption{
	margin: 10px 0 15px 0;
}

/* Styles the navigation links */
.photo-links{
	margin: 10px 0 15px 0;
}

/* Styles the photo itself */
.photo-frame{
	border: 10px solid #8CB14A;
}

/* Photo EXIF Metadata */
.exif-data {
}
.exif-data p {
	margin: 0;
	padding: 0;
}
p.exif-version {
}
p.exif-colour-space {
}
p.exif-focal-length {
}
p.exif-dimensions {
}
p.exif-pixel-y-dimension {
}
p.exif-pixel-x-dimension {
}
p.exif-oecf-value {
}
p.exif-subsec-time-original {
}
p.exif-exposure-mode {
}
p.exif-spatial-frequency-response {
}
p.exif-scene-capture-type {
}
p.exif-subject-location {
}
p.exif-shutter-speed {
}
p.exif-datetime-original {
}
p.exif-subsec-time {
}
p.exif-compressed-bits-per-pixel {
}
p.exif-flash-energy {
}
p.exif-saturation {
}
p.exif-brightness {
}
p.exif-exposure-time {
}
p.exif-f-number {
}
p.exif-file-source {
}
p.exif-gain-control {
}
p.exif-subject-area {
}
p.exif-cfa-pattern {
}
p.exif-scene-type {
}
p.exif-white-balance {
}
p.exif-flash {
}
p.exif-exposure-index {
}
p.exif-flashpix-version {
}
p.exif-device-setting-description {
}
p.exif-focalplane-x-resolution {
}
p.exif-image-uniqueid {
}
p.exif-components-configuration {
}
p.exif-light-source {
}
p.exif-sensing-method {
}
p.exif-aperture {
}
p.exif-sharpness {
}
p.exif-exposure-program {
}
p.exif-subject-distance {
}
p.exif-subsec-time-digitized {
}
p.exif-contrast {
}
p.exif-focalplane-resolution-unit {
}
p.exif-gamma {
}
p.exif-35mm-focal-length {
}
p.exif-datetime-digitized {
}
p.exif-subject-distance-range {
}
p.exif-custom-rendered {
}
p.exif-max-aperture {
}
p.exif-sound-file {
}
p.exif-metering-mode {
}
p.exif-spectral-sensitivity {
}
p.exif-exposure-bias {
}
p.exif-focalplane-y-resolution {
}
p.exif-iso-rating {
}
p.exif-maker-note {
}
p.exif-digital-zoom-ratio {
}
p.exif-user-comment {
}





/***********************************************************
 SECTION: MOVIE ALBUM PAGE STYLE
***********************************************************/

/* Styles the page title */
.movie-page-title{
	font-size: 1.5em;
}

/* Styles the page description */
.movie-page-description{
	display: block;
	padding: 15px 0;
}

/* Styles around the movie thumbnail */
.movie-thumbnail-frame{
	width: 100%;
	overflow: auto;
	padding: 15px 0;
	border-bottom: 1px solid #EEE;
}

/* Styles the movie thumbnail caption */
.movie-thumbnail-caption, .movie-thumbnail-frame a{
	float: left;
}

.movie-thumbnail-frame a{
	margin-right: 15px;
}





/***********************************************************
 SECTION: MOVIE POPUP
***********************************************************/

/* Styles the background of the popup window */
.movie-background{
	margin: 0;
	padding: 15px;
	width: 100%;
	text-align: center;
	background: none;
}

/* Styles the movie title */
.movie-title{
	font-size: 1.5em;
}

/* Styles around the actual movie (This is also used on the standard quicktime page style) */
.movie-frame{
	width: 100% !important;
	padding-bottom: 20px;
	overflow: hidden;
	text-align: left;
}





/***********************************************************
 SECTION: QUICKTIME MOVIE PAGE STYLE
***********************************************************/

/* Styles the movie description */
.movie-description{}