/*
Red Lantern Revisited
HFWD Chapter 10
http://headfirslabs.com/books/hfwd/ch10/stylesheets/screen.css
*/

body {
	margin: 0;
	padding: 0;
	/*background: #7a2122 url('../images/runes_meaningbw2.jpg') repeat;*/
	
	background-image: url('../images/background_rezbarija1_1920x1280.jpg');
	
	/*background: #7a2122 url('../images/body_bg.gif') repeat-x top;*/	
	
	/*background-image: url('../images/background2_1920x1280.jpg') ;*/
	/*background-image: linear-gradient(to right, black, red ,black);*/
	font-family: Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
}

h1, h2, p, ul, li {
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.4em;
	line-height: 1.4em;
}

ul {
	list-style-type: none;
}

/*
a:link, a:visited {
	color: #333;
	background: #eee;
}*/

a:link {
    color: green; 
    background-color: transparent; 
    text-decoration: none;
}
/*
a:visited {
    color: red;
    background-color: transparent;
    text-decoration: none;
}*/

a:hover {
    color: green;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}



span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
}


/* Rounded-corner header */
#masthead {
	margin: 0 auto;
	margin-top: 20px;	
	/*height: 95px;*/
	height: 50px;
	/*height: 116px;
	width: 800px;*/
	width: 1120px;
	color: #fff;
	/*color=#38221e;*/	
	background: url('../images/rounded_header_wide1.png') no-repeat bottom;
	text-align: center;
}

#masthead h1 {
	float: left;
}

#nav {
	float: right;
	margin: 0 10px 0 0;
	padding: 30px 0 0 0;
	font-size: 1.4em;
}

#nav li {
	display: inline;
	margin: 0 0 0 20px;
}

#nav li a {
	color: #fff;
	text-decoration: none;
	background: none;
}

#wrap {
	clear: both;
	margin: 0 auto;
	/*padding: 10px;*/
	/*width: 780px;*/
	width: 1100px;
	/*background: #fff;*/
	background:#deaf76;
	border: 10px solid #5c0505;
	border-top: none;
}

/*
The main image is a background image so that we can
overlay the text that used to appear below the header/
*/
#header {
	height: 180px;
	background: url('../images/heder_novi_ima_text_1080x180.jpg') no-repeat;
	border: 10px solid #eee;
}

#header h1 {
	font-size: 2em;
	line-height: 1.2em;
	padding: 20px;
	color: #eee;
	width: 200px;
	font-weight: normal;
}

#content {
	float: left;
	/*width: 500px;*/
	width: 500px;
	margin: 20px 0 20px 0;
	padding: 10px;
}

#content h2 {
	font-size: 2.4em;
	margin: 0 0 10px 0;
	
	text-align: center;
	text-transform: lowercase;
	font-weight: 900;
	color: #ed1c24;
	
}

#content p {
	margin: 0 0 10px 0;
}

#runaTekst {
	line-height: 2em;
	text-align: left;
	/*font-weight: bold;*/
	font-size: 1.2em;
	margin-left: 20px;
	padding-top: 30px;
	padding-bottom: 50px;
	/*color: #eee;*/
}

#content label {
color: #B4886B;
font-weight: bold;
display: inline-block;
width: 250px;
float: left;
/*margin-bottom:5px; ovo ne radi?*/
}

#content input {
font-weight: bold;
display: inline-block;
width: 350px;

/*margin-bottom:5px; ovo ne radi?*/
}

#content select {
color: #B4886B;
font-weight: bold;
display: inline-block;
width: 350px;
float: left;
/*margin-bottom:5px; ovo ne radi?*/
}

#forma1 input {
padding-left: 10px;
border-color: transparent;
border-radius: 8px;
/*margin-bottom:5px; ovo ne radi?*/
color: #ed1c24;
/*background: #deaf76;*/
}

#forma2 input {
border: none;
border-color: transparent;
/*margin-bottom:5px; ovo ne radi?*/
color: #ed1c24;
background: #deaf76;
}


#link-list {
	margin: 20px 0 0 0;
	font-size: 1.2em;
}

#link-list li {
	margin: 0 0 5px 0;
}

#sidebar {
	float: right;
	margin: 20px 0 20px 0;
	padding: 10px;
	/*width: 240px;*/
	width: 550px;
	background: #eee;
	border-top: 5px solid #ddd;
}

#sidebar h2 {
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 5px 5px 5px;
}

#port li {
	margin: 10px 35px 0 35px;
}

#port li img {
	border: 5px solid #ddd;	
}

#footer {
	clear: both;
	background: #eee;
	padding: 10px;
	border-top: 2px solid #ddd;
	text-align: center;
	color: #777;
}
