/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS3PIE */
.blueShadow,
.rounded {
	position: relative;
	behavior: url(/css/PIE.htc);
}

/* MySQLDBA style */
.leftfloat {
	float: left;
}

.textLeft { text-align: left; }

.textCenter { text-align: center !important; }

.halfWidth { width: 50% }

.boxCenter {
	margin-left: auto;
	margin-right: auto;
}

.bordered {
	border: 2px solid #168;
}

.rounded {
	border-radius: 8px;
}

.padded {
	padding: 8px;
}

.marginTop {
	margin-top: 1em;
}

.darkBorder {
	border: 2px solid #035;
}

.blueShadow {
    box-shadow: 0 4px 4px #035;
}

.textShadow {
	text-shadow: 0.2em 0.2em #035;
}

.novmargin {
	margin: 0 auto;
}

.clearBoth {
	clear: both;
}

.googlesearch {
	background:		#168;
	margin: 2px 0;
	padding: 4px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 1.25em;
}

.googlesearch input[type='submit'] {
	background: #38a;
	border-width: 2px;
	border-style: solid;
	border-color: #5ac #057 #057 #5ac;
}

article {
	margin-bottom: 1em;
}

a {
	color:	#168;
}

a:visited {
	color:	#f80;
}

a img {
	text-decoration:	none;
}

a.stealth {
	text-decoration: none;
}

a.stealth:hover {
	text-decoration: underline;
}

body {
	background: #fff;
	color:		#333;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	margin:		0;
	padding:	0;
	padding: 8px;
}

h1 {
	font-size:	1.5em;
	font-weight:	bold;
	text-align:	center;
}

h2 {
	font-size:	1.25em;
	padding-bottom:	2px;
}

html {
	height: 100%;
	overflow-y: scroll;
}

img {
	border:		0;
	vertical-align:	center;
}

header.mainheader {
	color:		#fff;
	font-size:	1.5em;
	font-weight:	bold;
	background: #168;
	background: linear-gradient( top, #279 0%, #035 100% );
	background: -moz-linear-gradient( top, #279 0%, #035 100% );
	background: -webkit-linear-gradient( top, #279 0%, #035 100% );
	-pie-background: linear-gradient( top, #279 0%, #035 100% ); 
	padding: 8px;
	height: 72px;
	margin-bottom: 8px;
}

header.mainheader section.logo {
	float: left;
}

header.mainheader section.header {
	text-align: center;
	line-height: 4em;
}

nav.main_menu {
	float: left;
	width: 160px;
	background: #168;
	margin: 2em 0;
	border-radius: 8px;
	padding: 8px;
}

nav.main_menu li a {
	display:		block;
	color:			white;
	text-decoration:	none;
	border:			1px solid transparent;
	padding:			0.25em;
}

nav.main_menu li a:hover {
	font-weight:		bold;
	border:			1px solid white;
	background:		#38a;
}

section.bodytext {
	background: #fff;
	margin-left: 190px;
}

footer.mainfooter {
	background: #168;
	font-size:		0.8em;
	color:			#fff;
	padding: 0.5em 0;
	line-height: 1.25em;
}

footer.mainfooter a {
	color:	#f80;
}

ul.bulleted {
    list-style-type: disc;
    list-style-position: inside;

}

p.skip {
	display:	none;
}

#social_media_buttons {
    float: right;
    margin: 1em;
}

#body {
	padding:		4px;
	background:		#fff;
	background-repeat:	repeat-x;
	margin: 2px 162px;
	min-height: 592px;
}

#tweets {
	width:	240px;
	float:	right;
	background:		#168;
	color:			white;
	margin-bottom: 1em;
}

#tweets a {
	color: #fff;
	font-weight: bold;
}

#tweets .tweet {
	background:	#38a;
}

#blog {
	margin-right: 270px;
}

#blog .blogentry {
	background:		#168;
	margin-bottom: 1em;
}

#blog .blogentry header a {
	color:	white;
	font-weight: bold;
}

#blog .blogentry h1 {
	margin: 0;
}

#blog .blogentry h2 {
	background:	#38a;
	margin: 0.5em 0;
	text-align: center;
	font-size: 0.8em;
}

#blog .blogentry article {
	background:	white;
	padding: 1em;	
	text-align:	left;
}

#blog .blog_comments > header > h2 {
	background: #168;
	margin: 0;
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid #035;
}

#blog .blog_comments > article {
	margin: 1em;
}

#blog .blog_comments > article > header {
	border-bottom: 2px solid #168;
	padding: 0.5em;
}

#blog .blog_comments > article > pre {
	padding: 0.5em 1em;
	font-family: monospace;
}

#blog .blog_leave_comment {
	width: 50%;
	margin: 1em auto;
}

#blog .blog_leave_comment > header > h2 {
	background: #168;
	margin: 0;
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid #035;
}

#blog .blog_leave_comment label {
	width: 49%;
	text-align: right;
	display: inline-block;
}

#blog .blog_leave_comment input[type='email'],
#blog .blog_leave_comment input[type='text'] {
	width: 49%;
	text-align: left;
}

#blog .blog_leave_comment span.note {
	color: silver;
	font-size: 0.75em;
}

#blog .blog_leave_comment textarea {
	width: 90%;
	margin: 0 auto;
	height: 8em;
	resize: vertical;
}

#blog .blog_leave_comment input[type="submit"] {
	color: #fff;
	font-weight: bold;
	background: #168;
	background: linear-gradient( top, #279 0%, #035 100% );
	background: -moz-linear-gradient( top, #279 0%, #035 100% );
	background: -webkit-linear-gradient( top, #279 0%, #035 100% );
	-pie-background: linear-gradient( top, #279 0%, #035 100% ); 
	margin-bottom: 1em;
}

#articles { }

#articles div.article_intro h1 {
	text-align:	center;
	margin-top:	8px;
	font-size:	1.5em;
}

#articles div.article_intro h2 {
	text-align:	center;
	margin:		0;
	font-size:	1em;
}

#articles div.article_entry {
	background:		#168;
	border:			1px solid #146080;
	margin:			0 248px 8px 8px;
}

#articles div.article_entry h1 {
	margin:		0 8px;
	border-radius:	8px;
}

#articles div.article_entry h1 a:link {
	color:	white;
}

#articles div.articles_entry h2 {
	background:	#38a;
	font-size:	9pt;
	text-align:	center;
	margin:		0;
}



#article { }

#article div.header {
	background:		#168;
	border:			1px solid #146080;
	border-radius:		8px;
	-webkit-border-radius:	8px;
	-moz-border-radius:	8px;
	-khtml-border-radius:	8px;
}

#article div.header h1 {
	margin:	4px 0 2px;
}

#article div.header h1 a:link {
	color:	white;
	margin:	0;
}

#article div.header h2 {
	text-align:	center;
	color:		white;
	font-size:	1.25em;
	margin:		0;
}

#article div.bodytext {
	background:	white;
}

#article code {
	display:	block;
	font-family:	courier, monospace;
	border:		1px dashed blue;
	background:	#ccf;
	padding:	0.5em;
	white-space:	pre;
}

#article p.warning {
	background:	#FFEEEE url(/images/warning.png) no-repeat;
	border:		1px dashed red;
	min-height:	34px;
	padding-left:	34px;
}

#article p.tip {
	background:	#EEEEFF url(/images/tip.png) no-repeat;
	border:		1px dashed blue;
	min-height:	34px;
	padding-left:	34px;
}




