/*
Theme Name: Premcenter Blue
Theme URI: http://premcenter.si/
Description: The default theme for site premcenter.si
Version: 1.1
Author: Tomaz Perkovic & Luka Belingar
Author URI: http://google.com/
Tags: blue, pink, custom header, fixed width, two columns

*/

body {
	background-color:#FFF;
	min-height:500px;/* for good browsers*/
	min-width:778px;/* for good browsers*/
	margin:0;
	padding:0;
	font-size:0.9em;
	font-family:Verdana, Arial, Sans-Serif;
}

* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Sans-Serif;
	text-decoration:none;
	font-weight:normal;
}

/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */


html, body, a, a:link, a:visited, a:hover, a:active, input, select, option, font, th, tr, td, textarea, em, div {
	font-family:Verdana, Arial, Sans-Serif;
	text-decoration:none;
	color:#666666;
	font-weight:normal;
}

b, strong {
	font-weight:bold;
}


a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	color:#fff;
}

a:hover {
	color:#832780;
}

input, select, option, font, th, p, textarea, em, div, table {
	font-size:1em;
}

img, div, table, td, tr, a, a:link, a:visited, a:hover, a:active {
	border:0;
}


h3, h4, h4, h5, h6 {
	font-size:1em;
	display:inline;
	font-weight:normal;
}

h1 {
	color:#832780;
	font-weight:normal;
	background-image:url(css/img/bg_h1.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-bottom:0.3em;
	padding-bottom:0.1em;
	font-size:31px;

	
}

h2 {
	font-weight:normal;
	font-size:20px;
	color:#2E3182;
	margin-top:10px;
}

h3 {
	color:#1068B4;
	font-size:1em;
	display:inline;
}

h4 {
	color:#1068B4;
	margin-top:10px;
}

h6 {
	
	color:#1068B4;
	margin-top:10px;
	font-size:10px;
}


p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.hide {
	display:none;
}


