/* @override http://roughcutonline.localhost/wp-content/themes/roughcut/style.css */

/*  
Theme Name: Roughcut Online
Theme URI: http://www.roughcut-tv.com
Description: Roughcut blog theme
Version: 1.0
Author: Traffic Digital
Author URI: http://www.trafficdigital.com/
*/

* { margin: 0; padding: 0; list-style: none; outline: none; }

html
	{
	height: 100%;
	}

body {
    background: #151515 url(img/bg.png) repeat-y center;
    color: #FFF;
    font-family: "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
   height: 100%;
}

#upperBar {
    height: 20px;
    background: #451021;
}

#wrapper-outer
	{
	width: 100%;
	padding-bottom: 400px;
	background: url(img/footer.jpg) no-repeat center bottom;
	}

#wrapper {
    width: 960px;
    margin: 0 auto;
}                       

#content {
    float: right;
    width: 600px;
    margin-top: 20px;
position: relative;
}

.hide {
	display:none;
}

.person {
	float:left;
	width:200px;
	margin-bottom:0px;
}

.post .person img {
	margin:0 !important;
}
.featured_h2 {
	position: relative;
	top: 15px;
	left: 20px;
	color:#21957f;
	}
 .funny_h2 {
 	margin:20px 0 10px 0;
 }

.featured_video {
	background: url(img/featured.png) no-repeat;
	width: 653px;
	margin: 0 -68px -20px 0;
	padding: 47px 0 0 15px !important;
	border-top: 0 !important;
	}
	.featured_video object {
		display: block;
		margin-bottom: 30px;
		}
	.featured_video span {
		display: block;
		width: 370px;
		}

    #content .notice {
        border-top: 2px solid #FDDC9A;
        border-bottom: 2px solid #FDDC9A;
        background: #FFF3CE;
        color: #996633;
        padding: 5px 7px;
        font-size: 12px;
        margin-bottom: 20px;
    }
    
    #content .notice p {
        margin: 0;
    }

    #content .post {
        margin-bottom: 10px;
		border-top: 1px solid #444;
		padding-top: 7px;
    }
    
    #content .post h2 a {
        text-decoration: none;
        padding: 3px 0;
    }

    #content .post h2 a:hover {
        color: #D5F3FF;
    }
    
    #content .post h3 {
        font-size: 12px;
        font-weight: normal;
        color: #999;
        margin-bottom: 10px;
    }
    
    #content .post h3 a {
        color: #999;
    }              
    
    #content .post h3 a:hover {
        text-decoration: none;
    }
    
    #content .post img {
        max-width: 426px;
        margin: 10px auto;
        display: block;
        text-align: center;
    }     
    
    #content .post a img {
       margin-bottom: 20px !important;
    }
        
    #content .post ul {
        margin-left: 20px !important;
    }
    
    #content .post ul li {
        list-style-type: disc !important;
    }
    
    #content p,
    #content .post ul li {
        font: normal 12px/20px Verdana, Helvetica, Sans-serif;
        margin-bottom: 1.5em;
    }
    
        #content blockquote {
            margin-left: 10px;
            border-left: 3px solid #333;
            padding-left: 10px;
        }
    
    #content p a {
        color: #FF2C77;
    }

a {
        color: #FF2C77;
    }
