/*  
Theme Name: Adam Chlan
Theme URI: http://www.adamchlan.com
Description: This is my theme for my website.
Version: 1.0
Author: Adam Chlan
Author URI: http://www.adamchlan.com/



*/

@import url('reset.css');

a:link {
	color: #d61344;
}

html {
	font-size: 100%;
}

body {
	background: #000 url(img/bg-body.gif) repeat-x;
	text-align: center;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 62.5%;
}

#wrapper {
	width: 890px;
	border-left: 8px solid #999797;
	border-right: 8px solid #999797;
	background: #c4c2c2;
	margin: 0 auto;
	overflow: auto;
}

/* Header Controls */

#header {
	position: relative;
	height: 110px;
	border-bottom: 3px solid #6b0519;
	background-color: #fff;
}

#branding {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(img/bg-red-tab.gif) no-repeat;
	width: 266px;
	height: 74px;
}

#branding h1 {
	color: #fff;
	font-size: 1.6em;
	font-weight: normal;
	margin: 15px 0 0 0;
}

#branding h2 {
	color: #fff;
	font-size: 1.0em;
	font-weight: normal;
	margin: 5px 0 0 0;
	font-weight: normal;
	line-height: 1.5em;
}

#branding a:link, #branding a:visited {
	text-decoration: none;
	color: #fff;
}

#header ul {
	width: 624px;
	height: 62px;
	background: url(img/bg-top-nav.gif) repeat-x;
	position: absolute;
	bottom: 0;
	right: 0;
}

#header ul li {
	float: left;
	height: 62px;
	width: 154px;
	font-size: 1.4em;
	font-weight: bold;
}

#header ul li a:link, #header ul li a:visited {
	padding: 10px 0 0 0;
	height: 52px;
	width: 154px;
	display: block;
	text-decoration: none;
	color: #000;
}

#header ul li a:hover, body#about #header ul li.about, body#portfolio #header ul li.portfolio, body#blog #header ul li.blog, body#contact #header ul li.contact {
	background: url(img/bg-top-nav-active.gif) repeat-x;
}

#header ul li.about {
	background: url(img/bg-left-tab.gif) left repeat-y;
	border-right: 1px solid #403f3f;
}

#header ul li.portfolio {
	border-right: 1px solid #403f3f;
	border-left: 1px solid #fff;
}

#header ul li.blog {
	border-right: 1px solid #403f3f;
	border-left: 1px solid #fff;
}

#header ul li.contact {
	border-left: 1px solid #fff;
}

#header a:link, #header a:visited {
	text-decoration: none;
	color: #000;
	cursor: hand;
}

#header .nav-chat {
	color: #fff;
	font-size: .8em;
	line-height: 1.3em;
	width: 154px;
	text-align: center;
	margin: 3px 0 0 0;
	font-weight: normal;
}

/* End Header Controls */

/* Home Splash */

#home-splash {
	height: 200px;
	width: 890px;
	background: #000 url(img/home-splash-1.jpg) no-repeat 340px 20px;
	text-align: left;
}

#home-splash ul {
	font-size: 16px;
	color: #ccc;
	font-weight: normal;
	padding: 45px 0 0 40px;
}

#home-splash ul li {
	margin: 0 0 20px 0;
}

#sec-splash {
	height: 55px;
	width: 890px;
	background: #000;
	color: #fff;
	text-align: left;
}

#sec-splash h2 {
	margin: 0 0 0 285px;
	padding: 35px 0 4px 0;
	font-size: 170%;
	font-weight: normal;
}

/* End Home Splash */



/* Main Body Wrap */

#main-body-wrap {
	text-align: left;
	margin: -20px 0 0 0;
	float: left;
	z-index: 100;
}

#column-left {
	width: 266px;
	float: left;
	background: url(img/bg-left-slice.gif) no-repeat;
	min-height: 300px;
	text-align: left;
}

#social {
	height: 45px;
	margin: 0 0 15px 0;
}

#social p {
	display: inline;
	font-weight: bold;
	margin: 15px 5px 0 15px;
	float: left;
	font-size: 120%;
}

#social ul {
	display: inline;
	height: 45px;
}

#social ul li {
	margin: 10px 0 0 7px;
	float: left;
}

#column-left #social li a:link, #column-left #social li a:visited {
	background-color: transparent;
	margin: 0;
	padding: 0;
}

#left-block {
	margin: 0 0 20px 0;
}

