/* 
Theme Name: Oulipo
Theme URI: http://andreamignolo.com/oulipo
Description: A grid-based, black and white WordPress theme
Version: 1.0.9.2
Author: A. Mignolo, modified by David Avila 
Author URI: http://andreamignolo.com
Tags: white, three-columns, fixed-width, threaded-comments, sticky-post

License: GNU General Public License (GPL) version 3
License URI: http://www.gnu.org/licenses/gpl.html

*/


/* =Global
------------------------------------------------------------------*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address, .more-link  {
	margin:0;
	padding:0;
	}


a, a:link, a:visited {
	color: #e97f15;
	outline: none;
	text-decoration: none;
	font-weight: normal;
	}

 

a:hover {color: #666; font-weight: normal; text-decoration: underline}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

blockquote:before, blockquote:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}


/* =Layout
------------------------------------------------------------------*/

div#outer-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 1000px;
padding-top: 0;
    /*padding-left: 0;
    padding-right: 0;*/
    background: transparent url(images/pgframe-shadow-1000px.jpg) repeat-y scroll 0 0;

}


#wrapper {
	width: 60em;
	margin: 0 auto;
}

#header {
  display: block;
}

#main_nav {
	width: 13em;
	margin: 2.1em 0 0;
	padding-left: 20px;
	float: left;
	display: inline;
	position: fixed;
	background: transparent url(images/ls-bug-orange.gif) no-repeat 0px 50px}

#content {
	width: 45em;
	margin: 2em 0 0;
	float: right;
	display: inline;
	min-height: 50em;
}

#entry_content {
	width: 29em;
	float: left;
	display: inline;
	margin: 0 2.5em 0 .7em;
}

.post {
  margin-bottom: 1.5em;
  clear: both;
}

#supplementary {
	width: 11em;
	margin: 60px 20px 0 0;
	float: right;
	display: inline;
}

#footer_contact {
	width: 16em;
	float: right;
	display: inline;
}

#footer_info {
	margin: 0 0 0 20em;
    width: 42em;
	float: left;
	display: inline;
}

#main_nav ul {
	margin: 2.5em 0 0 0;
}

.meta ul {
	margin: 1em 0 0 0;
}

.meta li {
	margin: .3em 0 0 0;
	line-height: 1.5em;
	padding: 0 0 .2em 0;
}

ul#categories li, ul#archives li {
	border-bottom: 0;
}

#footer {
	clear: both;
	border-top: 1px dotted #999;
	margin-left: 20px;
	margin-right: 20px;
	height: 60px;	
}
#footer-btm {
	background: url(images/bottom-shadow.png) no-repeat 0 0;
}

#content .date, .description {
	margin: .1em 0 1.5em 0;
	padding: 0;
}

.description {
  margin-top: -.2em;
}

.header {
	margin: 0 0 1.5em 0;
}

.entry {
	margin: 0 0 40px 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.entry img.alignright {
	margin: 0 0 1.5em 1em;
}

.entry img.alignleft {
	margin: 0 1em 1.5em 0;
}

.offsite img {
	margin-top: 1em;
	border: 0;
}

#main_nav h1.masthead a {
	line-height: 1em;
}

dd.gallery-caption {
	font-size: 11px;
	color: #999;
	line-height: 12px;
	margin-top: 0;
}

.entry dt.gallery-icon img {
  margin-bottom: .3em;
  margin-top: .7em;
  border: 0 !important;
}

.entry .gallery {
	margin-top: 0;
	padding-top: 0;
}

/* =Sticky
------------------------------------------------------------------*/

#entry_content .sticky {
  padding: 15px 15px 0 15px;
  background: #EEE;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-bottom: 30px;
}

#entry_content .sticky .entry {
  padding-bottom: 10px;
}

#entry_content .sticky h2 {
  border-bottom: 1px dotted #CCC;
}

#entry_content p:last-child {
  margin-bottom: 0;
}





/* =Typography
------------------------------------------------------------------*/

body, .delicious-desc, #commentform textarea, .archive #content, #footer {
        font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;	
        background: #FFF;
	color: #333;
}

h1, h2, h3, h4, h5, h6, #main_nav ul, .date, .description, .ctitle, .fin,
 	.entry > p:first-child:first-line, .error, .more-link, .comment-author, .comment-meta,
 	.pagination p span, #entry_content p.tags span {
	font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
        color: #333;
}

