@charset "utf-8";
/* CSS Document */
.cbox {
   border:1px #CCC solid; 
   padding-left:10px;
   width:25%;
   font-size:12px; 
   color:#666; 
   font-family:Verdana}
.cpbox {
   border:1px #CCC solid; 
   padding:5px;
   width:252 px;
   font-size:14px; 
   color:#000; 
   font-family:Lucida Bright; background-image:url(images/tbg.jpg); vertical-align:top; }
.botbox {
   padding:10px;
   width:25%;
   font-size:12px; 
   color:#666; 
   font-family:Verdana; text-align:center}
.mbox {
   font-size:14px; 
   color:#000; 
   font-family:Lucida bright; padding-top:5px;}
   
/* side social widget */

.socialwidget {
	position:fixed;
	right:0px;
	top:160px;
	z-index:123123123;
}

.socialwidget a.fb {
	display:block;
	width:40px;
	height:40px;
	margin-bottom:4px;
	background: url(images/facebook1.png) 0px 0px no-repeat;
	text-indent:-10000px;
}

.socialwidget a.fb:hover {
	background: url(images/facebook.png) 0px 0px no-repeat;
}

.socialwidget a.twt {
	display:block;
	width:40px;
	height:40px;
	margin-bottom:4px;
	background: url(images/tweeter1.png) 0px 0px no-repeat;
	text-indent:-10000px;
}

.socialwidget a.twt:hover {
	background: url(images/tweeter.png) 0px 0px no-repeat;
}

.socialwidget a.yt {
	display:block;
	width:40px;
	height:40px;
	margin-bottom:4px;
	background: url(images/youtube1.png) 0px 0px no-repeat;
	text-indent:-10000px;
}

.socialwidget a.yt:hover {
	background: url(images/youtube.png) 0px 0px no-repeat;
}

@media only screen and (max-width: 960px) {
	.socialwidget {
		display:none;
	}
}
