﻿/*-----------------------------------------------------------------------------
CatchTomorrow.com Style Sheet

version:   1.1
author:    alfonso catron
email:     alfonso@moodstudio.net
website:   http://www.moodstudio.net/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6 {
  	margin: 1em 0;}


/* Remove border around linked images */
img {
	border: 0;}

body {
  font: 0.8em 'Trebuchet MS', Verdana, Arial, sans-serif;
  padding: 0;}
/*
 input,select {
 	padding: 3px;
	font: 1.6em 'Trebuchet MS', Verdana, sans-serif;
	font-weight: bold;
	color:#333;
	border: 2px solid #CCC;}
*/	


.bigFont {
	font-size: 16px;
	font-weight: bold;}

a {
	color: #30508B;}

/* =pre-header
-----------------------------------------------------------------------------*/
#pre-header {
	width: 100%;
	height: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
	color: #222E46;}

#pre-header a{
	color: #30508B;
	text-decoration:none;}

#pre-header a:hover{
	color: #30508B;
	text-decoration:underline;}


#pre-header .left {
	position: absolute;
	width: 97px;	
	top: -12px;
	background-position: 0 13px;
	padding: 20px 10px 10px 0;
	text-align: left;}
	
#pre-header .left a {
		background: url(../images/add_content.png) no-repeat;
	font-family: arial, sans-serif;
	font-size: 1em;
	padding: 10px 5px 20px 40px;
	width: 100px;
	text-align: left;
	display: block;
}
#pre-header .left a:hover {
	text-decoration: underline;
}


#pre-header .right {
	float: right;
	margin-right: 100px;}


/* =header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	position:relative;
	height: 100px;
	border-bottom: 1px solid #eee;}


/* =headerlogo
-----------------------------------------------------------------------------*/
#headerlogo {
	width: 100%;
	text-align: center;
	margin: auto;
	height: 160px;
	width: 780px;
	background: #FFF url('../images/tagline.gif') no-repeat 130px 120px;
}

  
#headerlogo img {}
	


/* =searchbox
-----------------------------------------------------------------------------*/
#ajaxsearch {
	width: 100%;
	text-align: center;
	margin: auto;
	height: 160px;
	width: 780px;
	background: #FFF url('../images/tagline.gif') no-repeat 130px 120px;
}

#ajaxsearch form {
  margin: 34px 20px 0 0;
  float: right;}
  
#ajaxsearch img {
 float: left;}
	
#ajaxsearch .input {
 	padding: 3px;
	font: 1.4em 'Trebuchet MS', Verdana, sans-serif;
	color:#000;
	border: 2px solid #CCC;
	vertical-align:bottom;
	width: 350px;
	}
	
.button {
	border: 0;
	padding: 0;
	margin: 4px 0 0 0;
	vertical-align: middle;}
.radio {
	border: 0;
	padding: 0;
	margin: 0;}
.choices {
	padding: 0 100px 5px 0;}


#bookmark {
	margin: 0 0 0 0;
	text-align: center;
	font-size: 1em;
}

#bookmark a{
	padding: 6px 60px;
	text-decoration: none;
	background: url(../images/homepage2.gif) center no-repeat ;}
	
#bookmark a:hover{
	text-decoration: underline;}


/* =wrapper
-----------------------------------------------------------------------------*/
#wrapper {
	position: relative;
	padding: 10px;}




/* =newstabs
-----------------------------------------------------------------------------*/
.tabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	font-size: 0.8em;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabs li{
	display: inline;
	margin: 0;}

.tabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 1px;
	border: 1px solid #BDAE99;
	color: #30508B;
	background: white url(images/button.jpg) top left repeat-x;}

.tabs li a:visited{
	color: #30508B;
}

.tabs li a:hover{
	text-decoration: underline;
	color: #30508B;
}