/*h1 {
  font-variant: small-caps;
}*/

.description, #content .date {
  font-style: italic;
}

h1 {
  font-size: 1.3em;
}

h2.title {
  font-size: 1.7em;
  margin-bottom: 1em;
  padding-bottom: .13em;
  border-bottom: 1px solid #EEE;
  color: #333;
}

.entry h1, .entry h2, .entry h3,
.entry h4, .entry h5, .entry h6 {
  margin-top: 10px;
}

.entry h1 {
  font-size: 24px;
  font-weight: bold;
  font-variant: normal;
}

.entry h2 {
  font-size: 24px;
}

.entry h3 {
  font-size: 20px;
}

.entry h4 {
  font-size: 16px;
  font-variant: normal;
}

.entry h5 {
  font-size: 14px;
}

.entry h6 {
  font-size: 13px;
}

#supplementary h3, h2.widgettitle {
  margin: 2em 0 -10px 0;
  font-size: 14px;
  /*font-variant: small-caps;*/
  border-bottom: none;
}

.widget li {
  border-bottom: 0;
}


#main_nav ul {

  font-size: .75em;
  list-style-type: none;
}

.entry {
  font-size: .75em;
  line-height: 1.9em;
}

#entry_content ul{
	margin-top:0;
	margin-bottom:0;
	margin-left:40px;
	list-style-type:square;
	list-style-position:outside;
}

#entry_content li{
	margin:0 0 0 -20;
}
#entry_content p {
  margin: 10px 0 10px 0;
}

#entry_content p.tags {
  margin: .3em 0 0 0;
}

h3#comments {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #EEE;
}

#commentform p {
  margin: .7em 0;
}

#commentform textarea {
  background: #EEE;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 0;
  padding: 4px;
  width: 43.5em;
  font-size: .9em;
  color: #333;
  overflow: auto;
}

 .description, #content .date  {
  font-size: .8em;
  color: #666;
}

.commentcount {
  color: #666;
}


#entry_content .date {
  margin: -1.8em 0 1.3em 0;
}

/*.entry > p:first-child:first-letter {
  font-size: 1.5em;
}*/

/*.entry > p:first-child:first-line {
  font-variant: small-caps;
  font-size: 1.3em;
}*/

#search {
	margin-top: 1em;
	border-bottom: 1px dotted #999;
	margin-left: 20px;
	margin-right: 20px;
}

#wrapper .search {
	text-transform: uppercase;
	font-size: .7em;
	padding-right: .5em;
	/*background: url(images/search.png) no-repeat center #EEE;*/
}

#searchform {
	margin-top: -1em;
	text-align: right;
	padding: .6em 5px .6em 0;
	}
	
#searchform input.search {
  width: 12.4em;
  text-transform: none;
}

#searchform input#searchsubmit {
  padding: 2px;
  background: url(images/search.png) no-repeat center #EEE;
  text-indent: -9999px;
  line-height: 0;
  width: 25px;
  height: 19px;
}

.search-no-results .entry img {
  margin: 0;
}

.entry.search-results {
  margin-bottom: 3em;
}

input {
	background: #EEE;
	border: 0;
	padding: 3px;
	border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #666;
	}
	
input#submit {
  padding: 3px 5px;
  color: #FFF;
}

input#submit:hover {
  cursor: pointer;
}
	
blockquote {
	width: 90%;
	margin: 2em auto;
	padding: 0 0 0 1em;
	border-left: 2px solid #000;
	font-style: italic;
}

.entry img {
	margin: 1.5em auto;
	display: block;
	border: 0;
	max-width: 470px;
}

.entry .wp-caption img {
  margin-bottom: 0;
}

.entry img.wp-smiley {
	display: inline;
	border: 0;
	padding: 0;
	margin: 0;
}

#entry_content .caption {
	margin: -2.4em 2em 1.5em 0;
	font-size: .85em;
	color: #666;
	text-align: center;
}

#entry_content .caption a, ol.footnotes a {
	font-size: 1.0em;
}

#entry_content h3 a {
	font-weight: normal;
	font-variant: small-caps;
	color: #000;
	font-size: .75em;
}

#supplementary ul {
	list-style-type: none;
}

