/* @group Global */

.clearer {
	clear: both;
}

body {
	margin: 0;
	font-size: 12px;
	line-height: 21px;
}

p {
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
}

a:hover, a:active {
}

img {
	border: none;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}

blockquote, .standout {
}

code {
	background-color: #e6e6e6;
	padding: 5px 12px;
	font-family: "Courier New", Courier, mono;
	display: block;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {
}
/* @end */

/* @group Layout */

#container { 
	margin: 0px auto; 
	text-align: left;
	position: relative;
	width: 940px;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
}

#contentContainer {
	margin-right: 200px;
	position: relative;
	z-index: 100;
	border-right-width: 200px;
}

#contentContainer #content {
	padding-right: 40px;
	padding-left: 40px;
	background-color: #fff;
	padding-top: 22px;
	margin-right: 0;
	margin-left: 0;
}

#sidebarContainer {
	float: right;
	width: 200px;
}

#sidebarContainer #sidebar {
	padding: 16px;
	font-size: 12px;
	line-height: 18px;
}


#header {
	background: #e8e8e8 none no-repeat;
	height: 10px;
	z-index: 101;
}

#header h1 {
	font-size: 32px;
	padding-top: 40px;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 30px;
	padding-right: 30px;
}

#header h2 {
	font-size: 18px;
	padding-top: 3px;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 30px;
	padding-right: 30px;
}

#sidebar h1 {
	font-size: 28px;
	margin: 30px 0 0;
}

#sideheader h2 {
	margin: 0;
	font-size: 28px;
	padding-top: 20px;
	padding-bottom: 12px;
	line-height: 26px;
}

#sideheader h3 {
	margin: 0;
	font-size: 14px;
	padding-bottom: 12px;
}

#sideheader {
	display: none;
	padding-left: 14px;
	padding-right: 14px;
}

#sitelogo {
	text-align: center;
}

#plugins {
	padding-top: 20px;
}

#footer {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 16px;
}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
}

ul.circle {
}

ul.square {
}

ol.arabic-numbers {
}

ol.upper-alpha {
}

ol.lower-alpha {
}

ol.upper-roman {
}

ol.lower-roman {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	line-height: 2.7em;
	text-align: left;
	padding-left: 12px;
	background-color: #3e382a;
	padding-top: 20px;
	padding-bottom: 20px;
}

#navcontainer #current {
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
}

#navcontainer a {
	height: 37px;
	display: block;
	padding-left: 12px;
	text-decoration: none;
	background: url(images/menuitem.jpg) no-repeat left top;
	padding-top: 3px;
	margin-bottom: 1px;
	font-size: 12px;
}

#navcontainer a:hover {
	background: url(images/menudown.jpg) no-repeat;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	margin: 0px 0px 14px 15px;
	color: #808080;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	height: 20px;
	padding-top: 0;
	margin-bottom: 5px;
	margin-top: 0;
	background: none left;
}

#navcontainer ul ul a:hover{
	background: none;
}

#navcontainer ul ul #current{
	background: none;
	font-weight: bold;
}

/* Child - Level 2 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{

}

/* Child Level 3 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

/* Child Level 4 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{

}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{

}

/* @end */

/* @group Blog */

/* @group Tag Cloud */
ul.blog-tag-cloud {
	margin: 12px 0;
	padding: 0;
}

ul.blog-tag-cloud a {
	text-decoration: none;
}

ul.blog-tag-cloud li {
	list-style-type: none;
	margin: 0;
	display: inline;
	text-decoration: none;
	padding: 0;
	text-align: left;
}

.blog-tag-size-1 {
	font-size: 10px;
}

.blog-tag-size-2 {
	font-size: 12px;
}

.blog-tag-size-3 {
	font-size: 13px;
}

.blog-tag-size-4 {
	font-size: 14px;
}

.blog-tag-size-5 {
	font-size: 15px;
}

.blog-tag-size-6 {
	font-size: 16px;
}

.blog-tag-size-7 {
	font-size: 17px;
}

.blog-tag-size-8 {
	font-size: 17px;
}

.blog-tag-size-9 {
	font-size: 18px;
}

.blog-tag-size-10 {
	font-size: 18px;
}

.blog-tag-size-11 {
	font-size: 19px;
}

.blog-tag-size-12 {
	font-size: 20px;
}

.blog-tag-size-13 {
	font-size: 20px;
}

.blog-tag-size-14 {
	font-size: 21px;
}

.blog-tag-size-15 {
	font-size: 22px;
}

.blog-tag-size-16 {
	font-size: 22px;
}

.blog-tag-size-17 {
	font-size: 23px;
}

.blog-tag-size-18 {
	font-size: 24px;
}

.blog-tag-size-19 {
	font-size: 25px;
}

.blog-tag-size-20 {
	font-size: 26px;
}

/* @end */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
	padding-bottom: 50px;
}

.blog-entry-title {
	font-size: 20px;
	margin: 0;
}

.blog-entry-title a {
	text-decoration: none;
}

.blog-entry-title a:hover {
	text-decoration: none;
}

.blog-entry-date {
	font-size: 10px;
	padding-bottom: 10px;
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}

.blog-read-more {
	display: block;
	margin-top: 6px;
}

.blog-entry-body {
}

.blog-entry-comments {
}

p.blog-entry-tags {
	background: url(images/tag.gif) no-repeat 0 center;
	padding-left: 26px;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 12px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 14px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	padding: 0;
	text-align: center;
	margin: 0;
}

#breadcrumbcontainer ul {
	list-style-type: none;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
}

#breadcrumbcontainer a:hover {
}
	
/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 22px;
}

.filesharing-item {
	margin-bottom: 20px;
}

.filesharing-item-title a:link {
	font-weight: bold;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	color: #b3b3b3;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
	letter-spacing: 0;
	padding-top: 5px;
}

.album-description {
	padding-bottom: 40px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
	height: 100%;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	padding-bottom: 60px;
}

.thumbnail-frame {
    position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
	background: none;
}

.thumbnail-frame img {
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
	font-size: 10px;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	text-align: center;
}

.photo-navigation {
	font-size: 14px;
}

.photo-links {
}

.photo-navigation a:link, .photo-navigation a:visited {
}

.photo-navigation a:hover {
}

.photo-frame{
	border: 7px solid #fff;
}

.photo-title {
	font-size: 34px;
	margin: 0;
	padding-top: 20px;
}

.photo-caption {
	font-size: 12px;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
}

.exif-data p {
}

/* p tag classes for all exif data */
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 {
}
/* @end */

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	font-size: 20px;
	font-weight: bold;
}

.movie-page-description {
	margin-bottom: 22px;
}

.movie-thumbnail-frame {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
}

.movie-title {
}

.movie-frame {
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text {
	margin: 0;
	font-size: 13px;
} 

.required-text {
	margin: 0;
	font-style: italic;
} 

.form-input-field {
	margin: 0;
	width: 88%;
} 

.form-input-button {
	margin: 0 8px 0 0;
} 
/* @end */

/* @group Digg block styling */

.rss-items {
	padding-left: 15px;
	list-style-type: square;
}

h5 {
	padding: 0;
	font-size: 18px;
	margin: 0;
	color: #999;
}



/* @end */