/* GLOBAL (alphabetical) */

*{
border: 0;
margin: 0;
padding: 0;
}


acronym {
	border-width: 0em 0em .10em 0em;
	border-style: dotted;
	border-color: RGB(51, 51, 51);
	}

a {
	background-color: transparent;
	color: RGB(255, 255, 255);	
	}

a:visited {
	background-color: transparent;
	color: RGB(250,250,250);
	}

a:hover {
	background-color: transparent;
	color: RGB(255, 255, 0);
	}

blockquote {
	background-color: transparent;
	padding: 0em 4em;
	font-style: italic;
}

blockquote p {
	text-indent: -0.33em;
}

blockquote.pullquote {
	margin: -170px 0em 0em 145px;
	display: inline;
	float: left;
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
}

blockquote.pullquote p{
	color: RGB(251, 251, 251);
	font-size: 1.66em;
	text-indent: -0.66em;
	font-family: 'MS Sans Serif', sans-serif;
}

body#livadas {
	width: 100%;
	font-size: .66em;	
	background-color: RGB(255, 255, 0);
	color: RGB(255, 255, 255);
	font-family: 'MS Sans Serif', sans-serif;
	background: url(http://www.livadas.com/images/alt/hotdog/body_bg.gif) top left repeat-x;
	}

dd {
	display: block;
	margin: .5em .5em .5em 0em;
	color: RGB(51, 51, 51);
	}

dt {
	display: block;
	margin: .5em 0em;
	}

h3 {
	font-size: 1em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

hr {
	display: none;
	}

.form input,
.form textarea {
	width: 30.8em;
	/*IE hack */
	w\idth: 30.4em;
	background-color: RGB(251, 251, 251);	
	color: RGB(51, 51, 51);
	padding: .3em;
	border: .05em solid RGB(51,51,51);
	}

legend {
	font-size: 1em;
	top: 0; 
	left: 0;
	font-weight: bold;
	padding: 0.2em 0.5em;
	background-color: transparent;
	margin: 1em 0em 0em 0em;
	}

p {
	margin: 0.55em 0em;
	}

select, option, input {
	font-size: 1em;
	font-family: Verdana, sans-serif;
	}
	
form textarea {
	overflow: auto;
	font-size: 100%;
	font-family: Verdana, sans-serif;
	}

ul {
	list-style-type: none;
	}

/* CLASSES */

.form .btn {
	width: auto;
	margin: 1.33em 0em 0em 0em;	
	padding: 0.1em 0.7em;
	}
	
.form .checkbox {
	width: 1.33em;
	height: 1.33em;
	display: block;
	}

.caption {
	font-size: 80%;
	text-align: center;
	}

.error {
	color: RGB(151,0,0);
	}

.form {
	margin: 1em 0em 0em 0em;
	padding: .5em;
	border: 3px double RGB(0, 0, 0);
	background-color: transparent;
}

.hidden {
	display: none;
	}

.horiznav li {
	display: inline;
	}

.important {
	font-weight: bold;
	}

.large {
	font-size: 1.41em
	}


div.loading {
	display: inline;
	margin-left: 0em;
	top: 0;
	left: 0;
	height: 21px;
	width: 21px;
	padding: 5px 6px 6px 6px;
	background: url(http://www.livadas.com/images/icons/loading.gif) top no-repeat;
	}
	
.medium {
	font-size: 1em
	}

.mega {
	font-size: 1.82em
	}

.newsitem {
	display: block;
	}

.newsrule {
	display: block;
	height: .10em;
	color: RGB(251,251,251);
	margin: 1em .10em;
}

.numlist {
	display: block;
	padding: 0.33em;
	margin: 1em 2em;
	list-style-type: decimal;
	}

.photo {
	padding: 0.55em;
	float: right;
	}

.photo img {
	border: 1px solid RGB(191,189,176);
	}

.title {
	font-style: italic;
	}

ul.bullets {
	display: block;
	padding: 0.33em;
	margin: 1em 2em;
	color: RGB(255, 255, 255);
	list-style-type: square;
	}

ul.todolist {
	display: block;
	padding: 0.33em;
	margin: 1em 2em;
	color: RGB(0, 0, 0);
	list-style-type: none;
	}
	
ul.todolist li{
	margin: 1em 0em;
	}	
	
ul.todolist li a:link {
	background: url(http://www.livadas.com/images/icons/todo.png) top left no-repeat ;
	padding: 0.1em 1.75em;
/*	text-decoration: none;*/
	}

ul.todolist li a:hover {
	padding: 0.1em 1.75em;
	background: url(http://www.livadas.com/images/icons/todo_hover.png) top left no-repeat;
/*	text-decoration: underline;*/
	}

ul.todolist li a:visited {
	padding: 0.1em 1.75em;
	color: RGB(250,250,250);
	background: url(http://www.livadas.com/images/icons/todo_done.png) top left no-repeat;
	text-decoration: line-through;
	}


/* LAYOUT */

div#wrapper {
	background-color: transparent;
	background-image: none;
	position: absolute;
	margin-left: 50%;
	left: -21.5em;
	width: 43em;
	}

div#container {
	background-color: RGB(255, 0, 0);
	background-image: none;
	border: .5em solid RGB(0,0,0);
	height: auto;
	}

/* HEADER NAVIGATION */
h1#logo a:link, h1#logo a:visited, h1#logo a:hover, h1#logo a:active {
	width: 206px;
	height: 65px;
    display: block;
	font-size: 1px;
	background:url(http://livadas.com/images/alt/default/Livadas.gif) bottom left no-repeat;
	}

h1#logo {
	line-height:1px;
    width: 206px;
	height: 65px;
    display: block;
	cursor: default;
	text-decoration: none;
	}

#masthead {
	display: none;
	}


/* HEADER NAVIGATION */

div#navcontainer1 {
	clear: right;
	height: 2.33em;
	overflow: hidden;
	background-color: RGB(0, 0, 0);
	background-image: none;
	border-width: 0em 0em .10em 0em;
	border-style: double;
	border-color: RGB(0, 0, 0);
	}

