/* 	This is the default css stylesheet for woyscms... you probably do not want to edit this.
	User and Themed customization should be done in the theme files.
*/

body {
}

form, img, pre {
	padding: 0px;
	margin: 0px;	
}

img {
	vertical-align: middle;
}

pre {
	line-height: 1.3em;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: break-word;
}

/* Links */
A, A:link {
}
A:hover, A:visited:hover, A:active {
}
A:visited {	
}

.right {
	float: right;
	clear: both;
}

.left {
	float: left;	
	clear: both;
}
.clear {
	clear: both;
}

.w_header {

}
.w_title {
	
}
.w_title a { 
}
.w_description {
}
.w_content {
}

.w_meta {
}
.w_meta ul {
}
.w_meta li  {
}
.w_posttags {
}
.w_posttags img {

}
/* Page Layout */

#w_screen_container {
}
#w_header_container {
}
#w_loginlink {
}
#w_site_logo {
}
#w_site_logo img {
}
#w_customheader {
}

/* Sitemap */
#w_sitemap_container {
}
#w_sitemap {
}
#w_sitemap li {
}
#w_site_container { 
}
#w_breadcrumb {
}
#w_body_container {
}
#w_home {
}
#w_sticky {
}
#recentposts {
}
#w_footer_container {
}
#w_footer_container img {
}
#w_customfootermessage {
}
#w_rssfeeds {
}
#w_rssfeeds li {	
}
#w_rssfeeds img {
}
#w_sig {
}
/*End Page Layout*/

/* login stuff */
#loginbox {
}
/*admin stuff*/
#adminoptions {
}
	
#adminoptions ul {
}

#adminoptions li {
}

#postadmin, #posttypeadmin, #useradmin, #tagadmin,#uploadadmin,#newpost,
#editpost, #selectpostidadmin, #editposttype, #newposttype,#selectpostiddelete,
#newuser, #edituser, #newtag, #confirmdelete, #result {
}
#result {
	font-weight: bold;
	text-align: center;
}
