/*
Theme Name: Gummies
Template: Gummies
Description: My theme.
Version: 0.0001
Author: Jessa
Tags: TBD
:)
*/

* {  
    margin: 0;
    padding: 0; 
	font-family: "Arial","Kalimati","Phetsarath OT","Trebuchet MS","Helvetica","Verdana";
    line-height: 1.2em;
}

a {
	text-decoration: none;
	color: #CDC1C5;
}

body {
    background-image: url('purple_weave.gif');
}

h1 {
    font-size: 5.0em;
	letter-spacing: -7px;
    text-transform:uppercase
}

h2 {
    font-size: 1.6em;
    color: #2A002A;
}

h3 {
	font-size: 1.5em;
	color: #CDC1C5;
}

html {
	height: 100%;
}

li {
    padding: 3.0px 3.0px;
}

ol {
    padding: 0px 0px 0px 30px;
}

p {
    padding: 7px 2px 8px;
}

ul {
    padding: 0px 0px 0px 30px;
    list-style-type: square;
}

.entry {
    background: #CDC1C5;
    padding: 15px;
    padding-top: 2px;
}

.entry a {
	text-decoration: none;
    color: #FC2C31;
}

.entry a:hover {
	text-decoration: none;
	background: #2A002A;
	color: #FF5050;
}

.entry_header {
    background: #CDC1C5;
    padding: 4px;
}

.entry_header a {
	color: #FC2C31;
	text-decoration: none;
}

.module {
    border: 2px solid #000000;
    margin: 20px;
}

.post_metadata {
	background: #CDC1C5;
	text-align: center;
}

.post_metadata a {
	color: #2A002A;
	text-decoration: underline;
}

.sidebar_entry {
    padding: 3px;
	color: #CDC1C5;
}

.sidebar_entry a {
	color: #FC2C31;
	text-decoration: none;
}

.sidebar_entry a:hover {
    color: #CDC1C5;
}

.sidebar_header {
    padding: 4px;
	color: #CDC1C5;
}

.sidebar_module {
    margin: 10px;
    overflow: hidden;
}

#browsing_entry {
	border: 6px solid #FC2C31;
	background-color: #2A002A;
	text-align: center;
	font-size: 1.1em;	color: #CDC1C5;
}

#content {
    margin: auto;
    float: right;
    width: 744px;
    padding-bottom: 25px;
}

#content-area {
	height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        margin: auto;
}

#footer {
	background: #FC2C31;
	clear: both;
	margin: auto;
}

#header {
    height: 100px;
    background: #FF5050;
    border-bottom: 4px solid #000000;
}

#header a {
	text-decoration: none;
	color: #2A002A;
}

#header_border {
    height: 40px;
    background: #FC2C31;
    border-bottom: 4px solid #000000;
}

#page {
    margin: auto;
    width: 1000px;
	height: 98%;
    background-image: url('bg.gif');
    border: 4px solid #000000;
    overflow: hidden;
}

#sidebar {
    width: 246px;
    margin:auto;
    float: left;
}

    
