/*
Theme Name: Segway theme
Theme URI: http://segwaytourscph.dk/
Description: 
Version: 1.0
Author: Christian Kirkegaard
Author URI: http://christiank.org/
Tags: segway
*/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#2b2b2b;background:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body {
	background-image: url('images/tile.gif');
	background-repeat: repeat-x;
	background-position:top;
}

label {
	font-weight: bold;
}
a {
	color: #e60707;
	text-decoration:none;
}
a:hover {
	
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
h1 {
	color: #e60707;
	font-family: Georgia;
	font-style: italic;
	font-size: 30px;
	line-height: 1em;
	margin-top: 40px;
	margin-bottom: 10px;
}
.home h1 {
	margin-bottom: 40px;
}
p {
	margin-bottom: 10px;
	line-height: 1.4em;
}
.home p {
	margin-left: 70px;
}
.home .widget p {
    margin-left: 0px;
}

.inner {
	padding: 0px 15px;
}
.content-inner {
	padding-right: 30px;
}

#page {
	font-size: 12px;
	font-family: arial;
	width: 1020px;
}

	#header {
		background-image: url('images/header.gif');
		height: 254px;
	}
		#header #header-top {
			position:relative;
			height: 215px;
		}
			#header #header-top a.gohome {
				position: absolute;
				display:block;
				height: 75px;
				width: 320px;
				top: 125px;
				left: 260px;
			}
			#header #header-top a.advisor {
				position: absolute;
				top: 30px;
				right: 20px;
			}
		#header #header-menu {
			position:absolute;
			height: 39px;
			z-index: 100;
		}
			#header #header-menu ul {
				margin-top: 15px;
				margin-left: 270px;
			}
				#header #header-menu ul li:last-child {
					border-right: none;
				}
				#header #header-menu ul li {
					float:left;
					height: 10px;
					line-height: 10px;
					font-family: "Arial Rounded MT Bold", arial;
					margin-right: 10px;
					padding-right: 10px;
					border-right: 1px solid #fff;
				}
					#header #header-menu ul li a {
						display: block;
						color: #fff;
						text-decoration:none;
					}
					#header #header-menu ul li.current_page_item a {
						text-decoration:underline;
					}
	
	#content-wrapper {
		float:left;
	}
		#content {
		}
		#sidebar-left {
			position:relative;
		}
			#sidebar-left img {
				position:absolute;
				top: -28px;
			}
			.home #sidebar-left img {
				position:absolute;
				top: -44px;
			}
		#sidebar-right {
			margin-top: 15px;
			border-left: 1px solid red;
		}
		
.widget {
	margin-bottom: 40px;
}
	.widget h2 {
		color: #e60707;
		font-family: "Arial Rounded MT Bold", arial;
		font-size: 14px;
		margin-bottom: 5px;
	}
