/* @group GENERAL */

/*GENERAL
----------------------------------------------------------------------------------------------------
*/	
	body {
		margin: 0;
		font-size: 76%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding-top: 0;
	}
	
	#container {
		width:770px;
		margin: 0 auto;
		background-image: url(/wp-content/themes/myboringlife/images/bg.gif);
		background-repeat: repeat-y;
	}

	h3 {
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size: 1.2em;
		color: #B39A80;
	}

	ul {
		font-size: 1.1em;
		color: #666666;
	}

	ol {
		font-size: 1.1em;
		color: #666666;
	}

/* @end */

/* @group LOGO */

/*LOGO
----------------------------------------------------------------------------------------------------
*/	
	#logo {
		padding:0 0 10px 40px;
		position: relative;
		padding-top: 10px;
	}
	
	#logo h1 {
		color: #663300;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 4em;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
		letter-spacing: -1px;
	}
	
	#logo h2 {
		color: #005695;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 0.9em;
		font-weight: bold;
		margin:0 0 2em 0;
		letter-spacing: 0.6em;
	}

/* @end */

/* @group NAVIGATION */

/*NAVIGATION
----------------------------------------------------------------------------------------------------
*/	
	#navigation {
		border-top: 1px solid #D9CCBF;
		border-bottom: 1px solid #D9CCBF;
		margin:0 10px 0 19px;
		position: relative;
	}
	
	#navigation ul {
		padding-left: 20px;
		font-size:1.2em;
		margin-left-20px;
	}
	
	#navigation li {
		display: inline;
		color: #005695;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-right: 1em;
		font-weight: bold;
		letter-spacing:0.1em;
	}

/* @end */

/* @group PRIMARY CONTENT */

/*PRIMARY CONTENT
----------------------------------------------------------------------------------------------------
*/	

	#contentWrapper {
		position: relative;
		margin:0 10px 0 14px;
	}

	#primaryContent {
		padding:20px 0 0 25px;
		width: 455px;
		float: left;
	}
	
	#primaryContent h1 {
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size: 2.8em;
		color: #005695;
	}
	
	#primaryContent h2 {
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size: 1.6em;
		color: #663300;
	}
	
	p.small {
		font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
		color: #B39A80;
		text-transform: uppercase;
		font-size: 0.9em;
		letter-spacing: 0.2em;
		margin-bottom: -10px;
	}
	
	#primaryContent blockquote {
		background: #F7F4F0;
		padding:0.5em 2em;
	}
	
	.postInfo {
		border-top:1px solid #D9CCBF;
		border-bottom:1px solid #D9CCBF;
		margin:1em 0 2.5em 0;
		padding:0.6em 0 2.2em 0;
	}
	
	p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.1em;
		line-height: 1.6em;
		color: #666666;
		margin-top: 10px;
	}

	#primaryContent p a {
		text-decoration: underline;
	}

	p.feedburnerFlareBlock {
		font-size: 0.8em;
		border-top:1px solid #D9CCBF;
		padding:1.3em 0 0 0;
	}

	p.feedburnerFlareBlock span {
		color:#B39A80;
	}

	#primaryContentGall {
		padding-left: 40px;
		width: 680px;
		float: left;
		margin-left: 0;
	}


	/*COMMENTS*/
	ol#commentlist {
		font-size:1em;
	}

	ol#commentlist li {
		border:1px solid #D9CCBF;
		margin-bottom:3em;
		padding:0em 1.2em;
		background: #EAF7FF;
	}

	ol#commentlist li p {
		color:#552B00;
	}

	ol#commentlist li p cite,
	ol#commentlist li p a {
		font-size:0.8em;
	}

/* @end */

/* @group SECONDARY CONTENT */

/*SECONDARY CONTENT
----------------------------------------------------------------------------------------------------
*/	
	#secondaryContent {
		padding:20px 0 0 20px;
		float: right;
		width: 160px;
		margin-right: 40px;
	}
	
	#secondaryContent h2 {
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size: 1.6em;
		color: #663300;
	}
	
	#secondaryContent ul {
		font-size: 1.1em;
		color: #666666;
		padding-left:15px
	}

	#secondaryContent ul li {
		font-size: 0.9em;
		margin:0 0 0.3em 0;
	}

	#secondaryContent ul li ul {
		margin:0.2em 0 0.6em 0;
	}

/* @end */

/* @group FOOTER */

/*FOOTER
----------------------------------------------------------------------------------------------------
*/	
	#footer {
		background-image: url(/wp-content/themes/myboringlife/images/bg-bottom.gif);
		position: relative;
		clear: both;
		height: 23px;
		background-repeat: no-repeat;
	}

/* @end */

/* ----- IMAGES ----- */

img {
	border: 0.1px solid #DFDFDF;
	padding: 7px;
  margin-left:10px;
}

/* ----- LINKS ----- */
a {
	color: #005695;
	text-decoration:none;
}

a:hover {
	color: #FFFFFF;
	background-color: #0056A9;
}

#logo a {
	color: #663300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
}

#logo a:hover {
	color: #FFFFFF;
	background-color: #0056A9;
}

/* ----- TABLES ----- */
table 
{
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	color: #663300;
	border: 0.1em solid #F2F2F2;
}

th
{
	font-weight: bold;
	background-position: left;
	background-color: #005695;
	color: #FFFFFF;
	border: 1px solid #D9CCBF;
}

/* ----- FORMS ----- */
fieldset {
	border: 1px solid #B39A80;
}

legend {
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 1.2em;
	color: #B39A80;
}

input {
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 0.9em;
	color: #666666;
}

input.submit, input.reset, input.button {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #005695;
	font-weight: bold;
	color: #FFFFFF;
}

textarea {
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 0.9em;
	color: #666666;
	width:37em;
}

select {
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 0.9em;
	color: #666666;
}

optgroup {
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 1em;
	color: #666666;
	font-weight: bold;
	font-style: normal;
}

option {
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 0.9em;
	color: #666666;
}

/* ----- DEFINITIONS ----- */
dl {
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 1.1em;
	color: #666666;
}

/* ----- CLASSES ----- */

