body {
	background-repeat: repeat;
	background-image: url(images/pagebg.png);
	background-color: #082755;
	font-size: small;
	font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	background-position: left top;
}

#container {
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
	width: 995px;
}

#menu {
	height: 114px;
	background-image: url(images/menuBG.gif);
	background-repeat: no-repeat;
	width: 815px;
	padding: 75px 90px 0px 90px;
}

#content {
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	background-repeat: repeat-y;
	width: 995px;
	background-image: url(images/contentbg.gif);
}

#left
{
	margin-left: 90px;
	width: 550px;
}

#wideleft
{
	margin-left: 90px;
	width: 800px;
}

#right
{
	border-left-color: #c9c9c9;
	border-left-width: 1px;
	border-left-style: solid;
	top: 50px;
	right: 90px;
	position: absolute;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	width: 220px;
	float:right;
}

#right h4
{
	text-align: center;
	padding: 5px;
	font-style: normal;
	font-weight: normal;
	width: 220px;
	margin: 0px;
	font-size: 140%;
	color: #ce3d0a;
	font-family: "Myriad Pro", helvetica, "handwriting - dakota", Georgia, "Times New Roman", Times, serif;
}

#right ul
{

	border-left-style: none;

	background-position: 0;

	padding-bottom: 7px;

	padding-left: 0px;

	padding-right: 0px;

	margin: 0px;

	width: 220px;

	font-size: 100%;

	list-style-position: outside;

	list-style-type: none;

}

#right ul li
{

	margin: 0px;

	border-left-style: none;

	border-bottom-style: none;

	border-right-style: none;

	border-top-style: none;

	display: block;

	list-style-position: outside;

	list-style-type: none;

}

#right ul li a
{
	border-width: 0px;
	margin: 0px;
	border-color: #d0d0d0;
	border-style: none;
	text-align: center;
	color: #4d4d4d;
	padding-left: 5px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-top: 8px;
	display: block;
}

#right ul li a:hover
{
	border-width: 0px;
	margin: 0px;
	background-position: left center;
	background-image: url(images/arrowleft2.gif);
	background-repeat: no-repeat;
	background-color: #8ec6f9;
	text-align: center;
	text-decoration: none;
	padding-left: 5px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-top: 8px;
	display: block;
	color: #242424;
}

#bottom {
	background-image: url(images/footerbg.gif);
	width: 995px;
	height: 122px;
	background-repeat: no-repeat;
}

div.post
{
	font-size: 95%;
	margin-bottom: 10px;
}

.entry
{
	word-spacing: 0.25em;
	font-size: 12px;
	line-height: 1.45em;
	color: #303030;
}
h2
{
	letter-spacing: 0.05em;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-family: "myriad pro", "century gothic", Georgia, "helvetica neue", "handwriting - dakota", "Times New Roman", Times, serif;
	color: #1553aa;
}

.timestamp
{
	color: #ce622b;
}

a
{
	border-width: 0px;
	text-decoration: none;
	color: #1553aa;
}

a:visited
{
	text-decoration: none;
	color: #1553aa;
}

a:hover
{
	color: #ce3d0a;
}

#footer
{
	font-size: 80%;
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
	color: #afcff9;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

div.post img
{
	margin: 20px;
	background-color: #f5f5f5;
	border-color: #afc3d6;
	border-style: solid;
	border-width: 1px;
	padding: 6px;
}

em
{
	font-weight: bold;
}

img
{
	border-width: 0px;
}

input.yellow
{
	font-size: 110%;
	color: #3f3d3e;
	border-color: #dcd11a;
	border-style: solid;
	border-width: 1px;
	width: 220px;
	padding: 5px;
	background-color: #fffbbe;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

input.yellow:focus
{
	font-size: 110%;
	color: #3f3d3e;
	border-color: #c59340;
	border-style: solid;
	border-width: 1px;
	width: 220px;
	padding: 5px;
	background-color: #ffeb89;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

textarea.yellow
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 110%;
	color: #3f3d3e;
	border-color: #dcd11a;
	border-style: solid;
	border-width: 1px;
	width: 400px;
	padding: 5px;
	background-color: #fffbbe;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

textarea.yellow:focus
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 110%;
	color: #3f3d3e;
	border-color: #c59340;
	border-style: solid;
	border-width: 1px;
	width: 400px;
	padding: 5px;
	background-color: #ffeb89;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

h3
{
	color: #1553aa;
}

ul.commentlist
{
	padding: 0px;
	margin: 0px;
}

ul.commentlist li
{
	width: 550px;
	padding: 0px;
	margin: 0px;
	color: #5c5c5c;
	background-position: left top;
	background-repeat: no-repeat;
	list-style-type: none;
}

ul.commentlist li.alt
{
	width: 550px;
	padding: 0px;
	margin: 0px;
	color: #5c5c5c;
	background-repeat: no-repeat;
	background-position: left top;
}

div.commentInfo cite
{
	margin-right: 2px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 110%;
	font-style: normal;
	font-family: "myriad pro", "helvetica neue", helvetica, sans-serif;
	color: white;
	font-weight: normal;
	display: inline;
}

div.commentInfo cite a
{
	color: white;
}

div.commentWrapper
{
	width: 550px;
	color: white;
	position: relative;
	border-style: none;
	background-position: 0 bottom;
	background-repeat: repeat-x;
	margin-bottom: 30px;
	clear: both;
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.3);

}

div.commentInfo
{
	padding-bottom: 3px;
	padding-top: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #eea210;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #f5aa19;
	width: 548px;
	display: block;
}

div.commentInfo span
{
	font-size: 80%;
	color: #ffe4af;
}

div.commentContent
{
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-left-color: #c6c6c6;
	border-bottom-color: #c6c6c6;
	border-right-color: #c6c6c6;
	width: 548px;
	line-height: 18px;
	font-size: 12px;
	color: #424340;
	display: block;
}

div.commentContent p
{
	padding-top: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-top: 0px;
}

div.commentInfo small
{
	width: 548px;
	color: #c77a00;
}

.commentmetadata
{
	top: 7px;
	right: 5px;
	position: absolute;
	float: none;
}

div.navigation
{
	font-size: 130%;
}

div.post a
{
	font-weight: bold;
}

div.header
{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.twitterBox
{
	border-color: #d6c24f;
	border-style: solid;
	border-width: 1px;
	background-color: #ffec76;
}

div.twitterBubble
{
	margin-bottom: 50px;
	height: 171px;
	width: 217px;
	background-image: url(images/dialogBubble.gif);
}

div.twitterBubble ul.twitter
{
	padding-bottom: 8px;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 10px;
	border-width: 180px;
}

div.twitterBubble h5
{
	font-weight: bold;
	font-size: 14px;
	font-family: "gill sans";
	padding-top: 10px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

div.twitterBubble a
{
	margin-left: 10px;
}

.twitter-timestamp
{
	font-style: italic;
}

a.back
{
	font-size: 120%;
	display: block;
	margin-bottom: 20px;
}

a.back:visited
{
	font-size: 120%;
	display: block;
	margin-bottom: 20px;
}

div.post img
{
	margin-top: 0px;
}

div.entry h5
{
	padding-bottom: 0px;
	padding-top: 0px;
	color: #1c1c1c;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 110%;
}

div.entry p
{
	padding-bottom: 4px;
	padding-top: 2px;
	margin-top: 0px;
}

blockquote
{
	font-style: italic;
	color: #050505;
}

img.Thumb
{
	margin-left: 0px;
}

.ngg-gallery-thumbnail a img
{
	margin: 0px;
}


