/* Eric Meyer's CSS reset
============================================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a
{
	text-decoration: none;
}

/* remember to define focus styles! */
:focus 
{
	outline: 0;
}

body 
{
	line-height: 1;
}

table 
{
	border-collapse: collapse;
}

caption, th, td 
{
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after 
{
	content: "";
}

blockquote, q 
{
	quotes: "" "";
}

input, select, button
{
	font-size: inherit;
}

textarea
{
	font-size: 110%;
	font-family: "Andale Mono", "Consolas", monospace;
}

/* END Eric Meyer's CSS reset
============================================================================= */


/* Layout styles
============================================================================= */
html 
{
	overflow-y: scroll;
}

body
{
	background: #9BBBDD;
	color: #000;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 90%;
	line-height: 150%;
	height: 100%;
}

#container
{
	width: 950px;
	margin: 0 auto 1em auto;
	padding-top: 1em;
}

#innerbox
{
	padding: 20px;
}

#header
{
	padding: 20px;
}

#header .left_side {
  float:left;
}

#header .right_side {
  float: right;
}

#nav
{
	height: 45px;
	padding-right: 17px;
	overflow: hidden;
}

#content
{
	margin: 20px 10px;
	min-height: 100px;
}

#footer
{
	clear: both;
	font-size: .87em;
	color: #555;
	text-align: center;
}

.left-column
{
	float: left;
	width: 70%;
}

.right-column
{
	float: right;
	width: 25%;
	margin-bottom: 1em;
}

/* Header styles
============================================================================= */
#header a.large-logo
{
	float: right;
	display: block;
	margin-bottom: 20px;
}

#user-area
{
	color: #ccc;
	float: right;
	margin-top: 8px;
}

#user-area a
{
	color: #fff !important;
	text-decoration: underline;
}

#user-area a:hover
{
	color: #83D7FF !important;
	text-decoration: underline;
}

.user_greeting
{
	text-align: right;
	color: #fff;
	font-size: 1.3em;
	margin: 1.5em 4px .2em 0;
}

.user_greeting a
{
	text-align: right;
	color: #fff !important;
	text-decoration: underline;
}

.user_greeting img
{
	vertical-align: middle;
	padding-left: 10px;
}

.user_logout
{
	position: absolute;
	top: 0;
	right: 2em;
}

.user_logout a
{
	border: 1px solid #530;
	background: #c00;
	color: #fff !important;
	padding: 2px 6px;
	margin: 0 4px;
}

.homepage_main_graphic
{
  padding: 0px 0px 17px;
	display: block;
}

/* Admin area styles
============================================================================= */

#content table.float-left
{
	margin: 1em 40px 1em 0;
}

.admin-table td, .admin-table th
{
	border-width: 1px 0;
	border-color: #eee;
	white-space: nowrap;
}

.admin-table tbody
{
	border-top: 2px solid #ccc;
}


/* Content rounded corner images 
============================================================================= */

.topleft
{
	background: url(/images/bgs/corner-topleft.png) top left no-repeat;
}

.topright
{
	background: url(/images/bgs/corner-topright.png) top right no-repeat;
}

.edgeleft
{
	background: url(/images/bgs/edge-left.png) center left repeat-y;
}

.edgeright
{
	background: #fff url(/images/bgs/edge-right.png) center right repeat-y;
}

.bottomleft
{
	background: url(/images/bgs/corner-bottomleft.png) bottom left no-repeat;
}

.bottomright
{
	background: url(/images/bgs/corner-bottomright.png) bottom right no-repeat;
}

.header-topleft
{
	background: url(/images/bgs/headcorner-topleft.png) top left no-repeat;
}

.header-topright
{
	background: #000 url(/images/bgs/headcorner-topright.png) top right no-repeat;
}

.header-bottomleft
{
	background: url(/images/bgs/headcorner-bottomleft.png) bottom left no-repeat;
}

.header-bottomright
{
	background: #5FBEE9 url(/images/bgs/headcorner-bottomright.png) bottom right no-repeat;
}


