@import url(css/grid-900.css);

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background: #fff;
	color: #000;
}


#logo {
	
	text-align:	left;
	float:	left;
	margin-top:	0px;
	margin-left:	10px;
	margin-right: 10px;
}

.logo {
	margin-left: 30px;
}
hr {
	display: none;
}

img {
	vertical-align: middle;
	border: 0;
}

h1, h2, h3, h4 {
	padding-left: 8px;
	padding-right: 8px;
	color: #000;
}

h1 {
	margin-bottom: .3em;
	font-size: 2.8em;
	line-height: .95em;
}

h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
}

h3 {
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
}

h4 {
	margin-bottom: .6em;
	font-size: 1.3em;
	line-height: 1.6;
}

h5 {
	margin-bottom: 1em;
	font-size: 14px;
	

}

h6 {
	background-color:#000}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:hover {
	color: #FFF;
	background-color:#000
}


acronym {
	border-bottom: 1px dotted #eee;
}

kbd {
	font-family: "Monaco", "Courier New", fixed;
	font-size: 1em;
	text-transform: uppercase;
}

/* ----------------------------------------- [ Wrapper ] */

#wrapper {
	width: 880px;
	margin: 0 auto;
	margin-top: 20px;
}

/* ---------------------------------------- [ Main Nav ] */

#navmenu ul {
	margin-top: 30px; 
padding-left: 5px; 
margin-right: 0px;
margin-left: 20px;
list-style-type: none;
list-style-image: none;
list-style:none;
}
	
.navmenu2 {
	 background-color:#9d005a;
	padding: 0px 0px 20px 10px;

}

#navmenu li {
	display:block;
}

#navmenu ul li a {
	text-decoration:none;
	font-size: 14px;
	text-align:left;
	padding: 0px 23px 6px 10px; color: white;
	margin-left: 10px;
	background: #16c7e9;}
	
#navmenu ul li a:hover {
	color: black;
	font-size:14px;
	background: white; }
	
.navmenu {
	float:right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top:0px;
	margin-bottom:0px;
}

/* ------------------------------------------ [ Header ] */

#header {
	height: 50px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	overflow: hidden;
}

#header h1 {
	margin-top: .45em;
}

#header h1 a, #header h2 {
	color: #FFF;
}

/* ------------------------------------------ [ Content ] */

#content {
	padding-top: 50px;
	margin-right: 10px;
	padding-right:0px;
	width: 600px;
}

/* -------------------------------------------- [ Index ] */

.index {
	width: 600px;
	border-bottom:thin;
	border-bottom-style:dotted;
	border-bottom-color:#000;
	margin-bottom: 20px;
	text-align:justify;
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	float:right;
	
}

.index h5 {
	font-size:11px;
	margin-top: 20px;
	color:#999;
}


.index img {
float:left;
margin-right: 20px;
margin-bottom: 20px;
max-width: 300px;
}
/* -------------------------------------------- [ Post ] */

.post {
	width: 875px;
	border-bottom:thin;
	border-bottom-style:dotted;
	border-bottom-color:#000;
	margin-bottom: 50px;
	padding-bottom:50px;
	line-height: 20px;
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	
}

.post img {
	max-width: 875px;
	margin-top:40px;
	margin-bottom: 40px;

}


.post2 {width: 600px;
text-align:center;
padding-right: 137px;
padding-left: 137px}

.post2 h5 {
	font-size:12px;
	margin-top: 20px;
	color:#999;
}

.post2 h7 {
	
font-size: 50px;
font-style: bold;
text-align: center;
line-height: 40px;
margin-bottom: 50px;
}


/* -------------------------------------- [ Commentary ] */

#commentary {
	border-top: 1px solid #FFF;
	float: left;
	text-align:left;
}

.comment {
	margin: 0 0 3em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #FFF;
	clear: both;
	overflow: hidden;
	text-align:left;
}

.comment dt {
	margin: 0 0 .5em 0;
	font-size: 1.2em;
	line-height: 1.6;
	text-align:left;
}

#leave-comment {
	margin-top: 20px;
	border-top: 1px solid #000;
	width: 600px;
	padding-top: 30px;
	text-align:left;
	}

#leave-comment code {
	font-family: "Courier New", Courier, monospace;
	font-size: .9em;
	text-align:left;
}

.comment-field {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px dotted #ccc;
	float: left;
	clear: both;
	overflow: hidden;	
}

label {
	display: block;
	padding-top: 7px;
	font-size: 1.2em;
	text-align:left;
	line-height: 1.6;
	font-weight: bold;
}

input, textarea {
	width: 99%;
	padding: 8px;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	border: 1px solid #ccc;
}

textarea {
	height: 10em;
}

/* ----------------------------------------- [ Sidebar ] */

#sidebar {
	margin-top: 25px;
	width: 230px;
	overflow: hidden;
	border-left: thin;
	border-left-style:dotted;
	border-left-color:#000;
	padding-left: 10px;
	float:right;
}

