/*  
The Candystripe theme was designed and built by Frank Blunt.

Mini icons: famfamfam.com.

The CSS below has been validated using the W3C validator.
	
The Candystripe theme is released under a Creative Commons Attribution-Noncommercial 3.0 Unported Licence: "http://creativecommons.org/licenses/by-nc/3.0/".

Feel free to adapt, but do give credit where credit is due, and do not sell or use any resulting themes as part of a commercial package without permission.

*/

/*---------------------------------------------
-------------------------------reset everything*/

/*margins + padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
     margin: 0;
     padding: 0;
}

/*font-size for headers*/
h1, h2, h3, h4, h5, h6 {
     font-size: 100%;
}

/*Remove list-style*/
ol, ul {
     list-style: none;
}

/*font-style + weight*/
address, caption, cite, code, dfn, em, strong, th, var {
     font-style: normal;
     font-weight: normal;
}

/*table borders*/
table {
     border-collapse: collapse;
     border-spacing: 0;
}

/*fieldset+ image borders*/
fieldset, img {
     border: 0;
     border-style: none;
}

/*caption + th text*/
caption, th {
     text-align: left;
}

/*quotation-marks*/
q:before, q:after {
     content: ' ';
}


/*--------------------------------------------
--------------------------center + place design*/

body {
     font: 85%/1.3 "Helvetica Neue", Helvetica, Arial, sans-serif;
     text-align: center;
     letter-spacing: 0.1em;
     color: #333333;
     margin: 0 0 20px 0;
}

#container {
     position: relative;
     width: 960px;/* Right And Left /* Hack To Keep IE5 Windows happy */;
     margin: 20px auto;
     text-align:left;
     line-height: 130%;
     background: #ffffff;
     overflow: hidden;
}


/*-------------------------------------------
--------------------------------------header*/

#pageHeader {
     width: 100%;
     overflow: hidden;
     color: #ffffff;
     height: 200px;
	}

#pageHeader h1 {
	    font-size: 3em;
	    text-align: left;
     color: inherit;
     margin: 0;
     padding: 80px 0 0 50px;
	}

#pageHeader h2 {
	    font-size: 1.5em;
	    text-align: left;
     color: #fefefe;
     margin: 0;
     padding: 25px 0 0 53px;
	}

#pageHeader img {
     border: none;
}


/*------------------------------------------
-------------------------------------floats*/

#contentContainer {
     float: left;
     width: 75%;
     font-size: 95%;
}

#sidebarContainer {
     float: right;
     width: 25%;
     font-size: 90%;
     padding: 40px 0 30px 0; 
     overflow: hidden;
}

/*----------------------------------------
----------------------------------layout */


#contentContainer #content {
     font-size: 95%;
     margin-bottom: 40px;
     line-height: 1.6em;
     padding: 30px 20px 0 30px;

}

#sidebarContainer #sidebar {
     margin-right: 25px;    
}

#sidebarContainer .sideHeader {
     font-size: 120%;
     font-weight: bold;
     margin: 0 25px 10px 0;
}

.clearer {
     clear: both;
}


/*-----------------------------------------
-----------------------------general styles */

p {
     padding-bottom: 8px;
}

.topPara {
     padding-top: 15px;
}

.parBottom {
     margin-bottom: 10px;
}

b, strong {
     font-weight: bold;
}

em {
     font-style: oblique;
     font-weight: bold;
}

acronym, abbr, span.caps {
     font-size: 90%;
     letter-spacing: .07em;
     cursor: help;
	}

acronym, abbr {
     border-bottom: 1px dashed #666666;
	}

blockquote, .standout {
     font-size: 90%;
     margin: 15px 35px 15px 30px;
     padding: 8px 15px;
     border-top: 1px solid #6675d4;
     border-right: 1px solid #6675d4;
     border-bottom: 1px solid #6675d4;
     border-left: 3px solid #6675d4;
	}

blockquote cite {
     margin: 5px 0 0;
     display: block;
	}

