@charset "UTF-8";
/* 
	CSS Document for BELLAMYBUDIMAN
	Copyright (c) 2010 Bellamy Budiman. All rights reserved.
	
*/

@import url("_styles_reset.css");
@import url("_colorbox.css");

/* IE Warning */
#IEWarning {
	background: #f00;
	width: 100%;
	padding: 10px 0px;
	clear: both;
	font-family: sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
	color: #fff;
	}
	
	#IEWarning a:link, #IEWarning a:visited{
		font-weight: bold;
		color: #fff;
		}
		
		#IEWarning a:hover {
			text-decoration: underline;
			color: #fff;
			}

/* HTML5 Enabler */

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
	}

/* General Settings */
body {
	background: #f9fcf7 url("images/bg_main_alt.jpg");
	font: 10px/20px sans-serif; /* Seeing this default sans-serif as Arial? Not my fault that your OS company didn't want to pay for the license */
	font-size: 62.5%;
	color: #333;
	}
	
body#popup {
	padding: 10px;
	}

img {
	vertical-align: text-bottom;
	}
	
a:link, a:visited {
	font-weight: bold;
	color: #f00;
	text-decoration: none;
	}
	
	a:hover {
		color: #333;
		}

	a {
		-webkit-transition: color .4s ease-out;
		}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #000;
	}
	
h3 {
	margin-bottom: 1.5em;	
	font-size: 1.5em;
	line-height: 1.4em;
	}
	
h4 {
	font-size: 1.3em;
	}

#sidebar h4 {
	margin-bottom: 1.5em;
	}
	
p {
	margin-bottom: 1.5em;
	font-size: 1.2em;
	}
	
strong {
	font-weight: bold;
	}
	
em, cite {
	font-style: italic;
	}

	cite {
		font-size: 0.7em;
		}

sup {
	font-size: 0.7em;
	position: relative;
	top: -0.6em;
	}

sub {
	font-size: 0.7em;
	position: relative;
	bottom: -0.6em;
	}

blockquote {
	margin: 0px 20px 1.5em 20px;
	padding: 5px 10px;
	border: 1px dashed #999;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #edefeb;
	}
	
	blockquote p:last-child {
		margin-bottom: 0px;
		}

ol {
	margin-bottom: 1.5em;
	padding-left: 40px;
	font-size: 1.2em;
	}
	
	ol li {
		list-style-type: decimal;
		list-style-position: outside;
		}

ul {
	margin-bottom: 1.5em;
	font-size: 1.2em;
	}
	
	ul li {
		background: #edefeb;
		margin-bottom: 2px;
		padding: 5px 10px;
		}

ul.plain {
	margin-bottom: 1.5em;
	font-size: 1.2em;
	}
	
	ul.plain li {
		background: none;
		margin: 0px;
		padding: 0px;
		}

img.default {
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}

/* Form Elements */

select {
	border: 1px solid #ccc;
	}

input.defaultText, textarea.defaultText, select {
	background: #fff;
	padding: 4px;
	border: 1px solid #ccc;
	font-size: 1em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
		
input.defaultButton {
	background: #f00;
	padding: 5px 10px;
	border: 0px;
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
	input.defaultButton:hover {
		background: #999;
		}
		
/* Additional Classes */

.red {
	color: #f00;
	}

.nomargin {
	margin: 0px;
	}
	
.divider {
	margin: 20px 0px;
	border-top: 3px solid #ccc;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	}

.importantNote {
	background: #f00;
	padding: 10px;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
	.importantNote h3 {
		color: #fff;
		}

.galleryThumb {
	background: #fff;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #ccc;
	}
	
	.galleryThumb:hover {
		border: 1px solid #999;
		}

table.default {
	font-size: 1.1em;
	}
		
	table.default tr td {
		padding: 5px;
		}
	
	table.default tr.defaultRow td {
		}
	
	table.default tr.defaultHeader td {
		background: #f00;
		font-weight: bold;
		color: #fff;
		}

	table.default tr.blueRow td {
		background: #f00;
		font-weight: bold;
		color: #fff;
		}
	
/* Layout Settings */

#headerWrap {
	background: url("images/bg_top.png") repeat-x;
	width: 100%;
	min-width: 960px;
	}

#header {
	width: 940px;
	margin: 0px auto;
	padding: 15px 10px 5px 10px;
	clear: both;
	overflow: hidden;
	}
	
	#header #menu {
		width: 720px;
		float: left;
		}
		
		#header #menu ul {
			overflow: hidden;
			}
			
			#header #menu ul li {
				background: none;
				float: left;
				margin: 0px;
				margin-right: 5px;
				padding: 0px;
				font-size: 1.3em;
				}
				
				#header #menu ul li a:link, #header #menu ul li a:visited {
					background: none;
					display: block;
					padding: 5px 10px;
					color: #666;
					}
					
					#pgHome #header #menu ul li a#menuHome:link, #pgHome #header #menu ul li a#menuHome:visited, 
					#pgAbout #header #menu ul li a#menuAbout:link, #pgAbout #header #menu ul li a#menuAbout:visited, 
					#pgPortfolio #header #menu ul li a#menuPortfolio:link, #pgPortfolio #header #menu ul li a#menuPortfolio:visited, 
					#pgCar #header #menu ul li a#menuCar:link, #pgCar #header #menu ul li a#menuCar:visited, 
					#pgBikes #header #menu ul li a#menuBikes:link, #pgBikes #header #menu ul li a#menuBikes:visited, 
					#pgBlog #header #menu ul li a#menuBlog:link, #pgBlog #header #menu ul li a#menuBlog:visited
					{
						background: #f00;
						color: #fff;
						border-radius: 3px;
						-webkit-border-radius: 3px;
						-moz-border-radius: 3px;
						}
					
					#header #menu ul li a:hover {
						background: #f00;
						color: #fff;
						border-radius: 3px;
						-webkit-border-radius: 3px;
						-moz-border-radius: 3px;
						}

					#header #menu ul li a {
						-webkit-transition: background-color .4s ease-out;
						}
	
	#header #logo {
		width: 172px;
		float: right;
		padding-top: 8px;
		}

		#header #logo h1 {
			width: 172px;
			height: 28px;
			}
	
			#header #logo h1 a {
				background: url("images/logo.png") 0 0 no-repeat;
				display: block;
				width: 172px;
				height: 28px;
				margin: 0px;
				text-align: left;
				text-indent: -80000em;
				text-decoration: none;
				}
	
