@charset "utf-8";


/*

Theme Name: Tabs Out

Theme URI:

Description: WordPress theme starter pack for faster design and development.

Author: Tabs out

Author URI: http://lifehacker.com

Version: 0.1

Tags: lifehacker



This theme is property of Adam Dachis and is not available for public use.

 

*/



/*** GLOBAL : GENERAL STYLE DEFAULTS ***/


/* CSS Document */



/* http://meyerweb.com/eric/tools/css/reset/ 

   v2.0 | 20110126

   License: none (public domain)

*/



html, body, div, span, applet, object, iframe, p,

 abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed, 

figure, figcaption, footer, header, hgroup, 

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

	margin: 0;

	padding: 0;

	border: 0;

	font-size: 100%;

	font: inherit;

	vertical-align: baseline;

}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 

footer, header, hgroup, menu, nav, section {

	display: block;

}

body {

	line-height: 1;

}

ol, ul {

	list-style: none;

}

blockquote, q {

	quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: '';

	content: none;

}

table {

	border-collapse: collapse;

	border-spacing: 0;

}











html

{

	margin: 0;

	padding: 0;

}

body

{

		background-color:#000000;
	
}

body, input, textarea

{

	color: #000;    

	font-family: Arial, sans-serif;

	line-height: 1.5;

}

h1, h3, h4, h5, h6

{ 

	font-weight: normal;

	clear: both;

}

hr

{

	background-color: #999;

	border: 0;

	height: 1px;

	margin-bottom: 1.5em;
	width:600px;

}

pre

{

	font: 11px Monaco, monospace;

	line-height: 1.5;

	margin-bottom: 1.5em;

}

code

{

	font: 11px Monaco, monospace;

}

p

{

	margin: 4px 0 12px 0;

}

p.invisible {visibility:hidden;}

a

{

	color: #000;

	text-decoration:none;

}

a:hover

{

	color: #666;

}

a:visited

{

	color: #000;

}







/*** PAGE LAYOUT ***/



/* Styles that affect the entire layout of the page */

div#container

{

	margin:0 auto;
	padding-top:7px;
	width:1100px;
	height:auto;
	background-color:#fff;
	overflow:auto;

	

}

 div#content {         
	
	margin:0 auto;
 	width: 680px;
	padding-top:22px;    
	background-color:#fff;

}

div#nav-above {
display:none;
}


/*** HEADER : MENU ***/



/* To see a menu in your header, you'll need to first add one in WordPress Admin */



.menu {

	width:1100px;
	margin:0 auto;
	background-color:#fff;
	position:relative;
	border-top:1px solid black;
	border-bottom:1px solid black;
	



}

	

.menu ul

{

    list-style: none;

	float:none;
	

	

    

  

}

.menu ul ul

{

    display: none;

	margin: 0 auto;

	



}

.menu li

{

	

    display: inline-block;
	padding-left:20px;

	

}



.menu-item

{

	

}

.menu-item a

{

	font-size: 15px;

	text-decoration: none;

	font-weight:bold;

	color: #000;
	border-bottom:3px black;
	

}

.menu-item a:hover

{

	color: #67a299;

}



ul.sub-menu {
	position:absolute;
	visibility:hidden;
	top:25px;
	margin-left:-15px;

	

}

ul.sub-menu li {
	display:block;

}


li:hover ul.sub-menu  {
	visibility:visible;
	background-color:#fff;


}



/*** HEADER : OTHER ***/

#header {

	position: relative; 

	width:1100px;

	height:170px;

	background-color:#FFF;

	padding:0px;

	background-image: url(images/header.png); 

	background-repeat: no-repeat;

	overflow:auto;

	margin:0 auto;

	

}



#header_link { 

		position: absolute; 

		top:0px; 

		left: 950px; 

		width: 150px; 

		height: 150px; 

		background-color: transparent; 

		border:none; 

}	



#header_box {

	background-color:#FFF;

	width:310px;

	height:98px;

	margin-left:635px;

	margin-top:52px;
	




}



#header_box h1 {

	font-family:Arial, Helvetica, sans-serif;

	font-size:14px;

	color:#000;

	font-weight:bold;

}



#header_box p {

	font-family:Arial, Helvetica, sans-serif;

	font-size:10px;

	color:#000;



	

}

#homelink {
	display:block;
    width: 600px; 
    height: 150px; 
	position:absolute;
	top:0px; 
    left: 10px; 
}



/*** CONTENT : POSTS AND PAGES ***/






