/*
	Title: Screen
	Author: Rui
	Date: 2009-07
	
	Palette --------------------
	#3e2f2f;	dark brown
	#7e2300;	-
	#a34103;	-
	#c9662a;	-
	#dec1a5;	-
	#eedecf;	-
	
	#ded9ce;	-
	#ece8db;	-
	#f9fbf4;	-
	
	#897c04;	green
	#b32720;	red
*/


/* 
Reset from Eric Meyer
-------------------------------------------------- */

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;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

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


/* Common
-------------------------------------------------- */

body {
	font-family: georgia, times, 'times new roman', serif;
	background-color: #f9fbf4;
	text-align: center;
	border-top: 6px solid #ded9ce;
	font-size: 81%;
	line-height: normal;
	color: #3e2f2f;
}

a {
	text-decoration: none;
	color: #900;
}

a:visited {
}

a:hover {
	color: #E00;
}

p {
	margin-bottom: 1.54em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}

	p a {
		font-weight: bold;
	}

h1, h2, h3 {
	font-weight: normal;
	line-height: 1.2;
}

h1 {
	font-size: 2.77em;
	margin: 40px 0 20px;
	font-weight: bold;
	font-family: baskerville, "palatino linotype";
}

	h1 em {
	color: #900;
	}

h2 {
	font-size: 1.54em;
	margin: 10px 0;
}

h3 {
	font-size: 1.54em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #900;
	text-decoration: underline;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

blockquote {
	font-size: 1.08em;
	font-style: italic;
	background: url(../images/q-open.gif) 0 0 no-repeat;
}

	blockquote p {
		text-indent: 1.5em;
		border-top: 1px solid #f9fbf4;
		color: #897c04;
	}

	blockquote .end-quote {
		background: url(../images/q-close.gif) 100% 0 no-repeat;
		margin-left: 5px;
		white-space: nowrap;
		padding: 0 17px 0 0;
	}

	blockquote cite {
		padding-left: 5px;
		font-size: .65em;
		color: #ab9561;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

abbr {
	border-bottom: 1px dashed #3e2f2f;
	cursor: help;
	padding: 0 1px;
}

.note {
	font-style: italic;
}

.introduction {
	font-size: 1.2em;
	line-height: 1.4;
	padding: 10px;
}

	.introduction span.firstrow {
		text-transform: uppercase;
		letter-spacing: 1px;
	}

		.introduction span span.firstletter {
	font-size: 3.13em;
	float: left;
	line-height: 1em;
	margin: -4px 5px 5px 0;
	font-family: baskerville, 'palatino linotype', palatino;
		}

.borderleft {
	padding: 10px 30px 30px 25px;
	font-style: italic;
	margin-bottom: 20px;
	font-size: 1.54em;
}

	.borderleft p {
	border-left: 5px solid #eedecf;
	padding-left: 10px;
	}


/* Layout
-------------------------------------------------- */

#wrapper {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
}

#content {
	width: 100%;
	overflow: hidden;
	clear: both;
	position: relative;
	background: no-repeat;
}

	#content .section {
		width: 100%;
		overflow: hidden;
		clear: both;
		padding: 0 0 10px; 
	}
	
		#content .col {
	width: 270px;
	float: left;
	display: block;
	margin: 0 30px 10px 0;
	overflow: hidden;
		}
		
		#content .col-group {
			width: 570px;
		}
		
		#content .col-last {
			margin-right: 0;
		}

#header {
	height: 128px;
	overflow: hidden;
	border-bottom: 2px solid #ded9ce;
}

	#logo {
		float: left;
		text-indent: -9999px;
	}
	
		#logo a {
	width: 220px;
	height: 45px;
	display: block;
	margin: 80px 0 0;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}
	
	/* NAVIGATION */
	
	#nav {
		float: right;
		display: block;
		margin: 80px 25px 0 0;
	}
	
		#nav li {
	width: 105px;
	height: 25px;
	float: left;
	text-align: center;
	display: block;
	text-transform: uppercase;
		}
		
			#nav li a {
				color: #3e2f2f;
				font-size: .92em;
				line-height: 2.5em;
				letter-spacing: 1px;
			}
			
			#nav li a:hover {
				color: #a34103;
			}
		
		body.work #nav li.w,
		body.services #nav li.s,
		body.about #nav li.a,
		body.contact #nav li.c {
			/* color: #c9662a; */
			background: url(../images/nav.gif) center 0 no-repeat;
		}
		
		#nav li.s {
		}

#footer {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 30px 0 10px;
	font-size: .92em;
}