a:hover {
        text-decoration: none;
    }
    #content .showcase h2 a {
    	color:#21957f;
    }
    
    #content p a:hover {
        text-decoration: none;
    } 
    
    #content small {
        margin: 0 auto;
        text-align: center;
        display: block;
        border-top: 3px solid #333;
        border-bottom: 1px solid #333;
        font-size: 11px;
        color: #999;
    }
    
    #content ol.commentlist {
        margin-top: 10px;
    }
    
    #content ol.commentlist li {
        border-top: 1px solid #333;
        margin-bottom: 10px;
    } 
    
        #content ol.commentlist li .commentMeta {
            width: 120px;
            float: left;
            margin-top: 5px;
        } 
        
            #content ol.commentlist li .commentMeta span {
                display: block;
            }
            
            #content ol.commentlist li .commentMeta span.author,
            #content ol.commentlist li .commentMeta span.author a {
                color: #CCC;    
                text-decoration: none;
                margin-bottom: 5px;
            }                     
            
            #content ol.commentlist li .commentMeta span.date a {
                color: #666;
                text-decoration: none;
                font-size: 11px;
            }

            #content ol.commentlist li .commentMeta span.moderate a {
                color: #FF2C77;
            }
        
        #content ol.commentlist li .commentText {
            width: 290px;
            float: right;
            padding: 5px;
            font-size: 12px;
        }
    
    #content h3 {
        color: #FF2C77;
        margin-bottom: 10px;
    }
    
    #content #commentform input {
        padding: 5px;
        font-family: Arial, Helvetica, Sans-serif;
    }
    
    #content #commentform textarea {
        width: 410px;
        padding: 10px;
        font-family: Arial, Helvetica, Sans-serif;
    }
    
    #content .nextprevious {
        height: 40px;
        display: block;
    } 
    
    #content .nextprevious a {
        color: #CCC;
    }               
    
    #content .nextprevious .left {
        float: left;
    }              
    
    #content .nextprevious .right {
        float: right;
    }
    
    #content .adBrite {
        display: block;
        margin-bottom: 20px;
        border: 1px solid #333;
    }

#tv_2 {
	display: block;
	width: 325px;
	height: 148px;
	background: url(img/tv_2.png) no-repeat left;
	position: absolute;
	top: 20px;
	left: 1500px;
	margin: -20px 0 -225px 0;
	}

#sidebar {
    width: 300px;
	padding: 0 10px 20px 10px;
    float: left;
	background: #151515;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	
	}
	#sidebar h3 {
		font-size: 1.7em;
		margin-bottom: .5em;
		font-weight: normal;
		}

	h1, h2, h3, h4 {
		font-family: "Tahoma", Verdana,sans-serif;		
		}
		
	h4 {
		margin-bottom: .8em;
		}

	#sidebar .sidebar-box {
	border-top: 1px solid #444;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-top: 25px;
	font-size: 0.7em;
	line-height: 1.8;
	
	}
	
.search-box {
	border-top: 1px solid #444;
	margin-top: 25px;
	position: relative;
	}
	
.wp-caption {
	border: 1px solid #444;
	background: #151515;
	padding: 10px 10px 0 10px;
	margin: 0 15px 0 0;
	}
.alignleft {
	float: left;
	}
	
