/* @override http://demo.2bitoperation.com/live/rw_common/themes/live/styles.css */

/*Live RapidWeaver Theme. Copyright 2009 2bitoperation. */

/* www.2bitoperation.com */

/* You're a curious one, aren't you? The best way to learn is to understand. Whilst this theme was commercially released, please feel free to take a look at the source to see how the site works. */

/* @group Global Elements */

html, body {	background-image: url(images/sidebar/sidebar4.png);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0;
	padding: 0;
	height: 100%;
}

body {


/* The first stage for a truly customisable sidebar */
	min-width: 900px;
	padding-bottom: 40px;

/* Our default font family */
}

p {
	
}

a {
	text-decoration: none;

/* I absolutely hate :visited so prefer not to use it. I find it as useful as the blink style. */
}

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

img {
	border: none;
}

.image-left {
	float: left;
	padding: 0 5px 5px 5px;
}

.image-right {
	float: right;
	padding: 0 5px 5px 5px;
}

/* @end */

/* @group 3 Column Layout */

/* This is where the magic happens for the fluidic 3 column layout. I must stress that I did not develop this code and I owe this amazing piece of work to Matthew James Taylor over at http://matthewjamestaylor.com. I have modified it immensly as the original code did not allow for a static positioned footer. It took absolutely ages to get right but the result was well worth it.  */

/* column container */

.colmask {
	background-repeat: repeat-y;
	background-position: right;
	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%;
	/* width of whole page */
		overflow: hidden;
/* This chops off any overhanging divs */
}


/* 3 column blog style settings */

.blogstyle {

}

.blogstyle .colmid {
	float: left;
	width: 200%;
	margin-left: -200px;
	/* Width of right column */
        position: relative;
	right: 100%;
	border-right: 1px solid #999;
}

.blogstyle .colleft {
	background: #fff;
	height: 100%;
	text-align: left;
	float: left;
	width: 100%;
	border-right: 1px solid #999;
	margin-left: -200px;
/* Width of centre column 

*/
}

.blogstyle .col1wrap {
	float: left;
	width: 50%;
	padding-bottom: 1em;
/* Centre col

umn bottom padding. Leave it out if it's zero */
}

.blogstyle .col1 {
	margin: 0 15px 0 415px;

        position: relative;
	left: 100%;
	overflow: hidden;
}

.blogstyle .col2 {
	float: right;
	width: 170px;
	/* Width of left column content (left column width minus left and right padding) */
        position: relative;
	left: 185px;
/* Width of the left-had side pad

ding on the left column */
}

.blogstyle .col3 {
	margin-right: -15px;
	float: right;
	width: 199px;
	padding-bottom: 20px;
	/* Width of right column content (right column width minus left and right padding) */
        position: relative;
	left: 555px;
}

#wrapper {
	height: 100%;
}


/* @end */

/* @group Layout */

#container {
	background: #333;
}

.clearer {
	clear: both;
}

#pageHeader {
	position: relative;
	text-shadow: #dedede 0 1px 0px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	height: 100px;
	overflow: hidden;
	background: url(images/pageheaderbg2.png) repeat-x 0 -50px;
	padding: 0 0 0 10px;
	z-index: 1;
	margin-bottom: 25px;
}

#pageHeader img {
	
}

#pageHeader h1 {
	color: #4a4945;
	position: relative;
	top: 35px;
	font-size: 50px;
}

#pageHeader h2 {
	position: relative;
	top: 40px;
	font-style: italic;
	font-size: 18px;
}

#pageHeader .background {
	font-size: 90px;
	position: relative;
	top: -5px;
	opacity: 0.07;
	margin: 0;
	display: none;
}

#contentContainer {
	margin-top: 10px;
}

.transparency_bottom {
	position: fixed;
	bottom: 41px;
	display: none;
	width: 100%;
	height: 40px;
	margin-left: -400px;
	background: url(images/tr.png) repeat-x;
}

#sidebarContainer {
	background: #fff;
}

#contentContainer #content {
	
}

#sidebar {
	font-weight: bold;
	padding: 10px;
}

.sideHeader, #twitter_div h2.sidebar-title {
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
}

.sideHeader h3 {
	padding: 0 10px;
}

#footer {
	margin-top: -50px;
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: url(images/pageheaderbg2.png) repeat-x 0 -20px;
	z-index: 99;
	margin-bottom: 0;
}

#footer p {
	margin-top: 5px;
	float: right;
	margin-right: 5px;
	color: #444;
	text-shadow: #dedede 0 1px 0px;
}
.footerfix {
	width: 100%;
	display: block;
	height: 80px;
}
#footer a, #footer a:visited {
	
}

