/*
Theme Name: Liberty in America
Theme URI: http://libertyinamerica.net/
Description: Design ported
Author: Aria Stewart, Blumenthals.com
Author0 URI: http://blumenthals.com/
Version: 1.0

Liberty in America theme

*/


@import url(../../../../rw-global/intrinsic.css);

html { 
	background-color: white;
	background-image: url(images/page-bg.png);
	background-repeat: repeat-x;
	padding: 0; margin: 0; 
}

#lia-head {
	background-image: url(images/top-flag.png);
	background-repeat: no-repeat;
	background-position: 280px 0;
}

#lia-logo { 
	vertical-align: bottom;
	display: inline-block;
	float: left;
}

#lia-top-nav {
	background-image: url(images/top-nav-bg.png);
	background-repeat: no-repeat;
	background-position: 280px 130px;
	height: 24px;
	padding-top: 135px;
	font-family: sans-serif;
	font-size: 16px;
	color: #fff;
}

#lia-top-nav ul, #lia-top-nav li {
	list-style-type: none;
	display: inline;
	padding-start: 0;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
}

#lia-top-nav a {
	margin-left: 1em;
}

#lia-body {
	min-width: 600px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#lia-main, #lia-quote {
	font-family: Garamond, Apple Garamond, Times New Roman, Times, serif;
	font-size: 12pt;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-color: #bb0;
	border-shadow: 3px 3px black;
	border-style: ridge;
	box-shadow: 4px 4px 3px rgba(50%, 50%, 50%, 0.5);
	-webkit-box-shadow: 4px 4px 3px rgba(50%, 50%, 50%, 0.5);
	-moz-box-shadow: 4px 4px 3px rgba(50%, 50%, 50%, 0.5);
}

#lia-main {
	clear: left;
	background-color: rgb(158, 219, 227);
	background-color: rgba(255, 255, 255, 0.5);
}

#lia-quote {
	width: 200px;
	float: right;
}

#lia-quote .title {
	font-size: 24px;
	font-family: "Garamond", "Apple Garamond", serif;
	font-weight: bold;
}

#lia-quote {
	background-image: url(images/content-bg.jpg);
	padding-left: 1.5em;
	padding-right: 0.5em;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

#lia-content {
	background-color: #eed;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 3em;
	padding-top: 1em;
	margin-left: 180px; 
	margin-right: 180px;
	margin-top: 1em;
	margin-bottom: 1em;
	border-top: 5px solid #800;
	border-bottom: 5px solid #008;
}

div.menu ul {
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
	padding-start: 0;
}

.lia-menu ul.menu, div.menu ul.menu {
	font-family: "Helvetica", sans-serif;
	list-style-type: none;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
	padding-start: 0;
	padding: 0;
	text-indent: 0;
}

.lia-menu ul.menu li, div.menu ul.menu {
	position: relative;
}

.lia-menu ul.sub-menu, div.menu ul.sub-menu {
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
	padding-start: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 120px;
	width: 120px;
	z-index: 1;
	display: none;
	border-left: 3px solid #800;
	border-right: 3px solid #008;
}

.lia-menu li:hover ul, div.menu li:hover ul {
	display: block
}

.lia-menu ul.sub-menu li, div.menu ul.sub-menu li {
	background-image: none;
	background: #dda;
	padding-left: 1em;
	padding-top: 0;
	border-bottom: 1px solid #008;
}
.lia-menu ul.sub-menu li:hover, div.menu ul.sub-menu li:hover {
	background-color: #800;
	color: #fff;
}

.lia-menu ul.sub-menu li:hover a, div.menu ul.sub-menu li:hover a {
	color: inherit;
}

.lia-menu ul.sub-menu a, div.menu ul.sub-menu a {
	background: none;
	border: none;
	padding-left: 0;
	color: #004;
}

.lia-menu li, div.menu li {
	background-color: #eed;
	background-image: url(images/menu-accent.png);
	background-repeat: no-repeat;
	color: #004;
	font-size: 14px;
	padding-left: 28px;
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
	display: block;
	min-height: 24px;
}

.lia-menu li a, div.menu li a, .lia-right-menu li a {
	background-color: #800;
	color: #FFF;
	padding: 3px;
	border: outset 1px #d00;
	min-height: 17px;
	display: block;
}

.lia-right-menu li {
	list-style-type: none;
	background-color: #eed;
	background-image: url(images/menu-accent.png);
	background-image: url(images/menu-accent.png), url(images/menu-accent.png);
	background-position: left center, right center;
	background-repeat: no-repeat;
	color: #004;
	x-padding-left: 28px;
	x-padding-right: 28px;
}

.lia-right-menu ul {
	background-color: #eed;
	list-style-type: none;
	padding-start: 0; -webkit-padding-start: 0;
	-moz-padding-start: 0;
	margin-right: 1em;
	text-align: center;
}

.lia-right-menu small {
	font-size: 8px;
}


a {
	color: inherit;
	text-decoration: inherit;
}

a:hover {
	color: #921B1D;
}


#lia-content h3 {
	font-family: Impact;
	font-weight: normal;
	font-size: 20pt;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-align: center;
	max-width: 70%;
}

#lia-content h2 {
	font-family: Garamond;
	font-weight: light;
}

.lia-separator { 
	background-image: url(images/nav-bg.jpg);
	height: 9px;
	margin-left: 1em;
	margin-right: 1em;
}

#lia-copyright {
	color: #fff;
	background-color: #921B1D;
	text-align: center;
	padding: 2px;
}

.lia-aside {
	float: right;
}

#lia-left-side {
	width: 160px;
	float: left;
	clear: left;
	margin-right: 15px;
	margin-left: 15px;
	color: #003f69;
}

#lia-left-side p {
	text-align: center;
	margin: 0;
}

#lia-left-side big {
	font-size: 16px;
}

#lia-left-side small {
	font-size: 12px;
}

#lia-left-side p a {
	color: #800;
}

#lia-left-side h2 {
	color: #800;
	text-align: center;
}

#lia-left-side small {
	color: #008;
	font-size: 50%;
	display: block;
}

#lia-right-side {
	width: 160px;
	float: right;
	clear: right;
	font-family: "Helvetica", sans-serif;
}

#lia-right-side img {
	border: 2px solid white;
}

#lia-right-side h2 {
	font-size: 12px;
	color: #008;
}

#lia-right-side p a {
	color: #800;
	font-size: 12px;
}

#lia-next-stop {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-color: #bb0;
	border-shadow: 3px 3px black;
	border-style: ridge;
	box-shadow: 4px 4px 3px rgba(50%, 50%, 50%, 0.5);
	-webkit-box-shadow: 4px 4px 3px rgba(50%, 50%, 50%, 0.5);
	-moz-box-shadow: 4px 4px 3px rgba(50%, 50%, 50%, 0.5);
	padding: 1em;
	background-color: #eed;
	margin-bottom: 2em;
}

#infobar { 
	display:none;
}

#lia-outer-wrapper {
	background-image: url(images/lady-liberty.png);
	background-repeat: no-repeat;
	background-position: 0 100px;
}

#lia-content a {
	color: #036;
	text-decoration: underline;
}

#lia-content a:visited {
	color: #369
}

#lia-bottom-nav {
	font-size: 50%;
	text-align: center;
}

.ngg-galleryoverview {
	clear: none;
}

.ngg-galleryoverview .slideshowlink, .ngg-galleryoverview .piclenslink {
	display: none;
}

#rw-edit {
	float: right;
}

#rw-edit img {
	border: 0;
}

th, td {
	text-align: left;
}

td.submit {
	text-align: center;
}

