/*
Theme Name: RainbowStudio Classic
Theme URI: http://rainbowstudio.no/
Description: No description.
Version: 1.0
Author: Peer Espen Ursfjord
Author URI: http://rainbowstudio.no/
*/


body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #CCC;
	margin: 0px;
	font: small;
	font-size: 0.75em;
	text-align: center;
}

.noborder {
	border: 0;
}

#page {
	background-image: url(images/spectrumWraps.gif);
	background-repeat: repeat-y;
	border: 1px solid #000;
	width: 800px;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


/* HEADER */

#header {
	height: 100px;
	position: relative;
}

#logoSymbol {
	background-repeat: no-repeat;
	position: relative;
	float: left;
	top: 30px;
	left: 45px;
	width: 63px;
	height: 58px;
}

#logoName {
	background-repeat: no-repeat;
	position: relative;
	float: left;
	top: 42px;
	left: 60px;
	width: 139px;
	height: 20px;
}

/* NAVIGATION */

.navi {
	margin: 20px 45px 0px 45px;
	border-bottom: 1px solid #000;
	width: 710px;
}

.navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navi ul li { 
	display: inline;
}

.page_item {
	margin-right: 4em;
}



.navi ul li a { 
	text-decoration: none;
}

.navi .current_page_item span {
	color: blue;
}


.navi a:link {
	color: #000;
	text-decoration: none;
}

.navi a:visited {
	color: #000;
	text-decoration: none;
}

.navi a:hover {
	color: #888;
	text-decoration: none;
}

.navi a:active {
	color: #F33;
	text-decoration: none;
}





/* CONTENT */

#content {
	margin: 20px 45px 20px 45px;
	width: 710px;

}

#content strong {
	margin-right: 10px;
}

#content table {
	font-size: 12px;
	position: relative;
}

#content table caption {
	font-size: 10px;
}

#content .section img.size-full {
	border: 1px solid gray;
	width: 270px;
	height: auto;
}


#content .section {
	clear: both;
}

/* For Google Maps */
#content iframe {
	border: 1px solid gray;
}

#content iframe.alignright {float:right; margin:0px 0px 20px 30px}


/* For Gallery */

#content .post {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.post img {
	float: left;
	margin-right: 10px;
	border: 1px solid gray;
}

.prev-page {
	float: left;
	margin-bottom: 10px;
}

.next-page {
	float: right;
	margin-bottom: 10px;
}

/* DROPBOX */

#content iframe.yousendit {

	border: none;
	margin-top: 20px;
}




/* WORDPRESS */

#content img.alignright {float:right; margin:0px 0px 20px 30px}
#content img.alignleft {float:left; margin:0px 30px 20px 0px}
#content img.aligncenter {display: block; margin-left: auto; margin-right: auto}
#content a img.alignright {float:right; margin:0px 0px 20px 2em}
#content a img.alignleft {float:left; margin:0px 30px 20px 0px}
#content a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/* FOOTER */

#footer {
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	margin: 0px 45px 2px 45px;
	width: 710px;
	clear: both;
	border-top: 1px solid #000;
}

