body {
	margin: 0px;
	padding: 0px;
	background:  #FFFFFF url(../images/bg.gif) repeat-x;
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	/*color: #5a5a5a;*/
	color:#404040;
}


html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.fr {
	float: right;
}
.fl {
	float: left;
}
#pageloading {
	width: 200px;
	height: 100px;
	background-color: #990000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -100px;
	text-align: center;
	color: #FFFFFF;
	z-index: 2000;
}

.clearFix {
	clear: both;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	
}

h1 {
	/*text-transform: lowercase;*/
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	/*text-transform: lowercase;*/
	/*letter-spacing: -1px;*/
	font-size: 20px;
}

h3 {
	font-size: 1em;
}

#sidebar h1 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

#sidebar h2 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

#sidebar h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 140%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #7ACE11;
}

a:hover {
	text-decoration: none;
	color: #7ACE11;
}

/* ---------------- Header ---------------- */

#header {
	width: 960px;
	height: 160px;
	margin: 0px auto;
}

/* ---------------- Logo ---------------- */

#logo {
	float: left;
	padding: 30px 0 0;
}

#logo h1 {
	margin: 0;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 3.2em;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Tahoma, "Times New Roman", Times, serif;
}

#logo h1 a {
	padding-right: 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#logo p {
	margin: -5px 0 0 0;
	text-transform: uppercase;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* ---------------- Menu ---------------- */

#menu {
	float: right;
	width: 400px;
}

#menu ul {
	margin: 0px;
	padding: 58px 0px 0px;
	padding-right:0px;
	list-style: none;
	float:right;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 3px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.5em;
	color: #b1e0fe;
	font-family: Tahoma, "Times New Roman", Times, serif;
	height: 30px;
	padding: 10px;
	padding-left:15px;
	padding-right:15px;
	border:2px solid #b1e0fe;
	border-bottom:none;
	background-color:#5a5a5a;
}

#menu a:hover {
	color: #E1F0F7;
	background-image: url(../images/nav_over.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border:2px solid #ffffff;
	border-bottom:none;
}
#menu .active {
	color: #5a5a5a;
	background-image: url(../images/nav_active.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color:#ffffff;
}
	


/* ---------------- Page ---------------- */

#page {
	width: 960px;
	margin: 0 auto;
}

/* ---------------- Content ---------------- */

#content {
	float: left;
	width: 660px;
}
#content h1 a {
	text-decoration: none;
	color: #4e81a1;
}
#content h1 a:hover {
	color: #7ACE11;
}

.post {
	padding: 20px 20px;
	background-image: url(../images/postfade-bigblue3.png);
	background-repeat: no-repeat;
	min-height:180px;
}

.title {
	margin: 0;
	border-bottom: 2px solid #ffffff;
	color: #4e81a1;
	padding-bottom: 10px;
}

.byline {
	color: #D79B00;
	margin: 0px 0px 15px;
}

blockquote {
	border-left: 3px solid #E1F0F7;
	/*font: italic 120%/1.2em Tahoma, "Century Gothic", "Trebuchet MS", Verdana;*/
	font:italic;
	margin-left: 20px;
	padding-left: 20px;
	/*color: #b0b0b0;*/
	margin-bottom: 20px;
}
blockquote p {
	margin: 0px;
	padding: 0px;
	display: inline;
}






/* ---------------- Sidebar ---------------- */
#sidebar {
	float: right;
	width: 260px;
	padding-bottom: 40px;
	padding-top:15px;
	background-image: url(../images/sidebarfade-grey.png);
	background-repeat: no-repeat;
	
}

#sidebar ul {
	list-style: none;
	margin-bottom: 30px;
	padding-left:10px;
	padding-right:10px;
}

#sidebar li {
	border-top: 1px solid #e5e5e5;
}

#sidebar h2 {
	margin: 0;
	margin-left:8px;
	color: #a5a5a5;
	padding-left: 20px;
	background: url(../images/arrow_right.png) no-repeat 0px 6px;
	line-height: 1em;
}

#sidebar a {
	text-decoration: none;
	color: #4e81a1;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar li a {
	display: block;
}
#sidebar li a:hover {
	display: block;
	background-image: url(../images/sidebarnavover.png);
	background-repeat: repeat-y;
}

#sidebar a:hover {
}

/* coremod: mg:19/7/09 | Added recent comments pod */
#commentsPod li{
	font-size:75%;
}
#commentsPod li a,#commentsPod li a:hover {
	display: inline;
	background-image:none;
}

/* ---------------- Footer ---------------- */
#footer {
	clear: both;
	height: 160px;
	background: #F2F2F2;
	background-color: #4e81a1;
}

#footer p {
	padding: 20px 0;
	text-align: center;
	font-size: smaller;	
	color:#ffffff;
	border-top:6px solid #b1e0fe;
}


/* ---------------- Prev & Next ---------------- */
#nextN a:link, #nextN a:visited {
	text-decoration: none;
	color: #4e81a1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
