html, body, * { 
	margin: 0; 
	padding: 0;
	}
a {
	cursor: pointer;
	}
a img, iframe { 
	border: 0;
	}
a:active, a:focus {
	outline: none;
	}
h1, h2, h3, h4, h5, h6 { 
	font-size: 100%; 
	font-weight: normal;
	}
ul, ol, dl, li, dt, dd {
	list-style: none;
	}
form, fieldset {
	border: 0;
	}	
legend { 
	color: #000;
	}
select {
	margin: inherit;
	}
table {
	border-collapse: collapse;
	border: 0;
	}
td, th, caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	}
/*============================================
	2: Main Structure
==============================================*/
body {
	background: #fbfdff;
	font: 62.5%/100% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	}
#header {
	padding: 0;
	background: url(images/smallshock_bg_01.gif) no-repeat;
	height: 116px;
	}
	
#header h1.site-title {
	display: none;
 	margin-top: 15px;
	margin-right: 30px;
	color: #ffce42;
}

#header h1.site-title a {
	color: #ffce42;
}

#header p.site-description {
	margin-left: 50px;
	color: #ffce42;
	display: none;
}


#main {
	width: 100%;
	overflow: hidden;
	padding-top: 0px;
	background: url(images/smallshock_bg_03.gif) repeat-y;
	}
#content {
	width: 492px;
	float: left;
	}
#sidebar {
	width: 200px;
	float: right;
	margin-right: 36px;
	padding-bottom: 30px;
	}
#footer {
	width: 100%;
	padding: 0;
	margin-bottom: 0;
	clear: both;
	background: url(images/smallshock_bg_07.gif) no-repeat;
	height: 76px;
	}
/*============================================
	3: Global Elements
==============================================*/
a {
	color: #06c;
	text-decoration: none;
	}
blockquote {
	border-left: 3px solid #eee;
	padding-left: 10px;
	}
pre {
	margin-bottom: 1.5em;
	}
code {
	font: 1.2em/1.8em "Courier New", Courier, mono;
	}
hr {
	display: none;
	}
/*============================================
	4: Header
==============================================*/
.site-title a {
	color: #06c;
	font: bold 2.8em 'Trebuchet MS';
	margin-left: 30px;
	}
.site-description {
	font: 1.4em Arial;
	margin-left: 30px;
	}
/*============================================
	5: Navigation
==============================================*/
#navigation {
	width: 100%;
	overflow: hidden;
	margin: 0 0 0 50px;
	padding-left: 0;
	}
#navigation li {
	display: inline;
	font: 1.1em Arial;
	text-transform: uppercase;
	}
#navigation li a {
	display: block;
	padding: 50px 25px;
	float: left;
	}
#navigation li a:hover {
	text-decoration: underline;
	}
#navigation li.home a {
	padding-left: 0;
	}
#navigation li.subscribe a {
	float: right;
	padding-right: 0;
	}
/*============================================
	6: Content
==============================================*/
.content-title {
	display: block;
	padding: 10px 0;
	color: #333;
	font: 2.0em Arial;
	text-align: center;
	}
.post {
	padding-bottom: 50px;
	margin-left: 30px;
	}
.post-title {
	color: #333;
	font: 2.0em Arial;
	display: block;
	}
.post-title a {
	color: #333;
	display: block;
	}
.post-date {
	margin-top: 5px;
	padding-bottom: 15px;
	font-size: 1.1em;
	text-transform: uppercase;
	}
.post-info {
	margin-top: 2.0em;
	font-size: 1.2em;
	text-align: center;
	}
.post-entry {
	width: 100%;
	overflow: hidden;
	}
.post-entry p, .post-entry blockquote {
	margin-bottom: 1.5em;
	}
.post-entry p {
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: justify;
	}
.post-entry p a {
	text-decoration: underline
	}
.post-entry p a:visited {
	text-decoration: none;
	}
.post-entry p a:hover {
	background: #06c;
	color: #fff;
	}

.post-entry h2 {
	font: bold 1.75em Arial;
	margin-bottom: 1.0em;
}

.post-entry h3 {
	font: bold 1.5em Arial;
	margin-bottom: 1.0em;
	}
.post-entry ul, .post-entry ol {
	font-size: 1.2em;
	margin-bottom: 2.0em;
	}
.post-entry ul li, .post-entry ol li {
	margin: 1.0em 0 1.0em 3.5em;
        line-height: 1.2em;
	}
.post-entry ul li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	}
.post-entry ul li {
	margin-left: 3.0em;
	padding-left: 0.5em;
	list-style-type: circle;
	}

.post-entry ul li.none {
       list-style-type: none;
}
.post-entry ol li {
	list-style-type: decimal;
	}
.post-entry code {
	font-size: 1.5em;
	}
/*============================================
	7: Comments
==============================================*/
.comments-closed {
	font-size: 1.2em;
	padding-bottom: 50px;
	}
