/*
Theme Name: Kellan Lutz 2
Theme URI: http://insidewords.net
Description: A simple two-columned theme with gray shades.
Version: 02
Author: Mara Estalilla
Author URI: http://insidewords.net
*/

td {margin: 0px; padding: 0px;}

body {
margin: 0;
padding: 0;
background: #dedede url(bg.png) top left repeat-x;
text-align: center;
overflow-x: none;
}

#container {
margin:0px auto;
width: 900px;
text-align:left;
}

#header {
margin: 0px;
padding: 0px
width: 100%;
height: 392px;
background: url(header.jpg) no-repeat;
font-size: 11px;
font-family: lucida sans, verdana, arial;
color: #8c8c8c;
}

#sidebar {
position: relative;
float: left;
width: 316px;
padding: 0px;
margin: 0px 10px 0px 0px;
background: transparent;
}

#sidebar img {
border: 0px;
-moz-border-radius:  0px; 
-webkit-border-radius: 0px; 
border-radius: 0px;
padding: 0px;
background: transparent;
align: center;
}

#navi {
position: absolute;
margin-top: 0px;
margin-left: 50px;
width: 800px;
height: 50px;
background: transparent;
}

a.home, a.home:active, a.home:link, a.home:visited {
position: absolute;
margin-top: 0px;
margin-left: 8px;
padding: 0px;
background: transparent;
height: 50px;
width: 130px;
display: block;
border: none;
}

a.kellan, a.kellan:active, a.kellan:link, a.kellan:visited {
position: absolute;
margin-top: 0px;
margin-left: 145px;
padding: 0px;
background: transparent;
height: 50px;
width: 110px;
display: block;
border: none;
}

a.projects, a.projects:active, a.projects:link, a.projects:visited {
position: absolute;
margin-top: 0px;
margin-left: 265px;
padding: 0px;
background: transparent;
height: 50px;
width: 120px;
display: block;
border: none;
}

a.pictures, a.pictures:active, a.pictures:link, a.pictures:visited {
position: absolute;
margin-top: 0px;
margin-left: 400px;
padding: 0px;
background: transparent;
height: 50px;
width: 130px;
display: block;
border: none;
}

a.website, a.website:active, a.website:link, a.website:visited {
position: absolute;
margin-top: 0px;
margin-left: 540px;
padding: 0px;
background: transparent;
height: 50px;
width: 115px;
display: block;
border: none;
}

a.online, a.online:active, a.online:link, a.online:visited {
position: absolute;
margin-top: 0px;
margin-left: 660px;
padding: 0px;
background: transparent;
height: 50px;
width: 120px;
display: block;
border: none;
}


b, strong {color: #7e7e7e;}
i, em {font-family:georgia; font-size:11px; color:#7e7e7e;}
u {text-decoration: none; border-bottom:1px solid #8d8d8d;}

a:link,a:visited,a:active {
color: #8b8b8b;
text-decoration: none;
}

a:hover {
color: #a3a3a3;
text-decoration: none;
}

a:focus {outline: none;}

h1 {
font-family: georgia;
font-weight: normal;
font-size:25px;
color: #7e7e7e;
text-align: left;
margin:0px;
padding:0px;
text-shadow: #ffffff 2px 1px 0px;
}

h2 {
font-family: georgia;
font-weight: normal;
font-size:11px;
color: #7e7e7e;
margin:0px;
padding:0px;
}

.post-date {
position: absolute;
width: 70px;
height: 77px;
text-align: center;
font-family: georgia; font-size: 16px; color: #8b8b8b;
text-shadow: #f4f4f4 2px 1px 0px;
padding: 5px 0px 0px 0px;
}

.content {
float:left;
width:100%;
background: transparent;
font-size: 11px;
font-family: "lucida sans", arial, sans-serif;
color: #697076;
text-align: left;
text-transform: none;
font-weight:normal;
}

.sidehead {
font-family: arial;
font-weight: bold;
font-size: 16px;
text-transform: uppercase;
color: #a3a3a3;
text-align: center;
margin:0px;
padding:0px;
text-shadow: #eeeeee 2px 1px 0px;
width: 316px;
background: url(sidehead.png) no-repeat;
line-height: 55px;
}

.sidebg {
width: 296px;
background: url(sidebg.png) repeat-y;
font-size: 11px;
font-family: "lucida sans", arial, sans-serif;
color: #f4f4f4;
text-align: left;
text-transform: none;
font-weight:normal;
padding: 0px 10px 0px 10px;
}

.sideb {
width: 316px;
background: url(sidebottom.png) no-repeat;
text-align: left;
line-height: 83px;
margin: 0px 0px 10px 0px;
}

.post-title {
font-family: arial;
font-weight: bold;
text-transform: uppercase;
font-size: 16px;
color: #8b8b8b;
text-align: center;
margin:0px;
padding: 15px 0px 0px 0px;
text-shadow: #f4f4f4 2px 1px 0px;
width: 100%;
background: url(posthead.png) no-repeat;
height: 58px;
}

.page-title {
font-family: arial;
font-weight: bold;
text-transform: uppercase;
font-size: 16px;
color: #8b8b8b;
text-align: center;
margin:0px;
padding: 15px 0px 0px 0px;
text-shadow: #f4f4f4 2px 1px 0px;
width: 100%;
background: url(posthead.png) no-repeat;
height: 58px;
}

.postbottom {
width: 570px;
background: url(postbottom.png) no-repeat;
text-align: left;
line-height: 60px;
margin: 0px 0px 15px 0px;
}

textarea, input, select, option {
background: url(text.png);
border: 1px solid #eeeeee;
font-family: lucida sans;
font-size:11px;
padding: 5px;
color: #a7a8aa;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px; 
border-radius: 6px;
}

a img {
border: 1px solid #8c8c8c;
background: transparent;
padding: 3px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px; 
border-radius: 6px;
margin: 5px 5px 5px 0px;
}

a img:hover {
border: 1px solid #3c3c3c;
padding: 3px;
}

img {
border: 1px solid #8c8c8c;
background: transparent;
padding: 3px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px; 
border-radius: 6px;
margin: 5px 5px 5px 0px;
}

blockquote {
font-weight: normal;
color: #ffffff;
border-left: 10px solid #adacac;
text-align: left;
background: #c3c3c3;
padding: 7px;
margin: 7px;
}

img.wp-smiley {
border: 0px;
-moz-border-radius:  0px; 
-webkit-border-radius: 0px; 
border-radius: 0px;
padding: 0px;
background: transparent;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em lucida sans;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: normal;
}

.commentlist li .avatar { 
        float: right;
	border: 2px solid #2EB2CF;
	background: #fff;
	padding: 3px;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: lucida sans;
	}

.commentmetadata {
	font-weight: normal;
        font-size: 9px;
	}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
background: #E1F7E7;
-moz-border-radius:  4px; 
-webkit-border-radius: 4px; 
border-radius: 4px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

img.alignright {
	margin: 0 7px 2px 0;
}

img.alignleft {
	margin: 0 0 2px 7px;
}

.alignright {
	float: left;
}

.alignleft {
	float: right;
}