/* Main navigation tabs 
============================================================================= */
#nav a
{
	display: block;
	float: left;
	height: 45px;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 10px;
}

#nav a:hover, #nav a.current
{
	background-position: bottom left;
}

#nav a span
{
	display: none;
}

#logintab, #mylittleyetab
{
	width: 91px;
	height: 35px;
	float: right !important;
	background: url(/images/header/login-button.png) top left no-repeat !important;
	margin-top: 5px;
}

#mylittleyetab
{
	width: 106px;
	background: url(/images/header/mylittleye-button.png) top left no-repeat !important;
}

#hometab
{
	width: 63px;
	background-image: url(/images/header/home-tab.png);
}

#howtab
{
	width: 123px;
	background-image: url(/images/header/how-tab.png);
}

#featurestab
{
	width: 85px;
	background-image: url(/images/header/features-tab.png);
}

#faqtab
{
	width: 55px;
	background-image: url(/images/header/faq-tab.png);
}

#helptab
{
	width: 53px;
	background-image: url(/images/header/help-tab.png);
}

#contacttab
{
	width: 100px;
	background-image: url(/images/header/contact-tab.png);
}

#dashboardtab
{
	width: 105px;
	background-image: url(/images/header/dash-tab.png);
}

#kidstab
{
	width: 80px;
	background-image: url(/images/header/kids-tab.png);
}

#liststab
{
	width: 92px;
	background-image: url(/images/header/lists-tab.png);
}

#downloadtab
{
	width: 99px;
	background-image: url(/images/header/download-tab.png);
}

/* MyLittleye area  
==================================================================================== */
.grownuparea table
{
	width: 70%;
}

.sidebar_tl
{
	background: url('/images/bgs/roundedcornr_tl.png') top left no-repeat;
}

.sidebar_tr
{
	background: url('/images/bgs/roundedcornr_tr.png') top right no-repeat;
}

.sidebar_bl
{
	background: url('/images/bgs/roundedcornr_bl.png') bottom left no-repeat;
}

.sidebar_br
{
	background: url('/images/bgs/roundedcornr_br.png') bottom right no-repeat;
	padding: 2px 15px 10px 15px;
}

.mylittleye_sidebar
{
	background: #EEF7FE;
	width: 230px;
	font-size: .87em;
}

.mylittleye_sidebar h2
{
	margin: .8em 0 .5em 0 !important;
}

.mylittleye_sidebar p
{
	margin: .5em 0;
	line-height: 130%;
}

#content div.mylittleye-content
{
	width: 70%;
	margin: 0;
}

#content div.mylittleye-content h2
{
	margin-bottom: .75em;
}

#content .red_link a, #content a.red_link
{
	color: #900;
	text-decoration: none;
}

#content .red_link a:hover, #content a.red_link:hover
{
	text-decoration: underline;
}

#content .green_link a, #content a.green_link
{
	color: #072;
	text-decoration: none;
}

#content .green_link a:hover, #content a.green_link:hover
{
	text-decoration: underline;
}

.blue_text
{
	color: #168 !important;
}

.nowrap, .nowrap *
{
	white-space: nowrap !important;
}

