@import url('css/reset.css');
@import url('css/slider.css');
@import url('css/playlist.css');
@import url('css/dock.css');
@import url('live/live.css');



/*h2, h2 a:link, h2 a:visited {
	color:#000;
	text-decoration:none;
}
	
	h2 a:hover {
	color:#000;
	text-decoration:underline;
}

h3, h3 a:link, h3 a:visited {
	color:red;
	text-decoration:none;
}
	
	h3 a:hover {
	color:red;
	text-decoration:underline;
}
*/


body{
	background: #FFF url(images/core/bg.jpg) no-repeat top center fixed;
	color:#fff;
	font: 100% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	
	}

.goLeft{
	float:left;
}
	
.goRight{
	float:right;
}	
	
#headerWrapper{
	background: #000 url(images/core/headerBg.jpg) repeat-x top center;
	width: 100%;
	height:170px;
	border-bottom: 1px solid #fff;
	
}
	#header{
		width:1000px;
		height:170px;
		margin:0em auto;
	}
	#logo{
		float:left;
		margin-top:18px;
		margin-right:20px;
		width:306px;
		height:66px;
		position:relative;
		z-index:9999999;
	}
	#logo h1 a, #logo h2 a   {
		background: transparent url(images/core/logo.png) no-repeat top center;
		display:block;
		width:306px;
		height:45px;
		text-indent:-99999px;
	}
	
	#headerRight{
		margin-top:10px;
		width:674px;
		height:66px;
		float:right;
		position:relative;
		
	}
	
	#headerRightTop{
		height:33px;
		margin-top:8px;
		
	}

		
		#headerRightTopSearch{
			float:left;
			width:400px;
			height:33px;
		}
		
		#TopSearchBox{
			cursor:pointer;
			border:outset 0px #ccc;
			background:#FFF;
			color:#666;
			font-weight:bold;
			padding: 2px 2px;
			padding-top:3px;
			width:155px;
			height:18px;
			float:left;
		}
		#TopSearchSubmit{
			background: transparent url(images/core/TopSearchSubmit.png) no-repeat bottom center; 
			border: 0px solid #999;
			height:23px;
			width:26px;
			float:left;
			margin-left:1px;
			}
		
		
		#headerRightTopReg{
			background: transparent url(images/core/mega-logo.png) no-repeat top left; 
			position:absolute;
			display: block;
			right:10px;
			top:-5px;
			width:180px;
			height:41px;
		}
		
		li#headerRightTopReg {
			float:left;
		}
	#headerRightTopRegA{
		float:left;
		margin-right:5px;
	}
	#headerRightTopRegB{
		float:left;
	}
			#headerRightTopRegA a{
				background: transparent url(images/core/headerRightTopReg.png) no-repeat 0 0;
				height:11px;
				width:63px;
				display: block;
				text-indent:-99999px;
			}
			#headerRightTopRegA a:hover{
				background-position: 0 -11px;
			}
		
			#headerRightTopRegB a{
				background: transparent url(images/core/headerRightTopReg.png) no-repeat -76px 0;
				height:11px;
				width:61px;
				display: block;
				text-indent:-99999px;
			}
			#headerRightTopRegB a:hover{
				background-position: -76px -11px;
			}
		

	
		#headerRightBottom{
		margin-top:1px;
	}