#supplementary ul ul ul {
  margin-left: 1px;
}

#supplementary .meta ul.children {
  margin-top: 0;
}

#supplementary .meta ul li ul {
  margin-top: 1px;
}

#supplementary p {
	line-height: 1.5em;
}

.meta {
	margin: 0;
	font-size: .7em;
	line-height: 1.9em;
}

.footnotes {
	margin: 3em 0 0 0;
	padding-left: 2.2em;
	border-top: 1px dotted #999;
	font-size: .85em;
	line-height: 1.2em;
}

li.footnote {
	margin-top: .5em;
}

.wp-tag-cloud {
	padding-left: 0;
}

.highlight {
	color: #ff9900;
}

.error {
	font-size: 5em;
	text-align: center;
}

#footer {
	font-size: .7em;
	line-height: 1.7em;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer_contact {
	padding: 1em 0 1em 1em;
}

#footer_info {
	height: 3.2em;
	padding: 1em 1.9em 1em 1em;
	border-right: 1px dotted #999;
}

#entry_content .fin {
	text-align: center;
	font-size: 1.3em;
	margin: 3em 0 4em 0;
}

.more-link .bracket {
	line-height: 5em;
	font-size: 1.5em;
}

.post_nav {
	width: 15.5em;
}

code {
	font-size: 1.2em;
}

.navigation {
	font-size: .7em;
}

.spacer {
	height: 2em;
	background: url(./images/spacer.png) top center no-repeat;
	padding-right: 1em;
}

#entry_content .pagination p {
  margin: 0 0 15px 0;
}

#entry_content .pagination p span,
#entry_content p.tags span {
  color: #666;
  font-style: italic;
  font-size: 1.1em;
}

#entry_content p.tags span {
  padding-right: 3px;
}

#entry_content .pagination a {
  font-weight: normal;
  background: #EEE;
  padding: 2px 3px;
  margin: 0 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.entry table {
  width: 100%;
}

.entry table tr th {
  text-align: left;
  background: #EEE;
  padding-left: 5px;
}

.entry table tr td {
  padding-left: 5px;
  border-bottom: 1px solid #EEE;
}

.entry pre {
  padding: 10px;
  background: #EEE;
  font-size: 12px;
}

.entry ul, .entry ol {
  margin-top: 10px;
}

.entry ul ul, .entry ol ol{
  padding-left: 20px;
}


/* =Link Styles
------------------------------------------------------------------*/

input#submit {
  cursor: pointer;
}

input#searchsubmit {
  background: url(images/search.png) no-repeat center;
}

input#searchsubmit:hover {
  background: url(images/search.png) no-repeat center #3399FF !important;
  cursor: pointer;
}

.navigation a:hover, input#submit {
  background: #3399FF;
  color: #FFF !important;
}

a {
	color: #666;
}

a:hover, a:hover span {
  color: #666;
}

.entry sup a,
#main_nav .current_page_item a,
#main_nav .current_page_ancestor a
{
  color: #e97f15 !important;
}

#main_nav h1.masthead a {
	color: #666;
}

#main_nav h1.masthead a:hover {
	border-right: none;
}

h2 a, #main_nav a {
	color: #000;
}

img a, img a:hover {
	text-decoration: none;
}

/* LEAH
.entry a, .navigation a {
	font-weight: bold;
	color: #333;
}
/*

.entry a, .navigation a {
	font-weight: normal;
	color: #e97f15;
}


.navigation a {
  background: #EEE;
  color: #666;
  font-weight: normal;
  padding: 3px 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.entry sup {
	font-size: 11px;
	color: #aaa;
}

.entry sup a {
	border: 0;
	margin: 0;
	font-weight: normal;
	font-size: 10px;
}

#supplementary .post_nav ul.about_nav li a, #supplementary .post_nav ul.single_post_meta a, #supplementary ul.contact_key li a {
	color: #888888;
	border-bottom: 0;
}

#supplementary ul.single_post_meta a {
  display: inline;
}

#main_nav li {
	border-bottom: 1px solid #EEE;
}

#main_nav a {
	display: block;
	width: 100%;
	line-height: 1.6em;	
	padding-top: .3em;
}

#main_nav a:hover, .current_page_item, .current {
	width: 100%;
	border-right: 3px solid #EEE;
}

#supplementary a {
	color: #888;
}

#supplementary .offsite a, .offsite a img {
	border: 0;
}

.entry h3 a {
	color: #333;
	text-decoration: none;
	border: 0;
}

.entry h3 a:hover {
  text-decoration: none;
}

.entry a.more-link {
	color: #666;
	font-style: italic;
	font-size: 14px;
	border: 0;
	text-align: center;
	display: block;
	margin: 0 auto 0 auto;
	text-transform: none;
	font-weight: normal;
	clear: both;
	
}


/* =Plug-in Styles
------------------------------------------------------------------*/