li.selected { background-color: #ffb; }

ul.tags {
      list-style: none;
      margin:0px;
      padding:0px;
	  z-index: 110;
}

li.tag {
      list-style: none;
      display:block;
      margin:0;
      padding:2px;
	  cursor:pointer;
	  z-index: 111;
}

div#tags_auto_complete, div#tag_list_auto_complete, div.tags_auto_complete 
{
      background:#fff;
      border:1px solid #ccc;
      margin: 0 !important;
      padding:0;
	  max-height: 90px !important;
	  _height: 90px;
	  overflow: auto;
	  font-size: .87em;
	  margin: 3px 0 0 8px !important;
	  width: 270px !important;	  
}

/* Signup styles  
==================================================================================== */
.signupform th
{
	font-size: 1.3em;
	padding: 25px 0 8px 6px;
}

.signupform td
{
	padding: 4px 7px 6px 7px;
}

/* Standard HTML elements
============================================================================= */

h1
{
	font-size: 2.5em;
	line-height: 110%;
}

h2
{
	font-size: 1.59em;
	line-height: 114%;
}

h3, #blog-description
{
	font-size: 1.25em;
	line-height: 120%;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
}

#content h2
{
	margin: .5em 0 .32em 0;
}

#content h3
{
	margin: 0;
}

#content h4, #content h5, #contenth6
{
	margin: 1em 0;
}

a
{
	text-decoration: none;
}

p
{
	margin: 1.5em 0;
}

blockquote
{
	background: #f6f6f6;
	padding: .15em 2em;
	margin: 1.5em 0;
	clear: both;
}

ul, ol, dl
{
	margin: 1em 0 1em 1em;
}

li, dd
{
	margin: .5em 0 .5em 1.5em;
}

table
{
	margin: 1em 0;
	border: 2px solid #ccc;
}

thead, tfoot
{
	background: #f3f3f3;
}

thead th, tfoot th
{
	border-color: #ccc;
}

th
{
	font-weight: bold;
}

td, th
{
	border: 1px solid #ccc;
	border-color: #ccc #eee;
	padding: .45em .5em;
}

tbody td, tbody th
{
	vertical-align: top;
}


abbr, acronym
{
	border-bottom: 1px dotted #999;
	cursor: help;
}

code, kbd, samp, tt
{
	font-family: "Andale Mono", "Consolas", monospace;
	color: #050;
	background: #f3f3f3;
}

em, cite, dfn
{
	font-style: italic;
}

strong, dfn
{
	font-weight: bold;
}

strong em, em strong
{
	background: #ff9;
	font-style: normal;
	font-weight: bold;
}

sup, sub
{
	font-size: .87em;
	line-height: .1em;
	position: relative;
}

sub
{
	top: .3em;
}

sup
{
	top: -.3em;
}

input[type=text]:focus, textarea:focus
{
	background: #ffd;
}

a:link
{
	color: #009;
}

a:visited
{
	color: #538;
}

a:hover
{
	color: #c40;
}

a:active
{
	color: #900;
}

#content a
{
	text-decoration: underline;
}


/* Reusable CSS classes 
============================================================================= */

.clear
{
	clear: both;
}

.center
{
	text-align: center;
}

.align-right
{
	text-align: right;
}

.align-left
{
	text-align: left;
}

.vertical-mid
{
	vertical-align: middle !important;
}

.float-right
{
	float: right;
}

.float-left
{
	float: left;
}

#content .float-right
{
	display: block;
	margin: 0 0 1em 2em;
}

#content .float-left
{
	display: block;
	margin: 0 2em 1em 0;
}

#content #littleye_info .float-right
{
	margin: 0;
}

.align-right td
{
	text-align: right;
}

.align-right th
{
	text-align: right;
}

.red, .errorExplanation, .formError
{
	color: #900;
}

.green
{
	color: #090;
}

.alt
{
	background: #F1F8FF;
}

.bold
{
	font-weight: bold;
}

.unbold
{
	font-weight: normal;
}

.gray
{
	color: #777;
}

td.unknown
{
	background: #FFF2F3;
}

td.regular
{
	background: #fff;
}

table.noborder, table.noborder td, table.noborder th, table th.noborder, table td.noborder, table tr.noborder th, table tr.noborder td
{
	border: none;
}

table *.horiz-border
{
	border-top: 1px solid #ccc !important;
}

table *.horiz-border-bottom
{
	border-bottom: 1px solid #ccc !important;
}

.button
{
	cursor: pointer;
}

.tracker
{
	width: 200px;
	height: 5px;
	border-bottom: 3px groove #ccc;
	margin-bottom: 10px;
}

.minutes-allowed
{
	clear: both;
	text-align: center;
}

.small
{
	font-size: .87em;
}

.medium
{
	font-size: medium;
}

.large
{
	font-size: large;
}

.smallest
{
	font-size: small;
}

.smallmargin
{
	margin: 10px 0 !important;
}

.close-button
{
	border: 1px solid #eee;
	text-decoration: none !important;
	color: #555 !important;
	padding: 2px 6px;
}

.side-box
{
	border: 1px solid #ccc;
	background: #f9f9f9;
	margin: 15px 0;
	padding: 5px 15px;
	font-size: .87em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content .side-box h2
{
	font-size: 1.2em;
	margin: .5em 0;
}

.side-box p, .side-box ul
{
	margin: .6em 0;
	line-height: 150%;
}

.side-box li
{
	margin: .25em 0 .25em 1.6em;
}

.noscreen
{
	display: none;
}

.owner-tag
{
  font-size: small;
  color: #969696;
  text-align: right;
}

/* MODAL DIALOG CLASSES:  
==================================================================================== */
#modal_bg, #RB_overlay
{
	background: #13425C;
	width: 100%; 
	height: 100%; 
	position: fixed;
	top: 0;
	left: 0; 
	z-index: 1000; 
	filter:alpha(opacity=40); 
	opacity: .40;
}

.modal_top
{
	position: fixed;
	top: 35%;
	left: 10%;
	width: 504px;
	margin: -15% 0 0 13%;
	z-index: 1000000 !important;
	max-height: 90%;
	overflow: auto;
}

.modal_container, #RB_window
{
	padding: 10px 20px 15px 20px;
	background: #fff;
	border: 6px solid #888;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.RB_container
{
	top: 15px !important;
	margin-top: 0 !important;
}

.modal_container table
{
	margin: 1em auto;
}

.modal_container a img
{
	vertical-align: -8px;
}

#denied h3.want {text-align:center;color:#acacac;}
#denied p.request {margin-top:0px;margin-bottom:0px;}
#denied p.notify {margin-top:0px;color:#acacac;font-size:10px;}
#denied h3.unlock {font-size:14px;color:#575757;margin-bottom:10px;}

form#unlock p {float:left;display:inline;margin-right:20px;margin-top:0px;}
form#unlock label {display:block;font-size:12px;color:#a0a0a0;}
form#unlock input {height:12px;}
form#unlock input.submit {margin-top:18px;height:27px;width:132px;}

/* RECAPTCHA CLASSES:  
==================================================================================== */
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
  background-color:#FFFFFF !important; //reCaptcha widget background color
}

#recaptcha_table {
  border-color: #000000 !important; //reCaptcha widget border color
}

#recaptcha_response_field {
  border-color: #000000 !important; //Text input field border color
  background-color:#FFFFFF !important; //Text input field background color
}

