/* @override http://192.168.1.103:8888/athena/css/library-lightview.css */

/*
Company:	Athena Learning
File:		library-lightview.css - This contains all the library lightview styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #fff;
}
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
}
/* @end */

/* @group Modules */
div#green-bar {
	height: 10px;
	background-color: #8da164;
	overflow: hidden;
	width: 715px;
}
div#wrap {
	background: url(../images/lightview-div.gif) repeat-y 537px 0;
	border: 1px solid #8da164;
	width: 715px;
	margin-left: auto;
	margin-right: auto;
}
div#logo-wrap {
	background: url(../images/lightview-athena-logo.gif) no-repeat 97% 98%;
}

/* Left */
div.left {
	width: 538px;
	overflow: hidden;
	float: left;
	display: inline;
}
div.left div#front, div.left div#back {
	text-align: center;
}

/* Desc, front, back */
div#desc, div#front, div#back {
	padding: 20px;
	text-align:justify;
}

/* Video */
div#videos {
	padding: 1px 0 0 0;
}

/* Right */
div.right {
	width: 177px;
	padding: 0 0 50px 0;
	text-align: center;
	overflow: hidden;
	float: right;
	display: inline;
}
div.right img {
	margin: 0 0 15px 0;
}
div.right-info {
	padding: 5px;
}


/* Tabbed Code */
.ui-tabs .ui-tabs-hide {
     display: none;
}
/* @end */

/* @group Nav */
ul#nav {
	margin: 0;
	padding: 0;
}
ul#nav li {
	list-style: none;
	float: left;
	display: inline;
}
ul#nav li a {
	display: block;
	width: 134px;
	text-align: center;
	background-color: #ebc456;
	line-height: 40px;
	border-right: 1px solid #fff;
	text-transform: uppercase;
	float: left;
	display: inline;
	font-weight:bold;
}
ul#nav li.last a {
	border: none;
	width: 133px;
}
ul#nav li a:link, ul#nav li a:visited {
	color: #fff;
	text-decoration: none;
}
ul#nav li a:hover, ul#nav li.ui-state-active a, ul#nav li.ui-tabs-selected a {
	background-color: #d4ac39;
}


/* @end */
/* @group Default Lists */
div.main li {
	font-size: 93%;
	line-height: 150%;
	padding: 0 0 3px 0;
}
/* @end */
/* @group Default Headings */
div.main h1 {
	font-size: 182%;
	margin: 0 0 15px 0;
	color: #4d5f2c;
	font-weight: normal;
}
div.main h2 {
	margin: 0 0 10px 0;
	color: #4d5f2c;
	font-weight: normal;
	font-size: 138.5%;
}
div.main h3 {
	margin: 0 0 2px 0;
	color: #4d5f2c;
	font-size: 93%;
	font-weight: bold;
	line-height: 150%;
}

div.right h3 {
	height: 36px;
	line-height: 110%;
	margin: 0 0 5px 0;
	padding: 4px 0 0 0;
	background-color: #457972;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
}
/* @end */
/* @group Common Text Styles */
div.main {
	color: #444;
}
div.main p {
	font-size: 93%;
	line-height: 150%;
}
div.main p span.h3 {
	color: #4d5f2c;
	font-weight: bold;
}

div.right {
	color: #444;
}
div.right p {
	font-size: 93%;
	line-height: 150%;
}

.italic, .italics {
	font-style: italic!important;
}
.center {
	text-align: center!important;
}
.bold {
	font-weight: bold!important;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #33665f;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