ul.delicious {
	list-style-type: none;
}

ul.delicious li {
	margin: 1em 0;
	line-height: 1.5em;
	padding-bottom: .8em;
}

.twitter {
	margin: 0 0 4em 0;
	font-size: .7em;
	color: #999;
}

.smartarchives {
	margin: 2em 0 3em 0;
	font-size: .8em;
}

.smartarchives ul {
	margin: 0 0 1.5em 0;
	list-style-type: none;
}
	
.smartarchives h2 {
	margin: 0 0 0 0;
}

.smartarchives h2 a {
	text-decoration: none;
	color: #000;
	border: 0;
}

.smartarchives h2 a:hover {
	text-decoration: none;
	border: 0;
}

.monthly {
	clear: both;
	padding-top: 3em;
}

ul.archive_block {
	padding-left: 0;
	width: 100%;
	overflow: hidden;
	padding-bottom: 2em;
}

#content .archive_block li {
	float: left;
	display: inline;
	padding: 5px 7px;
	background: #000;
	color: #FFF;
	font-size: 11px;
	margin-left: .2em;
	margin-bottom: .2em;
}

#content .archive_block li.empty {
	font-size: 11px;
	color: #333;
}

#content .smartarchives .archive_block li a {
	color: #CCC;
	border-bottom: 0;
	font-weight: normal;
	font-size: 11px;
	border-bottom: 1px dotted #336699;
	
}

.contactform {
	margin: 2em 0;
}

.contactform label {
	font-weight: bold;
}

.contactleft {
	margin: 1em 0 0 0;
}

#contactsubmit {
	margin: 1em 0 0 0;
}

/* =Threaded Styles
------------------------------------------------------------------*/

ul.commentlist cite {
	font-style: normal;
	font-size: 1.1em;
}

ul.commentlist span.says {
	display: none;
}

ul.commentlist .comment-author, ul.commentlist .comment-meta {
	font-style: italic;
	color: #333;
}

.comment-author a, .comment-meta a {
  color: #aaa;
  font-weight: normal;
  font-size: 1.1em;
}

ul.commentlist .comment-meta {
	margin-top: -.5em;
}

.entry ul.commentlist .comment.bypostauthor .vcard img {
	border: 1px solid #3399FF;
}

.commentlist ul.children {
	list-style-type: none;
	overflow: hidden;
	margin-top: 1.5em;
}

h3#comments {
	margin-bottom: .7em;
	clear: both;
}

ul.commentlist .navigation {
	border: 0;
}

ul.commentlist .comment .comment-author.vcard img{
	border: 1px solid #CCC;
	padding: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkig-border-radius: 2px;
}

.page p.nocomments {
  display: none;
}

/* =Comment Styles
------------------------------------------------------------------*/
ul.commentlist,
ul.commentmeta {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.commentmeta {
	margin-top: 2em;
}
img.avatar {
	margin: .3em 1em 0 0;
	float: left;
	display: inline;
}
.commenttext {
	margin-left: 4.4em;
	border-bottom: 1px dotted #000;
	padding-bottom: 1.5em;
}
#comments,
#respond {
	margin: 3em 0 0 0;
	border: 0;
	clear: both;
}
.moderation {
	margin-left: 4.4em;
}
.ctitle {
	font-variant: small-caps;
}
li.comment {
	margin: 1.5em 0;
}
#entry-content .comment-body p {
	margin-bottom: 1em;
}
div.reply {
	margin: -8px 0 34px;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
#respond p {
	margin: 0;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
	padding: 4px;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 11px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 11px;
	width: auto;
}

.commentlist .comment-body p {
  margin: .7em 0 !important;
}

.commentlist #respond {
 margin-top: -2em;
}

