/*
body {
	background: url(/timesimple/public/media/background.gif) repeat-x top;
	font-family: Helvetica, Arial, sans-serif;
	font-family: "Lucida Grande",verdana,sans-serif;
    font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
	font-size: 85%;
	line-height: 1.5em;
	color: #000;
}
*/


body {
    background: #EBEAD1 url(/timesimple/public/media/header-blue3.png) repeat-x scroll 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-family: "Lucida Grande",verdana,sans-serif;
    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 85%;
	line-height: 1.2em;
	color: #000;
}

body, html
{
    height: 100%;
}

#bigcontainer
{
    min-height: 100%;
    position: relative;
    margin-bottom: -130px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#logo a {
	width: 200px;
	background: url(/timesimple/public/media/firstLogo4.png) no-repeat 0 0;
	height: 100px;
    margin-left: 5px;
    margin-top: 20px;
	text-indent: -9999px;
	float: left;
}

#login {
    float:          right;
    padding-top:    7px;
    color:          #EBEAD1;
    margin-right:   30px;
    clear:			both;
    font-size:		90%;
    display:		block;
}

#nav {
    border : 5px solid #000;
}	

#navigation {
	height: 36px;
	background: #405050;
    background: url(/timesimple/public/media/glass_292c2e.png) repeat-x scroll 50% 50% #282E15;
	float: right;
}

#navigation li {
	float: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 26px;
}
		
#navigation li a {
	font-size: 1.083em;
	color: #eee;
	text-decoration: none;
	float: left;
}
			
#navigation li a:hover {
	/* color: #fff; */
}
				
h2#slogan {
	width: 960px;
	font-size: 1.7em;
	line-height: 1.5em;
	text-align: center;
	font-weight: normal;
	color: #333;
	padding: 20px 0;
	clear: both;
}
	

#masthead {
	width: 960px; 
	height: 42px;
	border: 1px solid #111;
	clear: both;
}
	
#masthead ul {
	background: #fff;
	padding: 1px;
}
		
#masthead ul li {
	/*background: #6b6b6b; */
	background: url(/timesimple/public/media/masthead-background.png) repeat-x left top;
    border-right: 1px solid #ccc;
	float: left;
}
			
#masthead ul li:first-child {
	width: 240px;
	margin: 0;
}
				
#masthead ul li.active {
	width: 229px;
	background: #e8e8e8;
	border-left: 9px solid #61111b;
}
			
#masthead ul li a:hover {
    color: #fff;
	background: #6b6b6b;     
}
		
#masthead ul li.active:first-child { 
    width: 231px; 
}
				
#masthead ul li a {
	width: 238px; height: 40px;
	font-size: 1.33em;
	line-height: 40px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	float: left;
}

#masthead ul li.active a {
    width: 229px;
	color: #333;
	display: list-item;	
	background : #e8e8e8;
}

			
#masthead ul li:first-child a { 
    width: 240px; 
}

					
#masthead ul li.active:first-child a { 
    width: 231px; 
}
	
#masthead a {
    color: #fff;
	text-decoration: underline;
}
		
#masthead a:hover {
	text-decoration: none;
}

#panels {
    margin-top: 0px;
    width: 962px;
}
.panel {
    height: 300px;
}

.content {
	padding: 10px 10px;
	color: #f7eae6;
	background: #116158;
	height : 100%;    
}	
		
.content ul {
	list-style-type: square;
	margin-top: 10px;
	margin-left: 30px;
	line-height: 1.7em;
}

.content ul li {
    margin-bottom: 8px;
}

.content h2 {
    font-size: 1.667em;
    font-weight: bold;
}

.content h3 {
    font-size: 1.3em;
}
.content p {
    font-size: 1.0em;
    margin-left: 15px;
}

#signup {
	background: #293338;
	font-size: 1.667em;
	text-align: center;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #000;
	width: 962px;
    	
}

#signup a {
    color: white;
    text-decoration: none;
}

		
.left_column {
	width: 458px;
	float: left;
}

.right_column {
	width: 480px;
	float: right;
}
	
.column_header {
    height: 34px;
    background: #e8e8e8;
    line-height: 34px;
    padding: 0 15px;
    margin: 0 0 30px 0;
}

