/*  
Theme Name: aimusic
Theme URI: http://aimusic.de.ms
Description: The aimusic Theme for Allinclusive Productions - based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. 
Version: 2.1
Author: Julian Gerke
Author URI: http://www.juliany.de/

	This theme was designed by Julian Gerke,
	whose blog you will find at http://www.juliany.de/

*/


/* Header anfang */


#floatdiv {
	position:absolute;
	left:0px;
	top: 0px;
}
#quicknav {
	background-color: #000000;
	border: 1px solid #6666CC;
	padding: 5px;
	margin-top: 10px;
	margin-left: 0px;
	list-style-type: none;
	color: #FFFFFF;
	font-size: 0.9em;
}

#loginbody  {
	height:100px;
}

#loginbody ul, #loginbody li {
 	list-style-type: none;
	margin-left: 0px;
	padding: 0px;color:#666666;
}

#loginbody ul li a:hover {
	color: #000000;
	background-image: url(images/verlauf_hover.gif);
	background-repeat: repeat-y;
}

#loginbody ul li a:link, #loginbody li a:visited, #loginbody li a:active {
	display:block;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	width:140px;
	
}
#loginbody .title {
	display:block;
	color: #cccc66;
	background-color: #000000;
	padding-left: 5px;
	font-size: 10px;
	font-weight: bold;
}
#loginform {
	margin-left: 199px;
	margin-right: 161px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
	height:18px;
}
#loginform label {
	color: #FFFFFF;
	float: left;
	margin-left: 5px;
}
.input {
	color: #cccc66;
	background-color: #000000;
	border: 1px solid #6666cc;
}
#loginbar {
	background-image: url(images/loginbar_bg.png);
	height: 32px;
	width: 800px;
	text-indent: 20px;
	list-style-type: none;
	color: #ffffff;
	font-weight: bold;
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #000000;
}
#loginbar a {
	color: #cccc66;
	text-decoration: underline;
}
#banner {
	background-image: url(images/banner.jpg);
	height: 0px;
	width: 800px;
	text-indent: 20px;
	list-style-type: none;
}
#banner h1 {
	font-size: 18px;
	margin-left: 5px;
}
#banner h2 {
	font-size: 10px;
	color: #fff;
	margin-top: 75px;
	margin-left: 5px;
}
#navi {
	width: 800px;
	height: 40px;
}

.button a:link, .button a:visited, .button a:active {
	height: 30px;
	width: 160px;
	background-image: url(images/navi.jpg);
	float: left;
	text-align: center;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #CCCC66;
}


.button a:hover {
	background-image: url(images/navi_on.jpg);
}

#infobody
 {
	width: 802px;
	clear: both;
	background-color: #000000;
	background-image: url(images/verlauf_hover.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: auto;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6666cc;
	}
#infobody  li {
	list-style-type: none;
	padding-top: 5px;
	padding-left: 30px;
	}
#infobody  p {
	margin: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	}
/* Header ende */

/* Schrift anfang */

h1, h2, h3 {
	font-weight: bold;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h1 {
	font-size: 2em;
	color: #666666;
}
h2 {
	font-size: 1.4em;
	color: #666666;
}
a:link, a:visited, a:active {
	color:#CCCC66;
	text-decoration: none;
}
a:hover {
	color:#6666CC;
	text-decoration: none;
}
small {
	font-size: 0.8em;
	line-height: 1.5em;
}
.pagetitle {
	margin-left: 30px;
}

/* Begin Structure */
body {
	margin: 0 0 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #777777;
	background: #000000 url(images/bg_body.gif) repeat-y center top;
	font-weight: 100;
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 803px;
	}

#header {
	padding: 0;
	height: 70px;
	width: 800px;
	}
/*
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}
*/
.postmetadata {
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #1e1e1e;
}
.postmetadata li {
	list-style-type: none;
	display: inline;
	padding: 5px 0px 5px 18px; 
	margin: 0px 10px 0px 0px;
}

