/*
THEME NAME: Robot Rock
THEME URI: http://talkbot.tv
DESCRIPTION: 
VERSION: 1
AUTHOR: Milkweed Media Design
AUTHOR URI: http://milkweedmediadesign.com
*/

/* Two-column with sidebar on right from the /examples/ folder  */
@import url('examples/2c-r.css');

/* ---------------------- CSS Reset ------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {
	margin:0; 
	padding:0; 
}

table { 
	border-collapse:collapse; 
	border-spacing:0; 
}

fieldset,img { 
	border:0; 
}

address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
}

ol,ul { 
	list-style:none; 
}

caption,th { 
	text-align:left; 
}

h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
}

abbr,acronym { 
	border:0; 
}

html {
	font-size: 62.5%;
}
/* --------------------------- End Reset --------------------------- */

body {
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #333;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

p {
	margin:10px 0;
}

a {
	text-decoration:none;
	color:#000;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.episodes {
	float: left;
	width: 960px;
	height: 467px;
	background: url(/kicks-ass/wp-content/themes/robotrock/images/video-frame.gif) no-repeat;
	padding-top:38px;
}

.episodes embed {
	margin-left: 60px;
	margin-right: 60px;
}

.episode {
	float: left;
	width: 730px;
	height: 425px;
	background: url(/kicks-ass/wp-content/themes/robotrock/images/singlevideo.gif) no-repeat;
	margin:0 0 15px -15px;
	padding-top:42px;
}

.episode embed {
	margin-left: 45px;
	margin-right: 45px;
}

strong {
	font-weight: bold;
	font-size: 1.4em;
}

/* ----------------- Season Archives --------------------- */
.season-list {
	margin: 15px 0;
}

.archivelist {
	float: left;
	width: 365px;
	height: 225px;
	background: url(/kicks-ass/wp-content/themes/robotrock/images/archivevideo.gif) no-repeat;
	margin: 0 0 25px 0;
}

.archivelist img {
	width: 320px;
	height: 180px;
	margin: 21px 22.5px 24px;
}

.archivelist p {
	padding: 5px 0 0 15px;
	margin-bottom: 25px;
}

#archive-content {
	width: 760px;
	margin-left:100px;
	margin-right: 100px;
}

#archive-content .entry-date {
	padding:0 0 0 15px;
}

#archive-content .entry-title {
	padding:0 0 0 15px;
}

#archive-content .p1, 
#archive-content .p3,
#archive-content .p5,
#archive-content .p7,
#archive-content .p9 {
	float: left;
	width: 365px;
	margin-bottom: 50px;
}

#archive-content .p2,
#archive-content .p4,
#archive-content .p6,
#archive-content .p8,
#archive-content .p10 {
	float: right;
	width: 365px;
	margin-bottom: 50px;
}



/* ------------------ Header --------------------------------------- */
#header {
	width: 960px;
	height: 100px;
	margin:20px 0 5px;
}

#blog-title {
	text-indent: -9999px;
	font-size: 0;
	height: 0;
}

#blog-description {
	float: left;
	text-align: left;
	font-size: 1.5em;
	margin: 32px 0 0 10px;
}

#logo {
	float: left;
	width: 296px;
}

#subscribe {
	display: none;
	float: right;
	margin: 10px 10px 0 0
}

div.skip-link {
display: none;
}

/* ------------------- Main Menu ---------------------------------- */
div#menu {
font-size: 1.5em;
height:1.5em;
margin:-40px 0 10px;
float: right;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
/* margin-right:1em; */
padding:2px 10px;
text-decoration:none;
color:#000;
font-weight: bold;
}

div#menu ul a:hover {
	text-decoration: underline;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}
/* ------------------- End Main Menu -------------------------------- */

/* Post and Comments ----------- */
.entry-title {
	clear:both;
	padding: 0 0 0 15px;
}

.entry-title a {
	color:#fff;
	background-color: #000;
}

.entry-title a:hover {
	color:#000;
	background-color: #ccc;
	text-decoration: none;
}

.entry-date {
	margin:5px 0;
	color:#777;
}

.entry-meta {
	font-size: .8em;
	margin: 5px 0 50px;
	color:#777;
}

.entry-meta-long {
	font-size: .8em;
	margin: 5px 0 0 15px;
	color:#777;
}

