/*
Theme Name: yditv
Description: 
Version: 1.0
Author: YouDesignIt Crew
*/

/* Cross-browser settings */
* {
 margin: 0;
 padding: 0;
}

/* general styles */
body {
 height: 100%;
 background: #ffffff url(http://www.youdesignit.tv/wp-content/uploads/2009/06/body_bg_big.gif) repeat-x;
 font-size: 14px;
}

html {
 height: 100%;
}

img {
 border:0;
}

a {
 color: #ED2224;
}

a:visited {
 color: #666666;
}

a:hover {
 color: #666666;
}

#wrapper {
 width: 1024px;
 margin: 0px auto 0px;
 padding: 0px;
 background: #ffffff;
 color: #000000;
 font: 14.0px/150% 'arial', sans-serif;
}

/* Header */
#header {
 float: left;
 width: 100%;
 height: 407px;
 margin: 0px 0px -10px 0px;
 padding: 0px;
 background: #ffffff url(http://www.youdesignit.tv/wp-content/uploads/2009/06/header_bg_big.jpg) repeat-x;
}

#header #title {
 margin: 20px 0px 0px 0px;
 padding: 0px;
 color: #000000;
 font: bold 2.5em 'arial black', sans-serif;
 text-align: left;
}

#header #title a {
 color: #000000;
}

#header div#description {
 margin: 5px 0px 0px 30px;
 padding: 0px;
 color: #666666;
 font-size: 1.2em;
 text-align: left;
}

#header h1.topH1 {
 float: left;
 width: 590px;
 margin: 75px 0px 0px 365px;
 color: #ED2224;
 font-size: 160%;
}

#header p.topText {
 float: left;
 width: 350px;
 margin: 3px 0px 0px 365px;
}

#header p.botText {
 float: left;
 width: 590px;
 margin: 100px 0px 0px 365px;
}

/* Navigation */
#navigation {
 float: left;
 width: 100%;
 height: 51px;
 margin: 0px;
 padding: 0px 0px 0px 0px;
 background: #ffffff url(http://www.youdesignit.tv/wp-content/uploads/2009/06/header_logo_top.gif) no-repeat;
}

#navigation ul {
 list-style:none;
 float: right;
 padding: 20px 20px 0px 20px;
}

#navigation li {
 display:inline;
 float:left;
 margin: 0px;
}

#navigation li a.tabs {
 float:left;
 padding-left: 4px;
 text-decoration:none;
}

#navigation li a.tabs:hover {
}

#navigation li a.tabs span {
 float:left;
 padding: 5px 20px 0px 15px;
 color: #ffffff;
 font-size: 21.0px;
}

#navigation li a.tabs:hover span {
 color: #ED2224;
}

/* Main contents */
#contents {
 float: left;
 width: 550px;
 min-height: 100%;
 position: relative;
 margin: 30px 0px 10px 0px;
 padding: 0px;
 background: #ffffff;
 font-size: 1.0em;
 text-align: left;
}

#contents h2 {
 margin: 25px 25px 10px;
 padding: 0px 20px 0px 0px;
 color: #ED2224;
 font: bold 30px 'arial', sans-serif;
 text-align: left;
}

#contents h2 a {
 color: #ED2224;
}

#contents p {
 margin: 20px 0px 15px 0px; 
}

#contents .contents_body {
 margin: 15px 25px;
 padding: 0px;
}


#contents h3 {
 margin: 20px 25px 10px;
 padding: 10px 20px;
 font: bold 1.0em 'arial', sans-serif;
 text-align: left;
}

#contents blockquote {
 padding: 10px;
 background: #ffffff;
 border: #999999;
}

/* Sidebar */
#firstSide { float: left;}
#secondSide { float: left;}

.sidebar {
 width: 200px;
 margin: 20px 5px 10px 0px;
 padding: 0px 0px 0px 20px;
 font-size: 18.0px;
 text-align: left;
}

.sidebar h4 {
 margin: 20px 0px 0px;
 padding: 15px 0px 5px 10px;
 border-bottom: 1px dashed #ED2224;
 color: #ff3333;
 font: bold 1.0em 'arial', sans-serif;
 text-align: left;
}

.sidebar ul {
 list-style:none;
 width: 185px;
}

.sidebar p {
 padding: 3px 0px;
}

.sidebar li {
 line-height: 0;
}

.sidebar li a {
 display:block;
 line-height: normal;
 padding: 3px 0px;
 border-bottom: 1px dashed #999999;
 color: #666666;
 font-size: 16.0px;
 text-align: left;
 text-decoration: none;
}

.sidebar li a:hover {
 border-bottom: 1px dashed #0600B3;
 background: #ff3333;
 color: #ffffff;
}

/* Footer */
#footer {
 clear: both;
 background: #666666;
 width: 100%;
 color: #ffffff;
 height: 130px;
 position: relative;
 margin: 0px;
 padding: 20px 0px 0px;
 font-size: 0.8em;
 text-align: center;
}

#footer a {
 color: #ffffff;
}

.clearfooter {
 height: 300px;
 clear: both;
}