/* -------------------------------- */

/* RapidWeaver Write theme (v1.0) */

/*  is designed and developed by elixir */

/* Visit www.elixirgraphics.com for  */

/* more RapidWeaver themes. */

/* -------------------------------- */

/* @group Meyer's CSS reset */

/* v1.0 | 20080212 */
/* with slight modifications*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
	-moz-outline-style:none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

textarea {
  outline: none;
}

/* @end */

/* @group General Styles */


html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	width: 100%;
	padding: 0;
	font: normal 14px/23px Georgia, "Times New Roman", Times, serif;
}

:focus {
	-moz-outline-style: none;
}

img {
   border: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 12px 3px 0px;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 12px;
}

a, a:visited {
	-webkit-transition-property: color;
	-webkit-transition-duration: 300ms;	
	-moz-transition-property: color;
	-moz-transition-duration: 300ms;
	-o-transition-property: color;
	-o-transition-duration: 300ms;
	transition-property: color;
	transition-duration: 300ms;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

.clearer {
	clear: both;
}

.clearerLeft {
	clear: left;
}

.clearerRight {
	clear: right;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 44px;
	line-height: 48px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 17px;
	line-height: 20px;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
}

hr {
	border-top: 1px solid #d5d5d5;
	width:  90%;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 12px;
	margin-bottom: 12px;
}

/* Main content area unordered list styles */

#contentContainer #content ul {
}

#contentContainer #content li {
	list-style-position: inside;
	list-style-type: disc;
}

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;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 5px 0;
	padding-left: 20px;
}

#sidebarContainer #sidebar li {
}

blockquote {
	display: block;
	font-size: 22px;
	line-height: 28px;
	float: left;
	text-indent: 40px;
	background: url(images/quotemark.png) no-repeat left top;
	padding-top: 6px;
	color: #afafaf;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 23px;
}

.blog-entry blockquote {
	margin: 0 10px 23px -200px;
	display: block;
	font-size: 22px;
	line-height: 28px;
	float: left;
	text-indent: 40px;
	background: url(images/quotemark.png) no-repeat left top;
	padding-top: 6px;
	color: #afafaf;
}


::-moz-selection {
}
	
::selection {
}

/* @end */

/* @group Layout */

#outerWrapper {
	margin-right: auto;
	margin-top: 48px;
	margin-left: auto;
}

#siteLogo {
	float: right;
	display: block;
	overflow: hidden;
}


#title {
	float: left;
	display: block;
}

#title h1 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 14px;
	padding-right: 14px;
	position: relative;
	display: block;
	margin-bottom: 4px;
}

#contentContainer {
	margin-top: 32px;
}

#siteSlogan {
	display: block;
	float: left;
	clear: left;
}

#siteSlogan h2 {
	font-size: 20px;
	color: #b2b2b2;
	line-height: 24px;
}

#headerContainer {
	height: 250px;
	width: 100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: 22px;
	display: none;
}

#sidebarContainer {
	width: 220px;
	float: right;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #8f8f8f;
	background: #f5f5f5;
	padding: 14px 20px;
	border-bottom: 1px solid;
}

#sidebar h4 {
	margin-bottom: 10px;
	margin-right: -20px;
	margin-left: -20px;
	padding-right: 20px;
	padding-left: 20px;
	font-style: normal;
	line-height: 23px;
	font-size: 18px;
	font-variant: normal;
}

#content {
	font-size: 16px;
}

#footer {
	border-top: 1px solid #e3e3e3;
	font: 12px/23px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: right;
	padding-right: 2px;
	margin-bottom: 52px;
}

.standout {
	margin-left: -200px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff7c0;
	border: 1px solid #ffd61f;
	padding: 14px;
	color: #9c830f;
	font: 12px/23px Verdana, "Lucida Grande", Lucida, sans-serif;
}

