body, div, ul, li, p, h1, h2, h3, form, input, label {margin:0; padding:0;}
body {font:1em/1.4 Cambria, Georgia, sans-serif; color:#333; background:#eee; background-image:url('images/bg.png');}

#header {height: 90px; clear: both; width: 80%; margin:0 auto; line-height: 0.5em; margin-top: 25px;}
#header img {margin-top: 5px; border: 0px;}
#pageWrapper {width:80%; margin:0 auto; padding-top: 15px; background-color: #eee; border-top: solid white 1px; border-bottom: solid black 1px; border-right: solid black 1px; -moz-border-radius:10px; -webkit-border-radius:10px;}
#comments {margin-top:2em;}


/* Header Styles
------------------------------------------ */
.postTitle {
	color: #36393D;
}
/* Post Date Styles
------------------------------------------ */
.date {
	margin-left: -1px;
	margin-right: 5px;
	background:#eee; 
	background-image:url('images/bg.png');
	float:left;
	position:relative;
	padding: 45px 15px 0px;
} 
.date .month {
    text-transform: uppercase;
    font-size:25px;
	}
.date .day {
	font-size:45px;
	line-height:45px;
	position:absolute; left:5px; top:0px;
}
.date .year { 
	display:block; 
	position:absolute; right:-7px; top:13px;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);			
}
/* Footer Styles
------------------------------------------ */
#footer {
	padding-right: 20px;
	clear: both; 
	text-align: right; 
	width: 79%; 
	margin:0 auto;
}
#connected {
	/*border-right:1px solid #C6C6C6;*/
	font:15px/1.5 Arial,Helvetica,Garuda,sans-serif;
	line-height: 4.1em;
	display: block;
	float: left;
	margin-left: 15px;
}
#connected p {
	font-size: 20pt;
	vertical-align: top;
	text-align: left;
	display: inline;
}
#connected img {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	border: 0px;
}


/* Link Styles
------------------------------------------ */
a:link, a:visited {
	text-decoration:none;
	border-bottom:1px
}

/* Styled blockquote for comments
------------------------------------------ */
blockquote {margin:1em 0;}

blockquote p {margin:0; font-size:1.1em;}

.comment {
	min-height: 100px;
	position:relative;
	padding:15px 30px;
	margin:0;
	margin-left: 20px;
	margin-right: 20px;
	color:#fff;
	background:#5a8f00; /* default background for browsers without gradient support */
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/*
	Optional gradient
	NOTES:
	webkit implementation of gradients is not as per the spec, therefore, I'm not using them in the demo
	included assumed opera gradients for future
	*/
	background: -moz-linear-gradient(top, #92db29, #5a8f00);
	background: -webkit-gradient(linear, left top, left bottom, from(#92db29), to(#5a8f00)) repeat-x;
	/* background: -webkit-linear-gradient(top, #b8db29, #5a8f00); */
	background: -o-linear-gradient(top, #b8db29, #5a8f00);
	background: linear-gradient(top, #b8db29, #5a8f00);
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.comment + p {margin:15px 0 2em 105px; font-style:italic;}

.comment-link:hover {
	border-bottom: solid gray 1px;
}
/* creates the triangle */
.comment:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-50px;
	left:50px;
	width:0;
	height:0;
	border-width:0 20px 50px 0px;
	border-style:solid;
	border-color:transparent #5a8f00;
}

.comments-number {
	position: relative;
	float: right;
	width:60px;
	height:55px;
	margin: 0px 10px 0px 0px;
	text-align:center;
	font:50px/52px Arial, sans-serif;
	color:#fff;
	background:#0c75b6;
}

/* creates the larger triangle */
.comments-number:before {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-69px;
	right:0;
	width:0;
	height:0;
	border-width:0 0 69px 70px;
	border-style:solid;
	border-color:transparent #0c75b6;
}

/* creates the larger triangle */
.comments-number:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-100px;
	right:25px; 
	width:0;
	height:0;
	border-width:0 0 100px 45px;
	border-style:solid;
	border-color:transparent #eee;
}
.current-number:after {
	border-color:transparent #e1e1e1;
}
.comment-image {
	float: left;
	padding-right: 10px;
	padding-top: 10px;
}
#commentForm {
	margin-left: 20px;
}
#commentForm .normalInput {
	background: #F6F6F6;
	border: 1px solid #C6C6C6;
	color: #333;
	height: 22px;
	padding: 4px 0px 0px 2px;
	width: 325px;
}
#commentForm textarea {
	background: #F6F6F6;
	border: 1px solid #C6C6C6;
	color: #333;
	height: 150px;
	padding: 4px 0px 0px 2px;
	width: 325px;
}
/*Old styles remove as needed*/
#category {
	width: 200px;
	float: right;
	padding-right: 1px;
}

#category ul {
	margin: 0px;
	padding: 0px;
	
}
#category li {
	padding: 0px;
	margin: 0px;
	height: 10px;
	list-style: none;
	line-height: 1.7em;
	font-size: 19px;

	display: inline;
}
#category a {
	text-decoration: none;
	color: black;
	display: block;
}

/*Text*/
h1, h2, h3, p {margin:.5em 0em;}



/*Posts*/
.postTitle {line-height: 0.3em; margin-left: 10px;}
.postTitle a {text-decoration: none; color:black;}
/*.postTitle a:hover {border-bottom: solid black 3px;}*/
.postComments {line-height: 0.5em; font-weight: bold;}
.postComments a {text-decoration: none; color:black;}
.story {margin-bottom: 25px; height: 225px; overflow: hidden; position: relative; border-bottom: solid #eee 2px; border-top: solid #eee 2px;}
.story:hover {border-bottom: solid black 2px; border-top: solid black 2px; background-color: #e1e1e1; cursor: pointer;}
.story p {margin-left: 10px;}
/*.story table {border: 0px; padding: 0px; margin: 0px; margin-left: -1px; width: 100%;}
.story td {padding: 0px;}*/
.postPage .postTitle a:hover {border: 0;}
.postPage {border: 0; height: 350px; margin-bottom: 0px}
.postPage:hover {border: 0; background-color: #eee; cursor: default;}


.menu {
            position: relative;
            height: 25px;
            background-color: #7ebe1c;
			-webkit-border-radius: 5px; 
			-moz-border-radius: 5px;
            padding: 6px;
            margin: 0 10px;
			margin-top: 19px;
			float: right;
			overflow: hidden;
			border-top: solid #8fd026 1px; 
			border-left: solid #8fd026 1px; 
			border-bottom: solid #517e18 1px; 
			border-right: solid #517e18 1px;
        }
                .menu li {
                    float: right;
                    list-style: none;
                }
                    .menu li.back {
                        border: 1px solid gray;
                        background-color: white;
						-webkit-border-radius: 3px; 
						-moz-border-radius: 3px;
                        width: 9px;
                        height: 23px;
                        z-index: 8;
                        position: absolute;
                    }
                    .menu li a {
                        font-size:14px;
						font-weight: bold;
                        text-decoration: none;
                        color: #000;
                        outline: none;
                        text-align: center;
                        top: 8px;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 23px;
                        position: relative;
                        margin: auto 10px; 
                    }
					.menu .current a {
						border-bottom: solid black 1px;
					}
                        .menu li a:hover {
							border-bottom: solid black 1px;
						}
						.menu li a:active, .menu li a:visited {
                            border: none;
                        }
