/*Undo browser defaults
------------------------------------------------------------ */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

/*Body & Links 
------------------------------------------------------------ */
body {
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, Serif;
	line-height: 2.2em;
	color: #333;
}
a:link, a:visited { color: #5a5a5a; }
a:hover {
	text-decoration: underline;
	color: #58181b;
}

 
/*Background
------------------------------------------------------------ */
body { background: #a39C8a; }


#wrapper{
	background: #fff;
	padding: 0 20px 10px 20px;
	border-left: 4px solid #9a927f;
	border-right: 4px solid #9a927f;
	}
/*Links 
------------------------------------------------------------ */
#content a:link, #content a:visited { color: #5a5a5a; }
#sidebar a:link, #sidebar a:visited { color: #5a5a5a; }
h1#title a:hover, div#title a:hover { color: #72a4e7; }
#nav .page_item a:hover { 
  color: #72a4e7;
	border-top: 4px solid #72a4e7;
	}
#nav .current_page_item a:link, #nav .current_page_item a:visited, #nav .current_page_item a:hover, #nav .current_page_parent a:link, #nav .current_page_parent a:visited, #nav .current_page_parent a:hover, #nav .current_page_ancestor a:link, #nav .current_page_ancestor a:visited, #nav .current_page_ancestor a:hover {
	color: #72a4e7;
	border-top: 4px solid #72a4e7;
	}
.post-header h1 a:hover, .post-header h2 a:hover { color: #72a4e7; }
.comments a:hover { color: #72a4e7; }
.meta a:hover { color: #72a4e7; }
.highlight-box { background: #72a4e7;	}
.post-footer a:hover { color: #72a4e7; }
#footer a:hover { color: #72a4e7; }
/*Hover 
------------------------------------------------------------ */
#content .entry a:hover { color: #58181b; }
#wrapper #sidebar a:hover { color: #58181b; }
/*Reset Specific Link Colors
------------------------------------------------------------ */
#content .post-header h1 a:link, #content .post-header h1 a:visited, #content .post-header h2 a:link, #content .post-header h2 a:visited  { color: #444; }
#content .post-header h1 a:hover, #content .post-header h2 a:hover { color: #72a4e7; }
#content .comments a { color: #757575;	}
#content .comments a:hover { color: #72a4e7; }
#content .meta a:link, #content .meta a:visited { color: #666; }
#content .meta a:hover { color: #72a4e7; }
#content .post-footer a:link, #content .post-footer a:visited { color: #333; }
#content .c-permalink a:link, #content .c-permalink a:visited { color: #ccc; }
#content .reply a:link, #reply .c-permalink a:visited { color: #aaa; }
#content .reply a:hover { color: #72a4e7; }
#footer a:link, #footer a:visited { color: #666; }
#footer a:hover { color: #72a4e7; }

h1#logo {
text-indent:-4000px;
	width: 330px;
	height: 55px;
	margin-top:12px;
}
h1#logo a {
display:block;
height:55px;
background: transparent url(../images/logo.png) no-repeat scroll 0 0;	
background-position: -28px -28px;
}
h1#logo a:hover {
background-position: -28px -138px;
}


/*Basic Structure
------------------------------------------------------------ */
#wrapper {
	width: 930px;
	margin: 0 auto;
	text-align: left;
}
#content { 
	float: left; 
	width: 600px;
	padding: 20px 30px 20px 0;
}
#content_wrapper { 
	margin-top:10px;
}
#sidebar { 
	float: right; 
	width: 300px;
  padding-bottom: 20px;
}
.thin-sidebar {
	float: left;
	width: 140px;
}
.spad { padding-right: 20px; }
#footer { 
	clear: both;
	padding-top: 5px; 
	border-top: 5px solid #333;
}
#subheader_container { 
	clear: both;
	padding-top: 5px; 
	border-bottom: 1px solid #eee;
}
.clear:after, li.comment:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {
	display: inline-block;
}
/*Header
------------------------------------------------------------ */
#header {
	padding: 10px 0 10px 0;
	border-bottom: 5px solid #333;
	width: 930px;
	margin: 0 auto;
}
h1#title {
}
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  {color:#FFFCFB; font-size:12px; margin-right:0; position:absolute; right:30px;
	width: 330px;
	height: 55px;
	margin-top:12px;
	background: url(/images/logo.jpg) no-repeat;
}
h1#title a:hover, div#title a:hover { }
/*Description
---------------------------------------*/
#description { float: left; }
#description h2 {

	font-size: 1.2em;
	font-weight: normal;
	color: #666;
}
/*Nav
---------------------------------------*/
#nav {
	float: right;
	font-size: 1.5em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
}
#nav ul {
	padding: 0 0 0 20px;
	position: relative;
}
#nav ul li {
	float: left;
	margin: 0 0 0 15px;
}
#nav li a:link, #nav li a:visited {
	color: #333;
	text-decoration: none;
}
#nav li.current_page_item a, #nav li.current_page_parent a, #nav li.current_page_ancestor a, #nav li.current-cat a, #nav li a:hover {
	color: #72a4e7;
	text-decoration: none;
	padding-top: .1em;
	border-top: 4px solid #72a4e7;
}
/*Menu
------------------------------------------------------------ */
#menu { padding-bottom: 10px; }
#menu img { border: 2px solid #eee; }
.alert-box {
  margin: 0 0 20px 0;
  padding: 20px;
  background: #EAE9E5;
	border-top: 2px solid #E3E1DB;
	border-bottom: 2px solid #E3E1DB;
 }