.standout h4 {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

.note {
	font: 10px/23px Verdana, "Lucida Grande", Lucida, sans-serif;
	width: 180px;
	display: block;
	margin-left: -200px;
	position: absolute;
	background: url(images/note.png) no-repeat right 13px;
	padding-top: 53px;
	text-align: right;
	margin-top: 17px;
}

#ecContainer1 {
	padding-top: 32px;
	display: none;
}

#ecContainer2 {
	margin-top: 32px;
	border-top: 1px solid #e3e3e3;
	padding-top: 33px;
	padding-bottom: 33px;
}

#archive {
	margin-top: 32px;
}

	
/* @end */

/* @group Navbar */

/* Toolbar Styles */

#contentContainer #content .navcontainer li {
	list-style-position: inside;
	padding: 0;
	margin: 0;
}


.navcontainer {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 32px;
	padding: 0;
	height: 22px;
}

.navcontainer .current.current:hover {
}

/* Parent - Level 0 */

.navcontainer ul {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

.navcontainer li {
	float: left;
	width: auto;
}

.navcontainer a, .navcontainer a:visited {
	text-align: center;
	text-decoration: none;
	display: inline;
	letter-spacing: 0;
	color: #9c9c9c;
	height: 37px;
	padding-right: 18px;
	width: auto;
	margin: 0;
}

.navcontainer .current,
.navcontainer .currentAncestor, .navcontainer a:visited.current {
	background: url(images/menu_current_leaf.png) no-repeat center 26px;
}

.navcontainer a:hover {
}

.navcontainer a:active {
}

.navcontainer ul ul{
	display: none;
}

.navcontainer ul ul ul {
	display: none;
}

.navcontainer ul ul ul ul {
	display: none;
}

.navcontainer ul ul ul ul ul {
	display: none;
}

.navcontainer ul ul ul ul ul ul {
	display: none;
}

/* @end */

/* @group SubNavbar */

.subnavcontainer {
	border-style: none;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Parent - Level 0 */

.subnavcontainer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.subnavcontainer li {
	position: relative;
	display: inline;
	height: 0;
}

.subnavcontainer a, .subnavcontainer a:visited {
	display: none;
	text-decoration: none;
	height: 32px;
	line-height: 32px;
}

.subnavcontainer a:hover {
	text-decoration: none;
}

/* Child - Level 1 */

.subnavcontainer ul ul {
	padding: 0;
	border-top: 1px solid #ddd;
	border-bottom-style: none;
	margin: 10px -20px 32px;
}

.subnavcontainer ul ul li {
	margin: 0;
	padding: 0;
}

.subnavcontainer ul ul li a.current {
	display: block;
}

.subnavcontainer ul ul li a.current:hover {
}

.subnavcontainer ul ul a, .subnavcontainer ul ul a:visited {
	display: block;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -1px;
	border-bottom: 1px solid #ddd;
	-webkit-transition-property: color;
	-webkit-transition-duration: 300ms;		
	-moz-transition-property: color;
	-moz-transition-duration: 300ms;
	-o-transition-property: color;
	-o-transition-duration: 300ms;
	transition-property: color;
	transition-duration: 300ms;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-style: none;
}

.subnavcontainer ul ul a:hover {
	display: block;
}

.subnavcontainer ul ul a:active {
}

/* Child - Level 2 */

.subnavcontainer ul ul ul a, .subnavcontainer ul ul ul a:visited {
	background-image: none;
	display: block;
	margin: 0;
	padding-left: 48px;
}

.subnavcontainer ul ul ul  {
	border-bottom: 1px none #b3b3b1;
	border-top-style: none;
	border-top-color: #cfcfcb;
	margin: 0;
}

.subnavcontainer ul ul ul li a.current {
	display: block;
}

.subnavcontainer ul ul ul li a.current:hover {
}

/* Child Level 3 */

.subnavcontainer ul ul ul ul a, .subnavcontainer ul ul ul ul a:visited {
	height: 21px;
	display: block;
	margin-left: 68px;
	width: 160px;
	padding: 0 0 0 10px;
	margin-top: 0;
	line-height: 18px;
	font-size: 12px;
}

.subnavcontainer ul ul ul ul  {
	display: none;
}

/* Child Level 4 */

.subnavcontainer ul ul ul ul ul  {
	display: none;
}

/* Child Level 5 */

.subnavcontainer ul ul ul ul ul  {
	display: none;
}


/* @end */

/* @group Blog */

/* @group Tag Cloud */
ul.blog-tag-cloud {
	text-align: left;
	display: block;
	list-style-position: inside;
	list-style-type: none;
	clear: both;
	padding-top: 5px;
	margin-bottom: 12px;
	padding-left: 0;
	line-height: 19px;
}

ul.blog-tag-cloud a, ul.blog-tag-cloud a:visited{
}

ul.blog-tag-cloud a:hover{
	text-decoration: none;
}

ul.blog-tag-cloud li {
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
	list-style-position: inside;
	list-style-type: none;
}

.blog-tag-size-1 {	
	font-size: 8px;
}

.blog-tag-size-2 {	
	font-size: 9px;
}

.blog-tag-size-3 {	
	font-size: 10px;
}

.blog-tag-size-4 {	
	font-size: 11px;
}

.blog-tag-size-5 {	
	font-size: 12px;
}

.blog-tag-size-6 {	
	font-size: 13px;
}

.blog-tag-size-7 {	
	font-size: 14px;
}

.blog-tag-size-8 {	
	font-size: 15px;
}

.blog-tag-size-9 {	
	font-size: 16px;
}

.blog-tag-size-10 {	
	font-size: 17px;
}

.blog-tag-size-11 {	
	font-size: 18px;
}

.blog-tag-size-12 {	
	font-size: 19px;
}

.blog-tag-size-13 {
	font-size: 20px;
}

.blog-tag-size-14 {	
	font-size: 21px;
}

.blog-tag-size-15 {
	font-size: 21px;
}

.blog-tag-size-16 {	
	font-size: 21px;
}

.blog-tag-size-17 {	
	font-size: 22px;
}

.blog-tag-size-18 {	
	font-size: 22px;
}

.blog-tag-size-19 {
	font-size: 22px;
}

.blog-tag-size-20 {	
	font-size: 23px;
}

/* @end */
/* @group Archive Page */

.blog-archive-entries-wrapper .blog-entry-body:first-letter {
	font-size: 12px;
	line-height: 23px;
	padding-right: 0;
	float: none;
}

.blog-archive-background {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}	
/* @end */

.blog-entry {
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
	padding-left: 200px;
}

.blog-entry .image-left,
.blog-entry .image-right {
}

h1.blog-entry-title {
	line-height: 34px;
	font-size: 30px;
	margin-bottom: 8px;
	font-weight: normal;
	font-style: normal;
}

.blog-entry-title a {
	text-decoration: none;
}

.blog-entry-title a:hover {
	text-decoration: none;
}

.blog-entry-date {
	margin-bottom: 12px;
	border-bottom: 1px solid #eaeaea;
	background: url(images/date_icon.png) no-repeat right 3px;
	padding-right: 14px;
	position: absolute;
	margin-left: -200px;
	width: 170px;
	font: normal normal 11px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #b2b2b2;
	display: block;
	margin-top: 10px;
	text-align: right;
	padding-bottom: 2px;
}

.blog-entry-body {
}

p.blog-entry-tags {
	margin-top: 12px;
}

p.blog-entry-tags a, p.blog-entry-tags a:visited {
	text-decoration: none;
}

p.blog-entry-tags a:hover {
}

.blog-entry-comments {
	margin-top: 12px;
}

.blog-entry-comments a, .blog-entry-comments a:visited {
}

.blog-entry-comments a:hover {
}

.blog-entry-category a:link,
.blog-entry-category a:visited,
.blog-category-link-enabled,
.blog-category-link-disabled {
	text-decoration: none;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-color: #efefef;
	padding-right: 8px;
	padding-left: 8px;
	color: #b4b4b4;
}

.blog-entry-category a:hover {
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link,
.blog-entry-category a:visited {
}

.blog-entry-category a:hover {
}

/* styles the archives in the blog sidebar */
#blog-archives {
	padding-top: 6px;
	margin-bottom: 12px;
}

#blog-archives br {
	display: none;
}

.blog-archive-link-enabled {
	display: block;
}

#blog-archives a, #blog-archives a:visited {
	border-style: none;
	padding: 2px 8px;
	color: #a3a3a3;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 300ms;
	-moz-transition-property: background-color;
	-moz-transition-duration: 300ms;
	-o-transition-property: background-color;
	-o-transition-duration: 300ms;
	transition-property: background-color;
	transition-duration: 300ms;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 1px;
	text-decoration: none;
	background-color: #f5f5f5;
}

