#comment-email {
    display: none;
}


/*  
Theme Name: Ocadia
Theme URI: http://beccary.com/goodies/wordpress-themes/
Description: A two column blue-grey theme, clean yet stylish. 
Version: 1.3
Author: Becca Wei
Author URI: http://beccary.com
*/

/* Basics */



body {
	margin: 0;
	padding: 0;
	background: #F7EBD9 url(../images/bg.gif) repeat-x;
	color: #000000;
	/*font-size: 75%;
 	line-height: 18px;/*
     /* font-family: 'Gill Sans'; */
        font-family: arial, "lucida console", sans-serif;
	text-align: center;
}
p {
	font-size: .8em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: arial, "lucida console", sans-serif;
	color: #133F3E; 
       text-decoration: none;
}
h1, h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
a:link {
	color: #0033cc;
}
a:visited {
	color: #0E4003;
}
a:hover, a:active {
	color: #0033cc;
	text-decoration: none;
}
img.floatleft
{
float: left;
margin: 14px 14px 3px 0px;
}
img.floatright
{
float: right;
margin: 14px 0px 3px 14px;
}
blockquote {
	margin: 0 20px;
	padding: 0.05em 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	/* background: url(../images/commentalt.gif) repeat-y; */
        background-color: #E8EABF;
	font-size: 0.9em;
}
code {
	color: #666;
}


input, textarea, select {
	background-color: #FFF; 
	color: #333;
	font-size: 0.9em;
	font-family: arial, "lucida console", sans-serif;
}
form, img {
	border: 0; 
	margin: 0; 
	padding: 0;
}

/* Layout */ 

#pagewrapper {
            margin-left: 0px;
	margin-right: 0px;    
}

#wrapper { 
	width: 760px; 
        margin-left: 10px;
	margin-right: 10px;
	background: #FFF url(../images/wrapper.gif) repeat-y;
	text-align: left;
        float: left;
}

#header {
	width: 760px;
	height: 132px;
	background: url(../images/header.gif) no-repeat;
}

	/* Header styles */
	#header h1 {
		margin: 0;
		padding: 35px 0 0 40px;
		font-size: 2em;
		line-height: 40px;
	}
	#header h1 a {
		text-decoration: none;
	}
	#header p {
		margin: 0;
		padding: 5px 0 0 40px;
	}
	
#content {
	float: left;
	margin-top: -12px;
	padding: 0 10px 0 40px;
	width: 520px;
	min-height: 268px;
	background: url(../images/content.gif) no-repeat;
	overflow: visible;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 470px;
        font-family: arial, "lucida console", sans-serif;
        font-size: 0.9em;
} 

#sidebar.tagcontent {
	width: 220px;
	} 

html>body #content {
	width: 470px;
}
#sidebar {
	float: right;
	width: 240px;
	background: url(../images/sidebar.gif) no-repeat top right;
	font-size: 0.9em;
}

	/* Sidebar styles */
	#sidebar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
                text-align="right"
		/*background: url(../images/sidebar2.gif) repeat-y;*/
	}
	#sidebar ul li {
		margin: 0;
		padding: 0 0 1.5em 0;

		background: url(../images/sidebar-bottom.gif) no-repeat bottom left;
		overflow: visible;
	}
       #sidebar ul li a {
		
                  color: #133F3E;
                font-weight: bold;
	}
	#sidebar h2 {
		margin: 0;
		padding: 1.2em 40px 0 20px;
		font-size: 1.1em;
		background: url(../images/sidebar-top.gif) no-repeat;
	}
#sidebar ul li h2 {/*test*/
		 color: black;
                font-weight: bold;
               text-decoration: none;
	}
	#sidebar h2 a {
		color: #0E4003;
		text-decoration: none;
	}
	#sidebar h2 a:hover {
		color: #626D4F;
	}
	/* Fix our list and paragraph styles */
	#sidebar p, #sidebar ul ul, #sidebar ul ol {
		margin: 1em 0 0 0;
		padding: 0 40px 0 20px;
                width: 170px;
	}
	#sidebar ul ol {
		margin: 1em 0 0 20px;
	}
	#sidebar ul ol li {
		padding: 0;
		background: url(../images/bullet.gif) no-repeat 2000px 0;
		/* IE goes buggy with background: none; */
	}
	#sidebar ul ul {
		background: none;
	}
	#sidebar ul ul ul {
		margin: 0;
		padding: 0 0 0 0.8em;
		background: none;
	}
	#sidebar ul ul li {
		padding: 0 0 0 1.5em;
		background: url(../images/bullet.gif) no-repeat 0 0.2em;
	}

* html #content, * html #sidebar {
	overflow: hidden; /* For IE */
}
#footer {
	clear: both;
	margin: 0 20px;
	padding: 25px 4px 0 4px;
	background: url(../images/footer.gif) no-repeat;
       
}

	/* Footer styles */
	#footer p {
		margin: 0;
		padding: 0.5em 20px;
		/*background-color: #999;*/
                background-color:  #133F3E;
		font-size: 0.9em;
                color: white;
	}
	#footer a:hover, #footer a:active {
		color: white;
		text-decoration: none;
	}
	
#sidebar-1 {
	width: 120px;
       color: #133F3E;
      text-decoration: none;
}
#sidebar-2 {
	width: 100px;
       color: #133F3E;
      text-decoration: none;
}
#sidebar-3 {
	width: 120px;
  
}

#sidebar-3  h2{
       color: #0E4003;
       text-decoration: none;
}


/* Blog */

