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


/* @group Yahoo CSS Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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 {
	font-style:normal;
	font-weight:normal;
}

/* ol,ul {
	list-style: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;
}

/* @end */

/* @group Fonts CSS Reset */

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* @end */

/* @group General Styles */

/* Theme Styling Start */



html {
	min-width: 760px;
}

body {
	width: 100%;
	background-color: #cac6be;
	font-size: 93%;
	color: #555;
}
body, html {
	height: 100%;
}
#wrap {min-height: 100%;
width: 100%;}
p {
}

b, strong {
font-weight: bold;
}
i, em {
	font-style: italic;
}
a:link, a:visited {
	text-decoration: underline;
	color: #525252;
	 outline: none;
}

a:hover, a:active {
}

img {
	border: none;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}


	
/* @end */

/* @group Layout */

#container {
	margin: 20px auto 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	width: 700px;
	overflow: auto;
	padding-bottom: 160px;
}

/* @group ExtraContent */

#extraContainer1 {
	padding: 20px 10px;
	font-size: 93%;
	background-image:  url(images/extracontent2.png);
	background-repeat: repeat-x;
	background-color: #a9a59f;
}

#myExtraContent1 {
	display: none;
}
.extra_clearer {
	clear: both;
}
.column { float: left; }
.one { width: 100%; }
.two { width: 50%; }
.three { width: 33%; }
.four { width: 25%; }
.five { width: 20%; }
.two3rds { width: 66%; }
.three4ths { width: 75%; }
.four5ths { width: 80%; }
.column .content { width: 90% ! important; margin: 0 auto; padding: 0 ! important; float: none ! important;}

/* @end */
#panel {
	border-bottom: 2px groove #d6d6d6;
}

.clearer {
	clear: both;
}

#pageHeader {
	text-align: center;
		height: 225px;
	background: url(images/woodgrain.jpg) repeat-x;
}

#pageHeader img {
}
#titles {
	position: relative;
	top: 50px;
}

#pageHeader h1 {
	color: #eee;
	font-weight: bold;
}

#pageHeader h2 {
	color: #eee;
	font-size: 150%;
}

#contentContainer {
	margin: 0px 250px 0 0;
	width: 450px;

}

#contentContainer #content {
		text-shadow:#ddd 0 1px 0;
}

#sidebarContainer {
	margin: 0;
	float: right;
	width: 200px;
	height: 100%;
}

#sidebarContainer a{
text-decoration: none;
}

#sidebarContainer a:hover{
text-decoration: underline;
}

#sidebarContainer #sidebar {
	font-size: 115%;
	margin-top: 5px;
	text-shadow:#ddd 0 1px 0;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	border-bottom: 2px groove #d6d6d6;
	font-size: 125%;
	margin-bottom: 15px;}



#footer {position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	background: url(images/woodgrain.jpg);
	background-position: 0 top;
	clear:both;} 

#ft {
	border-top: 2px groove #d6d6d6;
	background-color: #d6d0ba;
	border-bottom:1px solid #756D5B;
}
.credit {
font-weight: normal;
font-size: 75%;
	text-shadow:#ddd 0 1px 0;
	position: absolute;
	top: 235px;
}

.credit a{
	font-style: italic;
}
#footer a:link, #footer a:visited {

}

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

/* @group Bread-crumb */

#breadcrumbcontainer {
	font-size: 83%;
	padding-left: 10px;
		text-shadow:#ddd 0 1px 0;
	font-weight: bold;
	overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space: nowrap;
	
}

#breadcrumbcontainer ul {
	margin: 15px 0;
	text-align: left;
}

#breadcrumbcontainer li {
		display: inline;
		background: url(images/16/right_16.png) no-repeat left center;
		padding-left: 20px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		
}

#breadcrumbcontainer li a {
text-decoration: none;
}

#breadcrumbcontainer li:first-child {
		background: url(images/16/home_16.png) no-repeat left center;
}

#breadcrumbcontainer a:hover {
	text-decoration: underline;
}
	
/* @end */

/* @group Toolbar */

/* @group Sidebar Navigation */



#side_navcontainer {
	margin: 0;
}

#side_navcontainer a {
	height: 0;
	width: 0;
	display: none;
}

#side_navcontainer li {
	position: relative;
	display: inline;
	height: 0;
}

#side_navcontainer a#current {
	font-weight: bold;
	color: #333;
	opacity: 1;
		background: url(images/16/left_16.png) no-repeat left center;
}

#side_navcontainer ul {
	margin-bottom: 10px;

}

#side_navcontainer ul ul {
	margin: 0;
	padding: 0;
}

#side_navcontainer ul li ul li a:link, #side_navcontainer ul li ul li a:visited {
	color: #666;
	display: block;
	text-shadow:#ddd 0 1px 0;
	height: auto;
	width: auto;
	text-decoration: none;
	background: url(images/16/document_16.png) no-repeat left center;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 20px;
	font-weight: bold;
}
#side_navcontainer ul li ul li a:hover {
	color: #444;
}
/* @end */