/*		#headerRightBottom li {
			float:left;
			margin: 0px 10px;
			
		}*/
		
			#menuNoticias {
				background: transparent url(images/core/menu.png) no-repeat 0 0;
				height:14px;
				width:62px;
				display: block;
				text-indent:-99999px;
			}
			#menuNoticias:hover{
				background-position: 0 -28px;				
			}
		
			#menuLive {
				background: transparent url(images/core/menu.png) no-repeat -83px 0;
				height:14px;
				width:102px;
				display: block;
				text-indent:-99999px;
			}
			#menuLive:hover{
				background-position: -83px -28px;
			}
		
			#menuModaE {
				background: transparent url(images/core/menu.png) no-repeat -210px 0;
				height:14px;
				width:102px;
				display: block;
				text-indent:-99999px;
			}
			#menuModaE:hover{
				background-position: -210px -28px;
			}
		
			#menuVideos {
				background: transparent url(images/core/menu.png) no-repeat -334px 0;
				height:14px;
				width:49px;
				display: block;
				text-indent:-99999px;
			}
			#menuVideos:hover{
				background-position: -334px -28px;
			}
		
			#menuFotos {
				background: transparent url(images/core/menu.png) no-repeat -400px 0;
				height:14px;
				width:44px;
				display: block;
				text-indent:-99999px;
			}
			#menuFotos:hover{
				background-position: -400px -28px;
			}
		
			#menuBlog{
				background: transparent url(images/core/menu.png) no-repeat -463px 0;
				height:14px;
				width:43px;
				display: block;
				text-indent:-99999px;
			}
			#menuBlog:hover{
				background-position: -463px -28px;
			}
		
			#menuEntre {
				background: transparent url(images/core/menu.png) no-repeat -525px 0;
				height:14px;
				width:123px;
				display: block;
				text-indent:-99999px;
			}
			#menuEntre:hover{
			background-position: -525px -28px;
			}	
			
			
			 #menuRadio {
				background: transparent url(images/core/menu-radio.png) no-repeat;
				height:14px;
				width:41px;
				display: block;
				text-indent:-99999px;
			}
			#menuRadio:hover{
			background-position: bottom;
			}
			
			
		
			#menuMegaTVNew {
				background: transparent url(images/core/tv.png) no-repeat 0px 0px;
				height:14px;
				width:60px;
				display: block;
				text-indent:-99999px;
			}

		
		
			#menuMegaTVNew:hover{
			background-position: bottom;
			}
		
		
		
		

#wrapper{
	margin:0em auto;
	width:1000px;
	position: relative;
}	




#adsTopWrapper{
	margin:0em auto;
	width:1000px;
}


#adsTop{
margin:0em auto;
/*margin-top:15px;*/
width:996px;
}

#adsTopLeaderboard{
	float:left;
	overflow:hidden;
	width:728px;
}

#adsTopSmall{
	float:right;
}



#cntWrapper{
	margin:0em auto;
	width:1000px;
	margin-top:10px;
	height:auto;

}

#cnt{
	margin:0em auto;
	width:996px;
	background-color: #fff;
	height:auto;
}

#cntLeft{
	float:left;
	width:700px;
	width:695px;
	margin-bottom:80px !important;
position: relative;
/*	background:#000;*/
	
}


#cntRight{
	float:left;
	width:300px;
	height:auto;
}

	.adsRectangle{
		width:300px;
		height:250px;
		margin-bottom:10px;
	}

	.adsWideSkyscraper{
		width:280px;
		padding:10px;
		height:auto;
		text-align:center;
		background:#CCC;
		margin-top:10px;
		
	}
	
	.adsSkyscraper{
		width:130px;
		height:600px;
	}


#cntNews{
	background: transparent url(images/core/cntNewBg.png) no-repeat top center;
	width:686px;
	height:285px;
	border-bottom:1px dotted #cccccc;
	position: relative;
margin:15px 0px;

}

/*CNT VIDEOS*/
#cntVideos{
	background: transparent url(images/core/cntBoxBgNO.png) no-repeat top center;
	width:686px;
	height:330px;
	position: relative;
	border-bottom: 1px dotted #cccccc;
	margin:15px 0px;
	
}


	#cntVideosMainLeft{
		float:left;
		margin-top:40px;
		margin-left:12px;
		width:400px;
		background:#CCC;
	}

/*		#cntVideosPlayer{
			background: #000;
			height:270px;
			width:320px;
			border: 1px solid #FFF;
		}*/
	#cntVideosMainRight{
		width:260px;
		height:290px;
		float:left;
		margin-top:40px;
		margin-left:12px;
		color:#000;
		background:000;
	}
	
		#cntVideosTitle{
			height:170px;
		}
		#cntVideosMainRight h2{
			font: .75em Verdana;
			font-weight: bold;
		}
		#cntVideosMainRight h3{
			font: .70em Verdana;
			margin:5px 0px;
		}
			#cntVideosThumbs{
				margin:0em auto;
				width:330px;
			}
	
			.cntVideosThumb{
				background: #000;
				float:left;
				width:100px;
				height:100px;
				margin:0px 4px;
				border: 1px solid #FFF;
			}

/*Moda & Estilo*/


