/* Stylesheet to website www.kristianbrink.com */

* {
  	padding: 0px;
  	margin: 0px;
  	/*color: #af3b07;*/
  	color: #625541;
}

body {
	font-size: small;
	font-family: Verdana, Geneva, Arial, sans-serif; 
	background-image: url(../media/images/kristian_brink_background.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: repeat-x;
	line-height: 1.7;
	background-color: white;
}

body p {
	padding-top: 5px;
	padding-bottom: 5px;
}

#allcontent {
	width: 800px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border: black solid 1px;
}

#header {
	background: url(../media/images/moln.png) top left no-repeat;
	color: #7f3b07;
	height: 153px;

}

#star_image {
	position: relative;
	float: right;
	width: 139px;
	left: 200px;
	top: 324px;
}

#star_image img {
	border: 4px ridge gray;
}

#bio_photo {
	width: 180px;
	float: right;
	margin: 52px 50px -40px 40px;
}

#bio_photo img {
	display: block;
	border: 4px ridge gray;
}

#menu {
	/*background-image: url(../media/images/navbar1.gif);
	background-image: url(../media/images/navbar.gif);
  	background-position: left;
  	background-repeat: repeat-x;
	background-color: #d9c8a9;*/
	background-color: black;
	text-align: center;
	/*border: 4px ridge gray;*/
}

#menu ul {
	padding: 0px;
  	overflow: hidden;
}

#menu li {
  	display: inline;
}

#menu li a {
  	display: block;
	float: left;
  	padding: 0em 1.1em;
  	font-size: 100%;
  	text-decoration: none;
	font-family: Verdana, Geneva, Arial, sans-serif; 
  	font-weight: bold;
	/*color: #2e468c;*/
	color: white;
	/*border-right: .1em solid #7f3b07;*/
	border-right: .2em solid #5e513d;
}

#menu li a:hover {
	background-color: #b5a789;
}

#menu a.here:link,
#menu a.here:visited,
#menu a.here:hover,
#menu a.here:active {
	
  	background-color: #b5a789;
}	

#main {
	background: url(../media/images/main_background.gif) top left repeat-y;
	padding: 10px 10px 10px 10px;
}

#media_images, #media_songs, #media_videos {
	display: none;
	padding: 6px;
	margin: 10px 10px 10px 10px;
}

#media_images img {
	border: 4px ridge gray;
}

#media_images table {
	text-align: center;
}

#cd_getxo img {
	border: 4px ridge gray;
}

#footer {
	text-align: center;
	padding: 3px 10px 3px 10px;
	clear: right;
	font-size: 0.7em;
	/*background: url(../media/images/footer_background1.gif) repeat-x;*/
	background: url(../media/images/footer_background.gif) repeat-x;
	line-height: 1;
}

#footer p {
	color: white;
}

#footer a {
	color: white;
	padding: 2px;
}

/*#footer img {
	border: none;
}*/

#index_news {
	background: url(../media/images/border_background1.gif) left top repeat-x;
	font-size: 0.7em;
	width: 200px;
	float: right;
	border: 4px ridge gray;
	margin: 80px 30px 10px 10px;
	padding: 0px 10px 10px 10px;	
}

#index_news h2 {
	margin-top: 10px;
	padding-left: 2px;
	/*background: url(../media/images/navbar1.gif) top left repeat-x;*/
	background: url(../media/images/navbar.gif) top left repeat-x;
	color: white;
}

#index_news img#news_image {
	position: relative;
	float: left;
	display: inline;
	left: -5px;
}

#news_news h2 {
	padding-bottom: 15px; 
}

#links h2 {
	padding-left: 65px;
}

#news_news img#news_image {
	position: relative;
	float: left;
	display: inline;
	top: -5px;
	left: -2px;
}

#links img#chain_image {
	position: relative;
	float: left;
	display: inline;
	top: -8px;
	left: 2px;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

blockquote {
	width: 400px;
	font-style: italic;
	border: 4px ridge gray;
	padding: 20px;
	padding-left: 50px;
	margin: 10px;
}

#quoteynjc2007 {
	background: url(../media/images/border_background.gif) left top repeat-x;
}

#quote_getxo {
	background: url(../media/images/border_background1.gif) left top repeat-x;
}

table {
	margin-left: 10px;
	margin-right: 10px;
	border: thin solid black;
	caption-side: top;
	border-collapse: collapse;
	font-size: 0.87em;
	text-align: left;
}

td, th {
	border: thin solid black;
	padding: 4px;
}

th {
	background-color: #72634c;
	color: black;
}

#current_cal th {
	background-color: #a99b28;
	color: black;
}

caption {
	font-style: italic;
	padding-top: 8px;
	text-align: left;
	font-size: 110%;
}

tr.odd td {
  	color: #223;
  	background-color: #eecc88;
}

tr.highlight td {
  	color: #223;
  	background-color: #ccbbaa;
}

#calendar_2009, #calendar_2008 {
	/*display: none;*/
}

a:link {
	/*color: #c8232f;*/
	color: black;
}

a:visited {
  	/*color: #7f3b07;*/
  	color: #625541;;
}

a:hover {
	text-decoration: none;
}

ul {
	border: none;
	padding: 5px 0px 10px 30px;
}

ol {
	border: none;
	padding: 5px 0px 10px 30px;
}

ul ul {
	list-style-type: none;
	padding: 5px 0px 10px 40px;
}

#contact ul li ul li{
	list-style-image: none;
}

h2 {
	font-size: 130%;
	margin-top: 10px;
	padding-left: 2px;
	/*background: url(../media/images/h2_background1.gif) top left repeat-x;*/
	background: url(../media/images/h2_background.gif) top left repeat-x;
	color: white;
}

h3 {
	font-size: 110%;
}
