/***************************************************************************************************************
*
*				För Timadmin
*
*
****************************************************************************************************************/
.TimEditArticleClass{
	font-size:10px;
	color:#C0C0C0;
}

.puffEditLink{
	font-size:10px;
	color:#C0C0C0;
}
/***************************************************************************************************************
*
*				För Tim
*
*
****************************************************************************************************************/

.TimErrorMessageClass{
	font-weight:bold;
}
h1,h2,h3,a,p,div,iframe,textarea,span,body{
	padding:0px;
	margin:0px;
}
body{
	font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size:11px;
	line-height:19px;
}
/*Sätt h1 bara här*/
h1{
	font-size:21px;
	text-transform:uppercase;
	margin-bottom:14px;
	color:#000;
	font-weight:normal;
}
h2{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight:normal;
	font-size:20px;
	color:#AE101D;
}
h3{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight:normal;
	font-size:18px;
	margin-top:15px;
	color:#AE101D;
}
h4{
	font-style:italic;
	font-size:14px;
	font-family:Georgia,"Times New Roman",Times,serif;
	color:#333;
	font-weight:normal;
	margin:0px;
}
h5{
	font-family:Georgia,"Times New Roman",Times,serif;
	color:#000;
	font-weight:normal;
	font-size:15px;
	margin:1px;
	padding:8px 0px 3px 0px;
}
br{
	line-height:10px;
}
p{
	margin:0px 0px 0px 0px;
}

a{
	color:#AE101D;
}

#inliner{
	display:inline;
}
#bg{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:-1;
}
#wrapper{
	width:880px;
	border:1px solid #000;
	padding:10px;
	margin:20px auto 5px auto;
	background-color:#FFF;
}
#wrapper #header{
	width:880px;
	height:186px;
	background-image:url(http://www.draget.info/images/galleria_uppsala_header_logo_ny.jpg);
	background-repeat:no-repeat;
}
#header ul{
	margin:0px;
	padding:6px 5px 5px 12px;
	list-style:none;
}
#header ul li{
	float:left;
	margin-right:16px;
}
#header ul li a{
	color:#CCC;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;
}
#header ul li.selected a{
	color:#FFF;
}
#header ul li a:hover{
	color:#FFF;
}
#header #logo{
	float:right;
	margin:18px 12px 0px 0px;
}
#header #logo a{
	width:210px;
	height:50px;
	display:block;
}
#wrapper #content{
	width:880px;
	display:table;
	margin:22px 0px 0px 0px;
	padding-bottom:80px;
	color:#333;
}
#content #left{
	width:180px;
	float:left;
	margin:0px 0 20px 15px;
}
#left ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
#left ul li{
	margin-bottom:3px;
}
#left ul li#selected a{
	color:#AE101D;
}
#left ul li a{
	text-transform:uppercase;
	color:#000;
	text-decoration:none;
}
#left ul li a:hover{
	color:#AE101D;
}
#content #startRight{
	width:670px;
	float:left;
	margin-left:14px;
}
#content #center{
	width:370px;
	float:left;
	margin-left:14px;

}
#center a{
	color:#AE101D;
}
#center ul{
	list-style:none;
}
#center strong{
	color:#333;
}
#content #right{
	width:260px;
	margin-left:41px;
	float:left;
}
#right img{
	/*margin-top:20px;*/
}

#wrapper #footer{
	border-top:1px solid #000;
	font-size:10px;
	color:#333;
	padding-top:5px;
}
#byline{
	width:880px;
	margin:0px auto;
	text-align:right;
	color:#999;
}
#byline a{
	color:#999;
}
/*Söket*/
.searchBoxForm{
	display:inline;
}
.searchBoxField{
	width:200px;
}
.searchBoxButton{
	margin:0px;
}
.searchPageBoxForm{
	
}
.searchPageBoxField{
	width:75%;
}
.searchPageBoxButton{
	width:20%;
}

/*Arkiv*/
.archiveDateLink{
	
}
.archiveDateLink li{
	margin-bottom:5px;
}
.archiveArticleLink{
}
.archiveArticleLink li{
	margin-bottom:5px;
}
/*Blogarkiv*/
#blogArchive{
	margin-top:25px;
}
#blogArchive #header{
	color:#009EE0;
}
#blogArchive ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#blogArchive li{

}
#blogArchive li#monthHeader{
	font-weight:bold;
	margin:6px 0px 0px 0px;
}
#blogArchive li a{
	text-decoration:none;
}
/*Blogpost board*/
#blogPostTopBoard{
	background-color:#d5dff3;
    padding:3px;
    margin:1px 0px 2px;
}
#blogPostTopBoard #comments{
	float:right;
}

/*Formulär*/
#dragForm fieldset {
	background-color: #f8f8f8;
	border: 1px solid #CCCCCC;
	padding: 1em;
	margin: 0 10px;
	width: 90%;
}
#dragForm legend {
	font-weight: bold;
}
#dragForm input{
	width: 200px;
	border: solid 1px #999999;
}
#dragForm input:focus {
	background-color: #F2ECEC;
}
#dragForm input.radio, input.checkbox {
	width: auto;
	float: left;
	margin-right: 1em;
	
}
#dragForm input.radio {
	float: left;
	margin-right: 1.1em;
}
#dragForm input.submit {
	width: auto;
	float: left;
	background-color: #ae101d;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
	
}

#dragForm label {
	display: block;
	
}
#dragForm textarea {
	height: 100px;
	width: 285px;
	border: solid 1px #999999;
	
}
#dragForm p{
	margin-bottom:10px;
}
#dragForm em{
	color:#AE101D;
}