.entry-content {
	margin-bottom: 15px;
}

.entry-content img { /* fixes giant images so they fit */
	max-width:100%;
}

div#container {}

div#nav-above {
	display: none;
}

div#nav-above,div#nav-below	{
	width:100%;
	height:1.1em;
}

div#nav-above {
	margin-bottom:1em;
}

div#nav-below {
	margin-top:1em;
}

.alignleft,div.nav-previous {
	float: left;
}

.alignright,div.nav-next {
	float: right;
}

.center {
	text-align: center;
}

form#commentform .form-label {
	margin:1em 0 0;
	font-size: .9em;
}

form#commentform span.required {
	color:#CC0066;
}

form#commentform,form#commentform p	{
	padding:0;
}

input#author,input#email,input#url {
	width:50%;
}

input#author,input#email,input#url,textarea#comment {
	padding:0.2em;
	background-color: #C4C1C9;
}

div.comments ol {
	margin-top:10px;
}

div.comments ol li {
	margin:0 0 25px 0;
	padding:5px;
	background: #CCC;
}

div.comments ol li img {
	margin-right:10px;
	margin-bottom: -10px;
}

div.comments ol li .comment-meta {
	margin-top:12px;
}

textarea#comment {
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
	width:470px;
	background-color: #C4C1C9;
}

.comment-meta {
	font-size: .8em;
	margin-top: 20px;
}

#comments {
	margin:25px 0 0;
	padding: 0 0 0 15px;
}

#comment-notes {
	font-size: .9em;
}

.page-title {
	/* margin-bottom:10px; */
	margin: 0 0 10px 15px;
}

.page-title a {
	color:#fff;
	background-color: #000;
}

.page-title a:hover {
	color:#000;
	background-color: #ccc;
	text-decoration: none;
}

.imgleft {
	float: left;
	padding: 5px 10px 5px 0;
}

.imgright {
	float: right;
	padding: 5px 0 10px 5px;
}

#respond h3
/* End Post and Comments ----------- */

/* Content adjustment */
.entry-title {
padding: 0 0 0 15px;
}

#content .entry-content {
padding: 0 0 0 15px;
}

#content .entry-meta {
padding: 0 0 0 15px;
}

#content .entry-date {
padding: 0 0 0 15px;
}

#searchform-404 {
padding: 0 0 0 15px;
}
/* End adjustment for video frame ----- */

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
display: none;
}

div#nav-below {
clear: both;
margin-top:1em;
padding: 0 0 0 15px;
font-size: 1.3em;
}

div#nav-below a {
	color: #FFF;
	background-color: #000;
}

div#nav-below a:hover {
	color: #000;
	background-color: #CCC;
	text-decoration: none;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:none;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:none;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#footer {
text-align:center;
padding: 15px 0 25px;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

/* --------------- Twitter ------------------------ */

#twitter-horiz {
	float: left;
	width: 428px;
	height: 126px;
	background: url(images/talkbot-twitter-horizontal.gif) no-repeat;
	margin: 25px 266px 25px;
}

#aren-profile-h {
	float: left;
	margin: 26px 0 27px 248px;
}

#lifal-profile-h {
	float: left;
	margin: 26px 0 27px 12px;
}

#twitter-vert {
	float: left;
	width: 200px;
	height: 213px;
	background: url(images/talkbot-twitter-vertical.gif) no-repeat;
	/* margin: 0; */
}

#aren-profile-v {
	float: left;
	margin: 104px 0 0 22px;
}

#lifal-profile-v {
	float: left;
	margin: 104px 0 0 8px;
}

#categories-495899351 {
	float: left;
	width: 200px;
	height: 133px;
	background: url(images/sidebarblock.gif) no-repeat;
}

#categories-495899351 h3 {
	color: #ccc;
	margin: 35px 0 0 35px;
}

#categories-495899351 ul {
	margin: 5px 0 0 45px;
}

#categories-495899351 ul li a {
	color: #fff;
	text-decoration: none;
}

#categories-495899351 ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Sidebar Widgets */
/*
#search-2 {
	background-image: url(images/sidebarblock.gif);
	width: 200px;
	height: 133px;
}
*/

/*
#searchform {
	padding: 20px;
}
*/

#searchform .screen-reader-text {

}