#content form {
	border: 1px solid #444;
	background: #151515;
	padding: 10px;	
	}

    #sidebar #upperBox {
        background: url(img/title.png) top left no-repeat;
        margin-bottom: 10px;
		height: 134px;
        text-align: center;
    }
    
    #sidebar #upperBox h1 {
		display: none;
    }
    
    #sidebar #upperBox a {
		display: block;
		width: 300px;
		height: 120px;
    }                
    
    #sidebar #upperBox a img {
        display: block;
        margin: 0 auto;
        border: none;
    }
    
    #sidebar #upperBox hr {
        border: none;
        border-top: 1px solid #af003e;
        border-bottom: 1px solid #f6709f;
    }
        
    #sidebar #upperBox p {
        margin: 5px 0;
        font-size: 10px;
        text-align: center;
    }
    
    .search-box input {
        height: 21px;
        padding: 9px 5px 5px 15px;
        background: url(img/upperBox_search.png) top left no-repeat;
        border: 0;
        width: 223px;
        color: #000;
        margin-top: 20px;
		margin-left: 25px;
    }
    
    .search-box input:focus {
        color: #000;
    }
    
    #sidebar h2 {
        font-weight: normal;
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    
    #sidebar a img {
        border: none;
    }
    
    #sidebar .widget {
        margin-bottom: 20px;
    }
    
    #sidebar .widget p {
        font-size: 11px;
        line-height: 18px;
    }
    
    #sidebar ul {
        margin-bottom: 20px;
    }
    
    #sidebar ul li {
        padding: 5px 0;
        margin: 0;
    }
    
    #sidebar ul li a {
        color: #999;
        text-decoration: none;
    }
    
    #sidebar ul li span {
        color: #666;
        margin-left: 5px;
    }
    
    #sidebar ul li a:hover {
        color: #CCC;
    }
    
    #sidebar ul#nav {
        margin: 10px 0 20px 0;
    }
    
    #sidebar ul#nav li {
        margin: 0;
        padding: 0;
    }
        
    #sidebar ul#nav li a {
        display: block;
        height: 20px;
        padding: 7px 10px 7px 20px;
        background: url(img/nav.png) 0 0 no-repeat;
        margin-bottom: 5px;
        text-decoration: none;
        color: #fff;
		width: 272px;
    }
	#sidebar ul#nav li.big a {
		font-weight: bold;
        display: block;
        height: 30px;
        padding: 24px 10px 14px 20px;
        background: url(img/nav-big.png) 0 0 no-repeat;
        margin-bottom: 5px;
        text-decoration: none;
        color: #fff;
		width: 272px;
		}
		.last {
			margin-bottom: 11px !important;
			}
			#sub {
				display: none;
				}
		
	#sidebar ul#nav li.big a:hover, #sidebar ul#nav li.big a.active  {
		 background: url(img/nav-big.png) 0 -68px no-repeat;
		}
    
    #sidebar ul#nav li.showcase {
  		font-weight: bold;
        display: block;
        height: auto;
        padding: 20px 10px 14px 20px;
        background: url(img/nav-showcase.gif) 0 0 no-repeat;
        margin-bottom: 5px;
        text-decoration: none;
        color: #fff;
		width: 272px; 
		position:relative;
    }
    

    
    #sidebar ul#nav li a:hover {
        background: url(img/nav.png) 0 -34px no-repeat;
		color: #fff;
    }        
    
    #sidebar ul#nav li a.active {
        background: url(img/nav.png) 0 -34px no-repeat;
        color: #FFF;
    }
    
    #sidebar ul#nav  li.showcase a{
    	background: #000 !important;
    	padding-left:105px;
    	height:55px;
    	width:187px;
    	margin:0 0 0 0px !important;
    }
    #showcasemenu {
      	margin:0 -20px 0 -20px !important;
      	padding-bottom:14px;
         background: url(img/nav-showcase-bottom.gif) bottom left no-repeat;   
    }
     #sidebar ul#nav  li.showcase a img{
    	position:absolute;
    	left:20px;
    }
    
     #sidebar ul#nav li.showcase a:hover{
   		text-decoration:underline;
   }

#sidebar #footer {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    padding: 7px 0;
    font-size: 11px;
	color: #444;

	}

    #sidebar #footer p {
        margin-bottom: 5px;
        color: #999;
    }
    
    #sidebar #footer a {
        color: #999;
    }
    
    #sidebar #footer a:hover {
        text-decoration: none;
        color: #CCC;
    }

#footer-image {
	clear: both;
	height: 697px;
	background: url(img/footer.jpg) no-repeat center;
	margin-top: -330px;
	width: 100%;
	float: left;
	}

.clearfix, .clear {
    clear: both;
}

/* @group Tooltips */

.hide
	{
	position: absolute;
	z-index: 50000;
	width: 360px;
	background: url(img/tooltip-bottom.png) 0 bottom no-repeat;
	}

.hide .inner
	{
	padding:40px 40px 0px 30px;
	margin-bottom: 35px;
	background: url(img/tooltip-top.png);
	}
	
	
/* Show only to IE7 */
*:first-child+html .featured_video span {
	padding-top: 30px;
}
 
/* Show only to IE6 */
* html .featured_video span {
	padding-top: 30px;
}

a.link_tw {
	background: url(img/twitter.png) top right no-repeat;
	display:block;
	height:40px;
	padding-left:20px;
	}

a.link_fb {
	background: url(img/facebook.png) top right no-repeat;
	display:block;
	height:50px;
	padding-left:20px;
	
	}

/* @end */

   
    