/*
Theme Name: eggTheme
Theme URI: http://www.pigandegg.com/styles/style.css
Description: theme for my site
Version: 0.1
Author: George
Author URl: www.pigandegg.com
*/
		
		h1  {
			margin: 0px 0px 0px 20px; 
			font: normal 36pt Baskerville, Georgia, serif;
			text-decoration: none;
		}	
		h2 {
			font: normal 16pt Baskerville, Georgia, serif;
			margin: 0px 0px 8px 0px;
		}
		h3 {
			font: bold 11pt Baskerville, Georgia, serif;
			margin: 0px;
		}
		#journalTitle {
			font: italic 11pt Baskerville, Georgia, serif;
			
		}
		p {
			margin-top: 2px;
		 font: small Baskerville, Georgia, serif;
		}
		.caption {
			margin-top: 0px;
			font: small Baskerville, Georgia, serif;	
			font-style: italic;
			
		}
		#sidebar {
			float: left;
			font: small Baskerville, Georgia, serif;
			width: 200px;
		}
		#mainContent {
			font: normal 12pt Baskerville, Georgia, serif;
			width: 600px;
			margin-left: 220px;
		
		}
		#navLinks {
			list-style-type: none;
		}
		#menus {
			font: small Baskerville, Georgia, serif;
			list-style-type: disc;
		}
		#twitter_div {
		}
		#twitter_update_list {
			font: normal small Baskerville, Georgia, serif;
			list-style-type: circle;
			margin-left: 0px;
			width: 70%;
			line-height: 140%;
		}
		#categories {
		list-style-type: none;	
		position: absolute;
		left: 8px;
		top: 264px;
		font: small Baskerville, Georgia, serif;
		width: 200px;
			
		}
		
		
		.button {
			font: small Baskerville, Georgia, serif;
			color: #000999;
			}
		a.egg:link, a.egg:visited, a.egg:hover {
			color:#000;
			text-decoration: none;
		}			
		a:link, a:visited {
			color: #036;
		}
		a:hover {
			color: #C03;
		}
		.entry-date {
			font: normal 11px Baskerville, Georgia, serif;
		}
		img {
			margin: 2px 0px 2px 0px;
			border: 1px solid #666;
		}
		.mc-field-group {
			padding: 2px;
		}
		#mce-responses {
			font-weight: bold;
			margin: 3px;
			color: #666;
		}