*{
	padding:0;
	margin: 0;
}

body {
	line-height: 1.4em;
}

/* html { height: 100%; margin-bottom: 1px; } */

#outerwrapper{
	margin-left:auto;
	margin-right:auto;
	clear: both;
	text-align:left;
}

#top {
	height:22px;
	margin-bottom: 0;
}

#wrapper {
	margin-top:0;
	margin-bottom:0;
}

#innerwrapper{
	padding-top: 10px;
	margin-left:25px;
	margin-right:25px;
	height:100%;
	clear: both;
}

#bottom{
	height: 21px;
	margin-top:0;
	clear: both;
}

#footer {
	clear:both;
}

#content{
}

.top {
	margin-top: 25px;
}

#titlewrapper{
	padding-bottom: 10px;
	margin-left:25px;
	margin-right:25px;
}

#sitetitle h1{
	text-shadow:#ccc 1px 1px 1px;
	margin:0;
}

h2.slogan{
	font-size: 1em;
}

/* @group Navigation */

#navigation {
	font-size: 0.9em;
	width: 100%;
	height: 2.5em;
}

/* There is a version of this file commented in great detail for educational purposes here:
 * http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
 */

/*** ESSENTIAL STYLES ***/
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	line-height:1.0;
}
.nav ul {
	position:absolute;
	top:-999em;
	width:9.45em;
}
.nav ul li,
.nav a {
	width: 100%;
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
	text-align:center;
}
.nav a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
	left:-1px;
	top:2.5em;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:9.45em;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav {
	line-height:1.0;
}
.nav li {
	width:9.45em;
}
.nav a {
	color: #fff;
	padding: .75em 0;
	text-decoration:none;
}
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	text-decoration:none;
}



/* @end */

.clear{
	clear: both;
}

#navigation a{
	color: #fff;
}

#sidebarcontainer{
	font-size:0.9em;
}

a {
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

p, h1 {
	margin-top: 5px;
	margin-bottom: 5px;
}

#innerwrapper ul{
	margin-left:15px;
	list-style-type: square;
}

#innerwrapper li{
	margin-left: 15px;
	padding-left: 10px;
}

#footer{
	clear: both;
	margin-left: 25px;
	margin-right: 25px;
	font-size:0.8em;
}

#footer p{
	margin:0;
}

/* @group Bread-crumb */

#breadcrumbcontainer {
	clear: both;
	margin-top: 20px;
	background: transparent;
}

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

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}
	
/* @end */

.sideheader {
	font-size: 1.2em;
}

/* @group FAQ */

#faq-header li.faq-question{
	margin-left:20px;
	padding: 0;
	list-style-type: square;
}

/* @end */

/* @group Blog */


/* @group Tag Cloud */
ul.blog-tag-cloud {
margin: 0;
padding: 0;
}

ul.blog-tag-cloud li {
	display: inline;
	margin: 0;
	padding: 0;
}

.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 */

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

.blog-entry-date{
	font-size: 0.9em;
	line-height:18px;
	border-bottom: 1px solid;
}

.blog-entry-tags, .blog-entry-comments{
	font-size:0.9em;
	margin:0;
	padding:0;}

.blog-entry-body{
	margin-bottom: 20px;
}

.blog-archive-month{
	font-weight:bold;
	font-size:1.6em;
}

/* @end */

/* @group Photo Album */

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

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

.album-description{
	font-size:1.2em;
	margin-bottom:5px;
}

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

.thumbnail-frame {

}

.thumbnail-frame img, img.photo-frame {

    border: 2px solid;
}

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

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

.photo-title{
	font-size:1.6em;
}

.photo-navigation{
	margin-left:auto;
	margin-right: auto;
	width: 500px;
	text-align:left;
	padding-top: 25px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-right-style: solid;
	border-right-width: 5px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-left-style: solid;
	border-left-width: 5px;
}
/* @end */