/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* post anfang */

#content {
	width: 450px;
	margin-left: 190px;
	margin-bottom: 30px;
}

#contentshop {
	width: 620px;
	margin-left: 170px;
	margin-bottom: 30px;
}

.post {
	width: 450px;
	margin-top: 30px;
}
.post_head {
	width: 447px;
	height: 129px;
	background-image: url(images/post_head.gif);
}
.news .post_head {
	width: 447px;
	height: 129px;
	background-image: url(images/post_news.gif);
}
.tracks .post_head {
	width: 447px;
	height: 129px;
	background-image: url(images/post_tracks.gif);
}
.page .post_head {
	width: 447px;
	height: 129px;
	background-image: url(images/post_page.gif);
}
.studio .post_head {
	width: 447px;
	height: 129px;
	background-image: url(images/post_studio.gif);
}
.post_date {
	width: 250px;
	margin-left: 145px;
	padding-top: 50px;
}
.post_titel {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1e1e1e;
}
.post_titel h2 { 
	font-size: 20px; 
	line-height: 20px; 
	letter-spacing: -1px; 
	font-weight: normal; 
	padding: 0px 0px 1px 0px; 
	margin: 0px;
}
.post_author { 
	padding: 1px 0px; 
	margin: 0px; 
	color:#8a98a2; 
	font-weight: bold;
}
.post_content {
	width: 367px;
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
	padding-right: 45px;
	padding-left: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.archiv_content {
	width: 367px;
	padding-right: 45px;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 2px solid #111111;
	font-size: 9px;
	line-height: 13px;
}
.post_footer {
	width: 447px;
	background-image: url(images/post_footer.gif);
	background-repeat: repeat-y;
	height: 50px;
}
.post_comment {
	background-image: url(images/post_comment.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.post_category {
	background-image: url(images/post_category.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.post_rss {
	background-image: url(images/post_rss.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.post_trackback {
	background-image: url(images/post_trackback.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.post_top {
	background-image: url(images/post_top.png);
	background-repeat: no-repeat;
	background-position: left center;
}


/* post ende */

/* menue anfang */
#menue {
	width: 160px;
	background-image: url(images/verlauf.gif);
	background-repeat: repeat-y;
	float: left;
	margin-bottom: 30px;
}
#menue ul, #menue li {
 	list-style-type: none;
	margin-left: 0px;
	padding: 0px;color:#666666;margin-bottom:1px;
}

#menue ul li a:hover {
	color: #000000;
	background-image: url(images/verlauf_hover.gif);
	background-repeat: repeat-y;
}

#menue ul li a:link, #menue li a:visited, #menue li a:active {
	display:block;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menue h2 {
	display:block;
	color: #CCCC66;
	background-color: #000000;
	padding-left: 5px;
	font-size: 10px;
	font-weight: bold;
}
li #info p {
	color: #CCCC66;
	padding-left: 5px;
	background-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
.menue_rss {
	background-image: url(images/rss.png);
	height: 32px;
	width: 32px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 3px;
	}
.menue_feedburner {
	background-image: url(images/feedburner.png);
	height: 32px;
	width: 32px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 3px;
	}
.infocenter {
	background-image: url(images/infocenter.png);
	height: 32px;
	width: 32px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 3px;
	}
.flickr {
	background-image: url(images/flickr.png);
	height: 32px;
	width: 32px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 3px;
	}
.techno {
	background-image: url(images/techno.png);
	height: 32px;
	width: 32px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 3px;
	}
/* menue ende */


/* footer anfang */

#footer_more {
	margin-left: 30px;
	margin-top: 60px;
	padding: 5px;
	overflow: auto;
	width: 552px;
	}
#footer_navi {
	margin-left: 215px;
	margin-top: 5px
	}
.footer_lastline {
	height:140px;
	padding-top:15px;
	width: 800px;
	clear: both;
	text-align: center;
	font-size: 9px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #6666cc;
	background-image: url(images/verlauf_hover.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	}
#sidebar {
	float: left;
	width: 160px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-top: 0px;
	}
#sidebar ul, #sidebar li {
 	list-style-type: none;
	margin-left: 0px;
	padding: 0px;color:#666666;
	margin-bottom:1px;
	}
#sidebar ul li a:hover {
	color: #000000;
	background-image: url(images/verlauf.gif);
	background-repeat: repeat-y;
	}
#sidebar ul li a:link, #sidebar li a:visited, #sidebar li a:active {
	display:block;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000000;
	}
#sidebar .title {
	display:block;
	color: #6666cc;
	background-color: #000000;
	padding-left: 5px;
	font-size: 10px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 7px;
	}
