/*
Theme Name: TangoMoves
Theme URI: the-theme's-homepage
Description: my site's design based on k2
Author: Kath
Author URI: http://www.k-sign.net
Template: k2
*/

/* main boxes */

body {
	background: none;
	color: white;
	/*display: table;*/
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
	/*position: relative;
	width: 100%;
	zoom: 1;*/
	width: 100%;
    height: 120%;
	overflow-x: hidden;
}

#wrapper {
	background: black url(tmbg2.jpg) no-repeat scroll center top;
	width: 100%;
    height: 120%;
}

.columns-two #page {
	background: none;
	border: none;
	width: 850px;
}

#header {
	background: none;
	height: 295px;
	z-index: 90;
}

.blog-title {
	font-size: 7em;
	font-style: normal;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	filter:alpha(opacity=0);
	padding: 75px 0;
	position: absolute;
}

#header .description {
	display: none;
}

.content {
	padding:22px 0 10px;
	position: relative;
}

body.columns-two #primary-wrapper {
	margin-right:-235px;
}

body.columns-two #primary {
	margin-right:235px;
	width: 615px;
}

#primary {
	padding: 0;
}

.secondary {
	font-size: 1.5em;
	line-height: 1.8em;
	padding: 0 0 0 15px;
	width: 220px;
}

/* header elements */

ul.menu {
	background-color:#7d0a0a;
	
	font-size: 1.8em;
	margin: 258px 0 0;
	padding-right:0;
	position:relative;
	width:850px;
	/*z-index:7;*/
}
ul.menu li {
	margin:0 20px 0 0;
	position:relative;
}
ul.menu li a {
	border: none;
	padding:5px 15px;
}
ul.menu li.current_page_parent a, ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background-color:#7d0a0a;
	color:#ff5b06;
}
ul.menu li ul {
	display:none;
	left:0;
	position:absolute;
	top:1em;
}
ul.menu li > ul {
	left:auto;
	top:auto;
}
ul.menu li:hover a, ul.menu li.page_item:hover a {
	color: #ff5b06;
	background-color:#7d0a0a;
}
ul.menu li:hover ul {
	color: #ff5b06;
	background-color:#7d0a0a;
	display:block;
}
ul.menu li:hover ul li {
	color: #ff5b06;
	background-color:#7d0a0a;
	clear:left;
}
ul.menu li:hover ul li a {
	background-color:#7d0a0a !important;
}
ul.menu li ul li a:hover, ul.menu li ul li.page_item a:hover {
	color:white;
}


/* post area elements */

/* all navigations */

body.smartposition #rollingarchives {
	background-color: transparent;
}

#rollprevious, #rollnext, #rollload, #rollhome, #rollpages, #rolldates {
	top: 6px;
}

#rollnext, #rollprevious, #rollpages {
	color: #fde1ab;
}

#rollprevious {
	left: 1px;
}

#rollnext {
	right: 1px;
}

#rollingarchives {
	font-size: 1.2em;
	padding: 0;
	width: 100%;
}

#pagetrackwrap {
	top: 11px;
	width: 340px;
}

#pagetrackwrap, #pagetrack {
	width: 340px;
}

.navigation {
	width: auto;
}

/* posts, pages, comments */

.post, #primary .page, .comment, #respond, #rollnavigation, #nav-above, #nav-below {
	/*background-color: #100800;*/
	background: url(greybg.png) repeat;
	border: 3px solid #717168;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	/*opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	filter:alpha(opacity=70);*/
	margin: 0 0 20px;
	padding: 15px 12px;
}


.hentry {
	margin: 0 0 15px;
}

.entry-head {
	border-bottom: 1px solid #fde1ab;
	margin-top: 0px;
	padding-bottom: 15px;
}

.entry-title, .entry-title a, .entry-title a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited {
	color: #fde1ab;
}

.entry-title, h3 {
	font-size: 1.8em;
	/*line-height: 1.8em;*/
}

/*.four04 .entry-title, body.page .entry-title  {
	text-align: left;
}*/

.entry-meta {
	color: #fde1ab;
	font-size: 1.2em;
}

.entry-head .entry-meta {
	background: none;
	line-height: 1.2em;
	padding: 8px 0 0;
}

.entry-meta a, .comment-meta a, .entry-date, .entry-time {
	color: #e53002;
}

.entry-content {
	color: white;
}

.entry-content p, .entry-content ul, .entry-content ol, .entry-content div, .entry-content blockquote {
	margin: 15px 0;
}

.entry-foot .entry-meta {
	background-color: #56564f;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 17px;
	padding: 5px 0;
}


.commentslink, .entry-tags {
	background: none;
	padding: 0;
}

textarea#comment {
	background-color: black;
	border: 3px solid #717168;
}

.comments input[type="text"], .comments textarea {
	color: white;
}

/* sidebar & widgets */

#sidebar-2 {
	display: none;
}

.secondary div {
	margin: 0 0 20px;
}

.secondary .widget_recent_entries {
	background: transparent url(widget.png) no-repeat scroll top center;
	height: 270px;
	padding: 15px;
	overflow: hidden;
}

.secondary .widget_text {
	background: transparent url(widget_text.gif) no-repeat scroll center top;
	height: 68px;
	margin-top: 30px;
	padding: 15px;
}

.secondary a {
	color: white;
}

.secondary h4 {
	font-size: 1.0em;
}

.secondary ul li, .secondary ol li {
	line-height: 1.5em;
	margin-bottom: 10px;
}

/* sidewide stuff */

a, #primary a:visited {
	color: #e53002;
}

/* tubepress plugin */

.tubepress_thumbs {
	margin: 15px auto !important;
	position: relative;
}

.tubepress_thumbs .tubepress_thumb {
	height: 220px;
}

.tubepress_thumb_inner a img {
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
background-color:#F3F3F3;
border:2px solid #CFCFCF;
padding:3px;
text-align:center;
}