#cntModaEstilo{
	background: transparent url(images/core/cntBoxBgNO.png) no-repeat top center;
	width:686px;
	height:480px;
	position: relative;
	margin:20px 0px;
	border-bottom: 1px dotted #999;
}
	#cntModaEstiloLeft{
		float:left;
		margin-top:40px;
		margin-left:12px;
		width:300px;
	}
	
		#ccntModaEstiloImg{
			height:425px;
			width:300px;
			border: 1px solid #FFF;
			overflow: hidden;
		}
		#ccntModaEstiloImg img{
			
		}
	

	
	#cntModaEstiloTitle  a{
		color:#000;
		text-decoration: none;
	}
	#cntModaEstiloTitle  a:hover{
		text-decoration: underline;
	
	}
	
	#cntModaEstiloRight{
		width:330px;
		height:auto;
		float:left;
		margin-top:40px;
		margin-left:12px;
		color:#000;
	}
	#cntModaEstiloRight h2{
		font: .75em Verdana;
		font-weight: bold;
		font-variant: small-caps;
	}
	#cntModaEstiloRight h3{
		font: .70em Verdana;
		margin:10px 0px;
padding-bottom:10px;	}
	
	.cntModaEstiloMore {
		border-top: 1px dotted #999;
		padding-top:10px;
		margin:10px 0;
		clear: both;
	}
	
	.cntModaEstiloMorePic{
		float:left;
		width:103px;
		margin:10px 0;
	}
	.cntModaEstiloMorePic img{
		width:100px;
		
	}
	.cntModaEstiloMoreText{
		float:left;
		font: .65em Verdana;
		width:220px;
		color:#000;
		text-decoration: none;
		padding-bottom:5px;
		margin-top:10px;
	}
	
	.cntModaEstiloMoreText:hover{
		color:#000;
		text-decoration: underline;
	}
	
	
	.cntModaEstiloMore h2 a{
		color:#000;
	}
	
#cntFooter{
	background: #000 url(images/core/footerBg.jpg) repeat-x top center;
	height:220px;
	width:100%;
}
#footerMain{
	background: transparent url(images/core/footerCenter.png) no-repeat top center;
	width:1000px;
	height:220px;
	margin:0em auto;
	position:relative;
	
}

/*	#SBSlogo{
		background: transparent url(images/core/SBSlogo.png) no-repeat top center;
		height:183px;
		width:248px;
		display:block;
		position:absolute;
		top:20px;
		left:-50px;
	}*/
	
	
		#SBSlogo{
			background: transparent url(images/core/SBSlogo2.png) no-repeat top center;
			height:132px;
			width:180px;
			display:block;
			position:absolute;
			bottom:50px;
			left:0px;
			
		}
		

	#footerMenu{
		float:left;
		margin-left:200px;
		margin-top:30px;
		font: .90em Verdana;
	}
	
	#footerMenu li{
		float:left;
		margin:5px 15px;
	}

	

	#footerMenu li a{
		color:#CCC;
		text-decoration: none;
	}
	
	#footerMenu li a:hover{
		color:#FFF;
		text-decoration: underline;
	}
	

.footerMenuMore li{
	float:none!important;
	font: .80em Verdana;
	margin:2px 0px !important;
	
}





#menu{
	position: relative;
	z-index:99999;
}


.mega{
	float:left;
	margin-left: 23px;
}


#menu li {
position: relative;
}



.moremenu {
display: none;
}




.moremenu {
border-bottom: 1px solid #999;
border-left: 1px solid #999;
border-right: 1px solid #999;
width: 180px;
position: absolute;
top: 23px;
left: 0em;
height:auto;
background:#000; filter:alpha(opacity=95);-moz-opacity:.95;opacity:.95;
padding-bottom:10px;
}

.moremenu ul {
margin-left:20px;
	
}
.moremenu li {
padding: 5px 4px;
list-style-image: url(images/core/arrow-right.png);
font: .97em Verdana;
}




.moremenu a {
color: #FFF;
padding: 0;
background-image: none;
text-decoration: underline;
font: .75em Verdana;
/*text-transform: uppercase;*/
/*font-variant: small-caps;*/
}

.moremenu a:hover {
color: red;
padding: 0;
background-image: none;
text-decoration: none;
font: .75em Verdana;
/*text-transform: uppercase;*/
/*font-variant: small-caps;*/
}


