/*
Theme Name: Stanley's Mini Site Template
Theme URI: http://www.pinoyinternetbusiness.com
Description: The Wordpress theme-based Mini Site Templates for Information Marketers
Version: 1.0
Author: Stanley Dumanig
Author URI: http://www.pinoyinternetbusiness.com
Tags: blue gray, custom header, fixed width, one column, widgets

	Stanley's Mini Site Template v1.0
	http://www.pinoyinternetbusiness.com

	This theme was designed and built by Stanley Dumanig,
	whose blog you will find at http://www.pinoyinternetbusiness.com

	Copyright 2009 Stanley Dumanig

*/



/* Begin Typography & Colors */
* { margin: 0px; padding: 0px; }

body {
	background-image: url(images/vert_repeater.jpg);
	background-color: #181c1f;
	background-repeat: repeat-x;
	margin-top: 0px;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 61px;
	width: 640px;
}

#mainContent {
	background-image: url(images/main_repeater.jpg);
	background-repeat: repeat-y;
}

#MainContainer {
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#mainContent {
	padding: 30px;
}

/* End Structure */

/* Begin Typography & Colors */
#mainContent {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	color: #333;
	padding: 10px;
}

li {
	list-style-type: none;
	padding: 5px 20px 10px 30px;
	margin-left: 20px;
	color: #333;
	background: url(images/bullet01.png) 0px 7px no-repeat;
}
/* End Typography & Colors */

/* Begin Headers */
#header h1 { 
	text-indent: -9999px;
}

#mainContent h1 {
	text-align: center;
	color: #ccc;
	padding: 20px;
	margin-top: -20px;
	background: #1d2226;	
}	
/* End Headers */