#title {
	width: 100%;
	min-width: 960px;
	}
	
	#title .plc {
		width: 920px;
		margin: 0px auto;
		padding: 100px 20px 70px 20px;
		overflow: hidden;
		}
		
		#title .plc h2 {
			margin-left: -5px;
			font-size: 12em;
			color: #000;
			letter-spacing: -0.0625em;
			}

#contentsWrap {
	width: 100%;
	min-width: 960px;
	border-bottom: 1px solid #ccc;
	}

#contents {
	width: 940px;
	min-height: 400px;
	margin: 0px auto;
	padding: 0px 10px 60px 10px;
	overflow: hidden;
	}
	
	#contents #column {
		width: 520px;
		float: left;
		overflow: hidden;
		}

		#contents #column .col1 {
			width: 240px;
			padding: 10px;
			float: left;
			overflow: hidden;
			}
			
		#contents #column .col2 {
			width: 500px;
			padding: 10px;
			overflow: hidden;
			}

	#contents #columnWide {
		width: 940px;
		overflow: hidden;
		}
		
		#contents #columnWide .col {
			width: 920px;
			padding: 10px;
			overflow: hidden;
			}

	#contents #sidebar {
		width: 300px;
		padding-top: 10px;
		float: right;
		overflow: hidden;
		}

#footer {
	width: 100%;
	min-width: 960px;
	margin: 0px;
	margin-bottom: 40px;
	font-size: 0.9em;
	color: #999;
	}
	
	#footer .plc {
		width: 920px;
		margin: 0px auto;
		padding: 0px 20px;
		}
	
		#footer p {
			margin: 0px;
			padding-top: 10px;
			}
	
		#footer a:link, #footer a:visited {
			font-weight: bold;
			color: #ccc;
			}
		
			#footer a:hover {
				color: #999;
				}

/* Portfolio Settings */

	.port_row {
		overflow: hidden;
		}

	.port_row img {
		background: #fff;
		padding: 5px;
		border: 1px solid #ccc;
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
		}

	.port_icon {
		width: 235px;
		float: left;
		}
		
		.port_icon img {
			background: #fff;
			padding: 5px;
			border: 1px solid #ccc;
			}
			
		.port_icon h4 {
			margin-top: 5px;
			}

/* Press Coverage Settings */

.coverage_row {
	width: 500px;
	overflow: hidden;
	margin-bottom: 10px;
	}
	
	.coverage_row .left {
		width: 72px;
		float: left;
		}
		
		.coverage_row .left img {
			background: #fff;
			padding: 5px;
			border: 1px solid #ccc;
			}
			
	.coverage_row .right {
		width: 410px;
		float: right;
		}
		
		.coverage_row .right h4 {
			margin: 0px;
			margin-bottom: 5px;
			}
		
		.coverage_row .right a.pdf:link, .coverage_row .right a.pdf:visited {
			display: block;
			background: url("images/icon_pdf.gif") no-repeat;
			width: 200px;
			height: 16px;
			margin-bottom: 5px;
			padding-left: 20px;
			}

		.coverage_row .right a.url:link, .coverage_row .right a.url:visited {
			display: block;
			width: 200px;
			height: 16px;
			margin-bottom: 5px;
			padding-left: 20px;
			}

/* Blog Settings */

.navigation {
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	}
	
	.navigation .alignleft {
		width: 45%;
		float: left;
		}
		
	.navigation .alignright {
		width: 45%;
		float: right;
		text-align: right;
		}

	.bottomNav {
		margin-top: 0px;
		margin-bottom: 0px;
		border-bottom: none;
		}

p.date {
	font-weight: bold;
	font-style: italic;
	}
	
p.postmetadata {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
	}
	
ol.commentlist {
	font-size: 2.2em;
	font-style: italic;
	font-weight: bold;
	color: #666;
	}
	
	ol.commentlist li {
		padding-top: 10px;
		margin-bottom: 5px;
		}
		
		ol.commentlist li cite {
			font-size: 12px;
			}
	
		ol.commentlist li span.commentText {
			margin-top: -20px;
			font-size: 12px;
			font-style: normal;
			font-weight: normal;
			color: #333;
			}
	
			ol.commentlist li span.commentText p {
			font-size: 12px;
			}

.post {
	padding-bottom: 20px;
	}

.post img {
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}

.authcomment {
	background: #fff;
	padding: 4px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