ul#headnav li{
	float: left;
	}
	
ul#headnav li a {
	font-family: 'System', Verdana, sans-serif;
	text-decoration: none;
	color: RGB(255,255,255);
	line-height: 2.33em;
	padding: 0.60em 0.50em; 
	}

ul#headnav li a:hover, ul#headnav li a:focus  {
	text-decoration: none;
	color: RGB(255,255,0);
	background-color: transparent;
	}

ul#headnav li a.selected1 {
	text-decoration: underline;
	color: RGB(255,255,0);
	background-color: transparent;
	cursor: default;
}

/* SUB-HEADER NAVIGATION */

div#navcontainer2 {
	clear: both;
	height: 2.33em;
	overflow: hidden;
	background-color: RGB(255, 255, 255);
	background-image: none;
	border-width: 0em 0em .10em 0em;
	border-style: double;
	border-color: RGB(191, 189, 176);
	}

#subnav li{
	float: left;
	}

#subnav a {
	font-family: 'System', Verdana, sans-serif;
	color: RGB(0,0,0);
	line-height: 2.33em;
	text-decoration: none;
	padding: 0.60em; 
	}

#subnav a:hover {
	text-decoration: none;
	color: RGB(255,0,0);
	background-color: transparent;
	}

ul#subnav li a.selected2 {
	background-color: transparent;
	color: RGB(255,0,0);
	text-decoration: underline;
	cursor: default ;
}

div#feed {
padding: .5em;
float:right;
}

/* THIRD TIER NAVIGATION */

div#navcontainer3 {
	height: 2.33em;
	overflow: hidden;
	background-color: RGB(0, 0, 0);
	background-image: none;
	}

ul#thirdnav li{
	float: left;
	}

ul#thirdnav li a {
	font-family: 'System', Verdana, sans-serif;
	background-color: transparent;
	color: RGB(255,255,255);
	line-height: 2.33em;
	padding: 0.60em;
	text-decoration: none;
	}

ul#thirdnav li a:hover, ul.thirdnav li a:focus {
	background-color: transparent;
	color: RGB(255,255,0);
	text-decoration: none;
	}

ul#thirdnav li a.selected3 {
	background-color: transparent;
	color: RGB(255,255,0);
	text-decoration: underline;
	cursor:default ;
}

/* MAIN BODY */

div#main {
	clear: both;
	overflow: hidden;
	background-color: RGB(255, 0, 0);
	width: auto;
	voice-family: "\"}\"";
	voice-family: inherit;
	}

div#copy1 {
	border-width: 3px;
	border-style: double;
	border-color: RGB(255, 0, 0);
	padding: .60em;
	}

div#take, div.monial {
	border-width: 3px;
	border-style: double;
	border-color: RGB(255, 0, 0);
	overflow: hidden;
	padding: .6em;
	color: RGB(0,0,0);
	background-color: RGB(255, 255, 0);
	background-image: none;
	width: auto;
	voice-family: "\"}\"";
	voice-family: inherit;
	}

div.monial {
	background-color: transparent;	
	}	

div#take a {
	color: RGB(0,0,0);
	}

div#nikcontact {
	height: 169px;
	background-image: url(http://www.livadas.com/images/alt/default/contact1.jpg);
	background-repeat: no-repeat;
	}

#moretype {
	padding: .5em;
	font-weight: normal;
	line-height: 1em;
	color: RGB(55,55,55);
	background-color: RGB(251, 251, 251);
	border: .1em solid RGB(226, 219, 213);
	text-align: center;
	font-style:normal;
	font-family: "Courier New", Courier, monospace;
	}	

