/*  
Theme Name: ADC 
Theme URI: http://www.adc.com.lv/
Version: 1.0
Author: Kristaps Pilveris (GRENO)
Author URI: http://www.greno.lv/
*/



body {
	background-color: #fff;
	font: normal 62.7%/1em Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	
}

/* General container */
#cont {
	margin: 0;
	padding: 40px 0 0 10%;
	width: 600px;
	border: 0px solid green;
}









/*  -------------------------------------------------------  */
/* Homepage header block */
#home {
	margin: 80px 0 0 0;
	background-image: url('img/header_home.jpg');
	background-repeat: no-repeat;
	height: 220px;
	position: relative;
}

/* Hides duplicate ADC name text */
#home h1, #header h1 {
	display: none;
}


/* Deafult header block */
#header {
	background-image: url('img/header_page.jpg');
	background-repeat: no-repeat;
	height: 120px;
	position: relative;
}



/* Homepage link on logo image */
#home a {
	position: absolute;
	width: 120px;
	height: 140px;
	top: 60px;
	left: 0;
	text-decoration: none;
}


/* Header link on logo image */
#header a {
	position: absolute;
	width: 70px;
	height: 100px;
	top: 13px;
	left: 0;
	text-decoration: none;
}






/* ------------------------------------------------------------------- */
/* language selector */
#lang {
	margin: 1.5em 0 0 0;
	padding: 0;
	width: 600px;
	height: 1.5em;
	clear: both;
}

#lang li {
	list-style: none;
	float: right;
	margin: 0 0 0 0.6em;
}

#lang a {
	color: #999;
	font-size: 1.1em;
}





/*  -----------------------------------------------------------------  */
/* Site menu bar */
ul#menu {
	background-color: #999;
	margin: 0 0 1.5em 0;
	padding: 0;
	width: 600px;
	height: 2em;
}

#menu li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 1.3em;
	letter-spacing: 1px;
}


#menu li a {
	display: block;
	padding: 0.37em 1em;
	margin: 0 0 0 2em;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
}

#menu li a:hover {
	background-color: #fff;
	color: #999;
}

#menu li.current_page_item a, #menu li.current_page_parent a {
	background-color: #fff;
	color: #c00;
	border-left: 2px solid #cf1111;
	border-right: 2px solid #cf1111;
}

#menu li.current_page_item a:hover, #menu li.current_page_parent a:hover {
	color: #333;
}


/* ---------------------------------------------------------  */
/* Content area */
#content {
	font: normal 1.3em/1.6em sans-serif;
}

/* Generic text paragraph */
#content p {
	margin: 0.15em 0 0.85em 0;
	padding: 0;
}


/* Headers */
#content h2 {
	font: normal 1.2em/1.2em sans-serif;
	margin: 3em 0 1em 0;
	padding: 0.3em 0 0.3em 0.5em;
	text-transform: uppercase;
	background-color: #e4e4e4;
}

#content h3 {
	font: normal 1em/1.2em sans-serif;
	margin: 0 0 1em 0;
	padding: 0;
	text-transform: uppercase;
}

/* Links */
a {
	color: #700;
}

a:hover {
	color: #c00;
}

/* Splits content area in 50% wide columns */
#content .left_column {
	float: left;
	width: 279px;
	margin: 0 40px 0 0;
}

#content .right_column {
	float: left;
	width: 279px;
}


/* Clearing element */
div.clearer {
	clear: both;
}

/* ---------------------------------------------------------  */
/* Page bottom */

#bottom {
	padding: 6em 0 3em 0;
	color: #aaa;
	font-size: 1.1em;
	border: 0px solid gray;
}

#bottom p {
	margin: 0.5em 0 0 0;
}

#bottom div {
	height: 1.5em;
	background-color: #999;
}


#dev {
	display: block;
	float: right;
	text-decoration: none;
	color: #aaa;
}

#dev:hover {
	text-decoration: underline;
}
