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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 120%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------- end of reset.css ---------------------------- */

body {
	background-color: #e6e6e6;
	font-family: Calibri, Helvetica, sans-serif;
}

a {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}


#header {
	height: 75px;
	width: 100%;
	background: #333333 url('images/globalbin-bar.jpg') repeat-x top left;
}

#headerimg {
	background: url('images/globalbin-logo.jpg') no-repeat top left;
	width: 430px;
	height: 80px;
}

#header h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #ffffff;
	padding: 20px 0px 0px 20px;
}

#header h1 a {
	color: #ffffff;
	text-decoration: none;
}

#header .description {
	color: #cfcfcf;
	margin-left: 20px;
	font-size: 8pt;
}

#content {
	float: left;
	width: 700px;
	margin: 20px 0px 0px 50px;
}

h2.pagetitle {
	font-family: Constantia, Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 120%;
	color: #999999;
}

.post {
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	margin: 0px 0px 30px 0px;
	
}

.post h2, 
.post h3 {
	font-family: Constantia, Georgia, "Times New Roman", serif;
	margin: 30px 25px 10px 50px;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 160%;
	color: #333333;
}

.post h2 a,
.post h2 a:visited,
.post h3 a,
.post h3 a:visited {
	text-decoration: none;
	color: #666666;
}



.post .postmetadata  {
	color: #666666;
	font-size: 8pt;
	font-weight: bold;
	background-color: #f0f0f0;
	padding: 20px;
	margin-top: 30px;
	line-height: 160%;
}

.post .postmetadata  a {
	color: #cc0000;
	text-decoration: none;
}

.post .postmetadata  a:hover {
	color: #000000;
	text-decoration: underline;
}

.hentry small {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 8pt;
	
	width: 600px;
}

.entry {
	margin-top: 30px;
}

.entry p {
	margin: 0px 50px 20px 50px;
	font-family: Constantia, Georgia, "Times New Roman", serif;
	font-size: 10pt;
	line-height: 160%;
	color: #666666;
}

p.postmetadata {
	font-family: Calibri, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#sidebar {
	float: left;
	width: 200px;
	margin-top: 20px;
	margin-left: 15px;
}

#sidebar ul {
	font-size: 9pt;
	line-height: 1.2em;
	color: #666666;
}

#sidebar ul li {
}

#calendar_wrap {
	margin-bottom: 10px;
}

.widget {
	background-color: #f6f6f6;
	border: 1px solid #cfcfcf;
	padding: 10px;
	margin-bottom: 15px;
}

.widgettitle {
	padding: 3px;
	background-color: #fcfcfc;
	margin-bottom: 6px;
}

.widget ul {
}

.widget ul li {
	margin-left: 5px;
	line-height: 120%;
	padding-bottom: 3px;
}

#wp-calendar {
	width: 100%;
}
#wp-calendar td {
	text-align: center;
}

#wp-calendar #prev {
	text-align: left;
	font-weight: bold;
}

#wp-calendar #next {
	text-align: right;
	font-weight: bold;
}


#footer {
	clear: both;
	background-color: #cfcfcf;
	padding: 10px 50px 10px 50px;
	font-size: 8pt;
	line-height: 140%;
	height: 100px;
}

#footer p {
	color: #666666;
}

.navigation {
	font-size: 9pt;
	font-weight: bold;
	height: 25px;
}

.alignleft {
	float: left;
	width: 340px;
}

.alignright {
	text-align: right;
	float: right;
	width: 340px;
}


#comments {
	font-size: 9pt;
}

.vcard cite {
	float: left;
	font-style: normal;
}
.commentlist {
	background-color: #ffffff;
	font-size: 9pt;
	border: 1px solid #cfcfcf;
	padding-bottom: 20px;
}

.comment-body {
	margin: 20px 20px 0px 20px;
}

.comment-body p {
	font-family: Constantia, Georgia, "Times New Roman", serif;
	font-size: 10pt;
	line-height: 160%;
	color: #666666;
}

.avatar {
	background-color: #e6e6e6;
	width: 32px;
	height: 32px;
}




.comment-meta p {
	margin: 15px 0px 0px 0px;
	border: 1px solid #ff0000;
}

#respond {
	color: #666666;
	width: 700px;
	background-color: #ffffff;
	font-size: 9pt;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border: 1px solid #cfcfcf;
}

#respond p {
	margin-left: 20px;
}

#respond h3 {
	padding-top: 20px;
	margin-left: 20px;
}

#commentform {
	padding: 20px;
	margin-bottom: 50px;
}

#commentform p {
	padding-bottom: 5px;
}

#comment {
	width:450px;
}