/* @override 
	http://localhost/melody/rw_common/themes/2bitoperation/styles.css
	http://demo.2bitoperation.com/harmony/rw_common/themes/2bitoperation/styles.css
	http://demo.2bitoperation.com/harmony/rw_common/themes/Harmony/styles.css
	http://localhost/harmony/rw_common/themes/Harmony/styles.css
	file:///private/var/folders/hu/hu+ZyYMbGlWXb8iWMEL5oU+++TI/TemporaryItems/RapidWeaver/13034/document-772198112-120/RWDocumentPagePreview/styles.css
	file:///private/var/folders/hu/hu+ZyYMbGlWXb8iWMEL5oU+++TI/TemporaryItems/RapidWeaver/13034/document-772198112-121/RWDocumentPagePreview/styles.css
	file:///private/var/folders/hu/hu+ZyYMbGlWXb8iWMEL5oU+++TI/TemporaryItems/RapidWeaver/13677/document-540740096-4/RWDocumentPagePreview/styles.css
	http://localhost/harmony/rw_common/themes/harmony/styles.css
*/

/* @group CSS Reset */

html {
	color: #000;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,ins {
	text-decoration: none;
}


caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #000;
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,button,textarea,select {
	*font-size: 100%;
}

/* @end */

/* @group General Styles */

html {
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
}

body {
	font: 12px "Lucida Grande", Verdana, sans-serif;
}

p {
	
}

b, strong {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

a:link, a:visited {
	text-decoration: none;
	color: #666;
}

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

img {
	
}

.image-left {
	float: left;
	margin: 3px 10px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
}

/* @end */

/* @group Layout */

#container {
	text-align: left;
	z-index: 1;
	margin-bottom: 50px;
}
#contentWrapper {
	text-shadow: none;
	margin: 20px auto;
	width: 700px;
}
.clearer {
	clear: both;
}

#headerright {
	float: right;
	display: block;
	margin-right: -4px;
	position: relative;
	top: -63px;
	height: 75px;
	width: 5px;
	background: url(images/headerright4.png) no-repeat;
}


#pageHeader {
	height: 75px;
	margin-left: -1px;
	margin-right: 3px;
	background: url(images/header5.png) no-repeat;
}

/* My Comment */

#pageHeader img {
	float: right;
}
#title {
	position: relative;
	top: 12px;
	display: block;
	height: 63px;
width: 400px;
margin: 0 auto;
	background: url(images/title.png) no-repeat;
}

#pageHeader h1 {
	width: 200px;
	position: relative;
	text-align: center;
	top: 18px;
	margin: 0 auto;
	font-size: 16px;
	color: #333;
	display: block;
}

#pageHeader h2 {
	display: block;
	position: relative;
	text-align: center;
	top: 20px;
	margin: 0 auto;
	font-size: 10px;
	font-weight: normal;
}

#contentContainer {
	text-shadow: none;
	background: #f2f2f2;
	margin-left: 193px;
	border-left: 1px solid #404040;
	padding: 0;
}



#contentContainer #content {
	padding: 10px;
	width: auto;
	border-right: 1px solid #404040;
}
#contentwrap {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}


#sidebarContainer {
	position: relative;
	width: 194px;
	float: left;
	padding: 0;
	margin: 0;
}
#contentbg {
	border-left: 1px solid #404040;	
	border-top: 1px solid #404040;
		background: url(images/sidebar_left.png);
}
#sidebarContainer a {
	text-decoration: none;
}

#sidebarContainer #sidebar {
	width: 174px;
	height: 100%;
	font-size: 10px;
	padding-right: 10px;
}

#sidebarcontent {
	padding-left: 5px;
	margin-top: 5px;
}

#sidebarContainer .sideHeader {
	background: url(images/sidebarheader.png) repeat-x;
	height: 18px;
	text-align: center;
	width: 193px;
	font-weight: bold;
	color: #666e79;
	line-height: 18px;
	display: block;
	font-size: 10px;
	border-right: 1px solid #404040;
}

#sidebarContainer h1,
#sidebarContainer h2,
#sidebarContainer h3,
#sidebarContainer h4,
#sidebarContainer h5 {
	font-size: 1em;
}

