/*
Theme Name: Custom - No Logo
Description: Simple Theme
Author: Tim
Author URI: http://www.netmarketinginfo.com/
Version: 0.1
*/

/* --- HTML element defaults */

body {
    background-color: #33CCCC;
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link {
    color: #0000FF; 
    font-size:14px;
    text-decoration: none;
    }

a:visited {
    color: #0000FF; 
    font-size:14px;
    text-decoration: none;
    }
a:hover {
    color: #0000FF;  
    font-size:14px;
    text-decoration: underline;
    }

h1 {
	font-size:19px;
}


p {
	margin: 12px 0px 12px 0px;
}


hr {
	width: 80%;
}

/* --- blocks used in template files */

#page {
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	width: 740px;
border-width: .2em;
border-style: solid;
border-color: #000000; 
}

#header {
	width: 740px;
	height: 75px;
}

#content {
	padding: 10px 10px 10px 10px;
	text-align: left;
}

#topad_include, #ad_include {
	margin: 12px 0px 12px 0px;
	text-align: center;
}
#homearticle_include {
    margin: 12px 0px 12px 0px;
}

#title {
	text-align: center;
}

#footer {
	text-align: center;
	font-size:10px;
	padding: 10px 10px 10px 10px;
}

#recentposts {
	text-align: center;
	margin: 10px 0px 10px 0px;
}

#lowerlinks {
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	padding: 1px;
	background-color: #cccccc;
}

/* to set the colors of the lower links, un-comment the lines below... */
/*
#lowerlinks a, #lowerlinks a:link {
    color: #0000ff;
} 
*/

#commentform textarea {
	width: 99%;
}

/*
These classes may be generated by wordpress and can be customized below.
*/

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {}
.wp-caption img {}
.wp-caption p.wp-caption-text {}
.categories {}
.cat-item {}
.current-cat {}
.current-cat-parent {}
.pagenav {}
.page_item {}
.current_page_item {}
.current_page_parent {}
.widget {}
.widget_text {}
.blogroll {}
.linkcat{}