#blog-archives>a:nth-of-type(odd) {
	background-color: #fcfcfc;
}

#blog-archives a:hover {
	background-color: #e2e2e2;
	text-decoration: none;
}

.blog-archive-link-disabled {
	display: none;
}

a.blog-archive-link-enabled:hover, .blog-archive-link-disabled:hover {
}
/* Styles the blog categories in the blog sidebar */
#blog-categories {
	padding-top: 6px;
	margin-bottom: 12px;
}

#blog-categories a, #blog-categories a:visited {
	border-style: none;
	padding: 2px 8px;
	color: #a3a3a3;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 300ms;
	-moz-transition-property: background-color;
	-moz-transition-duration: 300ms;
	-o-transition-property: background-color;
	-o-transition-duration: 300ms;
	transition-property: background-color;
	transition-duration: 300ms;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 1px;
	background-color: #f5f5f5;
}

.blog-category-link-enabled, .blog-category-link-disabled {
	display: block;
}

#blog-categories>a:nth-of-type(odd) {
	background-color: #fcfcfc;
}

#blog-categories a:hover {
	background-color: #e2e2e2;
}

.blog-category-link-disabled {
	display: none;
}

.blog-category-link-enabled:hover, .blog-category-link-disabled:hover {
}

#blog-categories br {
	display: none;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	padding-top: 6px;
	line-height: 19px;
}