#nextN a:hover {
	color: #7ACE11;
}
#nextN {
	width: 100%;
	padding-bottom: 20px;
}
#nextN #newer {
	float: left;
}
#nextN #older {
	text-align: right;
}
.searchResultsCount {
	color: #CC9900;
}


/* ---------------- Twitter ---------------- */
#twitter_div {
	padding-bottom: 25px;
}
#twitter_div li {
	border-top: 1px dotted #999999;
}


/* ---------------- Search Field ---------------- */
#searchBlock  fieldset {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#searchBlock #searchBTN {
	display: inline;
}
#searchBlock  form {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#searchBlock label {
	display: none;
}
#searchBlock {
	padding: 10px;
	
	margin-bottom: 25px;
}



/* ---------------- Comments ---------------- */
.gravatar  img {
	background: #000000;
	padding: 3px;
	border: 1px solid #333333;
}
.gravatar {
	float: left;
	width: 60px;
	height: 60px;
}
.comment {
	float: left;
	width: 530px;
}
#page #content .highlighted {
	background: #E7F8FE;
	border: 1px solid #4e81a1;
}
.commentblock {
	padding: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #b1e0fe;
}
.thumb {
	margin-right: 20px;
	float: left;
}
#respond {
	border-top: 4px solid #b1e0fe;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: 100;
	color: #999999;
}
#comments {
	font-size: 1.25em;
	border-top: 4px solid #b1e0fe;
	padding-top: 10px;
}


/* ---------------- Form Styles ---------------- */
#search-go, #searchBTN {
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../images/search-button.gif) no-repeat 0 0;
	cursor:pointer !important;
	padding-left: 10px;
}
#search-go:hover, #searchBTN:hover {
	background-position:0 -26px;
}
form {
	/*background:#fff;*/
	padding:1em;
	border:4px solid #eee;
}
fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
	margin-bottom: 1.5em;
}
fieldset div {
	margin:0.3em 0;
	clear:both;
}

label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}
legend {
	color:#0b77b7;
	font-size:1.2em;
}
legend span {
	width:10em;
	text-align:right;
}
input, textarea {
	padding:0.15em;
	border:2px solid #999999;
	background:#ffffff;
	font:125%;
	margin-bottom:4px;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:focus {
	border-color:#4e81a1;
	background:#f6f6f6;
}

/* Comment Form: sourced from glossyblue */
#commentform {
	margin-top: 10px;
}
#commentform div textarea {
	padding:0.15em;
	border:2px solid #999999;
	background:#ffffff;
	font: 1em;
	margin-bottom:4px;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
/*#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(../images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

#commentform input[type="text"] {
	width: 200px;
}*/

/* ----------- System Messages Errors and Warnings ----------- */
.error img, .warning img, .success img, .notice img {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
}
.error h3, .warning h3, .success h3, .notice h3 {
	font-weight: bold;
	display: inline;
}
.error {
	background: #450b18;
	border: 1px solid #5c2626;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ffd2d2;
}
.warning {
	background: #CD9E15;
	border: 1px solid #bc8d03;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #333333;
}
.success {
	background: #CD9E15;
	border: 1px solid #91a759;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #003300;
}
.notice {
	background: #d2ebf9;
	border: 1px solid #a6d0e7;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #032655;
}



/* ----------- Flickr Photos ----------- */
#flickr h2 {
	color: #CC0066;
}
#flickr {
	padding: 10px;
}
#flickr a {
	display: inline;
}
#flickr img {
	background: #CCCCCC;
	padding: 3px;
}


/* ----------- Custom Styles ----------- */
.button  {
	font-weight: bold;
	color: #CD9900;
	background: url(../images/bg-button.png) repeat-x;
	padding: 8px;
	border-left: 1px solid #610e57;
	border-right: 1px solid #2f2779;
	border-top: 1px solid #3f2874;
	border-bottom: 1px solid #3F2874;
	text-decoration: none;
}
.button:hover {
	color: #FFCC66;
	background: url(../images/bg-button-active.png) repeat-x;
}
.postGFX {
	padding: 6px;
	background: url(../images/post-img-frame.png);
	margin-bottom: 20px;
}
.postimgLeft {
	float: left;
	border: 1px solid #BDDFED;
	padding: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.postimgRight {
	float: right;
	border: 1px solid #BDDFED;
	padding: 3px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/* Scribe Pod */
#ScribePod{
	margin-bottom:15px;
}
#ScribePod input{
	width:140px;
}
#ScribePod input[type=submit]{
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../images/submit-button.gif) no-repeat 0 0;
	cursor:pointer !important;
	padding-left: 10px;
}
#ScribePod input[type=button]:hover{
	background-position:0 -26px;
}

/*Tag Pod*/
#cloudTagPodLinks{
	padding-left:15px;
}

.categoryTitle {
	background-image: url(../images/category-title-bg-grey2.jpg);
	background-repeat: no-repeat;
	min-height:50px;
	color:#ffffff;
	padding-top:10px;
	padding-left:20px;
	margin-top:0px;
	margin-bottom:0px;
}