ul#menu li.hovering div {
display: block;
}



.moremenu li{
	float: none;
/*	list-style: disc;*/
	
}



/*HOME*/

a.player {	
	margin-top:0px;
	display:block;
	background:url(images/core/splash.png) no-repeat top;
	width:400px;
	height:280px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-top:115px;
	border:0;	
}

	a.player {
		margin-top:0px;		
	}




/*INSIDE*/

#cntInside{
	background: transparent url(images/core/cntBoxBgNO-2.png) no-repeat top center;
	width:686px;
	height:auto;
	position: relative;
	margin: 00px 0px 10px 0px;
	border-bottom: 1px dotted #999;
}


#mainTitle {
	margin: 0px 10px 0px 1.5em;
	padding-top:5px;
	width:510px;
	float:left;
}

#compartirAddthisA{
/*	position:absolute;*/
	float:right;
	margin: 5px 10px 0px 0px;
	width:125px;
}



#cntInside h1 a{
font: 1.20em Verdana;
color:#FF0000;
text-decoration: underline;
padding: 5px 0px 5px 0em;
text-transform: capitalize;

}

#cntInside h1 a:hover{
text-decoration: none;
}




#cntInsideImg{
	float:left;
/*	margin: 15px 10px;*/
	margin: 1.5em 10px 0px 1.5em;
/*	border: 1px solid #ccc;*/
	position: relative;

}


#cntInsideImgMorePhoto{
	background: transparent url(images/core/photo-icon.png) no-repeat top left;
	display: block;
	width:50px;
	padding-left:30px;
	height:17px;
	color: #000;
	font: 10px Verdana, sans-serif;
	color:#FFF;
	text-decoration: none;
	float:left;
}
#cntInsideImgMoreVideo{
	background: transparent url(images/core/video-icon.png) no-repeat top left;
	display: block;
	width:50px;
	padding-left:30px;
	height:17px;
	color: #000;
	font: 10px Verdana, sans-serif;
	color:#FFF;
	text-decoration: none;
	float:left;

}


#cntInsideImgMoreAudio{
	background: transparent url(images/core/audio-icon.png) no-repeat top left;
	display: block;
	width:50px;
	padding-left:30px;
	height:17px;
	color: #000;
	font: 10px Verdana, sans-serif;
	color:#FFF;
	text-decoration: none;
	float:left;
}





#cntInsideImgDescrip{
	font: .65em  Verdana, sans-serif;
	position: absolute;
	bottom:0px;
	right:0px;
	left:0px;
	color:#fff;
	background:#000; filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
	width:auto;
	min-height:20px;
	border: 1px solid #666;
}
#ImgDescripText{
	border-bottom: 1px dotted #999;
	min-height:20px;
	padding: 0px 5px;

}





#cntInsideRight{
	font: .75em Verdana;
	color:#000;
	padding: 0px 1.5em 40px 2em;
	line-height:20px;
}

#cntInsideRight a{
	text-decoration: underline;
	color:#666;
}

#cntInsideRight a:hover{
/*	text-decoration: underline;*/
	color:#000
}


#cntInsideRight p {
	margin: 15px 00px;
}




.compartirAddthisB{
	margin: 1.7em;

}


/*Comments*/

#idc-container-parent{
	color:#000;
	width:650px;
	margin:1.7em auto;

}


/*--------------------*/
/* RadioLavaLamp Specific CSS: */

#radioLavaLamp {
position: relative;
width: 1000px;
margin: 0px auto;
margin-top:15px;
overflow: hidden;
height:40px;
}
#radioLavaLamp img{
	width:55px;
	border: none;
}

#radioLavaLamp img:hover{
	width:55px;
	
}

.market{
	position:absolute;
}


#radioLavaLamp li {
float: left;
list-style: none;
}

#radioLavaLamp li.backLava {
/*background: url("images/lava.gif") no-repeat right -30px;*/
width: 0px; height: 00px;
z-index: 8;
position: absolute;
}