iframe {
     margin: 10px 0 20px 120px;
}

.center {
     text-align: center;
	}

.warning {
     color: #6a0000;
     font-weight: bold;
}

.bullet {
     font-weight: bold;
}

/*---------------------------------------
-----------------------------------links*/

a:link {
    color: #6675d4;
    text-decoration: none;
    font-weight: bold; 
}

a:visited {
    color: #6675d4;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
     color: #118f06;
     text-decoration: underline;
	}

a:active {
    color: #000000;
    text-decoration: underline;
}


/*---------------------------------------
---------------------------------images*/

img  {
     text-align: center;
     max-width: 99%;
}

.imageStyle {
     text-align: center;
     padding: 15px 0 0;
}

.image-left {
     float: left;
     padding: 0 10px 10px 0;
     margin: 5px 7px 2px 0;
     display: inline;
}

.image-right {
     float: right;
     padding: 0 0 10px 10px;
     margin: 5px 0 2px 7px;
     display: inline;
}


/*--------------------------------------
------------------footer*/

#footer {
     clear: both;
     position:relative;
     width: 960px; /* Right And Left /* Hack To Keep IE5 Windows Happy */;
     height: 60px;
     color: #ffffff;
     text-align: center;
     margin: 0px auto;
     padding: 0;
}

#footer p {
	    margin: 0;
     font-size: 0.9em;
	    padding: 3px 0 0;
	    text-align: center;
	}

#footer a {
     color: #b5bdec;
}

#footer a:hover {
     color: #82ff6e;
     text-decoration: underline;
	}

/*-------------------------------------
---------------------------breadcrumb */

#breadcrumbcontainer {
     font-size: 80%;
     margin: 0 30px 10px 30px;
}

#breadcrumbcontainer ul {
     font-weight: bold;
}

#breadcrumbcontainer li {
     display: inline;
}

#breadcrumbcontainer a {
}

#breadcrumbcontainer a:hover {
}
	

/*--------------------------------------
-----------------------------navigation */

#navcontainer {     
}

#navcontainer #current {
}

#navcontainer #current:hover {
     text-decoration: none;
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul {
     font-size: 110%;
     margin: 0 0 15px;
}

#navcontainer li {
     margin: 0 0 5px 20px;
     padding: 0;
}

#navcontainer a {
}

#navcontainer a:hover {
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
     font-size: 90%;
     margin: 5px 0 0;
}

#navcontainer ul ul li {
     margin-left: 16px;
}

#navcontainer ul ul a {
     margin-left: -2px;
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul #current {
}

#navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li {
     margin-left: 14px;     
}

#navcontainer ul ul ul a{
     margin-left: -3px;     
}

#navcontainer ul ul ul a:hover{
}

#navcontainer ul ul ul #current{
}

#navcontainer ul ul ul .currentAncestor {
}
/* Child Level 3 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul ul li {
     margin-left: 12px; 
}

#navcontainer ul ul ul ul a{
     margin-left: -3px;     
}

#navcontainer ul ul ul ul a:hover{
}

/* Child Level 4 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
     margin-left: 11px;
}

#navcontainer ul ul ul ul ul a{
     margin-left: -3px;
}

#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{
}


/*-------------------------------------
-----------------------------headings*/

h1, h2, h3, h4 {
     font-weight: bold;
	}

h2 {
     font-size: 160%;
     margin: 40px 0 0;
	}

h3 {
     color: #6a0000;
     font-size: 130%;
	}

#content h3 {
     text-align: center;
     margin: 10px 0 15px;
}

#sidebar h3 {
	    font-size: 120%;
     margin: 0 0 15px 0;
	}

h4 {
     font-size: 100%;
}


/*--------------------------------------------
-------------------------------------------lists*/

#contentContainer #content ul, #contentContainer #content ol {
}

#contentContainer #content li {
}

ul.disc {
}

ul.circle {
 }

ul.square {
}

ul.candy {
 }

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; 
}

#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* --------------------------------------------
-----------------------------------------table*/
table {
}