#blog-rss-feeds br  {
}

a.blog-rss-link,
a.blog-comments-rss-link {
}

a.blog-rss-link:hover {
}

/* Read More links */

.blog-read-more {
	display: block;
	margin-top: 12px;
}

.blog-read-more a {
	padding-left: 14px;
	background: url(images/mini_magnifyingglass.png) no-repeat left center;
	text-decoration: none;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 12px;
	text-align: left;
	background: url(images/filesharing1.png) no-repeat 5px 8px;
	padding-left: 66px;
}

.filesharing-item {
	margin-bottom: 20px;
	margin-left: 66px;
	margin-top: 20px;
}

.filesharing-item:hover .filesharing-item-title {
}

.filesharing-item:last-child {
}

.filesharing-item-title {
	font-size: 20px;
}

.filesharing-item-title a, .filesharing-item-title a:visited {	
	color: #ababab;
	text-decoration: none;
}

.filesharing-item-title a:hover {
	text-decoration: none;
}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

/* @group Index Page View */

.album-title {
	font-size: 24px;
	margin-bottom: 6px;
	display: block;
	line-height: 28px;
	margin-left: 40px;
}

.album-description {
	text-align: left;
	display: block;
	background: url(images/camera.png) no-repeat left 4px;
	padding-left: 40px;
	margin-bottom: 20px;
}


.album-wrapper {
	display: block;
	margin-left: 40px;
}

