/* OVERALL BODY TAG */


body
{
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	color: #111;
	font-family: "HelveticaNeue-Light", "Helvetica Neue", helvetica, arial, sans-serif;
	background-color: white;
	font-size: 90%;

}


/* LINKS */

A
{
	display: inline;
	color: inherit;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #f00;
}

A:link{	color: #000;}
A:visited{	color: #010;}
A:active { color: #050; }
A:hover { color: #050; }

.body A{
	text-decoration: underline;
}

.imagediv A{
	text-decoration: none;
}

/* Table Hack */

TD
{
	font-family: "HelveticaNeue-Light", "Helvetica Neue", helvetica, arial, sans-serif;
	
	font-size: 1em;
	line-height: 1.5em;
}

TD {
	vertical-align: top;
}



/* HEADER STYLES */

h1,h2,h3
{
	/*font-family: "HelveticaNeue-Light", "Helvetica Neue", helvetica, arial, sans-serif;*/
	font-family: "American Typewriter", "Courier New", Courier, fixed-width;
	font-weight: bolder;
}

h1{ }

h2 {
	font-size: 24px;
	line-height: 26px;
	padding: 0px;
	margin: 0px;
	
}

h2 *{
	color:black;
}

h3 {
	font-size: 24px;
	line-height: 24px;
		font-weight: normal;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	
}


h4{
	font-size: 18px;
	line-height: 18px;
	
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

/* MAIN STRUCTURAL ELEMENTS */

#banner
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}


#footer{
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	font-size:0.8em;
}

.item {
	border: #aaa solid 1px;
	padding:10px;
	margin-bottom:20px;
}

.item-functions{
	float:right;
}


/* FRONT PAGE ELEMENTS */
#fp_navigation{
	text-align:center;
	vertical-align:top;
}

.fp_column{
	display:inline-block;
	text-align:center;
	vertical-align:top;
}

.fp_item{
	width:180px;
	height:130px;
	display:block;
	margin:20px;
	padding:0px;
	vertical-align:top;
	font-weight:normal;
	position:relative;
	border:1px #ccc solid;
	background-repeat: no-repeat;

	background-position: 50% 50%;
}

#fp_navigation h2{
	color:black;
	margin-bottom:5px;
}

#fp_navigation .post_content{

	position:absolute;
	top:180px;
	width:180px;
	left:10px;
	text-align:left;
	font-size:0.9em;
	
}

#fp_navigation h3{
	margin-top:0;
	padding-left:3px;
	padding-right:3px;
	font-size: 16px;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: bold;
	background-color: #aaa;
	background:rgba(100%, 100%, 100%, 0.4) ;
}


#fp_frame{
	width:900px;
	margin:0;
	padding:0;
	border-spacing:0;
	border-collapse: collapse;
	/*border: red solid 1px;*/
}

#fp_frame td{
	margin:0;
	padding:0;
	/*border: blue solid 1px;*/
}



#fp_blog{
	position:relative;

	width:430px;
	height:228px;
	
	background-position: 50% 40%;
	background-repeat: no-repeat;

	margin:0px;
	
	padding:10px;
	
	
	border: #aaa solid 1px;
	
	font-size:16px;
}

#fp_blog a{
	font-weight:normal;
}

.whitefadeout
{
	position: absolute;
	width: 220px;
	height: 100px;
	top: 111px;
	left: -1px;
	bottom: 0px;
	background-image: url('images/fadetowhite.png');
	background-repeat: no-repeat;
}

.panel{
	background:rgb(100%, 100%, 100%);
	background:rgba(100%, 100%, 100%, 0.9) ;

	margin:0;
	padding-top:4px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:4px;
/*	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;*/
}



#fp_morestuff{
	padding:10px;
	width:200px;
	height:120px;
	border: #aaa solid 1px;
	text-align:center;
	background-position: center;
	background-repeat: no-repeat;
}

#fp_music{
	padding:10px;
	width:180px;
	height:120px;
	border: #aaa solid 1px;
	
	text-align:center;
	background-position: center;
	background-repeat: no-repeat;
	margin-right:28px;
}

#photostream
{
	position: relative;
	width: 400px;
	height: 400px;
	padding: 10px;
	margin-right: 26px;
	text-align: center;
	border: #aaa solid 1px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 18px;
	/*border:1px solid #f0f;*/
}
#photostream_bib{
	width:400px;
	height:280px;