/*---------------------------------------------
-------------------------------------blog tags*/

ul.blog-tag-cloud {
     text-align: justify;
     margin: 15px 0;
     padding: 5px;
     border: 1px solid #6675d4;
}

ul.blog-tag-cloud li {
     display: inline;
     font-size: 70%;
}

.blog-tag-size-1 {	
     font-size: 80%;
}

.blog-tag-size-2 {	
     font-size: 85%;
}

.blog-tag-size-3 {	
     font-size: 90%;
}

.blog-tag-size-4 {	
     font-size: 95%;
}

.blog-tag-size-5 {	
     font-size: 100%;
}

.blog-tag-size-6 {	
     font-size: 105%;
}

.blog-tag-size-7 {	
     font-size: 110%;
}

.blog-tag-size-8 {	
     font-size: 115%;
}

.blog-tag-size-9 {	
     font-size: 120%;
}

.blog-tag-size-10 {	
     font-size: 125%;
}

.blog-tag-size-11 {	
     font-size: 130%;
}

.blog-tag-size-12 {	
     font-size: 135%;
}

.blog-tag-size-13 {
     font-size: 140%;
}

.blog-tag-size-14 {	
     font-size: 145%;
}

.blog-tag-size-15 {
     font-size: 150%;
}

.blog-tag-size-16 {	
     font-size: 155%;
}

.blog-tag-size-17 {	
     font-size: 160%;
}

.blog-tag-size-18 {	
     font-size: 165%;
}

.blog-tag-size-19 {
     font-size: 170%;
}

.blog-tag-size-20 {	
     font-size: 175%;
}


/*------------------------------------------
----------------------------blog 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 {
     font-size: 130%;
     font-weight: bold;
     margin-top: 10px;
}

.blog-archive-link {
     font-size: 100%;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/*-------------------------------------------
-----------------------------------blog entry */

.blog-entry {
     margin-bottom: 40px;
}

h1.blog-entry-title {
     font-size: 130%;
     margin-top: 10px;
}


h1.blog-entry-title a {
}

.blog-entry-date {
     font-size: 90%;
     background: transparent url('images/folder_page.gif') no-repeat left;
     padding: 5px 0 5px 20px;
     margin-top: 5px;
}

/*styles the category link in the main entry */
.blog-entry-category {
     padding-left: 16px;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

.blog-read-more {
}

.blog-entry-body {
}

.blog-entry-comments {
     font-size: 90%;
}

.blog-comment-link {
     background: transparent url('images/comment.gif') no-repeat left;
     padding: 5px 0 5px 20px;
}

.blog-trackback-link {
     background: transparent url('images/flag_white.gif') no-repeat left;
     padding: 5px 0 5px 20px;
}

p.blog-entry-tags {
     font-size: 90%;
     margin-top: 10px;
     padding: 5px 0 5px 20px;
}

.podcast {
     margin: 15px 0 0 200px;
     padding-left: 25px;
}


/*-----------------------------------------
------------------------sidebar blog archives */
#blog-archives {
     margin-top: 15px;
}

.blog-archive-link-enabled {
     font-size: 90%;
     font-weight: bold;
     margin-left: -2px;
     padding-left: 18px;
}

.blog-archive-link-disabled {
     font-size: 90%;
     background: transparent url('images/bloginactive.jpg') no-repeat left;
     font-weight: bold;
     margin-left: -2px;
     padding-left: 18px;
}

/*-----------------------------------------
----------------------sidebar blog categories*/
#blog-categories {
     margin-top: 15px;
}

.blog-category-link-enabled {
     font-size: 90%;
     font-weight: bold;
     margin-left: -2px;
     padding-left: 18px;
}

.blog-category-link-disabled {
     font-size: 90%;
     background: transparent url('images/bloginactive.jpg') no-repeat left;
     font-weight: bold;
     color: #666666;
     margin-left: -2px;
     padding-left: 18px;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
     margin: 0 0 15px 0;
     }