#radioLavaLamp li.backLava .leftLava {
background: url("images/glow.png") no-repeat bottom left;
height: 60px;
width:100px;
margin-left: 7px; /* 7px is the width of the rounded shape */
top:25px;

}
#radioLavaLamp li a {
font: bold 14px arial;
text-decoration: none;
color: #000;
outline: none;
text-align: center;
top: 0px;
text-transform: uppercase;
letter-spacing: 0;
z-index: 10;
display: block;
float: left;
height: 100px;
position: relative;
overflow: hidden;
margin: auto 5px;    
}
#radioLavaLamp li a:hover, #radioLavaLamp li a:active {
color: #CCC;
border: none;
}

#radioLavaLamp li a:visited{
	color: #000;
	border: none;
}


#noticias-title{
	background:url(images/core/home/noticias.png) top left no-repeat;
	width:140px;
	height:23px;
	position:absolute;
	margin:5px 0 0 10px;
	text-indent:-9999px;
}


#destacados-title{
	background:url(images/core/home/destacados.png) top left no-repeat;
	width:183px;
	height:23px;
	position:absolute;
	margin:5px 0 0 10px;
	text-indent:-9999px;
}

#videos-title{
	background:url(images/core/home/videos.png) top left no-repeat;
	width:116px;
	height:23px;
	position:absolute;
	text-indent:-9999px;
	left:10px;
}

#moda-title{
	background:url(images/core/home/moda.png) top left no-repeat;
	width:215px;
	height:30px;
	position:absolute;
	text-indent:-9999px;
	left:10px;
	
}

#belleza-title{
	background:url(images/core/moda/bellaza.png) top left no-repeat;
	width:127px;
	height:23px;
	text-indent:-9999px;
	margin-left:10px;
	
}

#loultimo-title{
	background:url(images/core/moda/loultimo.png) top left no-repeat;
	width:164px;
	height:23px;
	text-indent:-9999px;
	margin-left:10px;
	
}

#clickclick-title{
	background:url(images/core/home/clickclick.png) top left no-repeat;
	width:300px;
	height:50px;
	margin-top:10px;
	text-indent:-9999px;
}

#clickclick-btm{
	background:url(images/core/home/clickclick-btm.png) top left no-repeat;
	width:300px;
	height:50px;
    padding-bottom:10px;
	text-indent:-9999px;
}



.modasmall-cnt{
	width:670px;
	height:auto;
	padding-top:20px;
	padding-left:12px;
	margin-left:5px;
	margin-top:10px;
	background:url(images/core/moda/modaline.jpg) top repeat-x;
	
}



.modasmall-cnt2{
	width:320px;
	height:auto;
	padding-top:20px;
	padding-left:13px;
	margin:5px;
	float:left;
	background:url(images/core/moda/modaline.jpg) top repeat-x;
	
}


#modahighlight{
	background: url(images/core/cntBoxBgNO.png) no-repeat top center;
	width:686px;
	height:330px;
	position: relative;
	margin:0px;
}


.modasmall-thumbs{
	width:323px; 
	height:95px;
	float:left;
	padding:5px;
}

.moda-links, moda-links a:link, moda-links a:visited{
	padding:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}


.moda-links a:hover{
	font-size:12px;
	color:#000;
	text-decoration:underline;
}

#VideoAds{
	z-index:9999999;
}


#hpr-title{
	height:100px;
	width:700px;
	background: transparent url(images/core/hpr/hprwire-header.png) no-repeat top center;
	text-indent:-99999px;

}

/*NOTICIAS*/

.cntNewsInside{
	background: transparent url(images/core/cntBoxBgNO.png) no-repeat top center;
	width:686px;
	height:auto;
	position: relative;
	margin:0px;
	border-bottom: 1px dotted #cccccc;
	margin: 10px 0px;
	
}

/*ALL TEXT*/

.cntInsideTEXT{
	font-family:Verdana, Geneva, sans-serif;
	font-size:.75em;
	color:#000;
	padding: 0px 1.5em 40px 2em;
}

.cntInsideTEXT a{
	text-decoration: underline;
	color:#666;
}

.cntInsideTEXT a:hover{
/*	text-decoration: underline;*/
	color:#000
}


.cntInsideTEXT p {
	margin: 15px 00px;
}

/*TOP 10*/

#top10-title{
	background:url(images/core/top10/top10-title.png) no-repeat top center;
	width:123px;
	height:30px;
	text-indent:-9999px;
	margin-bottom:10px;
	margin-left:10px;
}


#top10list{
	width:690px;
	height:auto;
}