/*	border:1px solid #ff0;*/
}

#photostream_title{
	font-size:20px;
	font-weight:normal;
}

#photobrowser{
	position:absolute;
	bottom:0px;
	left:0px;
	
	margin:0px;
	
	padding:0;
	width:100%;
	/*border:1px solid #f00;*/
	
}
#photobrowser img{
	border:1px solid #aaa;
}



/* SHADOW EFFECTS FOR FRONT NAVIGATION */

.white_shadow{
	color:white;
	text-shadow: 0em 0em 0.3em #000;
}
.white_shadow *{
	color:white;
	text-shadow: 0em 0em 0.3em #000;
}

.white_shadow a{
	color:#aaffaa;
}

.black_shadow{
	color:black;
	text-shadow: 0em 0em 0.2em #fff;
}
.black_shadow *{
	color:black;
	text-shadow: 0em 0em 0.2em #fff;
}

.black_shadow a{
	color:#003300;
}


/* SERVICE ICONS */

.serviceicon{
	width:16px;
	height:16px;
}


/* Edit screen stuff and forms */

.input-group{
	margin-bottom:20px;
}

.itemform *,.commentform *{
	font-family: "HelveticaNeue-Light", "Helvetica Neue", helvetica, arial, sans-serif;
}

.itemform input{
	font-size:24px;
	width:400px;
	display:block;
	background-color:#222;
	color: white;
	border: 1px #777 solid;

}

.itemform textarea{
	font-size:14px;
	width:100%;
	height:300px;
	display:block;
	margin-bottom:20px;
		background-color:#222;
	color: white;
	border: 1px #777 solid;

}

.commentform{
	margin-top:10px;
}
#commenttoggler{

	margin-top:10px;
	display:block;
	
	width:auto;
	background-color:#eee;
	color: black;
	
	border: 1px #777 solid;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	font-size:18px;
	padding:3px;
}

.commentform input{
	font-size:18px;
	width:400px;
	display:block;
	background-color:#eee;
	color: black;
	border: 1px #777 solid;

}

.commentform textarea{
	font-size:14px;
	width:100%;
	height:70px;
	display:block;
	margin-bottom:20px;
	background-color:#eee;
	color: black;
	border: 1px #777 solid;

}

.commentform .submit{
	width:auto;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:18px;
	margin-top:20px;
}

.floater{
	position:absolute;
	top:150px;
	left:400px;
	right:400px;
	height:100px;
	
	margin-left:auto;
	margin-right:auto;
	
	border:2px #fff solid;
	background-color: #444;
	padding:10px;
}


.tabs{
	padding:0px;
	height:20px;
	margin-top:-20px;
	text-align:right;
	font-size:12px;
}

.tabs a{
	display:inline-block;
	border: 1px #aaa solid;
	background-color:#eee;
	
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;
	
	font-weight:normal;

}

.tabs a .selected{
	border:none;
	background-color:none;
}


.nobull{
	list-style-type:none;
	list-style:none;
	margin: 5px 0 5px 0;
	padding:0;
}
.nobull li{
	list-style-type:none;
	list-style:none;
	display:inline-block;
	margin-right:10px;
}
.nobull img{
	width:16px;
	height:16px;
}


/* EVERYTHING BELOW HERE IS A JOURNEY INTO THE PAST... */

.golink .title{
	font-size:16px;
}



.blogimage{
	padding:0;
	float:right;
	border:none;
	margin:10px;
	border: #222 solid 1px;
}





#blog .controls{
	position:relative;
	vertical-align:bottom;
	bottom:10px;
}





.metadata
{
	font-size: 0.8em;
	
	margin-top:5px;
	margin-bottom:5px;
}




.bottom{
position:absolute;
bottom:10px;

}
.right{
position:absolute;
	right:10px;
}

.top{
	position:absolute;
	top:10px;
}

.left{
	position:absolute;
	top:10px;
}


.smallblock
{
	padding:10px;
	
	width: 190px;
	height: 130px;
	text-align:center;
	border: #aaa solid 1px;
	margin-left:25px;
	background-position: center;
	background-repeat: no-repeat;
}


.firstblock{

}



/* MAIN STRUCTURAL BITS */

.page-controls, .controls
{
	float:right;
	font-size: 10px;
	font-weight: bold;
	text-align:right;
}
.loginbuttons{
	position:absolute;
	top:25px;
}