.commentlist #respond h3 {
  margin-bottom: 0;
  margin-top: 0;
}

#respond {
  padding-top: 1em;
  border-top: 1px solid #EEE;
}


/* =Better image scaling in IE
------------------------------------------------------------------*/

img { -ms-interpolation-mode:bicubic; }


/* =Required 
------------------------------------------------------------------*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#entry_content .entry p.wp-caption-text {
	color: #999;
	text-align: center;
	font-size: 11px;
	margin-top: 0;
}



/* =Widget
------------------------------------------------------------------*/
.textwidget {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCC;
}

.entry img.attachment-post-thumbnail {
  border: 0;
  float: left;
  margin: 7px 10px 0 0;
  padding: 0;
}

/* =Main Menu
------------------------------------------------------------------*/

#main_nav ul.menu li {
  position: relative;
}

//This is not IE compatible
#main_nav ul.menu li:hover ul.sub-menu,
#main_nav ul.menu li:hover ul.children {
//  display: block;
}

#main_nav ul.sub-menu, #main_nav ul.children {
  margin-top: 0;
  position: absolute;
  top: -1px;
  left: 160px;
  width: 165px;
  font-size: .9em;
  display: none;
}

#main_nav ul.sub-menu li, #main_nav ul.children li {
  width: 100%;
  padding: .5em .3em .1em .5em;
  border-bottom: 1px solid #FFF;
  background: #EEE;
}

#main_nav ul.sub-menu li a, #main_nav ul.children li a {
  padding: 0;
  line-height: 1.55em
}

#main_nav ul.sub-menu a:hover, ul.sub-menu .current_page_item, ul.sub-menu .current {
  border-right: 0;
}

/* ------------------
 styling for the tables 
   ------------------   */


/*************** Table 1 ***************/
#lifesize1
{
	font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 20px 0 20px 0;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.6em;
}
#lifesize1 th
{
	font-size: 14px;
	font-weight: normal;
	color: #663300;
	padding: 10px 8px;
	border-bottom: 2px solid #E6C991;
}
#lifesize1 td
{
	color: #999;
	padding: 9px 8px 0px 8px;
}
#lifesize1 tbody tr:hover td
{
	color: #666;
}

/*************** Table 2 ***************/
#lifesize2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 20px 0 20px 0;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.6em;
}
#lifesize2 th
{
	font-size: 14px;
	font-weight: normal;
	color: #663300;
	padding: 10px 8px;
	border-bottom: 2px solid #E6C991;
}
#lifesize2 td
{
	border-bottom: 1px solid #E6C991;
	color: #999;
	padding: 6px 8px;
}
#lifesize2 tbody tr:hover td
{
	color: #666;
}

/*************** Table 3 ***************/
#lifesize3
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px 0 20px 0;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	line-height: 1.6em;
}
#lifesize3 th
{
	padding: 8px 2px;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 2px solid #E6C991;
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
	color: #663300;
}
#lifesize3 td
{
	padding: 12px 2px 0px 2px;
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
	color: #E6C991;
}

/*************** Table 4 ***************/
#lifesize4
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px 0 20px 0;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	line-height: 1.6em;
}
#lifesize4 th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #E6C991;
	border-top: 4px solid #663300;
	border-bottom: 1px solid #fff;
	color: #663300;
}
#lifesize4 td
{
	padding: 8px;
	background: #FFE5B1; 
	border-bottom: 1px solid #fff;
	color: #999;
	border-top: 1px solid transparent;
}
#lifesize4 tr:hover td
{
/*	background: #E6C991;*/
	background: #FFF;
	color: #663300;
}

/*************** Table 5 ***************/
#lifesize5
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px 0 20px 0;
	width: 480px;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #999;
	border-bottom: 7px solid #ccc;
	line-height: 1.6em;
}
#lifesize5 th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #ECECEC;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	color: #999;
}
#lifesize5 td
{
	padding: 8px;
	background: #F6F6F6; 
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #999;
}

/*************** Table 6 ***************/
#lifesize6
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px 0 20px 0;
	width: 480px;
	text-align: left;
	border-collapse: separate;
	line-height: 1.6em;
}
#lifesize6 th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #666;
}
#lifesize6 td
{
	padding: 8px;
	color: #999;
}
#lifesize6 .odd
{
	background: #ECECEC; 
}

