/*
Theme Name: Floral
Theme URI: http://www.webophir.com/wordpress-themes/
Description: Floral is designed by <a href="http://www.webophir.com">WebOphir</a>. This theme integrates <a href="http://zeo.unic.net.my/notes/wordpress-ajax-commenting-revisited/">AJAX Commenting Revisited</a>.
Version: V1.0
Author: by Sung Lee @ WebOphir
Author URI: http://www.webophir.com/

	Floral 2 Columns ver 1.0
    http://www.webophir.com/

	This theme was designed and built by Sung Hyun Lee,
  whose blog you will find at http://www.webophir.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Changelog:
		v1.0
			First Release

	page structure:
	html
	body
		#page
			#pageheader
			#pagemain
				#pagemaincontent
				#pagemainside
			#pagefooter
*/

* {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
body {
	font-size: 12px; /* Resets 1em to 12px */
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	background: none;
}
/* General */
a:link,a:active {color: #B31A1A; text-decoration: none; border-bottom: 1px dotted #B31A1A;}
a:visited {color: #B31A1A; text-decoration: none; border-bottom: 1px dotted #B31A1A;}	
a:hover {color: #48A4D0; border-bottom: 1px solid #48A4D0;}
a img {border-width: 0; border-style: none;}
hr {display: none;}
ul {margin-left: 17px; padding: 0; list-style-type: circle;	}
ol {margin-left: 25px; padding: 0;}
li {margin: 5px 0;}	
code {display: block; color: #015587; padding: 3px 10px; background-color: #f4f4f4;}
input, textarea, select {font-size: 11px; border: 1px solid #999; background: #fff; padding: 2px; color: #666666;}
textarea {width: 100%;}
blockquote {font-style: italic; color: #464646; margin-left: 15px; padding: 1px 10px; border-left: 5px solid #ccc;}
h1 { font-size: 18px;}
h2 { font-size: 16px;}
h3 { font-size: 14px;}
h4 { font-size: 12px;}
h5 { font-size: 10px;}
h6 { font-size: 8px;}
small {font-family: verdana, Arial, Sans-Serif; font-size: 11px; }

#pageheader {
	display: none;
	}
#pagemain {
	background: none;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	}
#pagemaincontent {
	color: #000;
	font-size: 14px;
	}

#pagemainside {
	display: none;
	}

#pagefooter {
	clear: both;
	height: 80px;
	background: none; 
	overflow: hidden;
	padding: 20px;
	text-align: center;
	font-size: 1em;
	line-height: 1.5em;
	}