#column-left h2 {
	margin: 0 10px 5px 8px;
	font-weight: bold;
	font-size: 130%;
}

#column-left ul {
	margin: 0 0 20px 7px;
}

#column-left li a:link, #column-left li a:visited {
	background-color: #f0f0f0;
	display: block;
	margin: 0 15px 3px 0;
	padding: 5px 0 5px 5px;
	color: #000;
	text-decoration: none;
}

#column-left li a:hover {
	background-color: #dcdbdb;
}

#column-mid {
	background: url(img/bg-mid-shadow.gif) top left no-repeat;
	float: left;
	width: 354px;
	min-height: 250px;
	margin: 20px 0 0 0;
	padding: 10px 20px 20px 20px;
	font-size: 1.2em;
	line-height: 1.5em;
}

#column-wide {
	background: url(img/bg-mid-shadow.gif) top left no-repeat;
	float: left;
	width: 575px;
	min-height: 250px;
	margin: 20px 0 0 0;
	padding: 15px 20px 20px 20px;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
}

#column-mid p, #column-wide p {
	margin: 0 0 10px 0;
}

#col-right {
	float: left;
	width: 230px;
}

#col-right h3 {
	color: #fff;
	margin: 4px 0 0 4px;
}

#col-right #twitter_div {
	margin: 6px 0 0 0;
	padding: 0;
	background: url(img/bg-updates.gif) repeat-y;
	overflow: auto;
}

#twitter_update_list {
	margin: 0;
	padding: 0;
}

#col-right ul {
	padding: 10px 10px 0 10px;
	font-size: 1em;
	line-height: 1.4em;
}

#col-right ul li {
	padding: 0 0 10px 0;
}

#col-right .t-bot {
	height: 12px;
	background: url(img/bg-t-bottom.gif) no-repeat;
}

#footer {
	width: 890px;
	height: 50px;
	background-color: #acabab;
	clear: left;
	text-align: left;
}

#footer p {
	margin: 0 0 0 15px;
	padding: 20px 0 0 0;
}

/* Heading Control */

#column-mid h1, #column-wide h1 {
	font-size: 1.4em;
	margin: 0 0 3px 0;
	line-height: 1.2em;
}

#column-mid h2, #column-wide h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 2px 0;
	line-height: 1.1em;
	display: block;
	padding: 0 0 3px 0;
}

#column-wide h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 2px 0;
	line-height: 1.1em;
	display: block;
	padding: 0 0 3px 0;
}

#column-wide h4 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 0 0 2px 0;
	line-height: 1.1em;
	display: block;
	padding: 0 0 3px 0;
}

#column-wide h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 1px 0;
	line-height: 1em;
	display: block;
	padding: 0 0 3px 0;
}

/* List Control */

#column-mid ul, #column-wide ul {
	margin: 0 0 10px 0;
	font-size: 90%;
}

#column-mid li, #column-wide li {
	list-style: disc;
	margin: 0 0 0 25px;	
}

/* Photo Control */

.photo-right {
	float: right;
	margin: 5px 0 10px 20px;
}

.photo-right img {
	border: 3px solid #fff;
}


/* Blog Control */

small {
	font-size: 90%;
	font-weight: bold;
}

.timestamp {
	font-size: 10px;
	margin: 0;
	padding: 0;
}

.post h2 a:link, .post h2 a:visited {
	text-decoration: none;
	font-size: 16px;
	color: #000;
	margin: 0;
	padding: 0;
}

.post h2 a:hover {
	text-decoration: underline;
	font-size: 16px;
	color: #;
	margin: 0;
	padding: 0;
}

.post {
	margin: 0 0 40px 0;
}

/* Portfolio */

#column-wide ul.port {
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	clear: left;
	width: 100%;
}

#column-wide ul.port li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#column-wide ul.port li.port-image {
	float: left;
}

#column-wide ul.port li.port-image img {
	margin: 0 10px 0 0;
	border: 4px solid #fff;
	width: 244px;
	height: 81px;
}

#column-wide ul.port li.port-title {
	font-weight: bold;
	font-size: 13px;
}

.port-entry {
	clear: both;
	margin: 0 0 15px 0;
	float: left;
}

.port-entry img {
	float: left;
	margin: 0 10px 0 0;
	border: 4px solid #fff;
	width: 244px;
	height: 81px;
}








.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.linklove {
	visibility: hidden;
}
