/*
Theme Name:  Saravarga
Theme URI: http://www.saravaraga.com
Description: Saravargas theme
Version: 0.1
Author: 27 Kilobyte AB
Author URI: http://27kilobyte.se
*/

/* Reset CSS  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Begin CSS */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(img/bg.jpg);
	background-position: center;
}

p
{
	margin: 1em 0;
}

a {text-decoration: none}
a {color: #FFFFBF}
a:visited {color: #FFFFBF}
a:active {color: #FFFFBF}
a:hover {color: #FFFFBE; text-decoration: underline; }

.style #logo
{
	background: url(img/logo.jpg) top center no-repeat;
	height: 100px;
	text-align: center;
	margin-bottom: 30px;
}


.style #container {
	width: 780px;
	background-color: #000000;
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
} 

#meny li{
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	}

#meny li a{
	color: #FFFFFF;
	margin-right: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 35px;
	letter-spacing: 2px;
	}

.style #meny {
	background: url(img/bg_meny.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 780px;
	height: 35px;
	text-align: center;
}

.style #main {
	width: 780px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.style #mainText {
	background-color: #000000;
	width: 380px;
	float: left;
	color: #CCCCCC;
	padding: 20px;
	text-align: justify;
	line-height: 15px;
	float: left;
}


.style #mainPicture {
	float:right;
	margin-bottom: 20px;
}


.style #bottom {
	width: 780px;
	height: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	position: relative;
	top: 5px;
}

h2, h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	margin: .83em 0;
}

h3
{
	font-size: 13px;
}

/*
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
}
*/

.header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
}

.newsHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}

.newsDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: italic;
	color: #CCCCCC;
	text-align: right;
}

.newsText {
	text-align: left;
}

#separator
{
	display: block;
	padding: 10px 0 10px 0 !important;
}

hr
{
  height: 2px;
  background: #fff url(img/line380.jpg) no-repeat scroll center;
}

/* Wordpress */

.alignright
{
	float: right;
} 
.clear
{
	clear: both;
}