/* CSS Document */
@import url(normalize.css);

html { 
	text-align: center;
	height: 100%;
	background: url(images/bg-tile.gif) repeat-x top;
}
body {
	position: relative;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
 	font-size: 12px;
 	height: 100%;
}
#wrapper, #header, #secondary_nav, .copyright {
	width: 964px;
	margin: 0 auto;
	position: relative;
}

.copyright {
	color: #999999;
	font-size: 12px;
	padding-top: 7px;
}
.copyright span, .copyright a {
	color: #0099FF;
	margin: 0 4px;
}
#wrapper {
	margin: 0 auto;
    height: auto !important;
    height: 100%;
}
#blog_title a {
	width: 300px;
	display: block;
}
h1 {
	background: url(images/logo.gif) no-repeat;
	height: 112px;
	position: relative;
	cursor: pointer;
}
h1:hover { background: url(images/logo-over.gif) no-repeat; }
h1 span {
	font-weight: normal;
	color: #999999;
	position: absolute;
	top: 27px;
	left: 143px;
}

p.description {
	position: absolute;
	top: 27px;
	right: 0;
	color: #999999;
}
#header ul {
	width: 821px;
	height: 61px;
	position: absolute;
	top: 47px;
	left: 143px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-top: 1px;
}
#header ul li {
	padding: 1px 0;
}

#header ul li a {
	color: black;
	font-weight: bold;
	width: 75px;
	padding: 2px 0;
	display: block;
}
#header ul li a:hover, #header ul li a:active  { background-color: #FFFF33;}

h2 {
	margin-top: 50px;
	font-size: 38px;
	font-weight: bold;
	width: 100%;
	color: #0099FF;
	border-bottom: 1px solid #999999;
	font-family: "museo-3",sans-serif;
	text-shadow: 2px 2px 1px rgba(145,128,255,.21);
}
h2 a { color: #0099FF;}

.main_meta ul {
	border-top: 1px solid #999999;
	margin-top: 1px;
	height: 55px;
}
.main_meta ul li {
	position: relative;
	font-size: 14px;
	padding: 17px 0 0 2px;
	border-right: 1px solid #999999;
	float: left;
	height: 16px;
}
.main_meta ul li em  {
	position: absolute;
	top: 1px;
	left: 2px;
	color: #999999;
	font-size: 11px;
}
.main_meta ul li a {
	color: #333333;
}
.main_meta ul li a:hover {
	color: #0099FF;
	text-decoration: underline;
}

.meta-date, .meta-comments, .meta-next, .meta-previous { width: 72px; text-align: center;}
.main_meta ul li.meta-categories { width: 656px; padding-left: 8px;}
.main_meta ul li.meta-next { border: none;}
.main_meta ul li.meta-comments {padding-top: 14px; height: 19px;}
.meta-comments a { background: url(images/quotes.gif) no-repeat top left; height: 20px; width: 60px; padding: 3px 0 0 5px; display: block; margin-left: 4px;}


.post {
	font-size: 16px;
	padding: 12px 4px;
	border-bottom: 1px solid #999999;
	margin-bottom: 1px;
	line-height: 20px;
}
.post-inner {
	margin-left: 72px;
	margin-right: 72px;
}
p {
	margin-bottom: 16px;
}

.post a {
	color: #0099FF;
	text-decoration: underline;
}



#footerwrapper h2 {
	font-size: 13px;
	margin: 4px 0 12px 0;
	width: auto;
	color: white;
	text-transform: uppercase;
	font-weight: normal;
	border: none;
	text-shadow: none;
}
.push, #footerwrapper { height: 440px;}
#secondary_nav {
	height: 256px;
	background-color: black;
	color: #999999;
}

