/* CORE ELEMENTS */

body {
	margin: 0 auto;
	width: 900px;
	font: 12px/20px Helvetica, Arial, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, ol, ul, dl, p, blockquote, form, fieldset {
	margin: 0 0 20px 0;
}

ol, ul {
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
}

h1 {
	font-size: 32px;
	line-height: 35px;
}

.album-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
}

.movie-page-title {
	font-size: 28px;
	line-height: 40px;
	color: white;
}

h2, .blog-archive-month, .movie-title {
	font-size: 24px;
	margin-bottom: 1px;
	margin-top: 20px;
}

.filesharing-item-title {
	font-size: 18px;
	margin-bottom: 1px;
	margin-top: 20px;
	font-weight: bold;
	text-decoration: none;
}

h3 {
	font-size: 20px;
	margin-bottom: -5px;
	margin-top: 20px;
	line-height: 1.4em;
}

h4 {
	font-size: 17px;
	color: #445683;
	margin-bottom: -8px;
}

h5 {
	margin: 0;
	font-size: 12px;
	font-style: italic;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

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

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

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;
}

abbr[title] {
	font-size: 0.8em;
	letter-spacing: .01em;
	text-transform: uppercase;
}

sup, sub {
	height: 0;
	vertical-align: baseline;
	position: relative;
	font-size: .8em;
	line-height: 1;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

blockquote {
	border-left: 5px solid #CCC;
	margin-left: 20px;
	padding: 0 20px;
	color: #999;
}

/***** HEADER *****/

#header {
	overflow: hidden;
	background: url(images/subhaeder-art04.png) no-repeat 365px 110px;
	padding: 40px 0 20px;
}

#title {
	font-size: 42px;
	position: relative;
	top: 10px;
}

#slogan {
	font-size: 18px;
	display: block;
	margin-top: 10px;
}
#title {
	font-weight: bold;
	background-position: 0;
	margin-right: 100px;
}

/***** BREADCRUMBS *****/

#breadcrumbs {
	background: #CCC url(images/highlight.png) top repeat-x;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top: -10px;
}

#breadcrumbs ol {
	height: 36px;
	list-style: none;
	margin: 0;
	padding: 0 10px;
	font-weight: bold;
	line-height: 36px;
}

#breadcrumbs li {
	display: inline;
}

#breadcrumbs li a {
	margin: 0 5px;
	text-decoration: none;
}

/***** FEATURE *****/

#feature {
	height: 200px;
	margin-left: 113px;
}

/***** SIDEBAR *****/

#sidebar {
	background-repeat: repeat-y;
	width: 250px;
}

/***** SIDEBAR - MENU *****/

#menu ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	border-top: 1px solid #999;
	display: block;
}

#menu li:first-child {
	border-top: none;
}

#menu li a {
	border-left: 5px solid #333;
	display: block;
	padding: 5px 10px;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: background-color 0.2s linear;
}

#menu li li {
	border: none !important;
}

#menu li ol {
	border-top: 1px solid #999;
	padding: 10px 15px;
}

#menu li li a {
	background: none !important;
	border: none !important;
	padding: 0;
	font-weight: bold;
	text-shadow: #000 0 1px 1px;
	-webkit-transition: none;
}

#menu li li li a {
	font-weight: normal;
	font-size: 12px;
	text-shadow: none;
}

#menu li ol ol {
	background: none;
	border: none;
	padding: 5px 0;
	margin-left: 15px;
}

/***** SIDEBAR - SEARCH *****/

#search_sidebar, #search_sidebar fieldset {
	margin: 0;
}

#search_sidebar {
	padding: 20px;
}

#search_sidebar input.text {
	width: 180px;
}

/***** SIDEBAR - USER CONTENT *****/

#user_sidebar {
	padding: 20px;
}

#user_sidebar :last-child {
	margin-bottom: 0;
}

/***** SIDEBAR - PLUGINS ******/

#plugin_sidebar {
	padding: 0 20px 20px 20px;
}

#blog-categories, #blog-archives, #blog-rss-feeds {
	margin: 0 0 20px 0;
	padding: 0;
}

#blog-categories br, #blog-archives br, #blog-rss-feeds br {
	display: none;
}