.thumbnail-wrap {
	float: left;
	margin-bottom: 42px;
	margin-right: 20px;
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame a img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.thumbnail-frame a img:hover {

}

.thumbnail-caption {
	margin: 0;
	font-size: 10px;
	text-align: center;
	line-height: 12px;
	padding-left: 0;
	padding-right: 0;
}
	
/* @end */

/* @group Single View */

.photo-background {
	text-align: center;
}

.photo-background p{
}

.photo-navigation {
	width: 450px;
	background-color: #1a1816;
	background-color: rgba(26,24,22);
	background-color: rgba(26,24,22,0.8);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: solid;
	border-top-color: #060401;
	border-bottom-color: #3d3734;
	border-bottom-style: solid;
	margin: 32px auto;
	padding: 12px;
}

.photo-links {
}

.photo-navigation a:link, .photo-navigation a:visited {
}

.photo-navigation a:hover {
}

.photo-frame{
	border: 1px solid #47403d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 12px;
	background-color: #2f2b29;
}

.photo-background p.photo-title {
	font-size: 24px;
}

.photo-background p.photo-caption {
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
	width: 450px;
	background-color: #1a1816;
	background-color: rgba(26,24,22);
	background-color: rgba(26,24,22,0.8);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: solid;
	border-top-color: #060401;
	border-bottom-color: #3d3734;
	border-bottom-style: solid;
	margin: 32px auto;
	padding: 12px;
}

.exif-data p {
	text-align: center;
}

/* 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 {
	margin-top: 20px;
	margin-bottom: 20px;
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page View */

.movie-page-title {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
	font-size: 2em;
}

.movie-page-description {
	margin: 10px 0 20px 0;
}

.movie-thumbnail-frame {
	display: block;
	float: left;
	margin-bottom: 0px;
	margin-right: 12px;
}

.movie-thumbnail-caption {
	display: block;
	width: 138px;
	padding: 0 0 10px 0;
	margin: 0;
	text-align: center;
}
	
/* @end */

/* @group Single Page View */
.movie-background {
	text-align: center;
}

.movie-title {
}

.movie-frame {
	padding: 5px;
	padding-bottom: 11px;
}

	
/* @end */


/* @end */

/* @group Forms */
form {
	margin: -23px 0 0 200px;
	padding: 0;
}

label {
	margin: 0;
	color: #ababab;
}

.message-text {
	position: absolute;
	display: block;
	width: 170px;
	text-align: right;
	background: url(images/form.png) no-repeat right 12px;
	padding-top: 50px;
	margin-top: -4px;
} 

.required-text {
	color: #cf5082;
	padding: 10px;
} 

.form-input-field {
	line-height: 24px;
	font-size: 16px;
	padding: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition-property: background-color, border;
	-webkit-transition-duration: 300ms;		
	-moz-transition-property: background-color, border;
	-moz-transition-duration: 300ms;
	-o-transition-property: background-color, border;
	-o-transition-duration: 300ms;
	transition-property: background-color, border;
	transition-duration: 300ms;
	border: 1px solid #e3e3e3;
	width: 97%;
}

.form-input-field:focus {
	line-height: 24px;
	font-size: 16px;
	padding: 5px;
	border: 1px solid;
} 

.form-input-button { 
} 
/* @end */

/* @group Breadcrumb Trail */

#breadcrumb {
	font: 12px/23px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #e3e3e3;
}

#breadcrumb ul {
	border-top: 1px solid #e3e3e3;
	list-style-type: none;
	margin: 32px 0 0;
	padding: 0;
}

#breadcrumb li {
	list-style-type: none;
	display: inline;
}


#breadcrumb a {
	display: inline;
}

#breadcrumb a:hover {
	text-decoration: none;
}
	
/* @end */

/* @group ExtraContent */

#myExtraContent1,#myExtraContent2,#myExtraContent3,#myExtraContent4,#myExtraContent5,#myExtraContent6 {
	display:none;
}

/* @group ExtraContent Columns */

/*
CSS code for ExtraContent Columns Snippets*/

.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 */



/* @end */