div#gallery {
	width: 164px;
	height: 169px;
	background: RGB(58, 60, 52) url(http://www.livadas.com/images/alt/default/nik.jpg) no-repeat;
	}

div#gallerybg {
	display: none;
	overflow: hidden;
	height: 169px;
	background-image: url(http://www.livadas.com/images/alt/default/nik_bg.jpg);
	background-repeat: repeat;
	}

/* GMAP */

div#maperror {
	padding: .60em;
	}

div#map{
	border-width: 0em .05em 0em 0em;
	border-style: double;
	border-color: RGB(0,0,0);
	width: 100%;
	height: 400px;
	}
div#map {
	color: RGB(255,0,0);
	}

div#map input{
	border: 1px solid black;
	}

/* SITEMAP */

ul#maplist li {
	margin: .66em 0em .66em 0em;
	}

li.headitem span {
	font-weight: bold;
	font-size: 1.25em;
	}

li.headitem ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	right: 0;
	top: 0;
}

li.subitem span {
	font-weight: bold;
	font-size: 1em;
	position: relative;
	}

ul.sublist {
	display: block;
	margin: .66em 0em .66em .33em;
	}

ul.thirdsub li {
	display:inline;
	}

/* UI CONTROLS */

div#uicontrols {
	position: absolute;
	height: 19px;
	top: 10px;
	right: -4px;
	font-size: 11px;
	}

div.ui {
	float: right;
	margin: 0px 2px;
	display: inline;
	}

div.ui dt {
	float: left;
	}

div.ui span {
	display: none;
	}

div.ui dd {
	float: left;
	}

div#theme {
	float: right;
	clear: both;
	}

div#uicontrols select {
	margin: 0px 2px 0px 0px;
	border: 1px solid RGB(51,51,51);
	}

dt#master a:link, dt#master a:visited, dt#master a:hover, dt#master a:active {
	width: 17px;
	height: 17px;
   	display: block;
	font-size: 1px;
	background:url(http://livadas.com/images/icons/master.png) bottom left no-repeat;
	}

dt#master {
	line-height:1px;
	width: 17px;
	height: 17px;
	display: block;
	cursor: default;
	text-decoration: none;
	}
	
dt#micro a:link, dt#micro a:visited, dt#micro a:hover, dt#micro a:active {
	width: 17px;
	height: 17px;
    display: block;
	font-size: 1px;
	background:url(http://livadas.com/images/icons/micro.png) bottom left no-repeat;
	}

dt#micro {
	line-height:1px;
   	width: 17px;
	height: 17px;
	display: block;
	cursor: default;
	text-decoration: none;
	}
	
dt#mega a:link, dt#mega a:visited, dt#mega a:hover, dt#mega a:active {
	width: 17px;
	height: 17px;
    display: block;
	font-size: 1px;
	background:url(http://livadas.com/images/icons/mega.png) bottom left no-repeat;
	}

dt#mega {
	line-height:1px;
    width: 17px;
	height: 17px;
	display: block;
	cursor: default;
	text-decoration: none;
	}

dt#fixed a:link, dt#fixed a:visited, dt#fixed a:hover, dt#fixed a:active {
	width: 17px;
	height: 17px;
	display: block;
	font-size: 1px;
	background:url(http://livadas.com/images/icons/fixed.png) bottom left no-repeat;
	}

dt#fixed {
	line-height:1px;
	width: 17px;
	height: 17px;
	display: block;
	cursor: default;
	text-decoration: none;
	}

dt#fluid a:link, dt#fluid a:visited, dt#fluid a:hover, dt#fluid a:active {
	width: 17px;
	height: 17px;
	display: block;
	font-size: 1px;
	background:url(http://livadas.com/images/icons/fluid.png) bottom left no-repeat;
	}

dt#fluid {
	line-height:1px;
	width: 17px;
	height: 17px;
	display: block;
	cursor: default;
	text-decoration: none;
	}

.menutitle {
	font-size: 1em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}

/* FOOTER */

div#footer {
	padding: 4px 8px;;
	overflow: hidden;	
	background-color: RGB(192, 192, 192);
	border-width: 1px 0px 0px 0px;
	border-bottom-style: solid;
	border-color: RGB(0,0,0);
	}

div#languages{
	background-color: transparent;
	padding: .33em;
	}

ul#translations li {
	margin: .33em;
	display: inline;
	}

ul#translations li img {
	border: 1px solid RGB(58, 60, 52);	
	}

div#copyright {
	color: RGB(0, 0, 0);
	margin-left: 8px;
	display: inline;
	}

ul#footnav {
	padding: 6px;
	border: 1px inset RGB(168,168,168);
	display: inline;
	}

ul#footnav li {
	display: inline;
	color: RGB(255, 255, 255);
	margin-right: .33em;
	}

ul#footnav li a {
	color: RGB(0, 0, 0);
	line-height: 2.33em;
}