#comments {
	width: 100%;
	border-bottom: 2px solid #999999;
	font-size: 13px;
	padding: 20px 0 2px 0;
}
.commentlist {
	margin-top: 1px;
	border-top: 1px solid #999999;
	padding-top: 10px;
}
.comment-body {
	width: 812px;
	min-height: 49px;
	margin-bottom: 4px;
}
.comment-meta {
	width: 138px;
	text-align: right;
	float: left;
}
.comment-meta a {
	color: #999999;
	font-size: 11px;
}
.comment-meta cite {
	font-size: 13px;
	color: #666666;
	padding-top: 2px;
	display: block;
}
.comment-meta cite a {
	color: #0099FF;
	text-decoration: underline;
	font-size: 13px;
}
.comment-text {
	margin-left: 152px;
	padding: 10px 4px 4px 44px;
	background: url(images/talk-top-gray.gif) no-repeat;
	min-height: 49px;
	font-size: 13px;
}
.comment-text-wrapper span {
	display: block;
	height: 14px;
	width: 812px;
	margin-left: 152px;
	background: url(images/talk-bottom-gray.gif) no-repeat left;
}
.highlight .comment-text { background: url(images/talk-top-yellow.gif) no-repeat; }
.highlight .comment-text-wrapper span { background: url(images/talk-bottom-yellow.gif) no-repeat left; }

.comment-edit-link {
	font-size: 11px;
	text-align: right;
	color: #0099FF;
	text-decoration: underline;
	width: 100%;
	display: block;
	margin-top: -10px;
}

#respond {
	margin: 14px 0 0 173px;
	padding: 8px 22px;
	width: 592px;
}
#respond h3 {
	margin-bottom: 6px;
}
#respond input {
	margin-bottom: 6px;
}
#respond label small {
	color: #999999;
	font-size: 11px;
	margin-left: 6px;
}
textarea#comment {
	width: 600px;
	margin: 10px 0;
}

#secondary_nav {
	background: url(images/footer-bg.gif) center black;
	height: 440px;
}

#secondary_nav #col1, #secondary_nav #col2, #secondary_nav #col3{
	width: 321px;
	float: left;
}
.footerlist {
	padding: 8px;
	font-size: 14px;
	line-height: 18px;
}
#footerwrapper {
	width: 100%;
	background-color: black;
}
#footer {
	border-top: 1px solid #999999;
	background-color: black;
	height: 29px;
	width: 100%;
}
.footerlist img {
	border: 6px solid #999999;
}
.footerlist img a:hover {
	border: 6px solid #0099FF;
}
.footerlist a {
	color: #0099FF;
	text-decoration: underline;
}
#col1 ul ul {
	list-style: disc;
	color: #0099FF;
	margin: 6px 0;
}

#col3 .post-title  {
	margin-left: -9999px;
}

#col3 .cat-post-item {
	margin: -18px 0 18px 0;
}
#widget_sp_image-4, #twitter-2 {
	border-top: 1px solid #999999;
	clear: both;
}
#twitter-2 h2 a{ color: white; text-decoration: none; text-shadow: none;}
#twitter-2 h2 a:hover { color: #0099FF;}
a.morelink {
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
a.morelink:hover { color: #0099FF; }
#col1 img { margin-bottom: 6px; }
#col3 a.morelink { margin-left: 10px; }

.list-archive {
	margin-top: 1px;
	width: 600px;
	position: relative;
	font-size: 13px;
}
.archive-wrapper { position: relative; min-height: 400px; margin-bottom: 10px;}

h3.archive-header, #list-categories h2, #list-months h2  {
	font-size: 16px;
	margin: 16px 0 0 0;
	width: auto;
	color: #666666;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #999999;
	padding-bottom: 6px;
	text-shadow: none;
}
#page {
	border-bottom: 1px solid #999999;
	padding-bottom: 1px;
}
#page h2 { color: #999999; }

