
/********************************************************/
/*CSS2.0
Author: Vinu Jackson
Email:soulgarage@gmail.com
Dated: 21st July, 2010.
Version:1.0
Mode:Screen
Client:Zee Telugu (Thrill Microsite)
/********************************************************/

/*---------------------------------------*/
/*GLOBAL DO NOT EDIT
/*---------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #cb3c70 url(../images/mainbg.jpg) top no-repeat;
	color: #FFF;
	font-size:12px;
	line-height:16px;
}

.left { float:left; }

.right { float:right; }

.clearfloat { clear:both; }

.clearfix:after { /*clear fix solution for float*/
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }

.spacer {
	width:100%;
	height:15px;
}

.halfspacer {
	width:100%;
	height:5px;
}


/*--------IE png fix--*/

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}


/*---------------------------------------*/
/*BODY GENERAL
/*---------------------------------------*/

#wrapper-main {
	background: url(../images/dropshadow.png) top repeat-y;
	width:100%;
}

#wrapper-body {
	margin:auto;
	width:1003px;
}

#header {
	background: url(../images/header-bg.jpg) top no-repeat;
	width:1003px;
	height:212px;
}

#logo {
	width:123px;
	height:123px;
	position:relative;
	top:8px;
	left:865px;
}

#videoblock {
	width:964px;
	position:relative;
	margin: 18px 0 18px 18px;
}

#videoblock #video {
	width:640px;
	
	float:left;
	margin-bottom:18px;
}

#videoblock #videothumb {
	float:right;
	width:291px;
	padding:15px 0 0 0;
	
}

#videoblock #videothumb ul{
	margin:0 0 0 1px;
}

#videoblock #videothumb img{
	border:2px solid #933a8a;
}

#videoblock #videothumb ul li{
	list-style:none;
	margin:0 0px 15px 20px;
	padding:0;
	float:left;
}

#about {
	background: url(../images/box-bg.png) top repeat;
	width:630px;
	padding:5px;
	float:left;
	margin:0 0 18px 18px;
}

#about h1 {
	position:relative;
	top:5px;
	left:5px;
	margin-bottom:10px;
}

#about p {
	padding:10px;
}

#gallery {
	background: url(../images/box-bg.png) top repeat;
	width:291px;
	float:left;
	margin: 0 0 0 22px;
	padding:5px;
}

#gallery h1 {
	position:relative;
	top:5px;
	left:5px;
	margin-bottom:10px;
}

#gallery ul {
	margin:0 0 0 25px;
	padding:0;
}

#gallery ul li{
	margin:0 15px 15px 0;
	padding:0;
	list-style:none;
	float:left;
}

.pagination1 a:link, .pagination1 a:active, .pagination1 a:visited {
	color:#feb3b4;
	text-decoration:none;
	padding:3px 5px;
	/*background:#d7d2b0;*/
	font-weight:bold;
}

.pagination1 a:hover{
	color:#ffc20e;
	/*background:#330000;*/
}

.pagination1 .selected {
	color:#ffc20e;
	text-decoration:none;
	padding:3px 5px;
	font-weight:bold;
}

#footer {
	width:100%;
	height:72px;
	background: url(../images/footer-bg.jpg) top repeat-x;
}

#footer .copyright {
	font-size: 11px;
	color:#FFF;
	position:absolute;
	margin:40px 0 0 400px;
	display:block;
}

#footer .copyright a:link, #footer .copyright a:active, #footer .copyright a:visited {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#footer .copyright a:hover {
	text-decoration:underline;
}


