/* CSS Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding:0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; }

/* New CSS */
html, body { height: 100%; }
body { background-color: #222; }
h2, h3, h4 , #description, li { /*font-family: Tahoma, Geneva, sans-serif;*/ color: #555; }
h2 { font-size: 20px; color: #555; }
h3 { font-size: 18px; margin-left: 50px; }
h4 { font-size: 16px; margin-left: 25px; font-weight: bold; }
li { list-style-type: square; margin-left: 25px; font-size: 14px; }
strong { font-weight: bold; }
em { font-style: italic; }
table { border-collapse: collapse; border-spacing: 0px 0px; height: 100%; width: 100%; }
table td { vertical-align: middle;}

code {
    font-size: 11px;
}

body {
    background-image:url(../img/background.gif);
    background-repeat:repeat;
    font-family: Helvetica, Arial, sans-serif;
}

#header {
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	position: relative;
	height: 164px;
	width: 800px;
}

#footer {
    background-color: #CCC;
    padding: 3px;
    font-size: 12px;
}

#footer a {
    color: #333333;
	text-decoration: underline;
}

#page-wrapper {
    position: relative;
	margin: 0 auto;
	text-align: center;
	background-image: url(../img/contentShadow.png);
	background-repeat: repeat-y;
	width: 800px;
	padding: 0px 10px 0 10px;
}

#link-bradkeys {
    position: absolute;
	top: 30px;
	left: 20px;
	height: 70px;
	width: 310px;
}

#image-links {
	text-align: center;
	width: 100%;
}

#social {
    top: 126px;
    right: 15px;
	position: absolute;
	height: 33px;
}

#social a {
	width: 28px;
	height: 28px;
	margin-left: 2px;
	float: right;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #4F4F4F;
}

#email {
	position: absolute;
	top: 0px;
	right: 8px;
}

#tweet {
    text-align: left;
    font-size: 12px;
    margin: 5px 5px 10px 5px;
}

#links span {
    padding: 5px 20px 15px 20px;
    width: 50px;
    height: 75px;
    position: relative;
    display: inline-block;
}

#videos img, #photos img {
    display: inline;
    margin: 5px;
    width: 85px;
}

#side-bar {
    position: absolute;
    right: 26px;
    top: 184px;
    width: 205px;
}

.side-bar-section {
	background-color: #e2e2e2;
	margin-bottom: 1em;
	padding: 0.3em 0.3em 0.6em 0.3em;
	color: #555555;
	font-size: small;

	border-radius: 8px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.side-bar-section img {
	box-shadow: 2px 2px 5px #666;
	-webkit-box-shadow: 2px 2px 5px #666;
	-moz-box-shadow: 2px 2px 5px #666;
}

#side-bar .side-bar-section h2 {
	padding: 0.3em 0;
	font-size: medium;
}

#content #side-bar #about a {
    text-decoration: none;
	font-size: medium;
	color: #555;
	font-weight: none;
}

#content #side-bar #about {
    padding: 3px;
}

#content #side-bar a {
	font-size: small;
	color: #333333;
}

#articles {
    text-align: left;
	padding: 20px 0px 20px 20px;
	width: 545px;
}

#post {
	background-color: #d6dff7;
	border-radius: 8px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-bottom: 25px;
    padding: 1em 1em 0.5em 1em;
    
    /* Border */
    -moz-box-shadow: 2px 2px 3px #BBBBBB;
    -webkit-box-shadow: 2px 2px 3px #BBBBBB;
    box-shadow: 2px 2px 3px #BBBBBB;
}

#post h2 {
	margin: 0;
	padding: 0;
}

#content #thumbs a {
	border-style: none !important;
}

#content #post h2 a {
	color: #1b233a;
	font-size: large;
	text-decoration: none;
	border: none;
}

#content #post h2 a:hover {
	color: #333333;
}

#content #post a {
	color: #666666;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #333333;
}

#content #post a:hover {
	color: #888888;
}

#content #post #footer a:hover {
	border-style: none;
}

#post p {
	font-size: 14px;
	line-height: 1.5em;
	margin: 1em 0;
}

#post .post-img {
	margin-bottom: 10px;
	margin-right: 20px;
	float: left;
	
	box-shadow: 2px 2px 5px #555;
	-webkit-box-shadow: 2px 2px 5px #555;
	-moz-box-shadow: 2px 2px 5px #555;
}

#paginator {
	font-size: small;
	text-align: center;
}

#content #paginator a {
	font-size: small;
	text-decoration: none;
	padding: 0 0.5em;
}

#content { 
	background-color: #fff;	
	min-height: 800px;
}

#content p, h1 { 
	color: #333;
}

#content h1 {
	font-size: 24px;
	font-weight: bold;
}

#content a {
	font-size: 14px;
	color: #0000FF;
	font-weight: bold;
}

#content a:hover {
	text-decoration: none;	
}

#thumbs a {
	display: inline-block;
	margin-right: 15px;
}

#entry {
	background-color: #EFEFEF;
	margin-bottom: 20px;
	width: 100%;
	margin-bottom: 30px;
	padding: 5px 0;
}

.date {
	display: block;
	font-size: 14px;
	font-style: italic;
	color: #606bbb;
	margin: 1em 0 1.2em 0;
}

.title {
	font-size: 20px; 
	color: #0000cc; 
}

#title a {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 20px; 
	color: #0000cc;
}

.img-link {
	border-bottom: 0 !important;
}