.tour {
  text-align: center;
  border-bottom: 2px solid #666;
  margin-bottom: 35px auto;
}

.tour img {
  border: 1px solid #ccc;
}

.tour h2 {
  font-size: 40px;
  color: #000;
  font-family: helvetica, arial, sans-serif;
}

.tour h3, h3.large {
  color: #333;
  font-size: 30px;
  padding-top: 20px;
}

.tour h4 {
  margin: 10px 0px;
}

.tour h4 a {
  font-size: 18px;
  font-weight: bold;
  color: #3671A1;
}

.tour span, p {
  font-family: georgia, times, "times new roman";
}

.tour span {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
}

.tour p {
  font-size: 18px;
}



#featured-boxes {
  margin-top: 40px;
}

.featured-box {
  width: 270px;
  height: 173px;
  background: transparent url("/images/designs/featured_box.png") no-repeat;
  position: relative;
  float: left;
  margin-left: 20px;
}
  .featured-box.first {
    padding-left: 0px;
  }
  .featured-box img {
    position: absolute;
    left: 13px;
    top: 12px;
  }
  .featured-box .more {
    position: absolute;
    bottom: 172px;
    text-align: center;
    width: 270px;
    font-size: 12px;
  }
  
.video {
  text-align:center;
}
.video a.back {
  color: red;
}