#comments, #respond {
	font-size: 1.2em;
	margin-left: 30px;
	}
#comments h3, #respond h3 {
	font: 1.8em Arial;
	margin-bottom: 10px;
	}
ol.commentlist {
	padding-bottom: 30px;
	}
ol.trackbacklist {
	padding-bottom: 20px;
	}
ol.commentlist li.comment-item {
	padding: 20px 15px;
	overflow: hidden;
	}
ol.commentlist li.alt {
	background: #f8f8f8;
	}
ol.commentlist li.author {
	border-left: 5px solid #ddd;
	}
ol.commentlist p, ol.commentlist ol, ol.commentlist ul, ol.commentlist blockquote {
	margin-bottom: 1.5em;
	}
#comments .comment-text ol li {
	list-style-type: decimal;
	margin: 0 0 1.0em 3.5em;
	}
#comments .comment-text ul li {
	list-style-type: circle;
	margin: 0 0 1.0em 3.0em;
	padding-left: 0.5em;
	}
.comment-info a:hover {
	background: #f8f8f8;
	}
.comment-author a {
	color: #06c;
	}
.comment-date, .comment-date a {
	color: #666;
	}
ol.commentlist p {
	line-height: 1.5em;
	}
ol.trackbacklist li {
	padding: 0 0 1.5em 50px;
	}
.trackback-link {
	display: block;
	padding-top: 8px;
	}
.trackback-url {
	display: block;
	padding: 8px 0;
	}
#respond {
	padding-bottom: 50px;
	}
#respond h3 {
	margin-bottom: 1.0em;
	}
#respond p {
	margin-bottom: 1.0em;
	}
#respond label {
	display: block;
	padding-bottom: 0.5em;
	}
.commentform-input, .commentform-textarea {
	width: 99%;
	padding: 2px 0;
	margin-bottom: 10px;
	}
.commentform-button {
	padding: 2px 5px;
	}
/*============================================
	8: Sidebar
==============================================*/
#sidebar ul li.sidebar-item {
	font-size: 1.1em;
	margin-bottom: 2.0em;
	}
#sidebar h3 {
	font: 1.4em Arial;
	padding-bottom: 0.5em;
	margin-bottom: 1.0em;
	border-bottom: 1px solid #ccc;
	}
#sidebar ul li a {
	padding: 0.75em 0;
	}
#sidebar ul li a:visited {
	color: #036;
	}
#sidebar ul li a:hover {
	color: #69c;
	}
#sidebar ul li.sidebar-item p {
	line-height: 1.8em;
	}
#sidebar ul li.sidebar-item ul {
	margin-bottom: 0;
	}
#sidebar ul li.sidebar-item ul li ul li {
	padding-left: 1.5em;
	}
/*============================================
	9: Footer
==============================================*/
#footer p {
    color: #ffce42;
	font-size: 1.2em;
	margin-left: 40px;
	margin-top: 22px;
	}
	
#footer p a {
    color: #ffce42;
	font-weight: bold;
}

.footer-credits {
	width: 100%;
	float: left;
	}
.footer-standards {
	width: 35%;
	float: right;
	text-align: left;
	}
/*============================================
	10: Forms
==============================================*/
.search-input {
	width: 96%;
	padding: 3px 2px 2px 2px;
	font-size: 1.2em;
	}
/*============================================
	11: Miscellaneous
==============================================*/
.navigation {
	overflow: hidden;
	width: 100%;
	font: 1.2em Verdana;
	}
.navigation .previous-entries {
	float: left;
	width: 49%;
        margin-left: 2em;
	}
.navigation .next-entries {
	float: right;
	width: 49%;
	text-align: right;
	}
.navigation a {
	color: #666;
	display: block;
	padding: 1.0em 0 5.0em;
	}
.permalink-nav a {
	padding: 0 0 3.0em;
	}
	
/* Added stuff */
.hidden {
display: none;
}

h3#archives {
	background: url(images/archives.png) no-repeat;
	height: 25px;
}

h3#about {
	background: url(images/about.png) no-repeat;
	height: 25px;
}

h3#search {
	background: url(images/search.png) no-repeat;
	height: 25px;
}

h3#categories {
	background: url(images/categories.png) no-repeat;
	height: 25px;
}

h3#pages {
	background: url(images/pages.png) no-repeat;
	height: 25px;
}

h3#recommended {
	background: url(images/recommended.png) no-repeat;
	height: 25px;
}

h3#recent_posts {
	background: url(images/recent_posts.png) no-repeat;
	height: 25px;
}

#header p.logo {
  float: right;
  background: url(images/smallshock-logo.png);
  height: 104px;
  z-index: inherit;
}

.imgRight {
  float: right;
  margin: 0px 0px 4px 4px;
}

.imgLeft {
  float: left;
  margin: 0px 4px 4px 0px;
}