/*  
Theme Name: WP Remix
Theme URI: http://wpremix.com/
Description: One Master theme, Many Possibilities
Version: 1.0
Author: R. Bhavesh
Author URI: http://www.cssace.com/

The theme, including the CSS, XHTML, Images and associates files are all copyrighted.

*/

/* import related css files */
@import url("css/hmenu.css");  /* Drop Navigation specific styles */
@import url("css/tabber.css"); /* tabbed content specific styles */

*{
	margin:0;
	padding:0
}


blockquote{
	margin:3px 0 12px;
	padding:0 0 0 25px;
	font:15px Georgia, "Times New Roman", Times, serif;
	color:#333;
	line-height:18px;
	text-align:justify;
	font-style:italic;
	background:url(images/quote.png) no-repeat
}
hr{
	margin-bottom:10px;
	border:none;
	border-bottom:1px solid #eee;
	background:none;
	height:1px;
}



table td{
	padding:5px;
	font-size:11px
}
.thead{
	font-size:11px;
	font-weight:700;
	color:#fff !important;
	background:#868686
}
.row{
	background:#e8e8e8
}
.italic		{
	font-style:italic;}
.textaright	{
	text-align:right;}
	
/* Page Structure  ----------------------------------------------------------------*/

#content-wrap{
	width:900px;
	height:100%;
	overflow:hidden
}
#center1{
	float:right;
	width:695px;
	background:#fff;
	margin:10px auto
}
#center-in{
	padding:0 15px;
	color:#555
}
#Sidebar{
	width:195px;
	margin:10px auto;
	float:left;
	background:#fff
}
#footer{
	width:900px;
	height:100%;
	margin:10px auto;
	clear:both;
	position:relative;
	overflow:hidden
}

/* Header ----------------------------------------------------------------*/

