/*  
Theme Name: Din
Theme URI: http://wordpress.org/
Description: Theme for Dinah
       PAGE width =  800 px
     SIDEBAR width = 190 px
         BOX width = 580*/
  
/* THE HEADER */
#header {
	background: white url('images/dinah_logo.png') no-repeat bottom center;
	margin: 0 0 0 0;
	padding: 0; 
	height: 225px; 
	width: 541px;}
#headerimg 	{ 
	height: 161px; 
	width: 799px;} 
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;}

/* THE NAV MENU */	
#navmenu {
  width: 100%;
  float: left;
  margin: 0 0 3em 0;
  border-top: 1px solid #7D3036;
	border-bottom: 2px solid #7D3036; }
#navmenu li {
  list-style-type: none;
	list-style-image: none;
	float: left; }
#navmenu li a {
	display: block;
	text-decoration: none; 
	color: #004684;
	font-size: 1.2em;
	font-weight: bold;
	list-style: none;
	padding: 10px 10px 10px 10px;}
#navmenu a:hover {
	color: purple;
	background-color: #e8e8e8;}

/* THE FOOTER */
#footer {
	border-top: 1px solid #7D3036;
	border-bottom: 2px solid #7D3036;
	padding: 0;
	margin: 0 auto;
	width: 800px;
	clear: both;}
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;}
		
/* THE SIDEBAR */
#sidebar{
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	float: right;
   margin-top: 20px;
	width: 30%;
 	}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em; color: #004684;
	text-decoration: none;
	margin: 5px 0 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 4px 6px;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#sidebar form {
	margin: 0;
	}
	

/* THE CONTENT */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: white;
	color: #333;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0; 
	}
#page {
	background-color: white;
	/*border: 1px solid black;*/
	text-align: left;
	margin: 10px auto;
	width: 800px;
	height: auto;
	}
#content {
	font-size: 1.2em
	}

.box {
   float: left;  /* very important! */
   padding: 0 0 20px 10px;
   margin: 0px 0 0;
	 /*width: 580px;*/
	 /*width: 73%;*/
   width: 65%;
   /*border-bottom: 1px black;        */
	}
.box .entry {
	line-height: 1.4em;
	}
.box .entrylinks {
	line-height: 1.9em;
	}
.box .postmetadata {
	text-align: center;
	padding-top: 5px; 
	}
.post {
	margin: 0 0 40px;
	text-align: justify;      
	}
.post hr {
	display: block;
	}
.postmetadata {
	clear: left;
}


/* THE TYPOGRAPHY */
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
h1 {
	font-size: 4em; 
	color: #004684;
	padding-top: 70px;
	margin: 0;
	text-align: center;
	}
h2 {
	font-size: 1.6em;
	color: #004684;
	margin: 30px 0 0;
	}
h2.pagetitle {
	font-size: 1.6em; color: #004684;
	margin-top: 10px;
	text-align: center;
   border-top: 1px black;
	}
h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 1.3em; 
	color: #004684;
	}
h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}
.entry p a:visited {
	color: #b85b5a;
	}
small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
a, h2 a:hover, h3 a:hover {
	color: #C00000;
	text-decoration: none;
	}
a:hover {
	color: #147;
	text-decoration: underline;
	}
h2a {
   margin: 0 0 0 0
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
/*	Using 'class="alignright"' on an image will 
	align the image to the right. And using 'class="centered",
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 20px 10px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 20px 10px;
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry ol li {
	margin: 0;
	padding: 0 0 20px 0;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



	/* Begin Various Tags & Classes */

hr {
	border: 0;
	background: #7D3036;
	color: #7D3036;
	height: 2 px;
	width: 100%;
	text-align: left;
}


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