/* Entry and Page Titles */




h1.entry-title

{
	display:none;
	height:10px;
	


	

}

h2.entry-title

{


	


		

	

}



h3.entry-title

{

		

	

}

h2.entry-title a

{

	

font-family:Arial, Helvetica, sans-serif;

	font-size:24px;


	

}

h2.entry-title a:visited {

	

	color:#000;

	

	

}

h1.page-title { 

	display:none;

	

	

}

.entry-summary a {

	font-weight:bold;

}


div.entry-summary {

overflow:hidden;
background-color:#fff;
margin-top:-5px;
margin-bottom:10px;
width:680px;


	
}

figcaption {
font-size:.7em;
padding-bottom:1em;
}

.entry-summary p {

	font-size:1em;
	font-family:Tahoma, Geneva, sans-serif;

}

.entry-content p {

	font-size:.9em;

	font-family:Tahoma, Geneva, sans-serif;

}


h2.entry-summary a {



	font-size:18px;

	

}



/* Media Alignment */

.alignright

{

	/* Style for right-aligned images in posts */

	padding: 8px 0 8px 8px;

	float: right;

}

.alignleft

{

	/* Style for left-aligned images in posts */

	margin-top:5px;
	margin-right:10px;
	margin-bottom:10px;
	float: left;

}



/* Entry Content */

div.entry-content {
overflow:hidden;
background-color:#fff;

}

div.entry-content div.category-uncategorized p, div.entry-content div.category-features p {

padding-left:10px;
padding-right:10px;
}

.entry-content a {
	


	

	
font-weight:bold;
	

}

a.title-link {
	font-weight:normal;
	color:#71a599;
}

a.title-author {
	font-weight:bold;
	color:#000;
}




.entry-content a:hover

{

	

}

.entry-content h1, h2, h3, h4, h5 {

	font-family:Arial, Helvetica, sans-serif;

	font-size:2em;

	

	

}

h1 {
	font-size:2em;
	
}

.entry-content ol li

{

}	
span.caption {
	font-size:.3em;
}






.entry-utility

{

	display:none;

	

}

.entry-meta {
	display:none;
}



	



.skip-link

{

	/* Style for the skip link */

	/*position: absolute;

	left: -9000px;*/

}

.navigation

{

	/* Style for the navigation links (next/previous post) on a given post */

}





/*** CONTENT : COMMENTS ***/



div#comments

{

	/* Style that affects the DIV containing all the comments */

}

.comments h3

{

	/* H3 header style for comments */

}

.comments ol

{

	/* Comments are displayed as ordered lists by default, so you want to style that list so it looks the way you want */

}

.comments ol li

{

	/* Style each list item in the comments ordered list */

}

.comments img

{

	/* Style for the user avatar beside each comment */

	float: left;

	margin: 0 12px 8px 0;

}

.comments .comment

{

	/* Style that applies to each individual comment in a series of comments */

}



.children ul li

{

	/* A style that refers to the children (as in, responses to) any given comment */

}



.comment-reply-link

{

	/* Style for the "Reply" link on a comment */

}

.comment-meta

{

	/* Style for metadata for a comment */

}

div#respond

{

	/* DIV that contains the comment response form */

}

div#respond h3

{

	/* H3 header for the comment response form */

}





/*** CONTENT : SIDEBAR ***/

div#primary

{

	/* Primary Widget Area DIV */
	


}

div#secondary

{


	
	

}

.widget-area

{

	/* Class that applies to BOTH widget areas */

}

.xoxo

{

	/* Class that applies to each item in each widget area (an unordered list class) */

}





/*** FOOTER ***/

div#footer

{

	float: left;

	clear: both;

}





/*** YOUR CSS ***/


h1 {

font-size:1.7em;
font-family:Arial, Helvetica, sans-serif;
margin-bottom:-5px;

}
h2 {

	font-size:1.3em;

	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:-5px;

}

h3.widget-title {
text-align:center;
}


div.hjawidget.textwidget {

background-color:#000000;
font-size:.6em;
padding-left:10px;
padding-bottom:10px;
padding-top:10px;
margin-top:8px;
background-image:url('http://www.tabsout.com/wp-content/uploads/2013/07/cassette-labels1.png');
background-repeat:no-repeat;
}


div#post-33.post-33 {

padding-top:13px;
}

div#post-29.post-29 {

padding-top:13px;
}

div.socialmedia-buttons {

background-color:#000000;
padding:8px;

}

td {
padding:6px;

}



				                   