/* Toolbar Styles */

a#exshow {
	margin-top: 15px;
	margin-right: 10px;
float: right;
width: 32px;
height:32px;
display: block;
	z-index: 99;
	background: url(images/icons/down_32.png) no-repeat center center;
}

a#rwsearch {
	margin-top: 15px;
	margin-right: 10px;
float: right;
width: 32px;
height:32px;
display: block;
	z-index: 99;
	background: url(images/icons/search_32.png) no-repeat center center;
}
#navcontainer {
		overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space: nowrap;
	height: 60px;
	font-size: 123.1%;
	margin: 0;
	padding: 0;
background-repeat: repeat-x;
background-color: #dacec3;
	border-top:1px solid #444;
	border-bottom: 2px groove #d6d6d6;
	text-align: left;
}

#navcontainer #current {
	border: 0;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	position: relative;
	top: 20px;
	margin-right: 90px;
}

#navcontainer li {
	display: inline;
	margin: 0 20px;
}

#navcontainer a {
font-weight: bold;
text-shadow:#ddd 0 1px 0;
	text-decoration: none;
	
}

#navcontainer #current, #navcontainer a:hover {

}

#navcontainer a:active {
		color: #6c6d6d;
}
#navcontainer a.nav-button {
}
/* Child - Level 1 */

#navcontainer ul ul {
		display: none;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
}

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

#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 {
	margin: 10px 0;
	font-style: italic;
	font-weight: bold;
	clear: both;
	}

blockquote:before {
	content:'“';
	float: left;
	margin-top: -20px;
	font-size: 250%;
	font-weight: bold;
	padding: 0 5px 0 0;

}
sub {vertical-align:sub}
sup {vertical-align:super}

h1 {
	font-size: 197%;
	font-weight: bold;
	}

h2 {
	font-size: 189%;
		font-weight: bold;
}

h3 {
	font-size: 182%;
		font-weight: bold;
}

h4 {
	font-size: 174%;
		font-weight: bold;

}
h5 {
	font-size: 167%;
	font-weight: bold;
	
	}
h6 {
		font-weight: bold;
		font-size: 161.6%;
}

.imageStyle {
}



/* Main content area unordered list styles */
#contentContainer #content ul, #contentContainer #content ol {
	margin-left: 20px;
}


#contentContainer #content li {
	
}

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


ul.blog-tag-cloud {	
	margin: 5px 0;
	font-weight: bold;
	text-shadow:#ddd 0 1px 0;
	padding: 10px 5px;
	text-align: justify;
	font-size: 93%;
}

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

#sidebarContainer #sidebar ul.blog-tag-cloud li a {
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a:hover {
text-decoration: underline;
}

.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 {
	font-style: italic;
	font-weight: bold;
	margin-bottom: 20px;
}

.blog-archive-link {
	display: none;
}.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

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

.blog-entry:first-child {
}

h1.blog-entry-title {
	text-shadow:#ddd 0 1px 0;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow:#ddd 0 1px 0;
}


h1.blog-entry-title a {
	text-decoration: none;
}

.blog-entry-date {
	font-size: 93%;
	font-weight: bold;
		padding-left: 20px;
		margin-bottom: 5px;
		text-shadow:#ddd 0 1px 0;
	background: url(images/16/calendar_16.png) no-repeat left center;
}

/*styles the category link in the main entry */
.blog-entry-category {
	padding-left: 20px;
	background: url(images/16/folder_16.png) no-repeat left center;
	
}

.blog-entry-category a:link{
	text-decoration: none;
}

.blog-entry-category a:hover{
	text-decoration: underline;
}

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

.blog-read-more {
	padding-left: 20px;
	display: block;
	margin: 5px 0;
	font-weight: bold;
	background: url(images/16/plus_16.png) no-repeat left center;
}

.blog-entry-body {
	padding-top: 10px;
	border-top: 2px groove #d6d6d6;
}

.blog-entry-comments a{
	padding-left: 20px;
	font-size: 85%;
	text-shadow:#ddd 0 1px 0;
	font-weight: bold;
	background: url(images/16/bubble_16.png) no-repeat left center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	text-decoration: none;
}
.blog-entry-comments a:hover {
	text-decoration: underline;
}

p.blog-entry-tags {
/*	border-top: 1px solid #a9a59f;*/
	margin-top: 5px;
	padding-left: 20px;
	text-shadow:#ddd 0 1px 0;
	font-size: 85%;
	font-weight: bold;
	background: url(images/16/label_16.png) no-repeat left center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.blog-entry-tags a{
	text-decoration: none;
}

.blog-entry-tags a:hover{
	text-decoration: underline;
}

/* styles the archives in the blog sidebar */
#blog-archives {
		font-size: 123.1%;
		margin: 10px 0;
		font-weight: bold;
}

.blog-archive-link-enabled {
	padding-left: 20px;
	margin: 5px 0;
	background: url(images/16/calendar_16.png) no-repeat left center;
}

.blog-archive-link-disabled {
	display: none;
}