#blog-categories a, #blog-categories div, #blog-archives a, #blog-archives div, #blog-rss-feeds a, a.blog-comments-rss-link {
	background-position: 5px 50%;
	background-repeat: no-repeat;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: block;
	padding-left: 30px;
	-webkit-transition-property: color, background-color;
	-webkit-transition-duration: 0.2s;
	color: #666;
	text-decoration: none;
}

#blog-categories a:hover, #blog-archives a:hover, #blog-rss-feeds a:hover, a.blog-comments-rss-link:hover {
	text-shadow: #333 0 0 3px;
}

#blog-categories a, .blog-category-link-disabled {
	background-image: url(images/tag-label.png);
}

#blog-archives a, .blog-archive-link-disabled {
	background-image: url(images/calendar-month.png);
}

.blog-tag-cloud {
	list-style: none;
	margin: 0 0 20px 0;
}

.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
	text-align: center;
}

.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;
}

#blog-rss-feeds {
	margin: 0;
}

#blog-rss-feeds a, .blog-comments-rss-link {
	background-image: url(images/feed.png);
}

/***** CONTENT *****/

#content-wrapper {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
	text-align: left;
}

#content {
	font-size: 14px;
	padding: 20px;
}


#content ul, #content ol, #content dl {
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#content form label {
	font-weight: bold;
}

#content form input{
	color: #777;
	font-size: 14px;
	padding-top: 4px;
}
#content form textarea {
	color: #777;
	font-size: 14px;
	padding: 4px;
}

#content form input[type="text"] {
	width: 250px;
}

#content form textarea {
	width: 450px;
}

/***** CONTENT - BLOG *****/

.blog-entry {
	margin: 0 0 20px 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 25px;
	border-style: dashed;
}

.blog-entry h1 {
	margin: 0 0 10px 0;
	font-size: 20px;
}

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

.blog-entry-date {
	font-weight: bold;
	list-style-position: inside;
	opacity: 1;
	list-style-type: disc;
	background: url(images/calendar-month.png) no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding-left: 25px;
}

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

.blog-entry-comments {
	background: #EEE;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 40px;
	padding: 0 20px;
	font-weight: bold;
	line-height: 40px;	
}

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

/***** CONTENT - FILE SHARING PAGE *****/

.filesharing-description, .filesharing-item {
	margin: 0 0 20px 0;
}

.filesharing-item-title {
	margin: 0;
}

/***** CONTENT - PHOTO ALBUM *****/

.album-description {
	margin: 0 0 20px 0;
}

.album-wrapper {
	position: relative;
	width: 100%;
	padding-top: 40px;
	overflow: visible;
	margin-top: -30px;
}

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

.thumbnail-frame {
	position: absolute;
	border: 2px solid silver;
	margin-left: 5px;
	padding: 3px;
}

/***** CONTENT - PHOTO PAGE *****/

.photo-background {
	margin: 0 !important;
	padding: 0;
	width: auto !important;
	text-align: center;
}

.photo-navigation {
	height: 40px;
	color: silver;
	text-align: center;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0 20px;
}

.photo-title {
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}

.photo-caption {
	font-size: 14px;
	color: white;
	text-align: center;
	padding-top: 10px;
	line-height: 60px;
}

.photo-title {
	font-weight: bold;
	margin: 40px 10px -20px 0;
}

.photo-links {
	text-align: center;
	height: 30px;
	margin: 15px 0 30px 15px;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none !important;
	color: silver;
}

.photo-frame {
	border: 3px solid silver;
	padding: 3px;
	display: inline;
	margin: 110px 20px 0 10px;
}

/***** CONTENT - MOVIE ALBUM PAGE *****/

.movie-page-description, .movie-thumbnail-frame {
	margin: 0 0 20px 0;
}

.movie-thumbnail-frame {
	clear: left;
	display: block;
	width: 100%;
}

.movie-thumbnail-frame img {
	float: left;
	padding-right: 20px;
}

.movie-thumbnail-caption {
	float: left;
}

/***** CONTENT - MOVIE POPUP *****/

.movie-background {
	background-image: none;
	padding: 20px;
}

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

/***** CONTENT - RAPIDSEARCH *****/

.rapidsearch {
	overflow: hidden;
}

/***** FOOTER *****/

#footer {
	padding: 20px;
}