@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #272727 url(../images/KenBkgrd.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #A2A2A2;
	
}

a img {border: none}
a:hover img {
	border:none;
	text-decoration: none;
}
a:active img {
	border:none;
	text-decoration: none;
}

a:active  {

	text-decoration: none;
	border: none;
	color: #A2A2A2;
}

a:visited {

	text-decoration: none;
	border: none;
	color: #A2A2A2;
}

:focus
{
  -moz-outline-style: none;
}


img {
}

.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #272727;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #212121;
	text-align: center; /* this overrides the text-align: center on the body element. */
} 


.twoColFixRtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding: 0;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9000px;
	background: #272727 url(../images/banner.jpg) no-repeat;
	height: 133px;
}
a:link {
	text-decoration: none;
	color: #A2A2A2;
}
a:hover {
	text-decoration: none;
	color: #3A7AE4;
}
.twoColFixRtHdr #sidebar1 {
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #272727; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 40px 15px 30px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #A2A2A2;
	float: right;
	border-left: 1px solid #373737;
}

.twoColFixRtHdr #sidebarPortfoilo {
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #272727; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 40px 15px 30px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #A2A2A2;
	float: right;
	border-left: 1px solid #373737;
}


.twoColFixRtHdr #mainContent {
	margin: 0 350px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.95em;
	text-align: left;
	line-height: 1.6em;
} 

.twoColFixRtHdr #portfolio {
	margin: 0 330px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.95em;
	text-align: left;
	line-height: 1.6em;
} 

.twoColFixRtHdr #mainContent h1{
	font: 2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	color: #3A7AE4;
	letter-spacing: 1px;
}

.twoColFixRtHdr #portfolio h1{
	font: 2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	color: #3A7AE4;
	letter-spacing: 1px;
}
.twoColFixRtHdr #footer {
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2C2C2C;
	height: 40px;
	border-top: 1px solid #272727;
	text-decoration: none;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 0.75em "Lucida Grande CE", "Helvetica CE", Arial, sans-serif;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#slideshow {
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	width: auto;
	color: #f29254;
	letter-spacing: 1px;
	font-variant: small-caps;
}
#portfolioHome {
	padding-top: 30px;
	text-align: left;
	font-variant: small-caps;
	color: #f29254;
}

#portfolioHome p {
	text-align: center;
}

#portfolioHome a {
color: #f29254;
}

#portfolioHome img a {
	border:8px solid #2C2C2C;
}
#facebook {
	height: 60px;
	padding-top: 10px;
}
#facebook p {
	padding-top: -5px;
	text-align: left;
}
#twitter {
	height: 60px;
}
#twitter p {
	padding-top: 15px;
	text-align: left;
}
#emaiKen {
	height: 60px;
}
#emaiKen p {
	padding-top: 15px;
	text-align: left;
	height: 60px;
}
#navbar {
	height: 40px;
	background: url(../images/navBkg.jpg) no-repeat;
}
em {
	color: #D0D0D0;
	font: bold normal 1.1em "Helvetica Neue", Helvetica, Arial, sans-serif;
}