/*************** Table 7 ***************/
#lifesize7
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px 0 20px 0;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	line-height: 1.6em;
}
#lifesize7 th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #666;
}
#lifesize7 td
{
	padding: 8px 15px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #999;
}

.vzebra-odd
{
	background: #F6F6F6;

}
.vzebra-even
{
	background: #ECECEC;
}
#lifesize7 #vzebra-adventure, #lifesize7 #vzebra-children
{
	background: #ccc;/*#d0dafd*/
	border-bottom: 1px solid #999;
}
#lifesize7 #vzebra-comedy, #lifesize7 #vzebra-action
{
	background: #ECECEC;
	border-bottom: 1px solid #ccc;
}



/*************** Table 8 ***************/

#lifesize8
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px 0 20px 0;;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	line-height: 1.6em;
}
#lifesize8 th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #666;
}
#lifesize8 td
{
	padding: 10px 15px;
	color: #999;
	border-top: 1px solid #ccc;
}
.oce-first
{
	background: #ECECEC;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#lifesize8 tr:hover td
{
	color: #666;
	background: #F6F6F6;
}




/*************** Table 9 ***************/

#lifesize9
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px 0 20px 0;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	/*border: 1px solid #663300;*/
	line-height: 1.6em;
}
#lifesize9 th
{
	padding: 12px 17px 12px 17px;
	font-weight: normal;
	font-size: 14px;
	color: #663300;
	border-bottom: 1px dashed #FF9900;
}
#lifesize9 td
{
	padding: 7px 17px 7px 17px;
	color: #FF6600;
}
#lifesize9 tbody tr:hover td
{
	color: #663300;
	background: #FFCC66;
}



/*************** Table 10 ***************/
#lifesize10
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px 0 20px 0;;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	/*border: 1px solid #663300;*/
	line-height: 1.6em;
}
#lifesize10 th
{
	padding: 15px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	color: #663300;
}
#lifesize10 tbody
{
	background: #FFE5B1;
}
#lifesize10 td
{
	padding: 10px;
	color: #FF6600;
	border-top: 1px dashed #fff;
}
#lifesize10 tbody tr:hover td
{
	color: #663300;
	background: #FFCC66;
}



/*************** Table 11 ***************/
#lifesize11
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px 0 20px 0;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #E6C991;
	line-height: 1.6em;
}
#lifesize11 th
{
	padding: 20px;
	font-weight: normal;
	font-size: 13px;
	color: #663300;
	text-transform: uppercase;
	border-right: 1px solid #C06000;
	border-top: 1px solid #C06000;
	border-left: 1px solid #C06000;
	border-bottom: 1px solid #C06000;
}
#lifesize11 td
{
	padding: 10px 20px;
	color: #C06000;
	border-right: 1px dashed #C06000;
}


/************ Table 12 Rounded Corner ************/
#lifesize12
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px 0 20px 0;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	line-height: 1.6em;
}
#lifesize12 thead th.rounded-company
{
	background: #C06000 url('images/table-images/left.png') left -1px no-repeat;
}
#lifesize12 thead th.rounded-q4
{
	background: #C06000 url('images/table-images/right.png') right -1px no-repeat;
}
#lifesize12 th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	background: #C06000;
}
#lifesize12 td
{
	padding: 8px;
	background: #FFE5B1;
	border-top: 1px solid #fff;
	color: #C06000;
}
#lifesize12 tfoot td.rounded-foot-left
{
	background: #FFE5B1 url('images/table-images/botleft.png') left bottom no-repeat;
}
#lifesize12 tfoot td.rounded-foot-right
{
	background: #FFE5B1 url('images/table-images/botright.png') right bottom no-repeat;
}
#lifesize12 tbody tr:hover td
{
	background: #FFCC66;
}

