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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol {
	list-style: decimal;
}
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;
}




/* per request */
sub { vertical-align: bottom; }
sup { vertical-align: top; }

:focus { outline: 0; }

::-webkit-input-placeholder { color: inherit; }

html {
	width: 100%; height: 100%;
	margin-bottom: 1px;
}

body {
	padding-top: 22px;
	background-repeat: repeat-x;
}

a,
a:link,
a:visited,
a:active { text-decoration: none; }

/*h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	font-weight: normal;
}

h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 24px; margin-bottom: 10px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 11px; text-transform: uppercase; }*/

select {
	font-family: inherit;
}
input, textarea {
	border: 0;
	background: none;
	font-family: inherit;
}

input[type="text"],
input[type="password"] {
	width: 194px; height: 16px;
	padding: 8px 10px 10px 10px;
	background-repeat: no-repeat;
}

textarea {
	width: 415px; height: 180px;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}
input[type="file"], input[type="button"], input[type="submit"], input[type="reset"], select {}

input[type="submit"] {
	width: 76px; height: 34px;
	margin: 0; padding: 0;
	cursor: pointer;
	text-indent: -999999px;
	background-repeat: no-repeat;
}

input[type="submit"]:hover {
	background-position: 0 -34px;
}

form .wide {
	width: 276px;
}

code, pre {
	padding: 5px 10px;
	font-family: monospace;
	font-size: 12px;
}

pre {
	margin: 15px 0;
	overflow: auto;
}

blockquote {
	margin: 15px 0; padding-left: 12px; 
	font-style: italic;
}

dl {
	margin: 15px 0;
	width: 100%;
	overflow: hidden;
}

dt {
	float: left;
	width: 30%;
	margin-bottom: 5px;
	font-weight: bold;
}

dd {
	float: left;
	width: 70%;
	margin-bottom: 5px;
}

.post .entry ol, .post .entry ul, .comment .text ol, .comment .text ul, .textwidget ol, .textwidget ul, #side .widget.widget_text ul, #side .widget.widget-contact ul, .post .entry p, #side p {
	margin: 15px 0; border: 0;
}
.post .entry ol, .comment .text ol, .textwidget ol { margin-left: 20px; }
.post .entry li, .comment .text li, .textwidget li, #side .widget li { line-height: 22px; }
.post .entry ul li, .comment .text ul li, #side .widget.widget_text ul li, #side .widget.widget-contact ul li { padding: 0 0 0 15px; border: 0; background-repeat: no-repeat; background-position: 0 7px; }

/*
img.small-thumb {
	width: 28px; height: 28px;
}


img.alignnone {
	float: none;
	margin: 5px; padding: 5px;
}
*/

img.thumb.medium {
	float: left;
	margin-right: 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.clear { clear: both; }
* html .clear { height: auto; } /* ie fix? */
.nolineheight { line-height: 0; }
.floatleft { float: left; }
.floatright { float: right; }

/*
.alignright { float: right; }
.alignleft { float: left; }
*/

.left { float: left; }
.right { float: right; }

/* Structure */

.wrap {
	width: 970px; margin: 0 auto;
}

#header {
	border: 0; padding: 25px 0;
	background-repeat: no-repeat;
}

#header h1 { margin: 0; }

#content {
	padding: 35px 0 0 0;
	display: block;
	position: relative;
	background-repeat: repeat-x;
	background-position: top;
}

#main {}

#main p, #side p {
	line-height: 24px;
}

#main img {
	padding: 4px;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}

#main img.wp-smiley {
	padding: 0;
	background: none;
	border: 0;
	border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
}

#main img.wp-smiley:hover {
	background: none;
}

#main.wide {
	width: 100%;
}

#main.wide img {
	max-width: 960px;
}

#main.wide .post .title h2 {
	width: 838px;	
}


#side {
	width: 296px;
}

#footer {
	clear: both; overflow: hidden;
	padding: 55px 0 35px 0;
	background-repeat: repeat-x;
	background-position: top;
	font-size: 11px;
	line-height: 22px;
}

#footer ul, #footer li { list-style: none; font-size: 11px; }

#footer .block {
	float: left;
	width: 300px;
	margin-right: 35px;
}

#footer .block.last {
	float: right;
	margin-right: 0;
}

#footer a.logo {
	width: 138px; height: 18px;
	text-indent: -999999px;
	background: url(../images/alivethemes.png) no-repeat left top;
}

#footer a.logo:hover { border: 0; }