#sidebar h2 {
	display:block;
	color: #6666cc;
	background-color: #000000;
	padding-left: 5px;
	font-size: 10px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 7px;
	}
#sidebar2 {
	float: left;
	width: 260px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-top: 60px;
	}
#sidebar2 .title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6666cc;
	margin-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	}
#sidebar2 ul {
	margin-bottom: 20px;
	padding: 0px;
	border: 3px solid #111111;
	}
#sidebar2 li{
	margin: 0px;
	padding: 5px;
	}
#sidebar3 {
	float: left;
	width: 260px;
	margin-bottom: 20px;
	margin-top: 60px;
	}
#sidebar3 .title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6666cc;
	margin-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	}
#sidebar3 ul {
	margin-bottom: 20px;
	padding: 0px;
	border: 3px solid #111111;
	}
#sidebar3 li {
	margin: 0px;
	padding: 5px;
	}
/* footer ende */

/* Begin Form Elements */
#wp-submit {
	margin-top: 17px;
	margin-bottom: 17px;
	margin-left: 5px;
	}
	
#searchform {

	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	}

#sidebar #searchform #s {
	width: 125px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
#commentform #comment {
	width: 380px;
	}
#commentform {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6666cc;
	width: 450px;
	background-image: url(images/stripe_block.png);
	}
	
#commentform input {
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	padding: 2px;
	}

#commentform input.submit { 
width: 257px; 
height: 22px; 
background: url(images/SubmitComment.png) no-repeat; 
margin-top: 8px;
}
	
#commentform input.submit:hover { 
background: url(images/SubmitComment.png) no-repeat 0 -26px; 
margin-top: 8px;
}

#commentform input.SubmitCommentIE { 
width: 257px; 
height: 22px; 
background: url(images/SubmitComment.png) no-repeat 0 -26px; 
margin-top: 10px; 
margin-top: 8px;
}

.subscribe-to-comments { 
padding-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
}

/* End Form Elements */

/* Begin Comments*/
.alt {
	padding: 10px;
	background-image: url(images/stripe_block.png);
	}

.commentlist {
	background-color:#0a0a0a;
	margin-bottom: 50px;
	padding: 30px;
	width: 390px;
	margin-right: 0px;
	margin-left: 0px;
	}

.commentlist li {
	list-style: none;
	border: 1px solid #111111;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	padding: 0 30px 0 30px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6666cc;
	}
	
.postmetadata alt {
	background-color: #111111;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #6666cc;
	border-bottom-color: #6666cc;
	}
	
#commentPreview {
	list-style: none;
	margin-right: 0px;
	margin-left: 0;
	}
	
#lastcomment {
	float: left;
	margin-right: 5px;
	padding-top: 5px;
	}

#get_recent_comments_wrap ul li {
	height: 55px;
	background-color: #1e1e1e;
	border: 1px solid #000000;
	}
	
#respond {
	background-color:#0a0a0a;
	padding: 30px;
	width: 390px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #6666cc;
	border-bottom-color: #6666cc;
	}
	
/* End Comments */

/* Begin Pagebar */