#footer {
	background: url(images/foot.png) repeat-x;
	height: 47px;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	border-right: 1px solid #333;
		text-shadow: #333 0px 1px 0px;
}

#footer p {
position: relative;
text-align: right;
top: 16px;
padding: 0 5px;

}

#footer a:link, #footer a:visited {
color: #fff;
		text-shadow: #333 0px 1px 0px;
		text-decoration: none;
		padding-right: 13px;
		background: url(images/link2.png) no-repeat right center;
}

#footer a:hover, #footer a:active
	{
}
	
/* @end */

/* @group Bread-crumb */


#breadcrumb {
	height: 26px;
	background: url(images/bcbg.png) repeat-x;
	border-bottom: 1px solid #697585;
	border-right: 1px solid #404040;
}
#breadcrumb .seperator {
	display: none;
	background: url(images/seperator.png) no-repeat 0 -3px;
}
#breadcrumb ul {
	float: left;
	text-align: left;
	height: 18px;
	list-style: none;
	font-size: 10px;
	padding: 0 5px 0 0;
	margin: 4px 0 0 15px;
	text-shadow: #eee 0px 1px 0px;
	background: url(images/breadcrumbbg.png) repeat-x 0px 0px;
	
	border-right: 1px solid #333;
}
#breadcrumb ul li.homeimg {
	width: 30px;
	height: 18px;
	background: url(images/home.png) no-repeat;
	float: left;
}
#breadcrumb li {
	margin: 0;
	display: inline;
background-image: url(images/seperator2.png);
background-position: left 2px;
background-repeat: no-repeat;
padding: 2px 0 5px 0;
} 


html>body #breadcrumb li {

*background-position: left 0px;
} 


#breadcrumb a {
	position: relative;
	margin: 0;
	padding: 0;
	top: 3px;
	height: 20px;
	color: #111;
	margin-left: 15px;
	text-decoration: none;
	text-shadow: #eee 0px 1px 0px;
}
html>body #breadcrumb a {
*top: 2px;
}
#breadcrumbcontainer a:hover {
	
}

#bottom {
	background: url(images/bottom.png) repeat-x;
	height: 15px;
	border:1px solid #404040;
	padding: 0;
}

/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
margin-bottom: 30px;
}

#navcontainer #current {
			background: url(images/arrow-open.png) no-repeat 0 3px;
	
}

#navcontainer #current:hover {
	
}

#navcontainer .currentAncestor {
	font-weight: bold;
	background: url(images/arrow-open.png) no-repeat -1px 3px;
}



/* Parent - Level 0 */

#navcontainer ul {
	padding: 0;
	list-style-type: none;
}

#navcontainer li {
	margin: 5px 0 5px 5px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #ffffff 0 1px 0;
}

#navcontainer a {
	background: url(images/arrow-closed.png) no-repeat 0 5px;
	text-decoration: none;
	color: #75797f;
	text-shadow: #e9ecf6 0px 1px 0px;
		padding-left: 15px;
	background-position: left center;
}

#navcontainer a:hover {
	
}

#navcontainer a:active {
	
}

/* Child - Level 1 */

#navcontainer ul ul {
	margin: 5px 0;
	text-shadow: none;
	padding-bottom: 4px;
	list-style-image: none;
	list-style-type: none;
}

#navcontainer ul ul li {
	margin: 0;
	text-shadow: none;
	font-weight: normal;
	text-transform: none;
	background: none;
	list-style-image: none;
}




#navcontainer ul ul a {
	margin: 0 0 0 -5px;
	text-shadow: #eee 0px 1px 0px;
	font-size: 10px;
	font-weight: bold;
	text-indent: 15px;
	display: block;
	width: 189px;
	padding: 3px 0 1px 0;
	background: none;
	padding-left: 5px;
	height: 16px;
	color: #444;
}

#navcontainer ul ul a:hover {
	
}

#navcontainer ul ul a#current {
	text-shadow: none;
	font-weight: bold;
	color: #fff;
	background: url(images/highlight.png) repeat-x;
	width: 188px;
}

#navcontainer ul ul li #current {
	

}

#navcontainer ul ul .currentAncestor {
	background: none;
	
}

/* Child Level 3 */

#navcontainer ul ul ul {
	
}