/* Styles the blog categories in the blog sidebar */
#sidebarContainer .blogstuff {
	margin: 10px 0;
}
#blog-categories {
	text-shadow:#ddd 0 1px 0;
	font-weight: bold;
	font-size: 123.1%;
}

.blog-category-link-enabled {
	padding-left: 20px;
	margin: 5px 0;
	background: url(images/16/folder_16.png) no-repeat left center;
}

.blog-category-link-disabled {
	display: none;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
padding: 5px 0;
		border-bottom: 2px groove #d6d6d6;
		border-top: 2px groove #d6d6d6;
}

.blog-rss-link {
	
	font-weight: bold;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(images/feed.png) no-repeat left center;
}

.blog-comments-rss-link {
	display: block;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 5px;
	background: url(images/feed.png) no-repeat left center;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 2px groove #d6d6d6;
}

.filesharing-item {
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-left: 40px;
	background: url(images/16/globe_32.png) no-repeat left center;
}


.filesharing-item-title a:link {
	text-decoration: none;
	text-shadow:#ddd 0 1px 0;
	font-weight: bold;
}

.filesharing-item-title a:hover {
	text-decoration: underline;
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
	font-size: 85%;
}

/* @end */

/* @group Quicktime Page */

.movie-description {
}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
}.movie-page-description {
}.movie-thumbnail-frame {
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
}
	
/* @end */

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

.movie-background {
}

.movie-title {
}

.movie-frame {
}
	
/* @end */


/* @end */

/* @group Quicktime Album */

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

.movie-page-title, .album-title {
		font-size: 93%;
	margin-bottom: 20px;
	border-bottom: 2px groove #d6d6d6;
	font-weight: bold;

}

.movie-page-description, .album-description {
	font-size: 93%;
	font-weight: bold;
	margin-bottom: 10px;
}

.movie-thumbnail-frame {
	margin: 0 20px;
	float: left;
}

.movie-thumbnail-frame a img {
	height: 60px;
	width: 120px;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	-moz-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
	border: 1px solid #666;
}

.movie-thumbnail-caption {
	font-size: 77%;
	width: 120px;
	margin-bottom: 10px;
	text-align: center;
}

/* @end */

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

.movie-background {
	
}

.movie-title {
	margin: 10px;
	font-weight: bold;
	font-size: 123.1%;
}

.movie-frame {
	margin: 10px;
}

.movie-frame object {
	
}

/* @end */

/* @end */

/* @group Photo Album */

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

.album-wrapper {
	
}
.thumbnail-wrap {
	float: left;
	padding: 0;
	margin-bottom: 10px;
}

.thumbnail-frame {
	text-align: center;
}

.thumbnail-frame:hover {
	
}

.thumbnail-frame a {
	
}

.thumbnail-frame a:hover {
	
}

.thumbnail-frame img {
	width: 50%;
	height: auto;
	border: 3px double #666;
}

.thumbnail-caption {
	margin-top: 2px;
	text-align: center;
	font-size: 77%;
	line-height: 13px;
}

/* @end */

/* @group Lightbox */

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('images/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('images/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	padding: 18px 18px 33px 18px;
	margin: 0;
	overflow: hidden;
	background: transparent;
	display: none;
}

div#fancy_inner {
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #eee;
	color: #333;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	z-index: 111;
	display: none;
	background-image: url(data:image/gif;
	base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px;
}

a#fancy_right {
	right: 0px;
}

span.fancy_ico {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112;
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('images/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
	visibility: visible;
}

a#fancy_right:hover {
	visibility: visible;
}

a#fancy_left:hover span {
	left: 20px;
}

a#fancy_right:hover span {
	right: 20px;
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('images/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('images/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('images/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('images/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(images/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(images/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(images/fancy_title_right.png) repeat-x;
}

/* @end */

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

.photo-background {
	
}

.photo-navigation {
	
}

.photo-links {
	
}

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

.photo-navigation a:hover {
	
}

.photo-frame {
	
}

.photo-title {
	
}

.photo-caption {
	
}

/* @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 Contact Form */

.message-text {
	
}

.required-text {
	
}

input.form-input-field, textarea.form-input-field {
	border: 1px solid #96938d;

	background: #fff url(images/input.png) repeat-x;
	font-size: 116%;
	padding: 5px;
}

input.form-input-field {
	height: 30px;
}

.form-input-button {
	width: 80px;
	border: 0;
	margin-right: 10px;
	font-weight: bold;
	height: 30px;
	color: #666;
	background: url(images/input-button.png) no-repeat;
}

.form-input-button:active {
	background: url(images/input-button-active.png) no-repeat;
}

.form-input-button:hover {
	color: #333;
}

/* @end */

/* @group Search Box
 */
#rapidsearch {
}
input.searchbox {
	margin: 10px;
		border: 1px solid #96938d;
	background: #fff url(images/input.png) repeat-x;
	font-size: 116%;
	width: 392px;
	padding: 5px;
	color: #999;
	height: 30px;
}

/* @end */


