/* CORE ELEMENTS */

body {
	background-position: 0 60px;
	background-repeat: repeat-x;
	min-height: 320px;
	font: 13px/20px helvetica, arial, verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, ol, ul, dl, p, form, fieldset { margin: 0 0 20px 0; }
h1, .album-title, .movie-page-title{
	margin: 0;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -0.04em;
	line-height: 40px;
}
h2, .blog-archive-month, .filesharing-item-title, .movie-title{
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
h3{
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}
h4, h5, h6{
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

a:link, a:visited { text-decoration: underline; }
a:hover, a:active { text-decoration: none; }
a img{ border: none; }

.image-left{
	float: left;
	margin: 0 20px 20px 0;
}
.image-right{
	float: right;
	margin: 0 0 20px 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; }

i, em{ font-style: italic; }

ul, ol{ margin-left: 20px; }

blockquote{
	border-left: 1px solid #999;
	margin-left: 20px;
	padding-left: 20px;
	font-style: italic;
}

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


/* HEADER */

#skip_links{
	position: absolute;
	top: 0;
	left: -9999em;
}
body > header{
	height: 60px;
	position: relative;
	z-index: 2;
}
#primary_navigation{
	margin: 0 auto;
	width: 900px; /* Layout width */
}


/* HEADER - MENU 1 */

#primary_navigation ul{ margin: 0 0 0 8px; }
#primary_navigation li{
	float: left;
	padding: 15px 0;
	position: relative;
}
#primary_navigation li a{
	border-right: 1px solid #444;
	display: block;
	height: 30px;
	padding: 0 12px;
	line-height: 30px;
	text-decoration: none !important;
}
#primary_navigation li:last-child > a{
	border-right: none;
	padding-right: 0;
}
#primary_navigation .hasChild > a{
	background-image: url(images/arrow_down.png);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	padding-left: 30px;
}


/* HEADER - MENU 2 */

#primary_navigation ul ul{
	display: none;
	margin: 0;
	padding: 0;
 	position: absolute;
	left: 0px;
	top: 60px;
	width: 200px;
}
#primary_navigation li:hover > ul{ display: block; } /* Show submenu for current LI */
#primary_navigation ul ul li{ padding: 0; }
#primary_navigation ul ul li a{
	border: none;
	border-top: 1px solid #333;
	height: auto;
	padding: 5px 12px !important;
	width: 176px;
	line-height: 20px;
}
#primary_navigation ul ul li:last-child a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#primary_navigation ul ul li.hasChild > a{
	background-image: url(images/arrow_right.png);
	background-position: 185px 50%;
}


/* HEADER - MENU 3...n */

#primary_navigation ul ul ul{
	top: 0;
	left: 200px;
}


/* HEADER - SEARCH FORM */

body > header form{
	float: right;
	margin-top: 13px;
	width: 300px;
}
body > header form input{ vertical-align: middle; }
body > header form input[type="text"]{
	border: 1px solid #CCC;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	height: 12px;
	outline: none;
	padding: 4px;
	width: 238px;
	-webkit-appearance: none;
	font-size: 12px;
	line-height: 12px;
}


/* BODY */

#body{
	margin: 0 auto;
	position: relative;
	z-index: 1;
	width: 900px; /* Layout width */
}


/* BODY - HEADER */

#body > header{ margin: 30px 20px; }
#body > header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#title, #slogan{ overflow: visible; }
#title{
	padding: 0 0 0px 0;
	font-size: 28px;
	line-height: 28px;
	word-spacing: -0.05em;
}
#slogan{
	font-size: 18px;
	line-height: 20px;
	opacity: 0.8;
}


/* BODY - WRAPPER */

#wrapper{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: #000 0 0 01px;
	-webkit-box-shadow: #000 0 0 1px;
	box-shadow: #cccccc 0 0 01px;
	border-radius: 3px;
	padding: 20px;
}
#wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* BODY - CONTENT */

#content{
	float: left;
	width: 560px;
}
#breadcrumbs{
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#breadcrumbs li{ display: inline; }
#breadcrumbs li a{ margin: 0 3px; }


/* BODY - CONTENT FEATURE IMAGE */

#feature{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 180px;
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
}


/* BODY - BLOG PAGE*/

.blog-entry{ margin: 0 0 20px 0; }
.blog-entry h1{ margin: 0; }
.blog-entry h1 a{ color: inherit; }
.blog-entry-date, .blog-entry-tags{
	margin: 10px 0;
	font-weight: bold;
}
.blog-entry-comments{
	background: transparent url(images/icon_comment.png) left no-repeat;
	height: 30px;
	padding: 0 0 0 42px;
	font-weight: bold;
	line-height: 30px;
}
.blog-archive-link{ margin: 0 0 20px 0; }


/* BODY - FILE SHARING PAGE */

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


/* BODY - PHOTO ALBUM */

.album-description{ margin: 0 0 20px 0; }
.album-wrapper{ position: relative; width: 100%; padding-top: 40px; overflow: visible; }
.thumbnail-wrap{ text-align: center; position: relative; float: left; margin-bottom: 60px; margin-right: 10px; }
.thumbnail-frame { position: absolute; bottom: 0; left: 0; }


/* BODY - PHOTO PAGE */

.photo-background{
	margin: 0;
	padding: 0;
	text-align: center;
}
.photo-navigation{
	height: 60px;
	margin: 0 0 20px 0;
	padding: 0 20px;
}
.photo-title, .photo-caption{
	float: left;
	font-size: 20px;
	line-height: 60px;
}
.photo-title{	
	margin-right: 10px;
	font-weight: bold;
}
.photo-links{
	float: left;
	height: 30px;
	margin: 15px 0 15px 15px;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none !important;
}


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


/* MOVIE POPUP */

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


/* BODY - SIDEBAR */

#sidebar{
	float: right;
	margin-bottom: 20px;
	width: 280px;
}


/* SIDEBAR - MENUS */

#sidebar_menu{ margin: 0 0 20px 0; }
#sidebar_menu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#sidebar_menu ul{ margin: 0; }
#sidebar_menu li{ display: inline; }
#sidebar_menu li a{
	background: #EEE url(images/icon_page.png) 10px 50% no-repeat;
	display: block;
	border-bottom: 1px solid #FFF; /* Same color as #body background */
	padding: 10px 20px 9px 50px;
	width: 210px;
	text-decoration: none;
}


/*
 * The :first-child selector must be duplicated with jQuery since it is not
 * applied to dynamically added DOM elements
 */
#sidebar_menu li:first-child a{
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}
#sidebar_menu li:last-child a{
	border-bottom: none;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}


/* BODY - SIDEBAR - BLOG PLUGIN */

#blog-categories, #blog-archives, .blog-tag-cloud, #blog-rss-feeds{ margin: 0 0 20px 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: transparent url(images/icon_folder.png) 10px 50% no-repeat;
	display: block;
	border-bottom: 1px solid #FFF;
	padding: 10px 20px 9px 50px;
	width: 210px;
	text-decoration: none;
}
#blog-rss-feeds a, a.blog-comments-rss-link{ background-image: url(images/icon_rss.png); }
#blog-categories a:hover, #blog-archives a:hover, #blog-rss-feeds a:hover, a.blog-comments-rss-link:hover{ color: #333; }
#blog-categories div, #blog-archives div{
	opacity: 0.5;
	font-style: italic;
}

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


/* SIDEBAR - USER CONTENT */

#sidebar_user_content{ margin: 0 0 20px 0; }


/* FOOTER */

#body > footer{ padding: 20px; }

#extraContainer4{
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	clear: both;
	margin: 0 -20px -20px -20px;
	padding: 20px;
}