/*Post Styling
------------------------------------------------------------ */
/*Post Header
---------------------------------------*/
.post-header {
	border-bottom: 4px double #eee;
	padding-bottom: 7px;
}
.post-header h1, .post-header h2 { 
  font-size: 2.6em; 
  line-height: 1.1em;
}
.post-header h1 a:link, .post-header h1 a:visited,.post-header h2 a:link, .post-header h2 a:visited  { color: #444; }
.post-header h1 a:hover, .post-header h2 a:hover { color: #72a4e7; }
.comments {
	padding-top: 10px;
	font-size: 1.3em;
  color: #757575;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	text-transform: uppercase;
}
.comments a {
	display: block;
	color: #757575;
	padding: 0 0 0 25px;
	background: url(../images/comments-bubble.gif) no-repeat 0 6px;
}
.comments a:hover {
	color: #72a4e7;
	background-position: 0 -22px;
}
.post .date {
	float: right;
	padding-top: 10px;
	color: #757575;
	font-size: 1.6em;
	font-weight: normal;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	text-transform: uppercase;
}
.post .date span {
	color: #ddd;
	font-weight: bold;
}
#single-date {
	float: none;
}
/*Post Meta
---------------------------------------*/
.meta  {
	margin: 10px 0 20px 0;
	font-size: 1.2em;
	color: #666;
}
.meta a:link, .meta a:visited {
	color: #666;
	font-style: normal;
}
.meta a:hover { color: #72a4e7; }

p.notice {
	padding: 15px;
	background-color: #fffbcc; 
	border: 1px solid #f8f4c7;
}

/*Post Body
---------------------------------------*/
.entry { font-size: 1.3em; }
.entry p { margin-bottom: 10px; }
.alert-box p { margin: 10px 0 0 0; }
.entry h2, .entry h3, .entry h4 {
	font-size: 1.3em;
	padding: 15px 0 5px 0;
}
.entry h3 { 
  padding-top: 10px;
  font-size: 1em;
}
.entry h4 { 
  padding-top: 10px;
  font-size: .9em;
}
.alert-box h2, .alert-box h3, .alert-box h4 { margin: 0; padding: 0; }
pre {
  margin: 10px 0;
  padding: 1em 10px;
  overflow: auto;
  background-color: #f3f3f3;
  color: #000;
}
code { 
  padding: 2px 3px;
  font: 1.1em Consolas, Courier New, sans-serif;
  background-color: #f3f3f3;
  color: #000;
}
pre code { font-size: 1.3em; }
blockquote {
	clear: both;
  display: block;
  padding: 20px 20px 10px 45px;
  margin: 20px 0;
  font-style: italic;
  font-size: 1.2em;
  color: #141310;
  background: #e7e6e2 url(../images/blockquote.gif) no-repeat top left;
}
.entry ul, .c-body ul { margin: 0 0 10px 10px; }
.entry ul li, .c-body ul li {
	display: block;
	margin: 5px 0 0 0;
	padding: 0 0 0 17px;
	background: url(../images/list-star.gif) no-repeat 0 .3em;
}
.entry ol, .c-body ol { margin: 0 0 15px 30px; }
.entry ol li ol li, .c-body ol li ol li { 
	font-size: .9em;
	list-style-type: lower-roman; 
}
.entry ol li, .c-body ol li { 
	margin: 10px 0 0 0; 
	list-style-type: decimal;
	list-style-position: outside;
}
.navigation {
	padding: 10px 0;
	font-size: 1.3em;
}
.index { padding: 0; }
.float-quote {
	float: left;
	width: 300px;
	padding: 15px;
	margin: 10px 10px 0 0;
	background: #eaeaea;
	border-top: 4px solid #333;
	border-bottom: 4px solid #333;
}
.entry .float-quote p {
	margin: 0;
	padding: 0 0 0 40px;
	font-size: 1.2em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	line-height: 1.3em;
	background: url(../images/float-quote.gif) no-repeat top left;
}
.highlight-box {
	float: right;
  margin: 0 0 10px 10px;
	width: 200px;
	padding: 10px;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	border-top: 8px solid #000;
	background: #72a4e7;
	color: #fff;
}
.highlight-box a:link, .highlight-box a:visited {
	color: #fff;
	text-decoration: underline;
}
.highlight-box a:hover { text-decoration: none; }
.entry .highlight-box p {
  margin: 10px 0;
  line-height: 1.4em;
  font-size: 1.1em;
}
.entry .highlight-box ul li {
  font-size: 1.1em;
  background: url(../images/list-square.gif) no-repeat 0 .4em; 
}
.entry .highlight-box h2, .entry .highlight-box h3, .entry .highlight-box h4 { 
	margin: 0; 
	padding: 0;
	color: #fff; 
}
.highlight-box h2 { text-transform: uppercase; }
/*Post Footer
---------------------------------------*/
.post-footer {
	padding-bottom: 2px;
	margin: 0 0 30px 0;
	font-size: 1.1em;
	font-style: italic;
  text-align: right;
  color: #666;
	border-bottom: 1px solid #eee;
}
.post-footer a:link, .post-footer a:visited {
	color: #333;
	font-style: normal;
}
.post-footer a:hover { color: #72a4e7; }
/*Pages
---------------------------------------*/
h1.pagetitle, h2.pagetitle {
	margin-bottom: 20px;
	padding-bottom: 7px;
	font-size: 2.6em;
	line-height: 1.1em;
	border-bottom: 4px double #eee;
}
/*Archives List
---------------------------------------*/
img.archive-comment {
  float: right;
  margin: 0 .5em .5em 0;
}
.entries { 
  font-size: 1.3em;
  clear: both; 
}
.entries ul {
	margin: 0;
	padding: 0 0 1px 0;
	background: transparent url(../images/archives-dotted-line.gif) repeat-x bottom left;
}
.entries ul li {
	padding-top: 1px;
	background: transparent url(../images/archives-dotted-line.gif) repeat-x top left;
}
.entries ul li a {
	display: block;
	margin: 0;
	padding: 7px 0;
}
.entries ul li a:hover {
	background-color: #F8F8F7;
  text-decoration: none;
}
.entries span {
	display: block;
	text-align: right;
}
.entries span.archdate, .entries a:hover span.archdate  {
  float: left;
	margin-right: 3em;
  padding-left: .5em;
	width: 3em;
	color: #666;
}
.entries span.comments_number{
	float: right;
  margin-right: .5em;
	width: 3em;
  color: #666;
}	
/*Sidebar
------------------------------------------------------------ */
#sidebar-image { padding-top: 20px; }
#sidebar-image { font-size: 1.3em; } 
#sidebar-image p { 
	margin-bottom: 15px; 
	line-height: 1.6em;
}
h2.widgettitle {
	padding: 25px 0 3px 0;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.2pt;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	border-bottom: 1px solid #eee;
}
ul li.widget ul {
	margin: 0;
	font-size: 1.4em;
}
ul li.widget ul li ul { 
  margin-left: 5px;
  font-size: 1em; 
}
ul li.widget ul li { 
	padding: 8px 0;
	border-bottom: 1px solid #eee; 
}
ul li.widget ul li ul li { border-bottom: none; }
ul li.widget ul li a {
  display: block;
	padding: 0 0 0 15px;
	background: url(../images/list-item.gif) no-repeat 0 6px;
}
ul li.widget ul li a:hover { background-position: 0 -136px; }
ul li.widget ul#recentcomments li a {
	padding: 0;
	background: none;
}
div.textwidget p {
	font-size: 1.3em;
	margin: 10px 0 0 0;
}
li.widget select { margin-top: 10px; }
/*RSS Box
---------------------------------------*/
#rss-feed  { padding-top: 10px; }
#rss-feed p {
  font-size: 1.3em;
  line-height: 1.6em;
}
#rss-feed a.rss, #rss-feed a.email, #rss-feed a.twitter {
  float: left;
  font-size: 1.3em;
  margin: 10px 10px 0 0;
  display: block;
  padding: 0 0 0 19px;
  background: url(../images/feed-icon.png) no-repeat 0 .25em;
}
#rss-feed a.email {
  padding: 0 0 0 25px;
  background: url(../images/mail-icon.png) no-repeat 0 .4em;
}
#rss-feed a.twitter {	
	margin-right: 0;
	padding-left: 19px; 
	background: url(../images/twitter-icon.png) no-repeat 0 .15em; 
}
/*Search Box
---------------------------------------*/
#search_form input { margin: 10px 0 0 0; }
#search_form input { 
  padding: 4px 2px; 
  width: 132px;
  border: 2px solid #acacac;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #f4f4f4;
  color: #888;
}
#search_form input:focus { background: #fff; }
#search_form input#searchsubmit { padding: 2px 10px; }

