
/*-----------------------------------*/
/*Stylesheet for Lituanus.org (blue) */
/*Created by Vilija Joyce            */
/*Vilija | Web Design and Development*/
/*http://www.vilija.net              */
/*Last updated: 20081213             */
/*-----------------------------------*/
body {
	padding: 0;
	margin: 0;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	background: #cdcdcd;
	color: #404040;
}

div {
	text-align: left;
}

#topofpage {
	height: 0;
}

#container {
	width: 730px;
	padding: 25px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 95px;
}

#logo {
	background: url("../images/lituanus-logo-blue.gif");
	width: 300px;
	height: 74px;
	float: left;
}

#logo-new {
	float: left;
}

#search {
	float: right;
	padding-top: 8px;
	text-align: right;
	width: 225px;
}

#bar {
	clear: both;
	background: #F3F3F3;
	height: 21px;
	font-size: 1.02em;
}

#top {
	background: url("../images/feature.jpg") 100% 0 no-repeat #505050;
	height: 200px;
	clear: both;
}

#body {
	clear: both;
	margin-bottom: 15px;
	margin-top: 15px;
	background: #fff;
	font-size: 1.3em;
	line-height: 1.2em;
}

#homeright {
	float: right;
	border-bottom: 1px solid #e4e4e2;
	background: url("../images/bg_grey.jpg") bottom center repeat-x;
	width: 230px;
	padding: 0 15px 15px 15px;
}

#homeright p {
	font-size: .9em;
	line-height: 1.5em;
}

#innerright {
	float: right;
	border-bottom: 1px solid #e4e4e2;
	background: url("../images/bg_grey.jpg") bottom center repeat-x;
	width: 230px;
	padding: 0 15px 15px 15px;
}

#innerright p {
	font-size: .9em;
	line-height: 1.5em;
}

#innerright2 {
	float: right;
	background: #F3F3F3;
	width: 230px;
	padding: 0 15px 15px 15px;
}

#innerright2 p {
	font-size: .9em;
	line-height: 1.5em;
}

#innerright2 ul {
	font-size: .9em;
}

#footer-container {
	margin: 0 auto;
	clear: both;
	background: #F3F3F3;
	width: 730px;
	padding: 5px 15px 10px 35px;
}

#footer-container #address p {
	float: left;
	font-size: 1em;
	margin:  1em 3.5em 1em 0;
}

#footer-container #address p#nameplate {
	font-weight: bold;
}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}

/* IE-specific hacks! */
.clearfix {
	display:inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}

/* End hide from IE Mac */
* html .clearfix {
	height: 1%;
}

div.block {
	background: #FFFFFF;
	padding: 10px;
}

div.blockgrey {
	background: #F3F3F3;
	padding: 10px;
}

div.blockdistinct {
	background: #CCECFF;
	padding: 10px;
	margin: 5px 0 10px 0;
}

div.blockdistinct p {
	font-size: .9em;
}

div.blockhighlight {
	background: #CCECFF;
	width: 410px;
	padding: 10px;
	margin: 5px 0 10px 0;
}

div.blockhighlight p {
	font-size: .9em;
}

div.blockdistinctblue {
	background: url("../images/corner.gif") no-repeat 100% 100% #CCECFF;
}

div.blockwithsidebar p {
	width: 450px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.45em;
}

div.blockwithsidebar h2 {
	width: 450px;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #606060;
	border-bottom: 1px solid #c0c0c0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
}

h1 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.6em;
	line-height: 1.4em;
	color: #004e7c;
	padding: 10px 0 0 0;
	margin: 0;
}

#homeright h1 {
	padding-top: 10px;
}

#top h1 {
	color: #fff;
	padding-left: 25px;
	padding-top: 50px;
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.3em;
}

h1.sub {
	margin-top: 20px;
}

h2 {
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #606060;
	border-bottom: 1px solid #c0c0c0;
}

h3 {
	color: #004e7c;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 10px;
}

h3.special {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 5px;
}

p {
	margin: 0;
	margin-bottom: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.45em;
}

p.announcements {
	margin-top: 0;
	margin-bottom: 25px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.45em;
}

p.right {
	text-align: right;
}

#footer p {
	clear: both;
	color: #c0c0c0;
	font-size: .9em;
	line-height: 1.5em;
}

form {
	margin: 0;
}

fieldset {
	padding: 0;
	border: 0;
}

legend {
	display: none;
}

input {
	border: 1px solid #c0c0c0;
	color: #454545;
	font-size: 11px;
}

input.searchText {
	width: 150px;
	height: 13px;
}

input.searchSubmit {
	color: #004e7c;
	background: #fff;
	border: 1px solid #fff;
	font-size: 12px;
	height: 19px;
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding : 0;
	list-style : none;
}

ul.list {
	margin-bottom: 20px;
	padding-left : 50px;
	list-style: square;
}

ul.cindex {
	margin-bottom: 5px;
	list-style: none;
}

li {
	padding-top: 0px;
	padding-bottom : 10px;
}

li.list {
	padding-bottom : 1px;
}

li.cindex {
	padding-bottom : 1px;
}

li.center {
	text-align: center;
}

#bar li {
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
	float: left;
}

#bar li.active {
	background: #505050;
	color: #fff;
	padding-bottom: 4px;
}

#bar li.highlightmenu {
	background: #004e7c;
	color:#FFFFFF;
}

#bar li.highlightmenu a {
	color:#FFFFFF;
}

#bar li.active a {
	color: #FFFFFF;
	text-decoration: none;
}

#bar li a {
	color: #545454;
	text-decoration: none;
}

#bar li a:hover {
	text-decoration: underline;
}

#footer li {
	float: left;
	padding: 0;
	height: 15px;
	vertical-align: middle;
}

a:link, a:active, a:visited {
	color: #004e7c;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

a img:active {
	border: 0;
}

span.bold {
	font-weight: bold;
}

span.highlight {
	color: #97D8FF;
}

span.hide {
	display: none;
}

span.underline {
	text-decoration: underline;
}

span.italics {
	font-style: italic
}

span.smallcaps {
	font-variant: small-caps;
	font-weight: bold;
}

td.currentleft {
	width: 150px;
	font-style:italic;
	border-bottom: 1px dotted #dcdcdc;
	vertical-align: text-top;
	padding-bottom: 20px;
	padding-right: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.45em;
}

td.currentright {
	width: 250px;
	border-bottom: 1px dotted #dcdcdc;
	vertical-align: text-top;
	padding-bottom: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.45em;
}

td.cindex {
	background-color: #f3f3f3;
}

td.cindex-header {
	background-color: #f3f3f3;
	font-weight: bold;
}