.top10list-cnt{
		background:url(images/core/top10/top10-bg.jpg) no-repeat top center;
		width:690px;
		height:384px;
		margin-bottom:5px;
}


.top10list-videos{
	float:left;
	margin:19px 0 0 18px;
	width:425px;
	height:344px;
	background:#000;
}

.top10list-info{
	float:left;
	margin:40px 0 0 18px;
	width:210px;
	height:300px;
	color:#000;
}


/*WORDPRESS*/


#titleBg{
	background: #FFF url(images/titleBg.jpg) no-repeat top center;
	
	height:auto;
	width:1000px;
	margin:0em auto;
	color:#000;
/*	margin-top:10px;*/
}


#story{
	float:left;
	width:650px;
	height:auto;
	color:#000;
	

}

#titlebar{
/*	background: #000 url(images/titlebar.jpg) repeat-x top center;*/
	height:60px;
}

#titlebar h1{
	min-height:30px;
	display:inline;
	float:left;
	margin-left:20px;
	margin-top:8px;
	text-align:left;
	font: 1.35em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	
	
}

#titlebar h1 a{
color:#fff;
text-decoration: none;
}
#titlebar h1 a:hover{
color:#fff;
text-decoration: underline;
}




#titlebar span{
	float:right;
	color:#fff;
	font: .60em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

#titlebar span a{
color:#fff;
}
















.singleStory{
	font: .75em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;	
		background: #FFF ;
}
.singleSubTitle{
	height:auto;
	margin-bottom: 0px;
/*	background: #eff5e7;
*/}


/*this is part of category*/

.singleSubTitle h2 a{
font: 1.20em Verdana;
color:#FF0000;
text-decoration: underline;
padding: 5px 0px 5px 0em;
text-transform: capitalize;

}


.singleSubTitle h2{
	border-bottom: 1px dotted #999;
}
.singleSubTitle h2 a{
	padding: 0px 10px;
	text-decoration: none;
	font: 1.20em Verdana;
	color:#FF0000;
	text-transform: capitalize;
	
	
	
}
.singleSubTitle h2 a:hover{
	text-decoration: underline;
}
/*end*/



.vote{
	float:left;
	width:305px;
/*	height:20px;*/
	text-align: left;
	padding: 5px 5px;
	font: .70em Verdana, sans-serif;
	color:#000;
	
}


.tags{
float:right;
width:325px;
font: .75em  Verdana, sans-serif;
color: #59051f;
padding: 5px 5px;
text-align: right;

}
.tags a{
	color: #59051f;
}







.singleStoryFullContent{
	font: .75em Verdana;
	color:#000;
	padding: 10px 5em 6em 2em;
	line-height:20px;
}

.singleStoryFullContent a{
	text-decoration: underline;
	color:#666;
}

.singleStoryFullContentt a:hover{
/*	text-decoration: underline;*/
	color:#000
}


.singleStoryFullContent p {
	margin: 15px 00px;
}















.addthis{
	float:right;
	margin-bottom: 20px;
}

.numeroComments{
	background: #FFF url(images/numeroComments.jpg) no-repeat top center;
	height:16px;
	width:125px;
	margin-left:20px;
	text-align: center;
	font: .70em Verdana, sans-serif;
	display: block;
	
}

.numeroComments span a{
color:#000;	
text-decoration: none;
}
.numeroComments span a:hover{
color:#000;	
text-decoration: underline;
}


.respondComment{
margin: 20px 0px;	
font: 1.5em Verdana, sans-serif;
}


.commentlist{
	margin-left:2em;
}

.commentlist li{
	margin: 30px 0px;
	background:#f6f6f6;
	padding: 5px;
}

.commentlist li:hover{
	background:#f1f1f1;
}


.comment-author{
	margin:5px;
}

.commentmetadata{
		margin: 10px 0px;
}
.commentmetadata a {
	color:#666;
}


.wp-caption-text{
	font: .70em Verdana, sans-serif;
	text-align: center;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

#blogLogo{
	text-align: center;
}

.postform{
	margin: 20px;
}
.postform{
border:1px solid #3b6e22;
color:#666666;
font: 1.2em Verdana, sans-serif;
 	
}

.widget{
	margin:20px;
}

.widgettitle{
	color:#000;
	
}