h3.archive-header { width: 600px;}
.list-archive .main_meta {
	padding: 8px 0;
	border-bottom: 1px solid #999999;
}
.list-archive h4 a{
	font-size: 16px;
	color: #0099FF;
	text-decoration: underline;
	font-weight: normal;
}
.archive-wrapper .meta-comments { background: url(images/quotes.gif) no-repeat top left; height: 20px; width: 60px; display: block; position: absolute; right: 0; width: 80px; padding: 3px 0 0 34px; color: #999999; font-size: 12px; text-transform: uppercase;}
.list-archive p {
	margin-top: 16px;
}
.widget_breukiescategories {
	position: absolute;
	left: 616px;
	top: -25px;
	width: 160px;
}
.widget_archive, #side-contact, #breukies-categories-2 {
	position: absolute;
	left: 796px;
	top: -25px;
	width: 160px;
}
#breukies-categories-2 {
	top: -24px;
}
.widget_breukiescategories ul li, .widget_archive ul li {
	padding: 6px 0;
	border-bottom: 1px solid #999999;
	color: #999999;
}
img { border: 6px solid #999999; }
a img:hover { border: 6px solid #0099FF; }

img.alignleft, .alignleft { float: left; margin: 12px 12px 12px 0; }
img.alignright, .alignright { float: right; margin: 12px 0 12px 12px; }
.page .main_meta {
	margin-top: 1px;
	border-top: 1px solid #999999;
	height: 11px;
}
.page h3 {
	font-size: 16px;
	width: auto;
	color: #666666;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #999999;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
.page .post { border-bottom: none; width: 780px; margin-bottom: 16px; position: relative;}

#side-contact {
	top: 14px;
	left: 804px;
	font-size: 14px;
	line-height: 18px;
}
#side-contact h3 { margin-bottom: 14px;}
#side-contact a, a.contact {
	color: #0099FF;
	text-decoration: underline;
	display: block;
	height: 24px;
	padding: 4px 0 0 28px;
	background: url(images/mail.png) no-repeat top left;
	text-transform: uppercase;
	font-size: 14px;
}
a.contact {
	position: absolute;
	right: 0;
	top: 52px;
}
.page .post ul {
	list-style: disc;
	color: #666666;
}



#project-summary {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 8px 0;
	font-size: 14px;
}
#project-summary h4 {
	font-size: 16px;
	color: #666666;
	text-transform: uppercase;
	font-weight: normal;
	display: inline;
}
#project-details {
	padding: 6px 0;
	width: 600px;
	float: left;
}
#project-stats {
	padding: 6px 0 6px 6px;
	margin-left: 604px;
	border-left: 1px solid #999999;
}
#project-stats a {
	display: block;
	text-transform: uppercase;
	background-color: #999999;
	width: 8em;
	margin: 16px 0;
	padding: 5px 0;
	color: white;
	text-decoration: none;
	text-align: center;
	line-height: 16px;
}
#project-stats a:hover { background-color: #0099FF;}

.page-work .post {
	border-bottom: none;
	width: 800px;
	padding-left: 0;
	min-height: 300px;
}
.page-work h3.archive-header { width: 778px;}
.page-work .post img {
	margin: 0 19px 0 0;
}
.workthumbs {
	width: 156px;
	min-height: 112px;
	list-style: none;
	float: left;
}
blockquote {
	background: url(images/quotes.gif) no-repeat top left;
	padding-left: 30px;
	display: block;
	font-style: oblique;
	color: #666666;
}
ol {
	list-style: decimal;
	margin-left: 40px;
	margin-right: 40px;
}
.aligncenter {
	margin-left: auto;
    margin-right: auto;
}
.aligncenter p, .alignleft p, .alignright p {
	text-align: center;
	font-size: 12px;
	font-style: oblique;
	color: #666666;
}
.no-border {
	border-color: white;
}
#gallery-1 img { margin-right: 10px;}
h2 div { float: right; margin-right: -26px; margin-top: 8px; margin-bottom: -8px; }
.small-cats {
	font-size: 10px;
	display: block;
	width: 136px;
	margin-bottom: 4px;
	line-height: 13px;
}
.small-cats a {
	color: #999999;
	text-decoration: none;
}
.clear { clear: both;}