.blog-rss-link {
     font-size: 90%;
     padding: 2px 0 2px 16px;
}

.blog-comments-rss-link {
     font-size: 90%;
     padding: 2px 0 2px 16px;
}


/*--------------------------------------
-------------------------------filesharing*/

.filesharing-description {
}

.fileParTop {
     text-align: center;
     margin-top: -10px;
}

.filesharing-item {
     padding-top: 5px;  
}

.filesharing-item-title  {
     margin-left: 130px;
     padding-left: 25px;
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
     font-size: 90%;
     margin: 0 50px 3px 202px;
}


/*-------------------------------------------
--------------------------------photo album */

/*-------------------------------------------
---------------------------------thumbnails */

.album-title {
     font-size: 120%;
     font-weight: bold;
     text-align: center;
     margin: 10px 0 15px 0;
}

.album-description {
     text-align: center;
     padding-bottom: 25px;
}


.album-wrapper {
     position: relative;
     display: block;
     width: 99%;
     margin:  0 0 20px 60px;
}

.thumbnail-wrap {
     position: relative;
     float: left;
     display: block;
     text-align: center;
     margin-bottom: 80px;
     padding: 0 10px 20px;
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
     margin: auto;
     border: none;
}

.thumbnail-caption {
     text-align: left;
     font-weight: normal; 
     padding-top: 5px;
}
	

/*-----------------------------------------
--------------------------------photo view */

.photo-background {
}

.photo-navigation {
     color: #fefefe;
     margin: 15px 0;
}

.photo-links {
     font-size: 100%;
}

.photo-navigation a:link, .photo-navigation a:visited {
}

.photo-navigation a:hover {
}

.photo-frame{
}

.photo-title {
     font-size: 140%;
     color: #fefefe;
}

.photo-caption {
     font-size: 120%;
     color: #fefefe;
     margin: 10px 100px;
}

/*--------------------------------------------
------------------------------------EXIF data */
/* Data wrapper */
.exif-data {
     font-size: 80%;
     color: #fefefe;
     width: 300px;
     margin: 20px auto;
     padding: 50px 20px 15px;
}

.exif-data p {
     text-align: left;
     padding-left: 25px;
}

/* 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 {
}

	
/*---------------------------------------
-----------------------------------flash*/

#flashcontent {
     margin: 10px 0 0 10px;
     text-align: center;
}

/*---------------------------------------
----------------------------------movies*/

/*---------------------------------------
------------------------------thumbnails */

.movie-page-title {
     font-size: 130%;
     font-weight: bold;
     text-align: center;
     margin-top: 10px;
}

.movie-page-description {
     margin: 15px 0 20px;
}

.movie-thumbnail-frame {
     text-align: center;
     margin: 15px 0;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
     font-size: 90%;
     text-align: left;
     margin: 5px 100px;
     padding-top: 2px;
}
	

/* ---------------------------------------
-------------------------------QT movies*/

.movie-background {
}

.movie-title {
     color: #fefefe;
     padding-top: 10px;
}

.movie-frame {
     text-align: center;
     margin: 30px 0 0;
}

.movie-description {
     margin-top: 20px;
}
	

/*--------------------------------------
---------------------------contact form */

.contactText {
     text-align: center;
     margin-top: 15px;
}

.required {
     text-align: center;
     padding: 0 0 5px 0;
}

form  {
     margin-left: 125px;
}

.message-text {
     margin-top: 15px;
     text-align: center;
} 

.required-text { 
} 

.form-input-field {
} 

.form-input-button { 
} 


/*----------------------------------------
-----------------------------------meta*/

#meta {
     margin-left: 5px;
}

#meta ul {
     margin-bottom: 20px; 
}

#meta ul li {
}

.rMac {
}

.valid {
}

.candyDown {
     margin-left: -5px;
}

.candyDownBd  {
     margin-left: 170px;
     padding-left: 25px;
}

.lastpublished {
     font-size: 90%;
     line-height: 120%;
 }

.readme {
     margin: 5px 0 0 15px;
     padding: 0;
}