@charset "utf-8";
/* CSS Document */

/* Document wide CSS */
BODY {
	background-color: #66CCFF;
	background-image: url("images/background.png");
	background-position:top left;
	background-repeat:no-repeat;
	color: #22205F;
	/* color: #000066; */
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 87.5%;
}

A { text-decoration:none; font-weight: bold }

A:visited {
	color: #B85B5A;
}

/* still debating this */
 A:hover {
/*
	background-color:#0066FF;
	color: #66CCFF

*/
	color: #0066CC;
}

/* Header & Logo CSS */
#logo {
	width: 475px;
	display: block;
}

#header, #splash_header {
    margin: 0 auto;
	margin-bottom: 15px;
	height: 135px;
}

#header {
    width: 1000px;
}

#headerimg {
	position: relative;
    margin-bottom: 10px;
	padding-top: 15px;
	width: 800px;
}

/* Page headers */

#bloglogotext, #mainlogotext, #contactlogotext {
	position: absolute;
}

#bloglogotext {
	top: 25px;
	left: 115px
}

#mainlogotext {
	top: 40px;
	left: 205px;
}

#contactlogotext {
	top: 40px;
	left: 150px;
}

/* Right hand header adv area (aka 'Hire me!') */

#header_right {
	float: right;
	width: 180px;
	height: 125px;
	padding: 5px;
	background-color: #AED7FF;
    border: #688EB3 solid 2px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	font-size: 0.9em;
	text-align: center;
}

#header_right #hireme_link {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 1.2em;
}

#header_right #hireme_link A, #header_right #hireme_link A:visited {
	color: #22205F;
	text-decoration: none;
}

#header_right #hireme_link A:hover {
	color: #0066CC;
}

/* header links ('nome','blog' etc) */

#headerlinks {
	text-align: center;
}

#headerlinks A {
	padding: 3px;
	text-decoration: none;
	font-size: 0.9em;
	background-color: #AED7FF;
    border: #688EB3 solid 2px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#headerlinks .currentlink {
	border: white solid 2px;
}

#headerlinks A:visited {
	color: #22205F;
}

#headerlinks A:hover {
	background-color: #22205F;
	color: #AED7FF;
}

#main {
	position: relative;
	width: 1000px;
	min-height: 600px;
	margin: 0 auto;
	padding-bottom: 20px;
}

/* Mostly things for the static pages, some unused */

.hiddentext, .showlesslink {
	display: none;
}

.content_expanded .hiddentext, .content_expanded .showlesslink {
	display: inherit;
}

.content_expanded .showmorelink {
	display: none;
}

.bubbles { position: relative; }

.bubbles .content, #sponsorbox {
	border: #688EB3 solid 2px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.bubbles .content, #sponsorbox {
	background-color: #AED7FF;
}

.bubbles .content_header {
	border: #688EB3 solid 2px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px;
	background-color: #8BB3D9;
	/* background-color: #688EB3; */
	/* color: #AED7FF; */
	color: #22205F;
	width: 150px;
	position: absolute; top: 0px; left: 0px;
	text-align: right;
}
.bubbles .content {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #22205F;
	width: 590px;
	margin-top: 0px;
	margin-left: 170px;
}

.bubbles .content > p, .bubbles.content > div > p {
	margin-top: 0px;
}

.bubbles .content_header A, .bubbles .content_header A:hover, .bubbles .content_header A:visited {
	color: #22205F;
	text-decoration: none;
}

.pfirst {
	margin-top: 0px;
}

#sponsorbox {
	padding: 5px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 180px;
	margin-bottom: 10px;
}

#sidebar_skyscraper {
	padding-left: 10px;
	padding-right: 10px;
	width: 160px;
	height: 600px;
}

#buttons {
	position: absolute;
	bottom: 5px;
}

#contactform, #contactinputerrors, #contactothererror, #contactsuccess {
	display: none;
}

/* Blog snippet elements */

.blog_snippet_title {
	margin-top: 0px;
	margin-bottom: 2px;
}

.blog_snippet_date {
	margin-top: 0px;
    font-size: 0.9em;
	color: #777;
}

.error {
	color: red;
}

.displayed { display: block; }

.asterisk, .footnote {
	font-size: 0.8em;
}

.footehr { /* a pun! */
    clear: both;
	color: #22205F;
	background-color: #22205F;
	border: none;
	height: 1px;
	display: block;
	width: 1000px;
}

.footer {
	width: 1000px;
	margin: 0 auto;
	color: #688EB3;
}

.footer IMG {
	vertical-align: top;
}

.footerbuttons {
	float: right;
}

.errorpage {
	width: 990px;
	padding: 5px;
	background-color: #AED7FF;
	border: red solid 2px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 0.9em;
}

/*
.entry_content A:after {
	content: url('images/url-external-trans.png');
	vertical-align: top;
}

.entry_content A:visited:after {
	content: url('images/url-external-trans-visited.png');
}

.entry_content A[href^="http://webgurus.com"]:after,
.entry_content A[href^="http://webgurus.com"]:visited:after {
	content: "";
}
*/


.entry_content A {
	background-image: url('images/url-external-trans.png');
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 13px;
}

.entry_content A:visited {
	background-image: url('images/url-external-trans-visited.png');
}

.entry_content A[href^="http://webgurus.com"],
.entry_content A[href^="http://new.webgurus.com"],
.entry_content A[href^="http://www.webgurus.com"],
.entry_content A[href^="/"],
.entry_content A[href^=".."],
.entry_content A[href^="javascript"]
{
	padding-right: 0px;
	background-image: none;
}

.external_link_icon {
	padding-left: 3px;
}

A.snark {
	text-decoration: none;
	font-weight: normal;
	color: #22205F;
}

.ui-state-default { background-color: #AED7FF; border: #688EB3 solid 1px; color: #22205F; border-width: 2px; }