#footer a:hover, #footer a:active {
	
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	margin-top: 5px;
	margin-left: 5px;
	text-shadow: #dedede 0 1px 0px;
}

#breadcrumbcontainer ul {
	display: inline;
	margin-left: -19px;
}

#breadcrumbcontainer li {
	display: inline;
	padding-left: 18px;
	margin-right: 5px;
	background: url(images/bullet_go.png) no-repeat 0 -1px;
}

#breadcrumbcontainer a {
	
}

#breadcrumbcontainer a:hover {
	
}

/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	position: relative;
	font-weight: bold;
	font-size: 16px;
	height: 35px;
	text-align: right;
	background-image: url(images/nav.png);
	background-repeat: repeat-x;
	z-index: 99;
}

#navcontainer #current {
	color: #fff;
}

#navcontainer #current:hover {
	
}

#navcontainer .currentAncestor {
	color: #ccc;
}

/* Parent - Level 0 */

#navcontainer ul {
	z-index: 99;
}

#navcontainer li {
	display: inline;
}

#navcontainer a {
	position: relative;
	top: 10px;
	height: 35px;
	color: #323232;
	padding: 0;
	padding-top: 8px;
	margin: 0 8px;
}

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

#navcontainer a:active {
	
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 3px;
	position: absolute;
	top: 36px;
	right: 0;
	background: #827e6f;
	opacity: 0.59;
	color: #000;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 5px;
	z-index: 99;
}

#navcontainer ul ul li {
	display: inline;
	color: #000;
}

#navcontainer ul ul a {
	display: inline;
	position: relative;
	top: 0px;
}

#navcontainer ul ul a:hover {
	
}

#navcontainer ul ul #current {
	border: none;
}

#navcontainer ul ul .currentAncestor {
	
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	
}

#navcontainer ul ul ul li {
	
}

#navcontainer ul ul ul a {
	
}

#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 {
	
}

#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 Global Classes */

blockquote, .standout {
	
}

h1 {
	
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

.imageStyle {
	
}

xmp, code {
	display: block;
	overflow: auto;
	background: #f2f2f2;
	border: 1px solid #999;
	padding: 2px;
	text-align: center;
}

/* Main content area unordered list styles */

#contentContainer #content ul {
	
}

#contentContainer #content li {
	
}

ul.features li{
	padding-left: 25px;
	margin-bottom: 10px;
	background: url(images/tick.png) no-repeat left;
}

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-latin;
}

ol.lower-alpha {
	list-style-type: upper-latin;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */

#sidebarContainer #sidebar ul {
	
}

#sidebarContainer #sidebar li {
	
}

/* Table Styles */

table {
	
}

/* @end */

/* @group Blog */

/* @group Tag Cloud */

/*Hiding Tag Cloud in col2 */

ul.blog-tag-cloud {
	margin: 20px 0 60px 0;
	text-align: justify;
	font-size: 10px;
}

ul.blog-tag-cloud li {
	display: inline;
}

ul.blog-tag-cloud li a {
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
}

ul.blog-tag-cloud li a:hover {
	text-decoration: none;
}

a.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 */

/* @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, .blog-archive-link a:visited {
	
}

/* @end */

/* @group Blog and Twitter Sidebar RSS */

#twitter_div {
	
}

div.rss-box-themed ul.rss-items, ul#twitter_update_list {
	margin: 10px 0 30px 0;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #fff;
}

div.rss-box-themed li.rss-item, ul#twitter_update_list li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #cecece;
	padding: 7px 0 8px 21px;
	font-size: 10px;
	background: url(images/page_white_edit.png) no-repeat 0 center;
}

div.rss-box-themed a.rss-item {
	
}

ul#twitter_update_list li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #cecece;
	padding: 7px 0 8px 21px;
	font-size: 10px;
	background: url(images/twitter.png) no-repeat 0 center;
}

/* @end */

.blog-entry {
	margin-bottom: 50px;
	padding-bottom: 10px;
	padding: 5px;
}

h1.blog-entry-title {
	line-height: 28px;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 5px;
}

h1.blog-entry-title a {
	
}

.blog-entry-date {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	font-size: 10px;
	padding-left: 20px;
	padding-bottom: 2px;
	background: url(images/calendar.png) no-repeat 0 1px;
}

/*styles the category link in the main entry */

.blog-entry-category {
	
	
}

.blog-entry-category a, .blog-entry-category a:visited {
	
}

.blog-entry-category a, .blog-entry-category a:visited {
	
}

.blog-read-more {
	
}

.blog-entry-body {
	
}