#sidebar h3 {
	background-color:#000;
	height: 30px;
	color:#FFF;
}

#sidebar h4 {
	
	background-color:#000;
	width: 208px;
	height: 30px;
	color:#FFF;
}
	
.sidebar {
	background-color: #16c7e9;
	width: 230px;
	height: 35px;
	margin-bottom: 10px;
}

.sidebar2 {
	background-color: #9d005a;
	width: 230px;
	height: 35px;
	margin-bottom: 10px;
}
#sidebar p {
	font-size: 1.1em;
	color: #111;
}

#sidebar .section input {
	width: 15.8em;
	margin: 0 0 1em 0;
	padding: 6px 6px 6px 23px;
	border: 1px solid #ccc;
	background: transparent url(images/bg-search.gif) no-repeat 7px center;
	font-size: 1.1em;
	float: left;
}

#sidebar ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

#sidebar .nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 11px;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
}

#sidebar .nav li.last {
	border-bottom: 0;
}

.section {
	margin: 0 0 1em 0;
	clear: both;
	overflow: hidden;
}


#content .section {
	border-top: 1px dotted #bbb;
}

#content .first {
	border: 0;
}


.navigation {
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
	list-style-type: none;
	overflow: hidden;
	clear: both;
}

.navigation li {
	font-size: 1.2em;
}

/* --------------------------------------- [ Footnotes ] */

#footnotes {
	border-top: 1px solid #333;
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
	width: 600px;
}

#footnotes p {
	margin-bottom: .2em;
	font-size: 1.1em;
}

#footnotes .rss {
	float: left;
	
}

.footer {width: 800px}

/* ------------------------------------------ [ Flickr ] */

#flickr_badge_wrapper {
	margin-left: -1.2em;
	overflow: hidden;
}

.flickr_badge_image {
	margin: 0 0 1.2em 1.2em;
	float: left;
}

.flickr_badge_image img { 
	width: 64px;
	height: 64px;
}

.flickr_badge_image a {
	display: block;
}

/* --------------------------------- [ General Classes ] */

.small {
	font-size: 1em;
	line-height: 1.6;
}

/* If you want a text in ALL CAPS */

.ver {
	text-transform: uppercase;
	color: #000;
}

/* For by-lines */

.low {
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #666;
}

/* A nice ampersand */

.amp {
	font-family: Baskerville, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #666;
}

/* For image captions */

.tooltip {
text-align:left;
	padding-top: 8px;
	font-size: 12px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align-right {
	display: block;
	text-align: right;
}

.align-center {
	display: block;
	text-align: center;
}

.both {
	clear: both;
}

.image {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 7px;
}

.nudged {
	margin-right: 8px;
}

.nudged-left {
	padding-left: 8px;
}

.nudge-bottom {
	margin-bottom: 1.5em;
}

.last-field, .first-post {
	border: 0;
}

.title-not {
	width: 33px;
	height: 25px;
	margin: 0 6px 0 0;
	display: block;
	text-indent: -1000em;
	background: transparent url(images/not.gif) no-repeat top left;
	float: left;
}

.search-field {
	padding: 0;
	width: 99%;
	}

/* Use for full width images (596px) */

.full-image {
	margin-left: -15.2em;
}

/* Centering for older posts */ 

.centered {
	display: block;
	margin: 0 auto;
}

.button {
	display: block;
	padding: 8px;
	background: #222;
	color: #fff;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.button:hover {
	background: #000;
}

/* ---------------------- [ Wordpress required classes ] */

ul.widgetized-sidebar {
	list-style-type: none;
}

ul.widgetized-sidebar li {
	margin: 0 0 2em 0;
	clear: both;
	overflow: hidden;
}

ul.widgetized-sidebar li h2 {
	margin-bottom: 0.6em;
	padding-bottom: .6em;
	font-size: 1em;
	line-height: 1.6;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	color: #000;
}

ul.widgetized-sidebar li ul li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
	font-size: 1.1em;
}

.aligncenter,
div.aligncenter {
   display: block;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
	margin: 1em;
	padding: .8em;
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: .5em 0 .5em 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.6;	
}

.categories { }
.cat-item { }
.current-cat { }
.current-cat-parent { }
.pagenav { }
.page_item { }
.current_page_item { }
.current_page_parent { }
.widget { }
.widget_text { }
.blogroll { }
.linkcat{ }

#wp-calendar {
	border-collapse: collapse;
	font-size: 1.1em;
	margin: 0 auto;
}

#wp-calendar caption {
	margin-bottom: .8em;
	font-size: 1.1em;
	font-weight: bold;
}

#wp-calendar thead tr th {
	padding: 1em;
}

#wp-calendar td {
	padding: 1em;
}

#wp-calendar tr {
	padding: 1em;
}