/*Comments
------------------------------------------------------------ */
/*Top
---------------------------------------*/
.comment-number {
	display: block;
	font-size: 1.3em;
	padding: 0 0 10px 30px;
	background: url(../images/comments-bubble-big.gif) no-repeat 0 .1em;
}
.comment-number span {
	font-size: 1.3em;
	color: #777;
}
a#leavecomment { padding-left: 10px; }
/*Body
---------------------------------------*/
li.comment { padding: 20px 0 0 0; }
ul.children {
	margin: 10px 0 0 96px;
  clear: both;
}
div.c-grav {
	float: left;
	width: 60px;
	margin: 0;
	text-align: right;	
}
div.c-grav img {
	border: 4px solid #e3e3e3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.c-body {
	float: right;
	width: 474px;
  font-size: 1.3em;
	background: #f3f3f3;
	padding: 20px 20px 0 20px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
ul.children div.c-body { width: 378px; }
div.c-body p { margin: 10px 0 0 0; }
div.c-head { font-weight: bold; }
span.asterisk {
	float: right;
	color: #72a4e7;
	font-size: 2.2em;
}
div.c-date {
  color: #bbb;
	font-size: .9em;
	line-height: 0;
	padding: 10px 0 5px 0;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	font-weight: bold;
}
.c-permalink a:link, .c-permalink a:visited {
	margin-left: 5px;
  color: #ccc;
  font-size: .7em;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	text-transform: uppercase;
}
div.reply, div.cancel-comment-reply { float: right; }
div.reply { padding: 10px 0; }
div.reply a:link, div.reply a:visited {
	color: #aaa;
	font-size: .9em;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px dotted;
}
div.reply a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}
/*Form
---------------------------------------*/
form#commentform { margin-bottom: 20px; }
#respond { font-size: 1.5em; }
h4#postcomment {
	margin: 20px 0;
	padding: 0 0 5px 0;
	font-size: 1.2em;
	color: #555;
	border-bottom: 1px solid #eee;
}
form#commentform label.comment-field {
	display: block;
	margin: 10px 0 5px 0;
}
input.text-input, form#commentform textarea {
	padding: 7px;
	background: #f8f8f8;
	font-family: inherit;
	font-size: .9em;
  border: 1px solid #E6E6E6;
  width: 591px;
}
input#author, input#email, input#url { width: 350px; }
form#commentform input:focus, form#commentform textarea:focus { background: #fff; }
form#commentform input#submit {
  padding: 5px;
  width: 150px; 
}
form#loginform p.guidelines {
	margin: 10px 0;
  font-size: .8em;
  color: #777;
}
form#loginform { margin-bottom: 20px; }
#respond { font-size: 1.5em; }
h4#postcomment {
	margin: 20px 0;
	padding: 0 0 5px 0;
	font-size: 1.2em;
	color: #555;
	border-bottom: 1px solid #eee;
}
form#loginform label.login-field {
	display: block;
	margin: 5px 0 5px 0;
}
input.text-input, form#loginform textarea {
	padding: 7px;
	background: #f8f8f8;
	font-family: inherit;
	font-size: .9em;
  	border: 1px solid #E6E6E6;
	width: 220px;
}
input#author, input#email, input#url { width: 350px; }
form#loginform input:focus, form#loginform textarea:focus { background: #fff; }
form#loginform input#submit {
  padding: 5px;
}