#navcontainer ul ul ul li {
	
}

#navcontainer ul ul ul a {
	text-indent: 30px;
}

#navcontainer ul ul ul a:hover {
	
}



#navcontainer ul ul ul .

currentAncest o
	
	
}
/* @end */

/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	background: url(images/blockquote.png) no-repeat left top;
	padding-left: 30px;
	padding-top: 15px;
	}

h1 {
font-size: 30px;
display: inline;
}

h2 {
font-size: 28px;
display: inline;
}

h3 {
font-size: 26px;
display: inline;
}

h4 {
font-size: 24px;
display: inline;
}

h5 {
font-size: 22px;
display: inline;
}

h6 {
font-size: 20px;
display: inline;
}

.imageStyle {
	padding: 5px;
}

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

/* Main content area unordered list styles */

/* Sidebar area unordered list styles */

/* @group Lists */

#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;
	margin-left: 20px;
}

ul.circle {
	list-style-type: circle;
	margin-left: 20px;
}

ul.square {
	list-style-type: square;
	margin-left: 20px;
}

ol.arabic-numbers {
	margin-left: 20px;
	list-style-type: decimal;
}



ol.upper-alpha {
	list-style-type: upper-alpha;
	margin-left: 20px;
}

ol.lower-alpha {
	margin-left: 20px;
	list-style-type: lower-alpha;
}

ol.upper-roman {
	margin-left: 20px;
	list-style-type: upper-roman;
}

ol.lower-roman {
	margin-left: 20px;
	list-style-type: lower-roman;
}

#sidebarContainer #sidebar ul {
	
}

#sidebarContainer #sidebar li {
	
}

#contentContainer #content ul {
	
}



/* @end */

/* Table Styles */

table {
	
}

/* @end */

/* @group Blog */

/* @group Tag Cloud */

ul.blog-tag-cloud {
	width: 185px;
	text-align: justify;
	font-size: 10px;
}

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

ul.blog-tag-cloud li a{
	padding: 5px;
		-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 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 */

/* @group Archive Page */

.blog-archive-background {
	
}

.blog-entry-summary {
	margin-bottom: 10px;
}

.blog-archive-headings-wrapper {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.blog-archive-entries-wrapper {
	
}

.blog-archive-entries-wrapper .blog-entry {
	
}

.blog-archive-month {
	font-size: 14px;
	font-weight: bold;
}

.blog-archive-link {
	display: none;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	
}

/* @end */

.blog-entry {
	margin: 0 0 40px 0;
	padding: 5px;
	padding-top: 30px;
	background: #fff url(images/bh3.png) no-repeat;
	border: 1px solid #c6c6c6;
}

.blog-entry:hover {

	background: #fff url(images/bh3_active.png) no-repeat;

}

.blog-entry-title {
	font-size: 1.7em;
	margin-bottom: 5px;
	font-weight: normal;
	padding: 0;
	padding-bottom: 5px;
}

.blog-entry-title a {
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.blog-entry-title a:hover {
	text-decoration: none;
	color: #999;
}

.blog-entry-date {
	margin-bottom: 15px;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding-left: 12px;
	background: url(images/bluedot.png) no-repeat 0 2px;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-body {
	padding-bottom: 5px;

}

.blog-entry-tags {
	margin-top: 15px;
	font-weight: bold;
	font-size: 12px;
	height: 23px;
	padding-left: 20px;
	background: url(images/tag.png) no-repeat 0 0px;
}



.blog-entry-comments {
	margin-top: 5px;
	font-size: 0.9em;
	
}

div.blog-entry-comments a {
	height: 40px;
	line-height: 30px;
}



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

.blog-entry-category {	

}

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


}

/* styles the archives in the blog sidebar */

#blog-archives {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1.8;
	padding-left: 10px;
		font-weight: normal;
}


.blog-archive-link-disabled {
	color: #B4B8C9;
		padding-left: 18px;
	background: url(images/date-disabled.png) no-repeat 0 4px;
		font-weight: normal;
}

.blog-archive-link-enabled {

}
a.blog-archive-link-enabled {
		padding-left: 18px;
	background: url(images/date.png) no-repeat;
	font-weight: normal;
		color: #555;
}



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

#blog-categories {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1.8;
	padding-left: 10px;
}

a.blog-category-link-enabled {
		padding-left: 18px;
	background: url(images/folder.png) no-repeat;
	color: #555;
}

.blog-category-link-disabled {
	padding-left: 18px;
	background: url(images/folder-disabled.png) no-repeat 0 3px;
	color: #c0c3d2;
}

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

#blog-rss-feeds {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1.8;
}