/************ Table 13 Rounded Corner ************/
#lifesize13
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px 0 20px 0;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('http://www.lifesize.com/~/media/Images/outer-spotlights/passport_connect.ashx') 330px 59px no-repeat;
	line-height: 1.6em;
}
#lifesize13 th
{
	padding: 12px;
	font-weight: normal;
	font-size: 14px;
	color: #663300;
}
#lifesize13 td
{
	padding: 9px 12px;
	color: #663300;
	border-top: 1px solid #fff;
}
#lifesize13 tfoot td
{
	font-size: 11px;
}
#lifesize13 tbody td
{
	background: url('images/table-images/back.png');
}
* html #lifesize13 tbody td
{
	/* 
	   ----------------------------
		PUT THIS ON IE6 ONLY STYLE 
		AS THE RULE INVALIDATES
		YOUR STYLESHEET
	   ----------------------------
	*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/table-images/back.png',sizingMethod='crop');
	background: none;
}	
#lifesize13 tbody tr:hover td
{
	color: #C06000;
	background: none;
}

/************ Table 14 Rounded Corner ************/
#lifesize14
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px 0 20px 0;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	line-height: 1.6em;
}
#lifesize14 th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #FFCC66 url('images/table-images/gradhead.png') repeat-x;
	border-top: 2px solid #663300;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#lifesize14 td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #C06000;
	border-top: 1px solid #fff;
	background: #FFCC66 url('images/table-images/gradback.png') repeat-x;
}
#lifesize14 tfoot tr td
{
	background: #FFE5B1;
	font-size: 12px;
	color: #FF9900;
}
#lifesize14 tbody tr:hover td
{
	background: #FFCC66 url('images/table-images/gradhover.png') repeat-x;
	color: #663300;
}

/************ Table 15 Rounded Corner ************/
#lifesize15
{
	width: 480px;
	margin: 20px 0 20px 0;
	border: 1px #663300 solid;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}
#lifesize15-top
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	padding: 8px;
	height: 40px;
	text-align: left;
	line-height: 1.6em;
	background: #C06000;
	color: #fff;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 10px 10px 0px 0px;
border-radius: 10px 10px 0px 0px;
}
#lifesize15-bottom
{
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	padding: 8px;
	height: 200px;
	text-align: left;
	line-height: 1.6em;
	/*background: #FFE5B1;*/
	color: #C06000;
	-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-radius: 0px 0px 10px 10px;
border-radius: 0px 0px 10px 10px;
	background: url('http://www.lifesize.com/~/media/Images/outer-spotlights/passport_connect.ashx') 200px 59px no-repeat;
}

/************ Table 16 Rounded corner ************/
#lifesize16
{
	width: 480px;
	margin: 20px 0 20px 0;
	border: 1px #C06000 solid;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}
#lifesize16-top
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	padding: 8px;
	height: 40px;
	text-align: left;
	line-height: 1.6em;
	background: #E6C991;
	color: #C06000;
	border-bottom: 1px solid #C06000;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 10px 10px 0px 0px;
border-radius: 10px 10px 0px 0px;

}
#lifesize16-bottom
{
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	padding: 8px;
	height: 200px;
	text-align: left;
	line-height: 1.6em;
	/*background: #FFE5B1;*/
	color: #C06000;
	-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-radius: 0px 0px 10px 10px;
border-radius: 0px 0px 10px 10px;
	background: url('http://www.lifesize.com/~/media/Images/outer-spotlights/passport_connect.ashx') 330px 59px no-repeat;
}
/************ Table 17 Rounded corner Gray ************/
#lifesize17
{
	width: 480px;
	margin: 20px 0 20px 0;
	border: 1px #999 solid;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}
#lifesize17-top
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	padding: 8px;
	height: 40px;
	text-align: left;
	line-height: 1.6em;
	background: #F6F6F6;
	color: #666;
	border-bottom: 1px solid #999;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 10px 10px 0px 0px;
border-radius: 10px 10px 0px 0px;

}
#lifesize17-bottom
{
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	padding: 8px;
	height: 200px;
	text-align: left;
	line-height: 1.6em;
	/*background: #FFE5B1;*/
	color: #999;
	-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-radius: 0px 0px 10px 10px;
border-radius: 0px 0px 10px 10px;
	background: url('http://www.lifesize.com/~/media/Images/outer-spotlights/passport_connect.ashx') 330px 59px no-repeat;
}

/* CCC Additions to fix inline images */
img.alignnone {
	display: inline-block;
	margin: 0px;
}

img.alignright {
	float:right; 
	margin:0 0 1em 1em;
}

img.alignleft {
	float:left; 
	margin:0 1em 1em 0;
}

img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
}

.alignright {
	float:right; 
}

.alignleft {
	float:left; 
}

.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
}