/*
Theme Name: CreamCheese
Theme URI: http://www.webophir.com
Description: CreamCheese is designed by <a href="http://www.webophir.com">WebOphir</a>. 2 Column with right sidebar design with warm and calm color. Widget ready.
Version: V1.0
Author: webophir.com
Author URI: http://www.webophir.com

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

	2 Column with right sidebar design. 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
			#pagemain
				#pagemaincontent
				#pagemainside
			#pagefooter
*/

@import url("content.css");

html {  height: 100%;   margin-bottom: 1px; }
body {font-size: 62.5%; font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif; background: #fbf7e4 url(images/body-bg.png) repeat 0 0; margin: 0; padding: 0; }

/* 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-image: url(images/arrow.png);	}
ol {margin-left: 25px; padding: 0;}
li {margin: 5px 0;}	
code {display: block; font-size: 1em; color: #015587; padding: 3px 10px; background-color: #fbf7e4;}
input, textarea, select {font-size: 1.2em; 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-family: Georgia; font-size: 18px;}
h2 { font-family: Georgia; font-size: 16px;}
h3 { font-family: Georgia; font-size: 14px;}
h4 { font-family: Georgia; font-size: 12px;}
h5 { font-family: Georgia; font-size: 10px;}
h6 { font-family: Georgia; font-size: 8px;}
small {font-family: verdana, Arial, Sans-Serif; font-size: 11px; }

#page {width: 770px; margin: 0 auto; position: relative; }
#pagemain {width: 750px; background: transparent url(images/page-bg.png) 0 0 repeat-y; margin: 0 auto; padding: 10px 10px 0; line-height: 1.4em; overflow: auto; }
#pagemaincontent {width: 492px; margin-right: 10px; margin-left: 10px; float: left; color: #2d2d2d; font-size: 1.4em; }
#pagemainside {width: 208px; margin-right: 20px; padding: 0; float: right; color: #666666; font-size: 1.2em; }
#pagefooter {clear: both; width: 750px; background: transparent url(images/page-bg.png) 0 0 repeat-y; margin: 0 auto; padding: 0 10px 1em; overflow: hidden; font-size: 1.2em; line-height: 1em; }
