/*  

Theme Name: WP Premium

Author URI: http://www.wpremix.com/

Version: 1.0

Author: R.Bhavesh

Description: Wp Bliss is a free theme by <a href="http://cssace.com/">R.Bhavesh</a> and <a href="http://hostwordpress.com/">Best Wordpress Hosts</a>.

*/



/* choose - which color you want for the theme? */

/* By default, I placed set it to RED. 

If you wish to have black color scheme, replace "red" with "Black  e.g. @import url("style-brown.css");"

If you wish to have black color scheme, replace "red" with "brown" e.g.  @import url("style-black.css"); */

@import url("style-red.css");



body {
	background: #ffffff url(images/excerptfinalmosaic.jpg)  0 0;;
	font: 18px Arial, Helvetica, Sans-Serif;
	color:#444 ;
	margin: 0px 0px 0px 0px;

}

body * {

	margin: 00px; 

	padding: 00px;

}
h1{margin:5px 5px 10px 0}
h3{margin:0px 5px 15px 0}
p{margin:5px 5px 5px 0}
p.sub{font-size:80%}

#wrapper{
 margin: 100px auto;
	width:680px;

 }
#counter{font-size:70%;margin-left:20px}
#header{
	background: url(images/_single-header.gif) no-repeat 0 0;;
	width:680px;
	height:21px;
}

#contentWrapper{
	background: #ffffff url(images/_single_body.jpg) repeat-y 0 0;;
	padding:40px;
}

#content{
	width:600px;
position:relative;
}

#footer{
	background:  url(images/_single-footer.gif) no-repeat 0 0;;
	width:680px;
	height:21px;
}

a{color:#666;}
ul{}
ul li{padding:5px;}
table{margin-top:20px;}