a.blog-rss-link, a.blog-comments-rss-link{
		padding-left: 18px;
		margin-left: 10px;
	background: url(images/rss.png) no-repeat 0 -1px;
}



/* Comment links */

a[href^="javascript:HaloScan"] {
	
}

/* Trackback links */

a[href^="javascript:HaloScanTB"] {
	
}

/* @end */

/* @group File Sharing */

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

.filesharing-item {
	margin-bottom: 15px;
	border: 1px solid #c6c6c6;
	padding: 10px 10px 10px 50px;
	background: #f9f9f9 url(images/file.png) no-repeat 0 5px;
}

.filesharing-item-title a:link,
.filesharing-item-title a:visited {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.filesharing-item-title a:hover {
	
}

.filesharing-item-title a:visited {
	
}

.filesharing-item-description {
	
}

/* @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: 8px;
	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: 10px;
	margin-top: -1px;
}

/* @end */

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

.photo-background {
	
}

.photo-navigation {
	background: #f2f2f2 url(images/bh3.png) repeat-x;
	height: 85px;
	width: 500px;
	margin-bottom: 50px;
	border: 1px solid #404040;
	}

.photo-links {
	margin: 5px 0 0 0;
	text-align: center;
}

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

.photo-navigation a:hover {
	color: #333;
}

.photo-frame {
	background: #f2f2f2 url(images/bh3.png) repeat-x;
	padding-top: 15px;

}

.photo-title {
	padding: 0;
	margin: 20px 0 0 5px;
	color: #000;
	font-size: 14px;
	font-weight: bold;

}

.photo-caption {
margin: 5px 0 0 5px;

}

/* @group EXIF data */

/* Data wrapper */

.exif-data {
	width: 500px;
	background: #f2f2f2 url(images/bh3.png) repeat-x;
	padding-top: 25px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.exif-data p {
	margin: 0;
	padding: 5px;
}

/* 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: 1.7em;
	margin-bottom: 5px;
	letter-spacing: -1px;
}

.movie-page-description {
	margin-bottom: 15px;
}

.movie-thumbnail-frame {
	width: 132px;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.movie-thumbnail-frame:hover {
	
}

.movie-thumbnail-frame img {
	padding: 4px;
	border: 1px solid;
}

.movie-thumbnail-caption {
	font-size: 0.85em;
}

/* @end */

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

.movie-background {
	margin: 10px;
}

.movie-title {
	font-size: 1.7em;
	letter-spacing: -1px;
}

.movie-frame {
	margin-bottom: 5px;
}
.movie-frame object {	
}

/* @end */

/* @end */

/* @group Contact Form */

.message-text {
	
}

.required-text {
	
}

.form-input-field {
	background: #f4f4f4;
	width: 400px;
	font-size: 18px;
	padding: 5px;
	margin-top: 5px;
}

.form-input-button {
	
}

/* @end */

/* @group Shadow */

#shadow-container {
	width: 700px;
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 

 
	#shadow-container .container {
		padding: 10px;
	}

/* @end */

#rw_email_contact {
	margin-left: 25px;
}


#applesearch form{
	display: inline;
	position: relative;
	top: 20px;
	right: 140px;
}

#applesearch form input{
	height: 19px;
	width: 112px;
	margin-left: 1px;
	padding: 0 4px 0 4px;
	font-size: 12px;
	margin-top: -1px;
	display: inline;
	border: none;
	position: relative;
	top: 2px;
	background: transparent;
	
}

html>#applesearch {
	background-attachment: fixed;
}

html>#applesearch>form {
	top: 15px;
}

#applesearch .searchbox {
	width: 120px;
	padding-bottom: 4px;
	position: relative;
	display: inline;
	background: url(images/searchbox.png) no-repeat 0 -1px;
	
}


