/*  
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: #FFF;
	color: navy;
	font-size: 78%;
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	text-align: center;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	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: Georgia, serif; 
	color: navy; 
}
h1 {
	font-size: 2.0em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
a:link {
	color: navy;
}
a:visited {
	color: navy;
}
a:hover, a:active {
	color: #555580;
	text-decoration: none;
}
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;
	font-size: 0.9em;
}
code {
	color: #666;
}
input, textarea, select {
	background-color: #FFF; 
	color: #333;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
}
form, img {
	border: 0; 
	margin: 0; 
	padding: 0;
}

/* Layout */ 

#wrapper {
  float: left;
  width: 1100px;
  background: #FFF;
  text-align: left;
}
         
#header {
  text-align: left;
  height: 107px;
  background: #000037 url(../images/for.jpg) no-repeat top right;
}

	/* Header styles */
	#header h1 {
		margin: 0;
		padding: 15px 0 0 40px;
		font-size: 45px;
		line-height: 40px;
		color: #FDDEB2;
		text-decoration: none;
	}
	
	#header p {
    	color: #FDDEB2;
		margin: 0;
		padding: 5px 0 0 40px;
   		font-size: 1.5em;
	}
	
#topnav {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
  width: 698px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
}

#topnav ul {
  padding: 5px 0 5px 0;
  margin: 0 auto 0 auto;
}

#topnav li {
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0;
}

#topnav a:link, #topnav a:visited {
  line-height: 14px;
  margin: 0 10px 4px 10px;
  text-decoration: none;
  color: #CCC;
  padding-bottom: 5px;
}

#topnav a.indicator:link, #topnav a.indicator:visited {
  border-bottom: 4px solid #FFF;
  padding-bottom: 5px;
  color: #FFF;
}

#topnav a:hover {
  color: #FFF;
}
	
#content {
	padding: 12px 80px 0 40px;
	min-height: 268px;
	overflow: visible;
	width:700px;
	float:left;
	voice-family: "\"}\""; 
	voice-family: inherit;
} 

#sidebar {
  	text-align: left;
	float: left;
	width: 240px;
	margin-top:-10px;
	font-size: 0.9em;
}

	/* Sidebar styles */
	#sidebar ul {
		margin: 0;
		padding: 0;
		list-style-type:none;
	}
	#sidebar ul li {
		background: #FDDEB2 url(../images/sidebar-bottom.jpg) no-repeat bottom left;
		margin: 0;
		padding: 0 0 1.5em 0;
		overflow: visible;
	}
	#sidebar h2 {
    color: #FDD;
		background: #000037 url(../images/sidebar-top.jpg) no-repeat;
		margin: 0;
		padding: 1.2em 40px 0 20px;
		font-size: 1.1em;
	}
	#sidebar h2 a {
		color: #FFF;
		text-decoration: none;
	}
	#sidebar h2 a:hover {
		color: #000037;
	}
	/* Fix our list and paragraph styles */
	#sidebar p, #sidebar ul ul, #sidebar ul ol {
		margin: 1em 0 0 0;
		padding: 0 40px 0 20px;
	}
	#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 ol li a {
    color: #000037;
  }
	#sidebar ul ol li a:hover {
    color: #000037;
  }
	#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;
	}
	#sidebar ul ul li a {
    color: #000037;
  }
	#sidebar ul ul li a:hover {
    color: #000037;
  }

	#left-sidebar {
		float: left;
		width: 240px;
		font-size: 0.9em;
	}

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

* html #content, * html #sidebar {
	overflow: hidden; /* For IE */
}
#footer {
  text-align: left;
	clear: both;
	margin: 0 15px 0 20px;
}

	/* Footer styles */
	#footer p {
    color: #000;
		margin: 0;
		padding: 0.5em 20px;
		background-color: #bbb;
		font-size: 0.9em;
	}
	#footer a:hover, #footer a:active {
		color: #5C6C7D;
		text-decoration: none;
	}
	
/* Blog */

.pagetitle {
	margin: 1.2em 0 0 0;
}
.post {
	padding: 1.2em 0 0 0;
  width: 100%;
}
.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-weight: normal;
	color: #999;
}
.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;
	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;
}

/* 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;
}

#searchform {
  padding-left: 20px;
}
#sidebar #s {
	margin-bottom: 2px;
	width: 175px;
  background: #EEF;
}

/* Calendar */

#calendar div {
	padding: 0 40px 0.2em 20px;
}
#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: Georgia, 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;
}
.post_content h1,h2,h3,h4,h5,h6 {
  font-family: sans-serif;
}
.post_content h1 {
  font-size: 1.6em;
  text-decoration: underline;
}
.post_content h2 {
  font-size: 1.6em;
  font-family: Roman, "Times New Roman", serif;
}
.post_content h3 {
  font-size: 1.4em;
  font-family: Arial;
}
.post_content h4 {
  font-size: 1.3em;
}
.post_content h5 {
  font-size: 1.2em;
  text-decoration: underline;
}
.post_content h6 {
  font-size: 1.1em;
}
#top_menu ul {
  position: relative;
  left: 0px;
  top: 0px;
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 10px;
  display: inline;
  } 

#top_menu ul li {
  position: relative;
  left: 0;
  top: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 2px 0px 5px;
  list-style: none;
  display: inline;
/*  background: url(../images/tab.png); */
}

#tabs {
  float:left;
  width:100%;
  font-size:93%;
  line-height:normal;
  margin-bottom: 10px;
}
	#tabs ul {
	  margin:0;
	  padding:0px 10px 0 0px;
	  list-style:none;
	}
	#tabs li {
	  display:inline;
	  margin:0;
	  padding:0;
	}
	#tabs a {
	  float:left;
	  background:url("../images/tableft.gif") no-repeat left bottom;
	  margin:0;
	  padding:0 0 0 4px;
	  text-decoration:none;
	}
	#tabs span {
	  float:left;
	  display:block;
	  font-family: Arial, sans-serif;
	  font-weight: bold;
	  font-size: 1.4em;
	  background:url("../images/tabright.gif") no-repeat right bottom;
	  padding:5px 15px 4px 7px;
	  color:#222268;
	}
	/* End IE5-Mac hack */
	#tabs a:hover span {
	  color:#444468;
	}
	#tabs a:hover {
	}
	#tabs a:hover span {
	}

