/* 
Theme Name: Tango & Sons
Theme URL: http://tangoandsons.com/
Description: Custom theme for TangoAndSons.com
Author: Charlie Tran
Author URI: http://tangoandsons.com
Version: 1.0.1


*/


html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,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 {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/

html {height: 100%;}
body{
	padding: 0;
	margin: 0;
	color: #fff;
	height: 100%;
  background: #000;
}

body.home .top-row, body.page-id-2 .top-row,
body.page-id-11 .top-row, body.page-id-12 .top-row 
{display: none !important;}

#flash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000 url(images/bgloader.png);
}

.js #flash {
  display: none;
}

a{ 
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

a:hover{color:#f3ea2f;}


p {
	font-weight: normal;
	font: 12px "Verlag Book", Arial, sans-serif;
	line-height: 1.5;
	margin-bottom: 0.5em;
}

#container {
  width: 100%;
  height: 100%;
  position: relative;
  min-width: 1100px;
  min-height: 675px;
  overflow-x: hidden;
}


	#top-sidebar {
		background: transparent url(images/50black.png);
		float: left;
		width: 237px;
		height: 500px;
		display: block;
		clear: left;
		position: absolute;
		bottom: 160px;
		left: 168px;
		margin-top: 100px;
	}
		#category-list {
			list-style: none inside none;
			margin: 10px auto 0 10px;
			text-transform: uppercase;
			font-size: 13px;
			letter-spacing: 1.5px;
		}

		#category-list li {
			height: 40px;
		}
		
		#category-list li.current-cat a,
		body.single-graphics #category-list li.cat-item-8 a,
		body.single-print #category-list li.cat-item-3 a,
		body.single-identity #category-list li.cat-item-5 a,
		body.single-miscellaneous #category-list li.cat-item-7 a
		{ color: #f3ea2f;}

		
	#content-container {
		background: transparent url(images/50black.png);
		width: 9999px;
		height: 500px;
		clear: right;
		display: block;
		position: absolute;
		bottom: 160px;
		left: 410px;
	}
		#content {
			display: inline-block;
			width: 680px;
			height: 490px;
			overflow: auto;
			margin: 10px 0 0 10px;
		}
		
		#content p {
			margin: 0;
		}

		#content p a {color:#f3ea2f;}
		
		#content p a:hover {border-bottom: 1px solid #f3ea2f; padding-bottom:1px;}
		
		#post-grid {
			list-style: none inside none;
			display: block;
			float: left;
			margin: 0;
		}
		
		#post-grid li {
			width: 115px;
			margin: 0 5px 5px 0;
			display: block;
			float: left;
			padding: 0;
		}

		#post-grid li:hover{
/*			padding: 2px;*/
		}
		
		#post-grid li a {
		  display: block;
		  position: relative;
		  overflow: hidden;
		  width: 115px;
		  height: 115px;
		  background: transparent url(images/loading.png);
		  margin: 0;
		  padding: 0;
		}
		
		#post-grid li a span.overlay {
	      position: absolute;
	      z-index: 3;
	      top: 0;
	      left: 0;
	      height: 115px;
	      width: 115px;
	      display: block;
	      background: #000;
	      opacity:0.75;
	      -moz-opacity:0.75;
	      filter:alpha(opacity=75);
		}

		#post-grid li a:visited span.overlay {
	      opacity:0.85;
	      -moz-opacity:0.85;
	      filter:alpha(opacity=85);
		}
		
		#post-grid li:hover a span.overlay {display:none;}

/*		#post-grid li a span.overlay span.viewed {display:none;}*/

		#post-grid li a span.overlay span.viewed {
			display:inline-block;
			color: #000;
			border: 1px solid #000;
			font-size: 14px;
			margin: 45px 0 0 27px;
			padding: 2px 2px 3px 4px;
			background-color: #000;
			font-weight: bold;
		}

		#post-grid li a:visited span.overlay span.viewed {
			background-color: #f3ea2f;
			color: #f3ea2f;
		}


	#logo {
		position: absolute;
		left: 45px;
		bottom: 35px;
		background: #000 url(images/tslogo.png) center center no-repeat;
		height: 120px;
		width: 118px;
		overflow: hidden;
		display: block;
	}
	
	#menu {
		position: absolute;
		left: 168px;
		bottom: 35px;
		background: #000;
		height: 120px;
		width: 237px;
		display: inline-block;
	}
	
		#menu ul {
			list-style: none inside none;
			display: block;
			margin: 10px 0 0 10px;
		}
		
		#menu ul li {
			font-size: 13px;
			text-transform: uppercase;
			height: 20px;
			letter-spacing: 1.5px;
		}

		#menu ul li.current_page_item a,
		body.category #menu ul li a[title="Selected Work"],
		body.single #menu ul li a[title="Selected Work"]
		{color: #f3ea2f;}
		
		#menu ul li:hover {
			color: #f3ea2f;
		}
	
	#textbox {
		background: transparent url(images/50black.png);
		width: 9999px;
		height: 120px;
		left: 410px;
		position: absolute;
		bottom: 35px;
	}
	
		#textbox-content {
			display: inline-block;
			height: 130px;
			margin: 10px;
			width: 650px;
		}
		
		#textbox-content p {
			letter-spacing: 1px;
		}
		
		#textbox-content a {color:#f3ea2f;}
		
		#textbox-content a:hover {border-bottom: 1px solid #f3ea2f; padding-bottom:1px;}
		
		ul.twitter {
			list-style: circle inside none;
			font-size: 13px;
		}
		
			ul.twitter li {
				height: auto;
				list-style: circle outside none;
				margin-left:17px;
			}

.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{display: none;}
#footer{display:none;}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #444;
}
.jScrollPaneDrag {
	position: absolute;
	background: #bbb;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDrag:hover {
	background: #f3ea2f;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: transparent url(images/arrows.png) -36px 5px no-repeat;
	height: 15px;
}
a.jScrollArrowUp:hover {
	background-position: -60px 5px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: transparent url(images/arrows.png) -36px -7px no-repeat;
	height: 13px;
}
a.jScrollArrowDown:hover {
	background-position: -60px -7px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.fblike {
  position: fixed;
  top: 5px;
  right: 5px;
}