/*CSS originally by Daniel Davis at rapidweaver.org and nzarchitecture.com*/
/* Style sheet reads with html down page -> order is: 
body, styles used on side of pages, heading, navigation, content main, content variations, footer, bottom box*/

body {
	text-align: center;
	padding: 0;
	font: 1em "Times New Roman", Times, serif;
	margin: 0;
}

#container {
	margin:0 auto;
	padding: 0;
	/*watch this important, it wont be needed*/
	position: relative;
	text-align: left;
	width:  900px;
}
/* @group Main Content */

b, strong {
	font-weight: bold;
}

a:link, a:visited {
	color: #324083;
}

a:hover, a:active {
	text-decoration: none;
	color:  red;
}
blockquote, .standout {
	font-style: italic;
	margin: 0;
	font-size: 1em;
	color: #b8b8b8;
	overflow: hidden;
}

#content h1{
	color:  black;
	font-weight: normal;
	font-size:  2em;
	margin:  0;
	padding:  0.5em 0 10px 0;
}


#content h2{
	color:  black;
	font-weight: normal;
	font-size:  1.25em;
	padding-bottom:  10px;
}

/* Main content area unordered list styles */
ul {
	list-style-type: square;
	margin: 0;
	padding-left:  1.5em;
}

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;}

.image-left {
	float: left;
	margin: 1em;
}

.image-right {
	float: right;
	margin: 1em;
}

/* @end Main Content */




/* @group Main Content Variations */
/* @group Blog */
/* @group Archive Page */
.blog-entry-summary {
	margin-bottom: 10px;
}

.blog-archive-headings-wrapper {
	margin-bottom: 40px;
}

.blog-archive-month {
	color:  black;
	font-weight: normal;
	font-size:  2em;
	border-bottom: 1px solid black;
	margin:  0;
	padding:  0.5em 0 10px 0;
}

.blog-archive-link {
	font-size: 0.9em;
	margin-bottom: 1em;
	border-bottom: 1px solid black;
}	
/* @end */

/* @group Tag Cloud */
ul.blog-tag-cloud {
	margin: 0 0 10px;
	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;}
/* @end */

.blog-entry {
	margin-bottom: 40px;
}

.blog-entry-title {
	color:  black;
	font-weight: normal;
	font-size:  2em;
	border-bottom: 1px solid black;
	margin:  0;
	padding:  0.5em 0 10px 0;
}

.blog-entry-title a {
	margin-bottom: 0;
	text-decoration: none;
}

.blog-entry-date {
	font-size: 0.9em;
	margin-bottom: 1em;
	border-bottom: 1px solid black;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-comments {
	margin-top: 10px;
}

/*styles the category link in the main entry */
.blog-entry-category {
	padding-left: 16px;
	background: no-repeat left center url(images/category.png);
	margin-left: 8px;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
	line-height: 1.8;
}

.blog-archive-link-enabled {
	padding-left: 16px;
	background: no-repeat left center url(images/category.png);
}

.blog-archive-link-disabled {
	padding-left: 16px;
	background: no-repeat left center url(images/category.png);
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
	line-height: 1.8;
}

.blog-category-link-enabled {
	padding-left: 16px;
	background: no-repeat left center url(images/category.png);
}

.blog-category-link-disabled {
	padding-left: 16px;
	background: no-repeat left center url(images/category.png);
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	line-height: 1.8;
}

.blog-rss-link {
	background: url(images/rss_icon.png) no-repeat left center;
	padding-left: 16px;
}

.blog-comments-rss-link {
	background: url(images/rss_icon.png) no-repeat left center;
	padding-left: 16px;
}

/* Comment links */
a.blog-comment-link {
	background: no-repeat left center url(images/comments.png);
	padding: 0 5px 0 18px;
}

/* Trackback links */
a.blog-trackback-link {
	background: url(images/trackback.png) no-repeat left center;
	padding-left: 16px;
}

/* @end */

/* @group File Sharing */

.filesharing-description, .filesharing-item {
	margin-bottom: 1em;
}

.filesharing-item-title a:link {
	color:  black;
	font-weight: normal;
	font-size:  1.25em;
	padding-bottom:  10px;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	color:  black;
	font-weight: normal;
	font-size:  2em;
	border-bottom: 1px solid black;
	padding:  0.5em 0 10px 0;
}

.album-description {
	margin-bottom: 75px;
	padding: 1em 0 1em 0;
}


.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: left;
	position: relative;
	float: left;
	margin: 0 18px 60px 0;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame a:hover img {
	border-color:  red;
}

.thumbnail-frame img {
	margin: auto;
	border: 1px solid black;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	background-image: none;
	background-color: white;
}

.photo-navigation {
	height: 105px;
	position: relative;
	margin: 0 auto 20px;
	background-color: white;
}

.photo-links {
	height: 24px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	padding-top: 6px;
	text-align: left;
}

.photo-navigation a:link,
.photo-navigation a:visited {
	padding: 0 15px 5px;
}

.photo-frame{
	padding: 1px;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
}

.photo-title {
visibility: hidden;
}

.photo-caption {
	margin: 0;
	position: absolute;
	top: 30px;
	left: 15px;
	font-weight: normal;
	font-size: 1.2em;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
}

.exif-data p {
	margin: 0;
	padding: 0;
}
/* @end */
/* @end */
/* @end */

/* @group Quicktime Page */
.movie-background{
	background-color: white;
}
.movie-title {
	font-size: 0.8em;
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	color:  black;
	font-weight: normal;
	font-size:  2em;
	border-bottom: 1px solid black;
	margin:  0;
	padding:  0.5em 0 10px 0;
}

.movie-page-description {
	padding: 2em 0 2em 0;
}

.movie-thumbnail-frame {
	height: 132px;
	float: left;
	position: relative;
	margin: 0 2em 2em 0;
	border-bottom: 1px solid black;
}

.movie-thumbnail-frame:hover {
	border-bottom-color:red;
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	background-image: none;
	background-color: white;
	margin: 10px;
}

.movie-title {
	font-size: 1.5em;
}

.movie-frame {
	margin-bottom: 10px;
}
	
/* @end */


/* @end */

/* @group Contact Form */
.form-input-field {
	background: #f4f4f4;
	width: 98%;
} 
/* @end */

/* @end Main Content Variations */

.clear {
	clear: both;
}



body {
	background-color: %colour_text_background%;
	color:%colour_text%;
	
}
a:link, a:visited {
	color: %colour_link%;
}

a:hover, a:active {
	color: %colour_hover%;
}
h1, h2, h3, h4 {
	color:%colour_heading%;
}

body {
	background-color: #FFFFFF;
	color:#000000;
	
}
a:link, a:visited {
	color: #324083;
}

a:hover, a:active {
	color: #E43212;
}
h1, h2, h3, h4 {
	color:%colour_heading%;
}


		body, div {
font-family:  "Lucida Grande", Arial, Helvetica, sans-serif;
}

body {
font-size: 1em;
}

h1, h2, h3, h4 {
font-size: 1em;
}

h1, h2, h3, h4 {
font-size: 1.7em;
}

body, div {
line-height: 120%;
}

body {
	text-align: left;
}
#container {
	margin:0 auto 0 0;
}

body {
	background-image: none;
}

#container {
	width:  700px;
}


		