/* @group General Styles */

body {
	color: #555555;
	font: 0.75em/1.6em "Arial", verdana, tahoma, sans-serif;
	text-align: center;
	margin: 20px 20px 20px;
	padding: 0;
}

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

a:hover, a:active {
	color: #ff6600;
}

img {
	border: none;
}

	
/* @end */

/* @group Layout */



#container {
	width:700px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: justify; /* Hack To Keep IE5 Windows Happy */
	position: relative;
	border:1px;
	border-style:solid;
	border-color:#000000;
	background: repeat-y left url(images/sidebar_bg.png);
}

.clearer {
	clear: both;
}

/* @end */

#contactContainer {
	margin-right:10px;
	float:right;
}


#contactContainer a:link {
	color:#555555;
}

#contactContainer a:visited {
	color:#555555;
}

#contactContainer a:hover {
	color:#ff6600;
}
#contactContainer a:active {
	color:#ff6600;
}



/* @Sidebar */
#sidebarContainer {
	width: 200px;
	float: left;
}

#pageHeader {
	padding-bottom: 20px;
	padding-top: 20px;
}

#pageTitle {
	color: #eaeaea;
	font-size: 2.0em;
	margin: 10px 7px 7px;
}

#pageSlogan {
	font-weight: normal;
	padding-right:10px;
	margin: 10px;
	font-size: 1em;
	color: #555555;
	letter-spacing: 1px;
	word-spacing: 2px;
}

#sidebar {
	padding-right:10px;
	margin: 10px;
}

.sideHeader {
	color: #eaeaea;
	font-weight: bold;
	margin: 0;
	font-size: 1.2em;
}
/* @end */


/* @Content */

#contentContainer {
	width:460px;
	float:right;
	padding-top:40px;
	padding-right:20px;
}

/* @end */


/* @Footer */

#footer { 
	margin-top: 5px;
}

	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	margin-top: 5px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumbcontainer li {
	display: inline;
}

#navcontainer {
	margin-bottom:40px;
}

#navcontainer #current {
	color:#eaeaea;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin-left:3px;
}

#navcontainer a {
	font-size: 1.5em;
	display: block;
	text-decoration: none;
	color: #555555;
	margin-bottom:10px;
}

#navcontainer a:hover {
	color: #eaeaea;
}

/* Child - Level 1 */

#navcontainer ul ul a {
	font-size: 1em;
	display: block;
	text-decoration: none;
	color: #555555;
}

#navcontainer ul ul a:hover{
	color: #eaeaea;
}

#navcontainer ul ul #current{
	color:#eaeaea;
}

/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	margin: 0;
	font-size: 1em;
	color: #b8b8b8;
}

h1 {
	font-style:normal;
	font-weight:normal;
	letter-spacing:0.2em;
	color:#ff9900;
}

h2 {
	font-style:normal;
	font-weight:normal;
	letter-spacing:0.2em;
	color:#ff9900;
}

h3 {
	font-style:normal;
	font-weight:normal;
	letter-spacing:0.2em;
	color:#ff9900;
}

h4 {
	font-style:normal;
	font-weight:normal;
	letter-spacing:0.2em;
	color:#ff9900;
}


/* Main content area unordered list styles */


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: 10px 0;
	padding: 0;
}

/* Table Styles */
table {
	font-size: 1em;
}
/* @end */

/* @group Blog */

/* @group Tag Cloud */
ul.blog-tag-cloud {
	margin: 0 0 10px;
	padding: 0;
	text-align: justify;
}

ul.blog-tag-cloud a {
	color:#555555;
}
ul.blog-tag-cloud a:hover {
	color:#eaeaea;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 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-entry-summary {
	margin-bottom: 10px;
}

.blog-archive-headings-wrapper {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.blog-archive-month {
	font-size: 1.6em;
	margin-bottom: 5px;
}
	
/* @end */

.blog-entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

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

.blog-entry-date {
	color: #b3b3b3;
	margin-bottom: 15px;
	padding-left: 16px;
	background: no-repeat 0px 3px  url(images/date.png);
}

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

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

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

.blog-entry-category a:link, .blog-entry-category a:visited {
	color: #b3b3b3;
}

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

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

#blog-archives a {
	color:#555555;
}

#blog-archives a:hover {
	color:#eaeaea;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

#blog-categories a {
	color:#555555;
}

#blog-categories a:hover {
	color:#eaeaea;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

#blog-rss-feeds a {
	color:#555555;
}

#blog-rss-feeds a:hover {
	color:#eaeaea;
}

.blog-rss-link {
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
}

.blog-comments-rss-link {
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
}

/* Comment links */
a.blog-comment-link {
	background: no-repeat left center url(images/comments.png);
	padding-left: 16px;
	margin-right: 5px;
}

/* Trackback links */
a.blog-trackback-link {
	background: url(images/trackback.png) no-repeat left center;
	padding-left: 16px;
}

/* @end */

/* @group File Sharing */

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

.filesharing-item {
	margin-bottom: 15px;
}

.filesharing-item-title a:link {
	padding-left: 16px;
	background: no-repeat left center url(images/arrow_down.png);
}

/* @end */

/* @group Photo Album */

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

.album-title {
	font-size: 1.6em;
	margin-bottom: 5px;
	color:#ff9900;
}

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


.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

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

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

.thumbnail-frame:hover {
	background:#e1e1e1;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

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

.photo-background {
	background:#000000;
}

.photo-navigation {
	padding:10px;
	margin-bottom: 35px;
	background:#eaeaea;
}

.photo-links {
	margin: 0;
}

.photo-title {
	font-size: 1.6em;
	margin: 10px 0 0;
	color: #ff9900;
}

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

/* @group EXIF data */
.exif-data {
	
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-size: 1.6em;
	margin-bottom: 5px;
	color: #ff9900;
}

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

.movie-thumbnail-frame {
	width: 140px;
	height: 140px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding: 1px;
	background:#e1e1e1;
}

.movie-thumbnail-frame:hover {
	background:#eaeaea;
}
	
/* @end */

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

.movie-background {
	background: #fafafa;
	margin: 10px;
}

.movie-title {
	color: #ff9900;
	font-size: 2.5em;
}

.movie-frame {
	margin-bottom: 10px;
}
	
/* @end */


/* @end */

/* @group Contact Form */

.form-input-field {
	background: #f4f4f4;
} 
/* @end */

