body, html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #333;
	color: #fff;
	font-family: Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	background-image: url("/theme/images/bg/iCrop-Logo.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

/* @group General Styles */

b, strong {
	font-weight: bold;
}

img {
	border: none;
	display: inline;
	margin: auto;
}

#content img {
	display: block;
}

.image-left {
	float: left;
	margin: 3px 1em 1em 0;
	padding: 3px;
}

.image-right {
	float: right;
	margin: 3px 0 1em 1em;
	padding: 3px;
}

/* @end */

/* @group Default Styles */

a {
	color: #33ccff;
	text-decoration: none;
}

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

h1, h2, h3, h4, h5, #sideHeader {
	color: #fff;
}

/* @end */

/* @group Layout */

#container {
	position: relative;
	margin: 25px;
}

#pageHeader {
	position: relative;
	text-align: right;
	min-height: 50px;
}

#contentContainer {
	position: relative;
	margin: 30px 225px 20px 0px;
}

#content {
	margin: 0px 0 0 200px;
}

#sidebarContainer {
	width: 200px;
	float: left;
	font-size: 10px;
}

#sidebar {
	margin: 0 20px 0 0;
	text-align: justify;
}

#sidebar #sideHeader {
	font-size: 11px;
	margin-bottom: 0.6em;
}

#logo {
	width: 80px;
	text-align: center;
	position: relative;
	left: auto;
	right: 0;
	margin: 20px 60px 0 auto;
}

#logo img {
	display: block;
	margin: 0 auto;
}

#navcontainer {
	border-left-color: white;
	border-left-color: #fff;
	border-left-width: 1px;
	border-left-style: solid;
	position: relative;
	width: 100px;
	left: auto;
	margin: 20px 0px 0 auto;
	right: 0;
	top: 0;
	padding-bottom: 120px;
	padding-top: 20px;
	float: right;
}

#navcontainer ul ul {
	display: none;
}

#navcontainer .currentAncestor + ul, #navcontainer a.current + ul {
	display: block !important;
}

#breadcrumbcontainer {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	z-index: 200;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
	font-size: 9px;
}

/* @end */

/* @group pageHeader */

#pageHeader h1, #pageHeader h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#pageHeader h1 {
	font-size: 20px;
	margin: 0 20px 0 auto;
	text-align: center;
	top: 0px;
}

#pageHeader h2 {
	font-size: 13px;
	margin: 0 20px 0 auto;
	text-align: center;
	top: 30px;
}

/* @end */

/* @group Content */

#content h1, #content h2, #content h3, #content h4, #content h5 {
	margin: 0;
	padding: 0;
}

#content h1 {
	font-size: 14px;
	margin-bottom: 0.6em;
	margin-top: 1.2em;
}

#content h2 {
	font-size: 12px;
	margin-bottom: 0.6em;
	margin-top: 1.2em;
}

#content h3 {
	font-size: 11px;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
	font-weight: bold;
}

#content h4 {
	margin-top: 0.7em;
	margin-bottom: 0.4em;
}

#content p {
	font-size: 11px;
	line-height: 1.4;
	margin: 0;
	margin-top: 0.5em;
	padding: 0;
	text-align: justify;
}

/* @end */

/* @group Navigation */

#navcontainer ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	margin-left: -22px;
	width: 140px;
}

#navcontainer ul li a {
	display: block;
}

#navcontainer ul li {
	margin: 6px 0;
	display: block;
	position: relative;
	font-size: 13px;
	padding-left: 15px;
	list-style: none;
}

#navcontainer ul li a:link, #navcontainer ul li a:visited {
	text-decoration: none;
	padding-left: 20px;
}

#navcontainer ul ul {
	text-align: right;
	left: -107px;
}

#navcontainer ul li li {
	margin: 6px 0;
	display: block;
	font-size: 12px;
}

#navcontainer ul li li a {
	padding-right: 15px;
	position: relative;
}

#navcontainer ul ul ul {
	left: -0px;
	text-align: right;
}

#navcontainer ul li ul li ul li {
	font-size: 10px;
	background: transparent;
}

#navcontainer ul li ul li ul li ul li {
	font-size: 9px;
	background: transparent;
}

#navcontainer ul li ul li ul li a.current, #navcontainer ul li ul li ul li a.currentAncestor, #navcontainer ul li ul li ul li ul li a.current, #navcontainer ul li ul li ul li ul li a.currentAncestor {
	background: transparent;
	background-image: none;
}

#navcontainer ul li a.current, #navcontainer ul li a.currentAncestor {
	font-weight: bold;
}

#navcontainer a:link, #navcontainer a:visited {
	color: #a0a0a3;
}

