/*  
Theme Name: Matt One
Theme URI: http://www.rit.edu/~myc5292/
Description: Matt's first theme.
Version: 1.0
Author: Matt Chan
Author URI: http://www.rit.edu/~myc5292/
*/

/* Based off of Rubric
http://www.alexking.org/index.php?content=software/wordpress/styles.php */

/* Whole page
   -------------------------------------------- */


body {
	background-color: #FFD09D;
	font-size: 95%;
	background-image: url("images/food.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}
	 
#content {
	margin-right: 20em;
	margin-left: 40px;
	background-color: #FCFCFC;
	padding: 1.5em;
	margin-top: 120px;
	border: 3px #666 solid;
}

#header {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 94%;
	margin: 0;
	/*height: 150px;*/
	padding-left: 45px;
}	

#header h1 {
	margin:	0;
	padding: 0;
	
	font-family: Georgia;
	font-size: 3.5em;
	font-weight: normal;
}

#header h1 a {
	font-weight: normal;
}

#header h2 {
	margin:	.25em 0 0 0;
	padding: 0 0 0 3em;
	
	font-family: Georgia;
	font-size: 1.3em;
	font-weight: normal;
}


/* Content & menu
   -------------------------------------------- */

#menu {

	width: 14em;
	position: absolute;
	float: right;
	top: 200px;
	right: 3em;
	
	font-size: 1em;
}
* html #menu { /* make IE put it in the right place */
	right: 5em;
}


#menu .navbox {
	margin-top: 0;
	padding-left: 0;
	margin-left: 0;

	color: #B54141;
	/*text-indent: 1000em;*/

}

#menu .navbox h2 {
	font-size: 1.2em;
	margin:		0 0 .25em 0;
	padding:	0;
}

#menu a:link, #menu a:visited {
	color: black;
	border: none;
}

#menu .navbox ul {
	margin: 0 0 1em 0;
	list-style: disc;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: 0;
	color: black;
}

#menu .navbox ul#search,
#menu .navbox ul#recentcomments {
	list-style: none;
}

#menu form{
	margin: 0;	 
}
#menu form br {
	display:none;
}
input {
	font-family: Verdana, Tahoma, Arial, sans-serif; 
}

 
/* Post
   -------------------------------------------- */


#content h2 {
	font-size: 0.9em;
	color: #666;
	margin-bottom: 0;
	margin-top: 0;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.33em;
}

.storytitle {
	margin-top: 0.25em;
	color: #B54141;
}

.post-categories {
	display: inline;
	margin: 0;
	padding: 0;
}
.post-categories li {
	display: inline;
	margin-left: 0 3px 0 0;
	padding: 0;
}

.post .meta {
	font-size: 0.85em;
	color: #666;
}
.post .meta * {
	margin-top: 0;
}	

.post .feedback {
	margin-bottom: 2em;
	border-bottom: 1px solid #333; 
	padding-bottom: 2px;
}

#comments {
}

#postcomment {
}

#comments .header,
#postcomment .header {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.33em;
	color: #B54141;
}

#comments .trackback {
	font-style:			italic;
}

#comments .commentsfeed {
	font-style:			italic;
}

#comments .list {
	list-style: disc;
	list-style-position: outside;

	padding:			0 0 0 2em;
}

#comments .list li {
}

#comments .list li p {
	margin:				.5em 0 .5em 0;
}

#comments .list li .tag {
	margin:				.5em 0 0 0;

	text-align:			left;
	color:				#666666;

	font-size: 			.9em;
	font-weight: 		normal;
}

#comments .list li .tag a {
	font-weight: 		bold;
}

#postcomment .instructions {
	font-style:			italic;
}

#searchbox input,
#commentform input,
#commentform textarea {
	border: 1px solid 	#333;

	background: 		#fff;
}

#commentform textarea {
	width: 				100%;
}


/* Credit
   -------------------------------------------- */
	 
#footer {
	margin-right: 20em;
	margin-left: 40px;
	padding: 0.5em;
	font-size: 90%;
}
#footer a:visited,
#footer a:link {
	border: none;
}
	

/* Basic typography
   -------------------------------------------- */

body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 80%;
}

p, td, th, li {
	font-size: 1em;
	line-height: 1.65em;
}


a:link, a:visited {
	text-decoration: none;
	color: #B54141;
	//border: 1px solid white;
}
a:hover {
	background-color: #DAEBCB;
	//border: 1px solid #ccc;
}



/* Temporary & testing
   -------------------------------------------- */

	 
/* Backup of coloured menu headings 

 
#menu ul {
	margin-top: 0;
	padding-left: 0;
	margin-left: 0;
	list-style: none;	

	background-color: #B54141;
	color: #fff;
	padding: 1px;
}

#menu ul ul {
	background-color: white;
	margin-left: 0;
	list-style: disc;
	list-style-position: inside;
	padding-left: 0.5em;
}

#menu ul ul * {
	background-color: white;
	color: #000;
	width: 100%;
}	

#menu table, #menu form, #menu caption {
	background-color: #fff;
	color: black;
	width: 100%;
}
*/
