@charset "UTF-8";
/*
Theme Name: Aleveterinären
Theme URI: http://www.aleveterinaren.se
Description: 
Version: 1.0
Author: Björn-Eric A.
Tags: mantle color, variable width, two columns, widgets

Wordpress theme vustom for Aleveterinären.se

*/

body {
	padding: 0px;
	margin: 0px;
	background-image: url(img/back_fade_big.png);
	background-repeat: repeat;
	font-family: Helvetica, Futura-light, "Futura Light", "Century Gothic", AppleGothic, sans-serif;
	font-size: 0.7em;
	color: #444;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.5em;
	background-color: #f0f0f0;
}
H2 a {
	font-family: Helvetica, Futura, "Century Gothic", AppleGothic, sans-serif, sans-serif, Verdana, Arial;
	font-weight: normal;
	color: #ff7f00;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.3em;
	font-size: 1.2em;
	font-weight: normal;
	text-shadow: 1px -1px 5px rgba(0,0,0,.2);
}

H2 {
	color: #ff7f00;
	font-weight: normal;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: left;
	letter-spacing: 2px;
	line-height: 1.5em;
	font-size: 2em;
}
H3 {
	padding-top: 30px;
	clear: both;
	color: #ff7f00;
	font-weight: normal;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: left;
	letter-spacing: 2px;
	line-height: 1.5em;
	font-size: 1.2em;
}

H4 {
	font-weight: normal;
	word-spacing: 0.1em;
	text-align: left;
	letter-spacing: 2px;
	line-height: 1.5em;
	font-size: 1.2em;
}

H5 {
	color: #ff7f00;
	font-weight: normal;
	word-spacing: 0.1em;
	text-align: left;
	letter-spacing: 2px;
	line-height: 1.5em;
	font-size: 1.2em;
}

a {
	color: #333;
}

img {
	border: 0;
}
.sidebar {
	border-color: #cccccc;
	padding-left: 20px;
	background-repeat: repeat-x;
	background-image: url(http://localhost/aleveterinaren/wp-content/themes/alevet/img/back_fade.png);
	background-position:bottom;
	background-color: white;
	width: 200px;
}
.footer {
	height: 229px;
	background-repeat: repeat-x;
	min-height: 229px;
	background-image: url(img/back_fade_big_footer.png);
	background-color: white;
	margin-top: 30px;
	width: 100%;
	background-position: 0px 0px;	
}
.lowmenu {
	padding-top: 50px;
	height: auto;
	min-height: 229px;
	background-color: #ff7f00;
	margin-top: 30px;
	width: 100%;	
}

.post {
	margin-bottom: 30px;
	background-color: white;
}

ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
	list-style-image: none;
}
li {
	list-style-type: none;
	margin-left: 0;
}
.firstWrapper {
	width: 100%;
}
.first {
height: 175px;
padding-bottom: 40px;
}
.search {
	height: 120px;
	background-image: url(img/circle_pink_cut.png);
	padding-top: 30px;
	padding-bottom: 0px;
}
#searchform, input#s
{
color: white;
font-size: 1.2em;
font-style: italic;
}
.firstline {
	height: 100px;
	top: 0px;
	border-width: 0px;
	margin-top: 0px;
	padding: 0px;
}
.br {
	width: 100%;
	margin-left: -80px;
	padding-left: -20px;
	text-align: center;
	margin-left: -40px;
}



/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 60 pixels each, with 10 pixel gutter */
/* ================ */

.grid_1 { width:60px; }
.grid_2 { width:130px; }
.grid_3 { width:200px; }
.grid_4 { width:270px; }
.grid_5 { width:340px; }
.grid_6 { width: 360px; }
.grid_7 { width:480px; }
.grid_8 { width:550px; }
.grid_9 { width:620px; }
.grid_10 { width:690px; }
.grid_11 { width:760px; }
.grid_12 { width:830px; }

.column {
	margin: 0 5px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 840px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -5px;
	width: auto;
	display: inline-block;
}

.round_9 {
	padding: 20px; 
	width: 580px; 
	background:white; 
	margin-bottom: 20px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius:5px;
}

.round_3 {
	padding-left: 5px; 
	padding-bottom: 20px; 
	padding-right: 20px; 
	padding-top: 20px; 
	margin-bottom: 20px; 
	width: 175px; 
	background:white;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius:5px;
}

.round_3_news {
	padding: 20px;
	margin-bottom: 20px; 
	width: 160px; 
	background:white;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius:5px;
}


.round_3_news img {
	display: block;
	margin-left:auto;
	margin-right:auto; 
}
.footerText {
	color: white;
}

/* Wordpress */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/* Menu styling */
.sidebar .current_page_item {
	padding-left: 15px;

}
.sidebar .current_page_item a {
	background-repeat: repeat;
	color: #ff7f00;
	text-decoration: none;
}
.sidevar .current_page_item a:hover {
	color: white;
	text-decoration: none;
}
.sidebar a:hover {
	text-decoration: underline;
	color: #ff7f00;
}
.sidebar li {
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.4em;
	font-size: 1em;
	padding-left: 15px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 5px;
}
.sidebar a {
	text-decoration: none;
}


/* post nac */
#navmenu li {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
#navmenu li {padding-left: 0px; padding-bottom: 5px; padding-right: 40px; padding-top: 5px; display: inline;}
#navmenu a {text-decoration:none;}
#navmenu a:hover {color: purple; }

#navmenu .current_page_item a {
	background-repeat: repeat;
	color: #efefef;
	text-decoration: none;
}
#navmenu .current_page_item a:hover {
	color: white;
	text-decoration: none;
}
#navmenu a:hover {
	text-decoration: underline;
	color: white;
}
#navmenu li {
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 2em;
	font-size: 1em;
	padding-bottom: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 5px;
}
#navmenu a {
	text-decoration: none;
}
.navmenuToproom{
	padding-bottom: 30px;
}

/* Search Styling */

fieldset.search2 {
	border: none;
	width: 175px;
	margin: 0 auto;
}
.search2 input, .search button {
	border: none;
	float: left;
}
.search2 input.box {
	color: white;
	font-size: 1.4em;
	width: 145px;
	height: 30px;
	padding: 0;
	background: url(img/search_bg.gif) no-repeat;
	/* margin-right: 5px; */
}
.search2 input.box:focus {
	color: white;
	background: #616161 url(img/search_bg.gif) no-repeat left -30px;
	outline: none;
}
.search2 button.btn {
	width: 30px;
	height: 30px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(img/search_bg.gif) no-repeat top right;
}
.search2 button.btn:hover {
	background: url(img/search_bg.gif) no-repeat bottom right;
}
p {
	margin-top: 15px;
}
.plast {
	clear: both;
}