#navcontainer a:hover, #navcontainer a:active {
	color: #777;
}

#navcontainer ul li a.currentAncestor, #navcontainer ul li a.current {
	background: url(../theme/images/bullets/bullet_white_12x12.png) no-repeat left center;
}

#navcontainer ul li li a.current, #navcontainer ul li li a.currentAncestor {
	background: url(../theme/images/bullets/bullet_white_8x8.png) no-repeat right center;
}

* html #navcontainer ul li a.currentAncestor, * html #navcontainer ul li a.current {
	background: url(../theme/images/bullets/square_white_12x12.gif) no-repeat left center;
}

* html #navcontainer ul li li a.current, * html #navcontainer ul li li a.currentAncestor {
	background: url(../theme/images/bullets/square_white_9x9.gif) no-repeat right center;
}

* html #navcontainer ul li li li a.current {
	background: transparent;
}

/* @end */

/* @group Sidebar */

#sidebarContainer {
	color: #666;
}

#sidebarContainer:hover {
	color: #999;
}

#sidebar #sideHeader {
	color: #999;
}

/* @end */

/* @group breadcrumb */

#breadcrumbcontainer ul {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0;
	font-size: 10px;
}

#breadcrumbcontainer ul li {
	list-style: none;
	display: inline;
}

#breadcrumbcontainer ul li a {
	color: #fff;
}

/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
	
}

.blog-archive-headings-wrapper {
	text-align: left;
/

*

Hack To Keep IE5 Windows Happy */
}

.blog-archive-entries-wrapper {
	text-align: left;
	/

*

Hack To Keep IE5 Windows Happy */
	padding-top: 20px;
}

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

.blog-archive-month {
	padding: 20px 0;
	font-size: 2.5em;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

.blog-archive-link {
	padding: 0 20px 20px;
}

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

/* @end */

.blog-entry {
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.blog-entry-title {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 3px;
}

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

.blog-entry-body {
	
}

.blog-entry-comments {
	padding-top: 10px;
}

.blog-entry-category {
	
}

.blog-category-link-enabled {
	
}

.blog-category-link-disabled {
	
}

/* styles the archives in the blog sidebar */

#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
	margin: 0 5px;
}

.blog-archive-link-disabled {
	margin: 0 5px;
}

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

#blog-categories {
	margin-bottom: 10px;
	font-size: 1.1em;
}

.blog-category-link-enabled {
	margin: 0 5px;
}

.blog-category-link-disabled {
	margin: 0 5px;
}

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

#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
	
}

.blog-comments-rss-link {
	
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	
}

.filesharing-item {
	margin-bottom: 10px;
	padding: 10px;
}

.filesharing-item-title a:link {
	
}

.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-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	width: 100%;
	clear: left;
}

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

.album-wrapper {
	display: block;
	width: 100%;
	position: relative;
	top: 20px;
	clear: left;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
}

.thumbnail-frame {
	position: absolute;
	bottom: 0;
	left: 0;
}

.thumbnail-frame img {
	margin: auto;
	border: none;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 20px;
	display: block;
}

#content p.thumbnail-caption {
	text-align: center;
	font-size: 9px;
}

.thumbnail-frame {
	padding: 5px;
}

.thumbnail-frame:hover {
	
}

.thumbnail-frame a {
	
}

.thumbnail-frame a:hover {
	
}

.thumbnail-frame img {
	
}

/* @end */

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

.photo-background {
	margin: 0;
	text-align: center;
}

.photo-navigation {
	padding: 20px 40px 10px;
	margin-bottom: 20px;
	text-align: center;
}

.photo-links {
	
}

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

.photo-navigation a:hover {
	
}

.photo-frame {
	padding: 2px;
}

.photo-title {
	font-size: 14px;
	margin: 0 0 5px;
}

.photo-caption {
	font-size: 12px;
	margin: 0;
}

/* @end */

/* @end */

/* @group Quicktime Page */

.movie-description {
	
}

/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
}

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

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

.movie-thumbnail-frame:hover {
	
}

.movie-thumbnail-caption {
	
}

/* @end */

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

.movie-background {
	text-align: center;
}

.movie-title {
	font-size: 11px;
	font-weight: bold;
}

.movie-frame {
	margin-top: 10px;
}

/* @end */

/* @end */

/* @group Contact Form */

label {
	vertical-align: top;
	float: left;
}

.contact_container {
	
}

.message-text {
	
}

.required-text {
	
}

.form-input-field {
	float: right;
	width: 300px;
	margin-right: 0;
	background-color: #666;
	border-style: none;
	border-width: 0;
	padding: 2px;
	color: #fff;
}

.form-input-button {
	left: 25%;
	position: relative;
	width: 150px;
}

/* @end */