.left_column .column_header { border-left: 9px solid #ff8838; }

.right_column .column_header { border-left: 9px solid #90074f; }

.column_header h3 {
	font-size: 1.167em;
	font-weight: normal;
	float: left;
}

.column_header p {
	float: right;
}

.column_header a {
	font-weight: bold;
	color: #667f8c;
	text-decoration: underline;
}

.column_header a:hover {
	text-decoration: none;
}
	
ul.screenshots li {
    width: 140px;
    margin: 0 0 0 19px;
    float: left;
}

ul.screenshots li:first-child { margin: 0; }

ul.screenshots li a img {
	width: 132px; height: 93px;
	padding: 3px;
	border: 1px solid #b0b0b0;
	display: block;
}

ul.screenshots li a span {
	width: 140px;
	text-align: center;
	color: #667f8c;
	text-decoration: underline;
	padding: 5px 0;
	display: block;
}

ul.screenshots li span {
	width: 140px;
	text-align: center;
	color: #667f8c;
	padding: 5px 0;
	display: block;
}

ul.screenshots li a:hover img {
	padding: 0;
	border: 4px solid #809ead;
}

/*
					
#footer {
    width: 100%;
	text-align: center;
	clear: both;
    background: #f8f8f8;
    border-top: 1px solid #999;
    min-height:100px;
    margin-top: 0px;
	color: #113560;    
}

#footer ul {
        padding-top: 20px;
}
		
#footer ul li {
	border-left: 1px solid #bbb; 
	padding: 0 30px 0 30px;
    display: inline;
}
			
#footer ul li:first-child { border: 0; padding-left: 0; }
				
#footer p {
	padding: 20px 0 0 0;
}
		
#footer a {
	text-decoration: none;
	color: #113560; 	
}
		
#footer a:hover {
	text-decoration: underline;
}
*/

#clear_footer {
    clear: both;
    height: 130px;
}

#footer {
	text-align: center;
	clear: both;
	background: #09161a;
    background: #301618;
    background: #14090a url(images/footer-red.png) repeat-x left top;
    border-top: 1px solid #000;
	color: #EBEAD1;
    height: 100px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 90%;
}

#footer ul, #footer li, #footer p, #footer a {
    height: 1em;
}

#footer ul {
    padding-top: 20px;
}

#footer ul li {
	border-left: 1px solid #bbb;
	padding: 0 30px 0 30px;
    display: inline;
}

#footer ul li:first-child { border: 0; padding-left: 0; }

#footer p {
	padding: 20px 0 0 0;
}

#footer a {
	text-decoration: none;
	color: white;
}

#footer a:hover {
	text-decoration: none;
    color: #f7d200;
}


#page {
    min-height: 300px;
    width: 960px;
    top: 152px;
}

#twocol {
    width: 960px;
    float: left;
    min-height: 330px
}

#col1 {
    width: 150px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

#col2 {
    float: right;
    width: 790px;
    margin-left: 5px;
    margin-right: 5px;
}

#about {
    margin-right: 125px;
}

#about ul {
    list-style-type: square;
    list-style-position: inside;
    margin-left: 20px;

}

#about h2{
    font-size: 1.37em;
}

#top {
    width: 860px;
    height: 100px;
    margin: auto;
}

#logo {
    float: left;
}

#topNav {
    float: right;
    margin-top: 45px;
    border : 1px solid #000;
}


.linkButton, .clockButton, .state-default, .linkButton 
{ text-decoration: none; border: 1px solid #171a0c; background: #282e15 url(/timesimple/public/media/glass_292c2e.png) 50% 50% repeat-x; font-weight: normal; color: #f5f5f5; outline: none; }
.state-default a, .state-default a:link, .state-default a:visited { color: #f5f5f5; text-decoration: none; outline: none; }
.state-hover, .state-focus { background: #282e15 url(/timesimple/public/media/ui-bg_glass_20_282e15_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #eeeeee; outline: none; }
.state-hover a, .state-hover a:hover { color: #eeeeee; text-decoration: none; outline: none; }
.state-active { border: 1px solid #aaaaaa; background: #ebead1 url(/timesimple/public/media/ui-bg_highlight-soft_100_ebead1_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.state-active a, .state-active a:link, .state-active a:visited { color: #212121; outline: none; text-decoration: none; }
.state-error{ color : red }
.state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

.right-col a
{
    text-decoration: none;
}

.screens {
    clear:both;
    margin-top: 20px;
    display: inline-block;
}

.screens img
{
    cursor : pointer;
    height: 220px;
    width: 300px;
    margin-left: -5px;
    margin-top: -5px;
}

.screen {
    margin-left: 10px;
    display: inline-block;
    padding-right: 5px;
    padding-bottom: 5px;
    background: url(/timesimple/public/media/shadow.png) repeat-x scroll 96% 99%;
}

.screen-container {
    display: inline-block;
}

.screen-container span {
    display: block;
    text-align: center;
    padding-bottom: 8px;
    width: 305px;
}