/*
	#footer p {
		text-align: center;
		padding: 7px 0;
		background-color: #ece8db;
		font-size: .92em;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
	}
*/
	#footer ul {
		border-top: 1px solid #ded9ce;
		padding: 7px 10px 7px 0;
		overflow: hidden;
	}
	
		#footer li {
			float: left;
		}
	
			#footer li a {
				font-weight: normal;
			}
	
			#footer li.copy a {
				background: url(../images/say.gif) 4px 0 no-repeat;
				padding-left: 18px;
			}
	
		#footer li.valid {
			float: right;
			font-size: .83em;
		}


/* Home
-------------------------------------------------- */

body.home #content {
	/* [disabled]background: url(../images/home/welcome.jpg) right 20px no-repeat; */
}

	body.home h1 {
		/* font-size: 3.23em; */
		width: 800px;
		margin: 70px 0;
		font-weight: normal;
	}
	
		body.home h1 a {
			padding: 4px 6px;
			text-transform: uppercase;
			font-size: .81em;
			/* background: rgba(222, 193, 165, 0.2); */
			letter-spacing: .5px;
		}
	
		body.home h1 a:hover {
			background-color: #7e2300;
			color: white;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			-khtml-border-radius: 4px;
		}


/* Work
-------------------------------------------------- */

#content .section-work .col {
	width: 280px;
	float: left;
	/* [disabled]padding-top: 30px; */
	background-color: #F9FBF4;
	background-image: url(f);
}

	#content .section-work .col div {
	text-align: center;
	background: no-repeat 0 0;
	}

	#content .section-work .col div:hover {
	background: -280px 0;
	}

		#content .section-work .col div:hover a {
			color: #c9662a;
		}

		#content .section-work .col div:hover p {
			color: #5c4545;
		}

		#content .section-work .col div img {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
		}

		#content .section-work .col div h2 {
			margin: 6px 0 3px;
			text-align: left;
			font-size: 1.38em;
		}

		#content .section-work .col div p {
			text-align: left;
			color: #3e2f2f;
		}

	
	/* WORK DETAIL PAGE */

	body.work-detail-page h1 {
		margin-bottom: 15px;
	}

	body.work-detail-page h2 {
		margin-bottom: 30px;
		font-size: 1.23em;
	}
	
	#content .section-work .col-group {
	width: 570px;
	}

	#content .section-work .col-group div {
	text-align: center;
	background: url(none) no-repeat 0 0;
	}

	#content .section-work .col-group div:hover {
	background: -570px 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}

		#content .section-work .col .back-to-work {
	width: 133px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	left: 600px;
	top: 100px;
		}

			#content .section-work .col .back-to-work a {
	width: 133px;
	height: 20px;
	display: block;
	background-image: url(../images/work/Nazad-na-meni.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
			}

			#content .section-work .col .back-to-work a:hover {
	background-image: url(../images/work/Nazad-na-meni.gif);
	background-position: -133px 0;
			}
			
			#content .section-work .col li {
				padding-left: 20px;
				background: url(../images/bullet.gif) 5px 8px no-repeat;
				margin-bottom: 2px;
			}


/* Services
-------------------------------------------------- */

#content .section-services .col-group div {
	background: black;
	width: 550px;
	height: 80px;
	background: #3e2f2f url(../images/services/arrow.gif) right 0 no-repeat;
	overflow: hidden;
	display: block;
}

	#content .section-services .col-group div h2 {
		font-size: 1.85em;
		font-weight: bold;
		color: white;
		margin-top: 25px;
		text-align: center;
		padding-right: 20px;
	}

		#content .section-services .col-group div h2 span {
			font-family: times;
			padding: 0 2px;
		}

	#content .section-services .col-individual p {
		font-style: italic;
	}

	#content .section-services .col p img {
	float: right;
	margin: 2px 20px 0 5px;
	}


/* About
-------------------------------------------------- */

body.about #content {
	background: url(../images/about/dvogled_kisobran.jpg) no-repeat 100% 80px;
}


/* Contact
-------------------------------------------------- */

#content .section-contact ul {
	margin-bottom: 40px;
}

	#content .section-contact li {
		margin-bottom: 10px;
	}

	#content .section-contact .status {
		padding-left: 22px;
	}

	#content .section-contact .available {
		background: url(../images/contact/available.gif) 2px 2px no-repeat;
	}

	#content .section-contact .busy {
		background: url(../images/contact/busy.gif) 2px 2px no-repeat;
	}


/* 404
-------------------------------------------------- */

#content .section-404 li {
	padding-left: 20px;
	background: url(../images/bullet.gif) 5px 8px no-repeat;
	margin-bottom: 15px;
}
.services #wrapper #content .section.section-services .col h2 a {
	color: #3e2f2f;
}
.services #wrapper #content .section.section-services .col p a {
	font-style: normal;
	color: #900;
	font-weight: normal;
}
