/*
Theme Name: ITEVE
Theme URI: http://i-teve.com/
Description: WordPress theme for i-teve.com.
Version: 1.0
Author: Thomas Arie
Author URI: http://orangescale.com/
Tags: clean, white, red, black, simple


*/

@import url("nav.css");
@import url("t.css");

* { margin: 0; padding: 0 }

body {
font: 11px Verdana, Arial, sans-serif;
color: #111;
background: #fff;
}
img { border: none; }

a {
border: none;
text-decoration: none;
color: #D00100;
}


#header {
}
#header h1 {
text-indent: -9999px;
}
#header h1 a {
height: 80px;
width: 180px;
display: block;
background: transparent url(images/itevelogo.png) top left no-repeat;
}

#headerimg {
height: 100px;
width: 195px;
float: left;
}

.tvc {
background: #fff;
margin: 0 auto;
width: 960px;
}
	.tvc-i {
	padding: 15px;
	}

.tvl {
width: 100%;
}
.tvl-i {
padding: 15px;
}

.tvl-latest {
background: #eee;
}



.mc {
width: 600px;
float: left;
}
.mc-c {
padding: 15px;
}

.cm {
width: 280px;
float: right;
}
.cm-c {
padding: 15px;
border-left: 1px solid #ddd;
}





.footer {
margin-top: 30px;
border-top: 1px solid #ddd;
padding: 12px 15px;
font-size: 10px;
text-align: right;
color: #777;
}
.footer a {
color: #666 !important;
text-decoration: underline !important;
}




.cl:after, .post:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.cl, .post {display: inline-block;}

/* Hides from IE-mac \*/
* html .cl, * html .post {height: 1%;}
.cl, .post {display: block;}
/* End hide from IE-mac */

img#wpstats{width:0px;height:0px;overflow:hidden}