.button, .control-button
{
	border: 1px #ddd solid;
	padding: 2px;
	text-decoration: none;
	margin:0;
	margin-right:2px;
	font-size: 10px;
	font-weight: bold;
	background-color: #eee;
}

.banner{
	margin-left:-5px;
	margin-bottom: 0px;
	padding:0px;
}

.section{
	/*border: 1px #a45f2c solid;*/
	margin: 0px;
	margin-bottom:10px;
	
	/*padding: 20px;*/
	
		padding: 5px;
	text-align: justify;


}

#right-column .section{
	padding: 5px;
}

.subsection, .story{
	border-top: 1px #aaa solid;
	padding:0px;
	margin-top: 5px;
	margin-bottom: 5px;

}

#right-column .subsection, #right-column .story{
	padding:0px;
	margin-top: 5px;
	margin-bottom: 5px;

}

.subsection-thin{
	border-top: 1px #aaa solid;
	padding:0px;
	padding-top: 5px;
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 11px;
	line-height: 14px;
}

.subsection-200{
	border-top: 1px #aaa solid;
	padding:0px;
	padding-top: 5px;
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 11px;
	line-height: 14px;
}

.subsection-centre{
	text-align: center;
	border-top: 1px #aaa solid;
	padding:0px;
	padding-top: 5px;
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 11px;
	line-height: 14px;
}

.portlets-rhs{

	float:right;
	margin:10px;
	padding: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right:0px;
	
	width: 220px;
	background: #F8F9E7;
	
	border-left: 1px #bbb solid;
	border-bottom: 1px #bbb solid;
	
}

/* IMAGE RELATED THINGS*/
IMG {
	border:0px;
	vertical-align: middle;
	margin-top:2px;
	margin-bottom:2px;
}

.imagediv
{
	margin: 5px 0px 5px 0px;
	padding: 4px;
	text-align: center;
	display: block;
}

.imagediv IMG{
	border: 1px #aaa solid;
}


.body IMG{
	vertical-align: middle;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	
	text-align: center;
	display: block;
	border: 1px #aaa solid;
}
.body iframe, .body embed, .body object{
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border: 1px #aaa solid;
}

.body h4{
margin-top:50px;

}

.body{
	line-height: 150%;
}
/* OTHER STUFF */

.itemtitle
{
	margin-top: 5px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #111111;
}

.itemnavpane
{
	float: right;
	text-align: right;
	margin: 3px;
	margin-right: 0px;
	margin-top: -1px;
	padding: 3px;
	padding-bottom:5px;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
}

.itemnavpane img{
	vertical-align:-3px;
}

.dateheader
{
	margin: 3px 0px 0px 0px;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	color: #442211;
	font-style: italic;
}

.quitesmall{
	font-size: 12px;
	line-height: 14px;
}

.verysmall {
	font-size: 9px;
	line-height: 12px;
}



blockquote
{
	margin-left: 100px;
	margin-right: 100px;
	font-style: italic;
	font-size: 110%;
}
/* various sizes for tagclouds */
.tag
{
	display: inline-block;
	border: 1px solid #bbe;
	background-color: #ccf;

	margin: 2px;

	padding-left:3px;
	padding-right:3px;
}

.tag {
	color: white;
}

.tag-5
{
font-size: 20px;
}

.tag-4{
font-size: 18px;
}

.tag-3{
font-size: 16px;
}

.tag-2{
font-size: 14px;
}

.tag-1{
font-size: 12px;
}

.tag-0{
font-size: 10px;
}


#dashboard{
	border: #aaa solid 1px;
	text-align:left;
/*	-moz-column-count:3;
	-webkit-column-count:3;
	column-count:3;
	
	-moz-column-gap:5px;
	-webkit-column-gap:5px;
	column-gap:5px;*/
	
}

.portlet
{
	display: block;
	border: #aaa solid 1px;
	background: #eee;
	vertical-align: top;

	margin: 10px;
	

	
}
#dashboard{
	padding: 30px;
}
#dashboard .entry{
	display: block;
	text-align:left;
	font-size:0.9em;

	margin-left:20px;
	
	margin-top:5px;
	clear:both;
	
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	column-break-inside:avoid;

}



#dashboard .picinside{
	float:right;
	margin-bottom:10px;
	margin-left:10px;
	width:80px;
	height:80px;

}

#dashboard .favicon{
	float:left;
	margin-left: -20px;
}

.notok{
background-color:#faa;
}