.tabs li.selected{
	position: relative;
	font-weight: bold;
	background-color: #FFF;}

.tabs li.selected a{ /*selected main tab style */
	border-bottom-color: white;
	background: white;}

.tabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.newscontentstyle{
	width: 100%;
	border: 1px solid #000;
	margin-bottom: 1em;
 	padding: 5px;
 	font-size: 0.8em;}


/* =tell-a-friend
-----------------------------------------------------------------------------*/
#internal-pages {
	margin: auto;
	border-top: 1px solid #eaeaea;	
	padding: 20px 0 20px 0;
	width: 580px;
	line-height: 150%;
	}
#internal-pages p{
	margin-bottom: 10px;
	}	
#internal-pages input{
	font-size: 1em;
width: 250px;	}	

#internal-pages h2{
	font-size: 1.4em;
	color: #999;
	letter-spacing: 3px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 25px 0 10px 0;	}	

#internal-pages h1{
	font-size: 2em;
	color: #000;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0;
		line-height: 100%;	}	
	
#internal-pages ul {
	padding-left: 20px;}

#internal-pages li {
	margin-bottom: 10px;
	list-style-type: circle;}
	
#tellafriend{
width: 400px;
padding: 20px;
background-color: #FFC;
border: 2px solid #ccc;
border-top: 0;
border-left: 0;	}	


	
/* =footer
-----------------------------------------------------------------------------*/
#footer {
	border-top: 1px solid #eaeaea;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FFF;}


#footer ul {
	margin: 10px 0 10px 0;
	padding-top: 5px;}

#footer li {
	display: inline;
	list-style: none;}

#footer li a {
	padding: 0 5px 0 5px;}

#footer a {
	text-decoration: none;}

#footer a:hover {
	text-decoration: underline;}




/* =leftPanel
-----------------------------------------------------------------------------*/
#leftPanel {
	width: 180px;
	font-size: 0.85em;
	padding: 5px; 
	float: left;
	margin-right: 10px;
	display: none;
	}

#leftPanel a {
	text-decoration: none;
	color:#FFF;}

#leftPanel ul {
	margin: 0;
	padding: 0;}

#leftPanel li {
	list-style:none;
	line-height: 16px;
	padding:2px;}

#box-leftPanel h4{
	margin: 0 0 0 -10px;
	padding-left: 10px;
	font-size: 1em;
	background: url(../images/box-header.jpg) no-repeat ;
	color:#FFF;
	line-height:25px;}
	
#box-leftPanel {
	padding: 0 0 10px 10px;
	background: url(../images/box-footer.jpg) no-repeat;
	background-position: left bottom;
	margin-bottom: 2px;}



#tabView1 {
	border-bottom: 1px solid #CCC;}


#donate {
	position: absolute;
	right: 0;
	top: -9px;
	z-index: 1;}

#internal-contact li {
	list-style: none;
	padding: 10px 0 10px 30px;
	background: url(../images/mini-logo.jpg) no-repeat 10px;
	background-position: top left;
	}

/* =login
-----------------------------------------------------------------------------*/
#loginback {
	z-index: 2;
	display: none;
  background: url(../images/back.png);
	position: absolute;
	width: 450px;
	top: 10%;
	left: 30%;
	height: 293px;
	padding: 0px 4px 4px 0;}

#login {
	background: #FFF url(../images/login-back.jpg);
	border: 1px solid #CCC;
	padding: 10px;
	top: 50px;
	margin: auto;
	height: 270px;}
	
#login h4{
	margin: 10px 0 10px 0;
	padding: 0;
	letter-spacing: 1px;
}


	
	a.close{	/* Close button */
		padding:2px;
		border:1px solid #333;
		line-height:9px;
		height:9px;
		margin:2px;
		color:#333;
		padding:2px;
		text-decoration: none;
		float: right;
	}
	a.close:hover{	/* Close button - mouse over */
		padding:2px;
		border:1px solid #FFF;
		line-height:9px;
		padding:2px;
		padding-bottom:3px;
		margin:2px;	
		background-color:#C00;
		color:#FFF;
	}
	#shadow {
		z-index: 1;
		display: none;
		position: absolute;
		top: -120px;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../images/back.png); 
		}
		