.pagebar 
	{
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 11px;
	}

.pagebar a, .pageList .this-page 
	{
		padding: 2px 6px; 
		border: solid 1px #1e1e1e; 
		background: #000; 
		text-decoration: none;
	}

.pagebar a:visited 
	{
		padding: 2px 6px; 
		border: solid 1px #1e1e1e; 
		background: #000; 
		text-decoration: none;
	}

.pagebar .break 
	{
			padding: 2px 6px; 
			border: none; 
			background: #000; 
			text-decoration: none;
	}

.pagebar .this-page 
	{
	padding: 2px 6px;
	border-color: #6666cc;
	font-weight: bold;
	font-size: 13px;
	vertical-align: top;
	background: #cccc66;
	color: #6666cc;
	}

.pagebar a:hover 
	{
		color: #cccc66; 
		background: #6666cc; 
		border-color: #cccc66; 
		text-decoration: none;
	}

/* End Pagebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}
.margin_left30 {
	margin-left: 30px;
	}

hr {
	display: none;
	}

a img {
	border: 1px solid #CCCC66;
	padding: 2px;
	}
a img:hover {
	border: 3px solid #6666CC;
	padding: 0px;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
img.wp-smiley {
	margin:0;
	padding:0;
	border:0;
	}
.close {
	text-align: right;
	padding: 3px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
	background-color: #1e1e1e;
	background-image: url(images/stripe_blockgrau.png);
	border-width: 1px;
	border-style: dotted;
	border-color: #6666CC;
	}
.categories {
	list-style-type: none;
	}
.prettyprint {
	background-color: #ffffff;
	padding: 2px;
	}
	
/* End Various Tags & Classes*/


/* Quick tags*/


.lila {
	color: #6666CC;
	}
.gelb {
	color: #CCCC66;
	}
.trennung {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6666CC;
	}
.block {
	padding: 10px;
	margin-bottom: 15px;
	background-color: #111111;
	background-image: url(images/stripe_block.png);
	}
.blockgrau {
	padding: 10px;
	margin-bottom: 15px;
	background-color: #1e1e1e;
	background-image: url(images/stripe_blockgrau.png);
	}
.blockbilder {
	padding: 10px;
	margin-bottom: 15px;
	background-color: #111111;
	height: 90px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #6666cc;
	border-bottom-color: #6666cc;
	}
.quadrat {
	float: left;
	margin-right: 13px;
	margin-bottom: 10px;
	height: 75px;
	width: 75px;
	position: relative;
	margin-top: 7px;
	}
	






/* Photoalbum */	

	
/*

Photo

*/
div.meta img {
    margin-right:5px;
}
div#photo {
	position:relative;
	margin:10px 0 0;
}
div#notes {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}
div#notes div.note {
    padding:1px;
    margin:-4px 0px 0px -4px;
    position:absolute;
    cursor:pointer;
}
div#notes:hover div.note div.hover2 {
    border:1px solid black;
}
div#notes:hover div.note div.hover {
    border:1px solid white;
}

div#notes div.note:hover {
    border:1px solid yellow;
    padding:0;
    z-index:2;
}

div.note div.text {
    display:none;
    position:absolute;
    top:100%;
    left:0px;
    width:auto;
    margin:10px 0 0 0 ;
    padding:5px;
    background:#FFFFD3;
    color:black;
    border:1px solid #555;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    z-index:1;
}
div.note:hover div.text {
    display:block;
}

div#context {
	position:relative;
	height:120px;
	width:100%;
	background:#000000;
	border: 1px dotted #6666CC;
}
div#context div.prev, div#context div.next {
    position:absolute;
    top:10px;
    color:#ccc;
    font-size:0.8em;
    text-align:center;
    text-transform:lowercase;
}
div#context div.prev {
    left:10px;
}
div#context div.next {
    right:10px;
}
div#context div.nomore {
    top:20px;
    width:100px;
}
div#context div.info {
    position:absolute;
    top:20px;
    left:50%;
    width:100px;
    margin-left:-50px;
    text-align:center;
}
div#context div.info a{
    color:#CCCC66;
    text-decoration:none;
}
div#context div.info strong a{
    color:#CCCC66;
}