/*Note
---------------------------------------*/
p.note {
	font-style: italic;
	font-size: 1.3em;
}
/*Pingbacks/Trackbacks
---------------------------------------*/
h3.pinghead {
  font-size: 1.3em;
  color: #444444;
}
ol.pinglist {
  list-style-type: decimal;
	list-style-position: inside;
	margin: 0 0 10px 10px;
  font-size: 1.3em;
}

/*Default Alignment and Images
------------------------------------------------------------ */
.entry img.alignleft, .entry img.alignright, .entry img.aligncenter  { border: 2px solid #eee; }
.noborder { border: none; }
.entry .alignright, .entry .alignright .float-quote { margin: 0 0 10px 10px; }
.entry .alignleft, .entry .alignleft .highlight-box { margin: 0 10px 10px 0; }
.wp-caption p {
  font-style: italic;
  color: #888;
}
/*Footer
------------------------------------------------------------ */
#footer {
	color: #666;
	font-size: 1.1em;
}
#footer p.right { float: right; }
#footer a:link, #footer a:visited { color: #666; text-decoration: underline; }
#footer a:hover { color: #72a4e7; }

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }


.grid-container {padding: 5px 13px}

.video {margin-top: 25px; overflow-x: hidden; width: 600px}
.video:first-child {margin-top: 10px}
.video .title {font-size: 11pt; font-weight: bold}
.video .title img {display: inline; vertical-align: top}
.video .body {clear: both; margin-top: 5px; text-align: justify;  min-height: 91px; height: auto !important; height: 91px}
.video .thumbnail {border: 1px solid #E5E5E5; cursor: pointer; float: left; height: 89px; margin-right: 5px; width: 127px}
.video .description {width: 580px; height:40px;}
.video .description a {text-decoration: none}
.video .description a:hover {text-decoration: underline}
.video .posted {font-size: 9pt; overflow: hidden; white-space: nowrap}
.video .posted a {text-decoration: none}
.video .posted a:hover {text-decoration: underline}
.video .actions {font-size: 9pt; overflow: hidden; white-space: nowrap}
 .video .actions td {font-size: 9pt}
.video .actions td + td {padding-left: 3px}
.video .actions .menu-container, .video .actions .menu-container ul {padding: 0; margin: 0; list-style: none}
.video .actions .menu-container a {display: block; font-size: 9pt; text-decoration: none; width: auto}
.video .actions .menu-container a span {text-decoration: underline}
.video .actions .menu-container a:hover {color: #333333}
.video .actions .menu-container a.action {font-size: 9pt; font-weight: normal}
.video .actions .menu-container li {float: left; width: auto}
.video .actions .menu-container li ul {background-color: #FFFFFF; border: 1px solid #E5E5E5; padding: 5px 0; position: absolute; width: 145px; left: -999em}
.video .actions .menu-container li:hover ul, .video .actions .menu-container li.sfhover ul {left: auto}
.video .actions .menu-container li ul li {width: 100%}
.video .actions .menu-container li ul a {border-top: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; font-size: 9pt; font-weight: normal; padding: 5px 10px; width: auto}
.video .actions .menu-container li ul a:hover {background-color: #f3f6f9; border-top: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; color: #333333}
.video .actions .menu-container img.pull {margin-top: -2px; vertical-align: middle}
 .video .embed {background-color: #f3f6f9; border: 0px; margin-top: 5px; padding-bottom: 15px; text-align: center}
.video .trouble-close td {text-align: right; width: 125px}
.video .trouble-close td.trouble {font-size: 9pt; text-align: center; width: 400px}
.video .embed .close {text-align: right}
.video .embed .clickable-area {color: #a2a4a4; cursor: pointer; float: right; font-size: 8pt; padding: 5px 5px 5px 10px; width: 50px}
.video .embed .clickable-area:hover {color: #333}
.video .embed .embed-container {background-image: url(/images/embed-loading.gif); background-position: 50% 50%; background-repeat: no-repeat; overflow-x: hidden; width: 648px}
.video .embed .fake-embed-container {background-color: #333333; height: 285px; margin: 0 auto 15px auto; text-align: center; width: 504px}
.video .embed .fake-embed-container .about {clear: both; color: #FFFFFF; font-size: 12pt; padding: 25px 2px}
.video .embed .fake-embed-container .image {border: 2px solid #FFFFFF; clear: both; height: 140px; width: 200px}
.video .embed .fake-embed-container .play {clear: both; padding: 25px 2px}
.video .embed .fake-embed-container .play a {color: #FFFFFF; font-size: 18pt}
.video .embed .fake-embed-container .play img {margin-left: 10px}
.video .embed .admin-fake-embed-container {height: 325px}
 .video .inline {margin-bottom: 5px; width: 100%}
.video .inline td {font-size: 9pt; padding: 1px 0; text-align: left}
.video .inline td + td {padding-left: 5px}
.video .inline .last {padding-right: 50px; text-align: right}
.video .inline .last a {font-size: 8pt}
.video .inline td a {font-size: 9pt; text-decoration: none}
.video .inline td a:hover {text-decoration: underline}
.video .inline .body {min-height: 0; padding-left: 5px; height: auto !important}
.video .inline .adjusted-line-height {line-height: 10pt}
.video .inline .gutter {width: 52px}
.video .inline .image {vertical-align: top; width: 30px}
.video .inline .image .avatar {border: 1px solid #E5E5E5; height: 28px; margin: 3px 0; width: 28px}
.video .inline .image-small {text-align: center; vertical-align: middle; width: 16px}
.video .inline .body textarea {font-family: arial; font-size: 9pt; height: 29px; margin-top: 0px; padding: 4px; width: 500px}
.video .new-comment {margin: 2px 0 5px 0}
.video .inline .character-count {color: #AAAAAA; font-size: 10pt; font-weight: bold; padding-right: 2px; text-align: right}
.video .inline .over-limit {color: red}
.video .inline .body span {color: gray; font-size: 8pt}
.video .inline .body .reply {color: gray; font-style: normal; visibility: hidden}
.video .inline .body .reply a {font-size: 8pt}
.video .inline:hover .reply {visibility: visible}
.video .inline .body .permalink {color: gray; font-style: normal; visibility: hidden}
.video .inline .body .permalink a {font-size: 8pt}
.video .inline:hover .permalink {visibility: visible}
.video .inline .like {visibility: hidden}
.video .inline .like a {font-size: 8pt}
.video .inline:hover .like {visibility: visible}
.video .inline .body .delete {color: gray; font-style: normal; visibility: hidden}
.video .inline .body .delete a {color: red; font-size: 8pt}
.video .inline:hover .delete {visibility: visible}
.video .inline td label {font-size: 8pt}
.video .inline td label a {font-size: 8pt}
.video .inline .more-comments {font-style: italic}
 .video .hidden {display: none}


.boxgrid{ 
				width: 325px; 
				height: 260px; 
				margin:10px; 
				float:left; 
				background:#161613; 
				border: solid 2px #8399AF; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 95px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 260;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}
				
/* Watched and Related */

.list1 li{
	position:relative;
	margin:0;
	padding:0;
	float:left;
	margin:0 6px 6px 0;
	width:95px;
	height:71px;
}
.list1 li.mes{ background:#8cc0f5; color:#666; }
.list1 li.mes div.txt span.tit{ color: #9BB725; }
.list1 li.dia{ background:#8cc0f5; color:#333; }
.list1 li.dia div.txt span.tit{ color: #fff; }
.list1 li a{
	z-index:3;
	position:absolute;
	margin:0;
	padding:0;
	top:0;
	left:0;
	width:95px;
	height:71px;
}
/*
.list1 li a.pag{
	z-index:3;
	position:relative;
	width:171px;
	height:101px;
	background:#303030;
	color:#ccc;
	display:block;
}
.list1 li a:hover.pag{background:#222;}
.list1 li a:hover.pag span.next,
.list1 li a:hover.pag span.back{color:#fff;}
.list1 li a.pag span.next{
	position:absolute;
	top:80px;
	right:10px;
	width:171px;
	color:#ccc;
	text-align:right;
}
.list1 li a.pag span.back{
	position:absolute;
	top:80px;
	left:10px;
	width:171px;
	color:#ccc;
	text-align:left;
}
*/
.list1 li img{
	position:absolute;
	margin:0;
	padding:0;
	top:0;
	left:0;
	z-index:2;
}
.list1 li div.txt{
	z-index:1;
	postition:relative;
	width:95px;
	height:71px;
}
.list1 li div.txt span.dia{
	position:absolute;
	top:12px;
	left:19px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:33px;
	text-align:right;
	width:34px;
}
.list1 li div.txt span.mes{
	position:absolute;
	top:17px;
	left:55px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
.list1 li div.txt span.ano{
	position:absolute;
	top:31px;
	left:55px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.list1 li div.txt span.tit{
	position:absolute;
	top:3px;
	left:3px;
	right:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:700;
}
.list1 li div.txt span.nota{
	position:absolute;
	top:60px;
	left:15px;
	font-size:33px;
	text-align:right;
	width:22px;
}
.list1 li div.txt span.dec{
	position:absolute;
	top:63px;
	left:40px;
	font-size:13px;
	font-weight:bold;
}

.list1 li.pag,
.list3 li.pag{ position:relative; width:110px; height:71px; background:#333333; }
.list1 li.pag a,
.list3 li.pag a{ position:relative!important; }
.list1 li.pag a span,
.list3 li.pag a span{ display:none; }
.list1 li.pag a.nextpag,
.list3 li.pag a.nextpag{ float:right; width:46px!important; background:url(../images/bt_next.png) no-repeat bottom; }
.list1 li.pag :hover.prev,
.list1 li.pag :hover.nextpag,
.list3 li.pag :hover.prev,
.list3 li.pag :hover.nextpag{ background-position:top; }

#SLB-Wrapper
{
  margin:0.5em 0;
  margin:auto;
  font-family:Verdana;
  text-align: left;
  position: absolute;
}

#SLB-Wrapper #SLB-Background
{
  position: absolute;
  left:7px;
  top:7px;
  float:left;
}

#SLB-Wrapper #SLB-Top
{
  background:transparent no-repeat scroll 100% 0;
  height:28px;
  margin:0 0 0 18px;
}

#SLB-Wrapper #SLB-Top a
{
  float:right;
  display:inline;
  padding:0;
  margin:5px 10px;
  width:41px;
  height:16px;
  text-decoration:none;
}

#SLB-Wrapper #SLB-Top a:hover
{
  background-position:0px -16px;
}

#SLB-Wrapper #SLB-Top img
{
  float:right;
  border:0px;
  margin:6px 10px;
  width:41px;
  height:16px;
}

#SLB-Wrapper #SLB-Top div
{
  background:transparent no-repeat scroll 0 0;
  font-size:0;
  height:28px;
  left:-18px;
  line-height:0;
  position:relative;
  width:18px;
}

#SLB-Wrapper #SLB-Bottom
{
  background:transparent no-repeat scroll 0 43%;
  height:20px;
  margin:0 18px 0 0;
}

#SLB-Wrapper #SLB-Bottom #SLB-BottomRight
{
  background:transparent no-repeat scroll 100% 43%;
  font-size:0;
  height:20px;
  right:-18px;
  line-height:0;
  position:relative;
  width:100%;
  float:right;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav,
#SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight
{
  height:52px;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav
{
  background-position:0 100%;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight
{
  background-position:100% 100%;
}

#SLB-Wrapper #SLB-Contenido
{
  border-left: 7px solid #000;
  border-right: 7px solid #000;
}

#SLB-Wrapper #SLB-Bottom #SLB-Navegador
{
  font-size: 11px;
  color: #fff;
  height:30px;
  border-left:0px;
  border-right:0px;
  padding:10px 0px;
  margin:0;
  line-height:11px;
  float:left;
  width:100%;
}

#SLB-Wrapper #SLB-Navegador #SLB-Right,
#SLB-Wrapper #SLB-Navegador #SLB-Left
{
  display:inline;
  padding:0;
  margin:0;
  width:26px;
  height:26px;
  text-decoration:none;
}

#SLB-Wrapper #SLB-Navegador #SLB-Right
{
  background-position:26px 0;
  margin:0 18px 0 10px;
  float:right;
}

#SLB-Wrapper #SLB-Navegador #SLB-Right:hover
{
  background-position:26px -26px;
}

#SLB-Wrapper #SLB-Navegador #SLB-Left
{
  background-position:52px 0;
  margin-right:10px;
  float:left;
}

#SLB-Wrapper #SLB-Navegador #SLB-Left:hover
{
  background-position:52px -26px;
}

#SLB-Wrapper #SLB-Navegador strong
{
  display: block;
  padding-top:5px;
}

.alertbox
  {
    background  : url(../images/dialog-help.png) no-repeat scroll left top;
    margin      : 0 10px;
    padding     : 0 0 5px 40px;
    font-family : Verdana;
    font-size   : 12px;
    text-align  : left;
  }
  .alertbox .buttons
  {
    text-align  : right;
  }
  
/* ---------------------
SHARE POST
*/
.share-post{
	height:26px;
	border-top:solid 1px #DFDFDF;
	border-bottom:solid 1px #DFDFDF;
	color:#333;
	line-height:16px;
	font-size:11px;
	margin-bottom:14px;
}
.share-post li{
	float:left;
	margin:4px 0;
	margin-right:10px;
	display:block;
	border-right:solid 1px #DFDFDF;
	padding-right:10px;
}
.share-post a:link, 
.share-post a:visited{
	height:16px;
	line-height:16px;
	line-height:16px;
	color:#555;
}
.share-post a:hover{
	color:#888;
	text-decoration:underline;
}

.share-twitter{
	background:url(../images/share/icon-twitter-s.gif) no-repeat;
	padding-left:26px;
}
.share-delicious{
	background:url(../images/share/icon-delicious.gif) no-repeat;
	padding-left:20px;
}
.share-facebook{
	background:url(../images/share/icon-facebook.gif) no-repeat;
	padding-left:20px;
}

.share-digg{
	background:url(../images/share/icon-digg.gif) no-repeat;
	padding-left:20px;
}
.share-reddit{
	background:url(../images/share/icon-reddit.gif) no-repeat;
	padding-left:20px;
}
.share-meme{
	padding-left:20px;
}