.farsidebar {
	text-align: left;
	padding: 20px;
	border-top:solid 1px #CED4CA;
	border-bottom:solid 3px #CED4CA;
	border-left:solid 1px #CED4CA;
	border-right:solid 3px #CED4CA;
	float: left;
	margin: 5px;
background-color: #F4F4F4;
	font-size: 0.9em;
     
}

/* Sidebar styles */
	#sidebar-1 ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
                 text-align="right"
		/* background: url(../images/sidebar2.gif) repeat-y; */
	}
	#sidebar-1 ul li {
		margin: 0;
		padding: 0 0 1.5em 0;

		/* background: url(../images/sidebar-bottom.gif) no-repeat bottom left; */
		overflow: visible;
	}
	#sidebar-1 h2 {
               /* color: #0E4003;*/
		margin: 0;
		padding: 1.2em 40px 0 20px;
		font-size: 1.1em;
                /*text-decoration: none;*/
		/* background: url(../images/sidebar-top.gif) no-repeat; */
	}
	#sidebar-1 h2 a {
		color: #0E4003
		text-decoration: none;
	}
	#sidebar-1 h2 a:hover {
		color: #0E4003;
	}
	/* Fix our list and paragraph styles */
	#sidebar-1 p, #sidebar ul ul, #sidebar ul ol {
		margin: 1em 0 0 0;
		padding: 0 40px 0 20px;
                width: 170px;
	}
	#sidebar-1 ul ol {
		margin: 1em 0 0 20px;
	}
	#sidebar-1 ul ol li {
		padding: 0;
		background: url(../images/bullet.gif) no-repeat 2000px 0;
		/* IE goes buggy with background: none; */
	}
	#sidebar-1 ul ul {
		background: none;
	}
	#sidebar-1 ul ul ul {
		margin: 0;
		padding: 0 0 0 0.8em;
		background: none;
	}
	#sidebar-1 ul ul li {
		padding: 0 0 0 1.5em;
		background: url(../images/bullet.gif) no-repeat 0 0.2em;
	}

.tagcloud .weight-1 { font-size: 10px; }
.tagcloud .weight-2 { font-size: 12px; }
.tagcloud .weight-3 { font-size: 14px; }
.tagcloud .weight-4 { font-size: 14px; }  
.tagcloud .weight-5 { font-size: 15px; }  
.tagcloud .weight-6 { font-size: 15px; }  
.tagcloud .weight-7 { font-size: 15px; }  
.tagcloud .weight-8 { font-size: 17px; }  
.tagcloud .weight-9 { font-size: 18px; }  
.tagcloud .weight-10 { font-size: 19px; }  

.pagetitle {
	margin: 1.2em 0 0 0;
}
.post {
	padding: 1.2em 0 0 0;
}
.storydate {
	float: left;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em 0 0;
	border-right: 1px solid #CCC;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;*/
       /*font-family: 'Gill Sans';*/
	font-weight: normal;
	color: #133F3E; 
}
.storytitle {
	float: left;
	margin: 0;
}
.meta {
	margin: 0;
	padding: 0.5em 0 0 3em;
} 
.feedback {
	padding: 0 0 0 3em;
}
.meta, .feedback {
	clear: both;
	font-size: 0.9em;
	/*color: #999;*/
        color: #133F3E;
	background: url(../images/deco.gif) no-repeat bottom left;	
}
.permalink {
	margin: 0 1.5em 0 0;
	padding: 0 0 0 1.2em;
	background: url(../images/perma.gif) no-repeat center left;
}
.commentslink {
	padding: 0 0 0 1.5em;
	background: url(../images/comments.gif) no-repeat center left;
}
.storytitle a, .meta a, .feedback a, .commentauthor a, .commentmeta a, #comments a {
	text-decoration: none;
        color: #0E4003
}

/* Comments */

#commentlist {
	margin: 1.2em 0;
	padding: 0;
	list-style-type: none;
}
#commentlist li {
	margin: 1em 0;
	padding: 0 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: url(../images/comment.gif) repeat-y;
}
.commentalt {
	background: url(../images/commentalt.gif) repeat-y !important;
}
.commentauthor {
	margin: 1em 0 0 0;
}
.commentauthor a {
	font-weight: bold;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
}
#comment {
	width: 98%;
}

/* Widgets and Etc */

#sidebar #search p, .widget_search div div {
	margin: 0 0 0.3em 0;
	padding: 2em 0 0 20px;
	background: url(../images/sidebar-top.gif) no-repeat;
}
#sidebar #s {
	margin-bottom: 2px;
	width: 175px;
}

/* Calendar */

#calendar div {
	padding: 0 40px 0.2em 20px;
	background: url(../images/sidebar-top.gif) no-repeat;
}
#wp-calendar {
	margin: 0;
	width: 180px;
	border: 1px solid #CCC;
	background: #F4F4F4;
	line-height: 1.2em;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 178px;
} 
html>body #wp-calendar {
	width: 178px;
}
#wp-calendar caption {
	margin: 0;
	padding: 1.4em 0 0.6em 0;
	color: #534B48;
	font-size: 1.1em;
	font-family: arial, "lucida console", sans-serif;
	font-weight: bold;
	text-align: left;
}
#wp-calendar td {
	margin: 2px;
	background: #FFF;
}
#wp-calendar td a {
	display: block;
	width: 100%;
}
#wp-calendar td.pad {
	background: transparent;
}
#wp-calendar td#next, #wp-calendar td#prev {
	padding: 0.1em 2px;
	background: transparent;
}
#wp-calendar td#next a, #wp-calendar td#prev a {
	display: inline;
}
#wp-calendar td#next {
	text-align: right;
}
#wp-calendar td#prev {
	text-align: left;
}