.blog-entry-comments {
	margin-top: 3px;
	padding-left: 20px;
	background: url(images/comments.png) no-repeat 0 2px;
}

p.blog-entry-tags {
	margin-top: 5px;
	padding-top: 2px;
	border-top: 1px solid #ccc;
	padding-left: 20px;
	background: url(images/tag_yellow.png) no-repeat 0 3px;
}

/* styles the archives in the blog sidebar */

#blog-archives p {
	
}

#blog-archives {
	text-align: right;
}

.blog-archive-link-enabled {
	padding-right: 20px;
	background: url(images/calendar.png) no-repeat right;
}

.blog-archive-link-disabled {
	padding-right: 20px;
	background: url(images/calendar.png) no-repeat right;
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
	margin: 5px 0 20px 0;
	text-align: right;
}

.blog-category-link-enabled {
	background: url(images/folder_page_white.png) no-repeat right;
	padding: 2px 20px 2px 0px;
	margin: 5px 0;
}

.blog-category-link-disabled {
	background: url(images/folder_page_white.png) no-repeat right;
	padding: 2px 20px 2px 0px;
	margin: 5px 0;
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
	text-align: right;
}

.blog-rss-link {
	display: block;
	height: 36px;
	padding-right: 50px;
	padding-top: 20px;
	background: url(images/rss_circle.png) no-repeat right;
}

.blog-comments-rss-link {
	display: block;
	height: 36px;
	padding-right: 50px;
	padding-top: 20px;
	background: url(images/rss_circle_comments.png) no-repeat right;
	margin-bottom: 40px;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 30px;
}

.filesharing-item {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #999;
}

.filesharing-item-title a {
	font-size: 18px;
	padding-left: 20px;
	text-shadow: #fff 0 1px 0px;
	background: url(images/disk.png) no-repeat 0 2px;
}

.filesharing-item-title a:hover {
	
}

.filesharing-item-description {
	font-style: italic;
	padding-left: 20px;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	font-weight: bold;
}

.album-description {
	margin-bottom: 30px;
}

.album-wrapper {
	font-size: 10px;
}

.thumbnail-wrap {
	display: inline;
}

.thumbnail-frame {
	float: left;
	margin: 10px;
	margin-bottom: 40px;
}

.thumbnail-frame:hover {
	
}

.thumbnail-frame a {
	
}

.thumbnail-frame a:hover {
	
}

.thumbnail-frame img {
	border: 2px solid #666;
}

.thumbnail-frame img:hover {
	border: 2px solid #999;
}

.thumbnail-caption {
	height: 30px;
	font-size: 9px;
	margin-top: -5px;
}

/* @end */

/* @group Single Page (Photo view) */

.photo-background, .movie-background {
	height: 300%;
	margin-top: -10px;
	overflow: hidden;
	background: #222;
	
}

.photo-navigation {
	margin-left: 10px;
}

.photo-links {
	color: #999;
}

p.photo-links a{
		color: #666;
}

p.photo-links a:hover{
		color: #888;
}

.photo-navigation a, .photo-navigation a:visited {

}

.photo-navigation a:hover {
	
}

.photo-frame {
	margin-left: 10px;
	border: 3px solid #eee;
}

.photo-title, p.movie-title {
	color: #eee;
	font-size: 28px;
	padding-top: 10px;
	margin-top: 10px;
}

.photo-caption {
	color: #aaa;
}

/* @group EXIF data */

/* Data wrapper */

.exif-data {
	color: #aaa;
		margin-left: 10px;
}

.exif-data p {
	margin: 0;
}

/* 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-weight: bold;
}

.movie-page-description {
	
}

.movie-thumbnail-frame {
	float: left;
	margin: 10px;
	margin-bottom: 40px;
}

.movie-thumbnail-frame:hover {
	
}

.movie-thumbnail-caption {
	height: 30px;
	font-size: 9px;
	margin-top: -5px;
}

/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	
}

.movie-title {
	margin-left: 5px;
}

div.movie-frame object {
	margin: 0 auto;
}

.movie-frame {
	padding: 5px;
}

/* @end */

/* @end */

/* @group Contact Form */

.message-text {
	
}

.required-text {
	color: red;
}

input.form-input-field {
	background: url(images/text-field.png) repeat-x 0 -10px;
	display: block;
	height: 30px;
	padding: 2px;
	border: 1px solid #999;
	font-size: 16px;
}

textarea.form-input-field {
	background: url(images/text-field.png) repeat-x 0 -10px;
	padding: 2px;
	border: 1px solid #999;
	font-size: 16px;
}

.form-input-button {
	
}

select {
	background: #ccc;
}

label {
	font-weight: bold;
}

/* @end */