div.comment {
    clear:both;
    min-height:50px;
    margin-bottom:1em;
}
div.comment p {
    margin:0 0 1em 0;
    padding:0;
}
div.comment img {
    margin-right:5px;
    margin-bottom:5px;
}
/*

Album

*/

div#photos {
    background:#000000;
    clear:both;
    margin:20px 0 0;
}
div#photos img {
	padding: 3px;
	border: 1px solid #CCCC66;
	margin-bottom: 2px;
}
div#photos img:hover {
	padding: 1px;
	border: 3px solid #6666CC;
}
div#highlight {
	position:relative;
	margin:15px 0 0 0;
}
div#highlight img {
	float:left;
	margin:0 10px 0 0;
	padding: 3px;
	border: 1px solid #CCCC66;
}
div#highlight img:hover {
	padding: 1px;
	border: 3px solid #6666CC;
}
div#highlight p {
    font-size:1.1em;
}
div#highlight p.meta {
    color:#6666CC;
    font-size:0.9em;
}
div#highlight p.meta a {
    color:#CCCC66;
}
div#highlight p.meta a:hover {
    color:#6666CC;
}

/*

Albums-index

*/

div.albums {
    clear:both;
    padding-top:10px;
}
div.album {
	padding:10px 10px 10px 10px;
	margin:0 0 15px 0;
	position:relative;
	min-height:95px;
	clear:both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #6666CC;
	border-bottom-color: #6666CC;
	background-color: #111111;
}
div.album img.highlight {
    float:left;
    position:relative;
    margin-right:10px;
}
div.album h2 {
    font-size:1.4em;
    text-decoration:none;
    margin:0 0 10px 0;
}
div.album p {
    font-size:0.8em;
}
div.album p.meta {
    color:#6666CC;
}
div.album p.meta a {
    color:#CCCC66;
}
div.album p.meta a.hover {
    color:#6666CC;
}
div.albums-small div.album {
    clear: none;
    width:90px;
    height:115px;
    float:left;
    background: none;
}
div.albums-small div.album img.highlight {
    float: none;
    margin:0;
}
div.albums-small div.album strong {
    font-size:0.9em;
}

div.group {
    min-height:60px;
}

div#highlight {
    position:relative;
    margin:0 0 40px 0;
}
div#highlight h2 {
    margin-bottom:5px;
}
div#highlight img.highlight {
	float:left;
	margin:0 10px 0px 0;
	border:1px solid #CCCC66;
	padding: 3px;
}
div#highlight img.highlight:hover {
	border:3px solid #6666CC;
	padding: 1px;
}
div#highlight p {
    font-size:1.0em;
}
div#highlight p.meta {
    color:#6666CC;
    font-size:0.8em;
}
div#highlight p.meta a {
    color:#CCCC66;
}
div#highlight p.meta a:hover {
    color:#6666CC;
}

div#highlight div.photos {
	clear:both;
	padding:10px 0;
}
div#highlight div.photos img {
	margin:0 3px 3px 0;
	border: 1px solid #CCCC66;
	padding: 3px;
}
div#highlight div.photos img:hover {
	border: 3px solid #6666CC;
	padding: 1px;
}

div#photoalbum-nav {
	margin-bottom:15px;
	margin-top: 15px;
}


/*

Tags

*/
div.tags {
    padding-top:10px;
    clear:both;
}
div#cloud {
    line-height:200%;
}

div.flickr-meta-links {
    margin:10px 0 0 0;
    font-size:10px;
}
div.flickr-meta-links a{
    color:#CCCC66;
}div.flickr-meta-links a:hover {
    color:#6666CC;
}

