
*{margin:0px; padding:0px;}
body{/*Defined in global.css*/}

/**********global Blocks*****/
#container{/*defined in global.css*/}
#header,#navigation,#content{/*defined in global.css*/}

	#header .logo{/*defined in global.css*/}
	#header .search{/*defined in global.css*/}
	.search form.search-form{/*defined in global.css*/}
/********end header********/


#navigation{/*defined in global.css*/}
	

/**********content***/
#content{/*defined in global.css*/}

	/******main****/
	#content #main
	{
		position:relative;
		width:950px;
		padding:10px;
		height:260px;
		background:#c0c0c0;	
		z-index:050;
		margin-bottom:15px;
	}
	
		#main .l-t-c
		{
			position:absolute; width:5px; height:5px; top:0; left:0; z-index:150;
			background:url(../siteimages/background/main-l-t-c.jpg) no-repeat;
		}
		
		#main .r-t-c
		{
			position:absolute; width:5px; height:5px; top:0; right:0; z-index:150;
			background:url(../siteimages/background/main-r-t-c.jpg) no-repeat;
		}
		
		#main .l-b-c
		{
			position:absolute; width:5px; height:5px; bottom:0; left:0; z-index:150;
			background:url(../siteimages/background/main-l-b-c.jpg) no-repeat;
		}
		
		#main .r-b-c
		{
			position:absolute; width:5px; height:5px; bottom:0; right:0; z-index:150;
			background:url(../siteimages/background/main-r-b-c.jpg) no-repeat;
		}
		
	#main .main-block
	{
		position:relative;
		width:300px;
		height:260px;
		float:left;
		display:inline;
		margin-right:23px;
		z-index:050;
	}
	
	#main .video
	{
		background:#000;
	}
	
	
	#main .video .l-t-c
	{
		position:absolute;
		width:5px; height:5px; left:0; top:0; z-index:150;
		background:url(../siteimages/background/video-heading-l-t-c.jpg) no-repeat;
	}
	
	#main .video .r-t-c
	{
		position:absolute;
		width:5px; height:5px; right:0; top:0; z-index:150;
		background:url(../siteimages/background/video-heading-r-t-c.jpg) no-repeat;
	}
	
	.video h2.video-heading{position:relative; padding-left:15px; font-size:11px; color:#fff; background:url(../siteimages/background/text-heading-fooet.jpg) repeat-x; height:28px; line-height:28px; width:285px; }
	
	#main .main-block .issue-block
	{
		position:relative;
		width:298px;
		height:160px;
		border:1px solid #8a8a8a;
		background:#EDEBEC url(../siteimages/background/issue-block.jpg) bottom repeat-x;
		z-index:100;
	}
	
	#main .main-block .issue-block .l-t-c
	{
		position:absolute; width:5px; height:5px; z-index:150; left:-1px; top:-1px;
		background:url(../siteimages/background/issue-block-l-t-c.jpg) no-repeat;
	}
	
	#main .main-block .issue-block .r-t-c
	{
		position:absolute; width:5px; height:5px; z-index:150; right:-1px; top:-1px;
		background:url(../siteimages/background/issue-block-r-t-c.jpg) no-repeat;
	}
	
	#main .main-block .issue-block .r-b-c
	{
		position:absolute; width:5px; height:5px; z-index:150; right:-1px; bottom:-1px;
		background:url(../siteimages/background/issue-block-r-b-c.jpg) no-repeat;
	}
	
	#main .main-block .issue-block .l-b-c
	{
		position:absolute; width:5px; height:5px; z-index:150; left:-1px; bottom:-1px;
		background:url(../siteimages/background/issue-block-l-b-c.jpg) no-repeat;
	}
	
	.issue-block .issue-text
	{
		position:relative; width:140px;
		height:150px; margin:5px; margin-left:18px;
		float:left; display:inline;
	}
		.issue-text h2{position:relative; color:#A10227; font-size:13px; line-height:15px; margin-bottom:5px;}
		
		.issue-text h2 a{color:#A10227; text-decoration:none;}
		.issue-text h2 a:hover{text-decoration:underline;}
		.issue-text img{position:relative; margin:5px; border:none;}
	
	.issue-block .issue-image
	{
		position:relative; width:110px;
		height:auto; margin:5px; margin-right:18px;
		float:right; display:inline;
	}
	
		.issue-image img{border:none;}
	
	#main .no-margin{margin:0;}
	.main-block img.directory{border:none; margin-top:10px;}
	/****end main****/
	
/************content-text*******/

#content #content-text{/*defined in global.css*/}

	#content-text .block
	{
		position:relative;
		width:300px;
		height:auto;
		float:left; display:inline;
		margin-right:22px;
		z-index:050;
		margin-bottom:15px;
		
	}
	
	#content-text .block .heading
	{
		position:relative;
		width:280px;
		height:30px;
		background:url(../siteimages/background/block-heading.jpg) no-repeat;
		padding-left:20px;
	}
	
		.block .heading h1{position:relative; font-size:14px; line-height:25px; color:#fff;}
	
	#content-text .block .data
	{
		position:relative; width:298px;
		height:auto; border:1px solid #b6b6b6;
		border-top:none; margin:0; padding:0;
		z-index:050; padding-top:10px;
	}
	
	#content-text .block .data .l-b-c
	{
		position:absolute; width:5px; height:5px; left:-1px; bottom:-1px; z-index:150;
		background:url(../siteimages/background/data-l-b-c.jpg) no-repeat;
	}
	
	#content-text .block .data .r-b-c
	{
		position:absolute; width:5px; height:5px; right:-1px; bottom:-1px; z-index:150;
		background:url(../siteimages/background/data-r-b-c.jpg) no-repeat;
	}
	
	
	.data .item{
		position:relative;
		width:278px; height:auto;
		margin:0;
		padding:0;
		z-index:300;
		margin:10px;
		margin-top:0;
		border-bottom:1px solid #ABACAD;
		padding-bottom:10px;
	}
	
	.item .image{position:relative; width:72px; float:left; height:72px; display:inline; overflow:hidden; border:1px solid #4B5A64;}
	.item .image img{position:relative; border:none; }
	
	.item .description{position:relative; width:197px; float:right; display:inline; height:70px; overflow:hidden; }
	.item .description h4{position:relative; color:#58595B; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;  height:30px; overflow:hidden;}
	.item .description h4 a{color:#990225; text-decoration:none; line-height:14px;}
	.item .description h4 a:hover{color:#552A6A;}
	.item .description p{position:relative; font-size:12px; /*color:#454545; */ color:#000;  width:120px; float:left; display:inline;}
	.item .description p.author
	{position:relative; font-size:10px; color:#A60228; width:100%; margin-bottom:5px; margin-top:3px;}
	.item .description a.author{position:relative; font-size:10px; color:#000; text-decoration:none; float:left; display:inline; margin-right:3px; line-height:14px; text-decoration:none; margin-left:2px;}
	.item .description a.author:hover{text-decoration:underline; color:#990000;}
	#content-text .block .data a.more{position:relative; float:right; margin:5px; margin-right:15px; color:#A10629; text-decoration:none; margin-top:0px;}
	#content-text .block .data a.more:hover{text-decoration:underline;}
	
	
	
	
/********sidebar*********/	
#content #sidebar{/*defined in global.css*/}

#sidebar .sidebar-block{/*defined in gloabl.css*/}
/**************end sidebar**********/

#footer{/*defined in gloabl.css*/}