a.accept {
	text-align: center;
line-height: 20px;
	padding: 2px 20px 2px 0;
	background: url(../images/accept.gif) no-repeat;
	background-position: right;}


/* =login
-----------------------------------------------------------------------------*/
#registerback {
	z-index: 2;
	display: none;
  background: url(../images/back.png);
	position: absolute;
	width: 450px;
	top: 10%;
	left: 30%;
	height: 293px;
	padding: 0px 4px 4px 0;}

#register {
	background: #FFF url(../images/register-back.jpg);
	border: 1px solid #CCC;
	padding: 10px;
	top: 50px;
	margin: auto;
		height: 270px;}
	
#register h4{
	margin: 10px 0 10px 0;
	padding: 0;
	letter-spacing: 1px;
}


/* =internal-pages-faq
-----------------------------------------------------------------------------*/
#internal-pages-faq {
	margin: auto;
	border-top: 1px solid #eaeaea;	
	padding: 20px 0 20px 0;
	width: 580px;
	}
#internal-pages-faq p{
	margin-bottom: 10px;
	}	
#internal-pages-faq input{
	font-size: 1em;
width: 250px;	}	

#internal-pages-faq h2{
	font-size: 1.4em;
	color: #999;
	letter-spacing: 3px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 25px 0 10px 0;	}	

#internal-pages-faq ul {
	padding-left: 20px;}

#internal-pages-faq li {
	margin-bottom: 10px;
	list-style-type: circle;}

#internal-pages-faq h4{
	font-size: 1em;
	color: #000;
	font-weight: bold;
	margin: 20px 0 10px 0;	}	

/* =popup-pages
-----------------------------------------------------------------------------*/
#popup-pages {
	padding: 0 0 20px 10px;
	width: 90%;
	}
#popup-pages p {
	margin-bottom: 10px;
	}	
#popup-pages input{
	font-size: 1em;
width: 250px;	}	

#popup-pages h2{
	font-size: 1.4em;
	color: #999;
	letter-spacing: 3px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0 20px 0;
	border-bottom: 1px dashed #eaeaea;
	padding-bottom: 5px;	}	

#popup-pages ul {
	padding-left: 20px;}

#popup-pages li {
	margin-bottom: 10px;
	list-style-type: circle;}

#popup-pages h4{
	font-size: 1em;
	color: #000;
	font-weight: bold;
	margin: 20px 0 10px 0;	}

#social-bookmark {
	text-align: center;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FFF;}	

/* =tell-a-friend
-----------------------------------------------------------------------------*/
#internal-camtasia {
	border-top: 1px solid #eaeaea;	
	padding: 20px 0 20px 0;
	width: 650px;
padding-left: 20%;
	}
#internal-camtasia p{
	margin-bottom: 10px;
	}	


#internal-camtasia h2{
	font-size: 1.4em;
	color: #999;
	letter-spacing: 3px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 25px 0 10px 0;	}	

	
#camtasia {
	border: 1px solid #eaeaea;
	padding: 5px;
	text-align: center;
	margin-bottom: 20px;
	background: url('../images/indicator_medium.gif') no-repeat;
	background-position: center;}

.how-it-works a{
	position: absolute;
	right: 10px;
	top: 226px;	
	 font: bold 11px 'Trebuchet MS', Verdana, sans-serif;
	border-top: 1px solid #ccc;
  border-right: 2px solid #ccc;
  border-left: 1px solid #ccc;
	padding: 5px 0.5em;
  margin: -1px 0 0 0;
  border-bottom: none;
  background: url(../images/tabX.gif);	
  text-decoration: none;}

 .how-it-works a:hover{
	color: #333;
  background: url(../images/tab.gif);	
  text-decoration: underline;}

.quote {
	float: right;
	margin: 10px;
	}

#widget-works {
	width: 510px;
	height: 460px;
}

