/*
Theme Name: Charles J. Page
Version: 1.0
Author: Robin BUrks
Author URI: http://robinburks.sunrise-promotions.com/

*/



/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/* General Properties */

html, body {    
   height: 100%; 
}

body  {
	font: 13px Tahoma, "Times New Roman", Times, serif;
	background: #ffffff url(images/bg-main.jpg) repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

#container { 
	width: 950px; 
	margin: 0 auto; 
	text-align: left;
	min-height: 100%;
   	margin-bottom: -24px;
   	position: relative;
} 
a {
	color: #0641ff;
	text-decoration: none;
}
p {
	line-height: 18px;
	margin: 0 0 18px 0;
}
blockquote {
	margin: 0 0 0 40px;
}

/* Header */

#header {
	height: 200px;
}

/* Logo */

#header h1 {
	display: inline;
	background:  url(images/logo.gif) no-repeat;
	position:relative; 
	float: left; 
	width: 455px; 
	height: 149px; 
	margin: 13px 0 0 0;
	text-indent:-9999px;
}
#header h1 a {
	display:block; 
	width:100%; 
	height:100%; 
	text-indent:-9999px;
}

/* Cartoon Guys */

#cartoon {
	float: right;
	display: inline;
   	overflow:hidden;
   	position:relative;
	margin: 0;
}
#cartoon ul {
   	float:left;
	display: inline;
   	list-style:none;
   	padding:0;
   	position:relative;
   	text-align:center;
}
#cartoon ul li {
	display:block;
   	float:left;
   	list-style:none;
   	margin:0;
   	padding:0;
   	position:relative;
}
#cartoon li a {
	display:block;
	margin: 0 0 0 0;
	text-indent: -9999px;
}
#cartoon li a.cartoon-about {
		background: url(images/cartoon1.jpg) no-repeat bottom center;
		display: block;
		width: 92px;
		height: 148px;
		margin: 13px 3px 0 0;
}
#cartoon li a.cartoon-portfolio {
		background: url(images/cartoon2.jpg) no-repeat bottom center;
		display: block;
		width: 104px;
		height: 149px;
		margin: 12px 3px 0 0;
}
#cartoon li a.cartoon-experience {
		background: url(images/cartoon3.jpg) no-repeat bottom center;
		display: block;
		width: 109px;
		height: 150px;
		margin: 10px 3px 0 0;
}
#cartoon li a:hover {
	color: #fff805;
	text-decoraton: none;
}

/* Quote */

#quote {
	float: left;
	width: 500px;
	color: #0641ff;
	margin: 1px 0 0 0;
}
#quote h2 {
	font: 32px Tahoma, Geneva, sans-serif;
	color: #0229a6;
	font-weight: bold;
	letter-spacing: -.05em;
}
#quote h2.about {
	margin: -4px 0 0 90px;
}
#quote h2.portfolio {
	margin: -4px 0 0 0;
}
#quote h2.experience {
	margin: -4px 0 0 365px;
}


/* Navigation */

#navigation {
	float: right;
	display: inline;
   	overflow:hidden;
   	position:relative;
	margin: 0;
}
#navigation ul {
   	float:left;
	display: inline;
   	list-style:none;
   	padding:0;
   	position:relative;
   	text-align:center;
}
#navigation ul li {
	display:block;
   	float:left;
   	list-style:none;
   	margin:0;
   	padding:0;
   	position:relative;
}
#navigation li a {
	display:block;
	margin: 0 0 0 0;
	height: 30px;
	color: #0641ff;
	font: 18px Tahoma, Geneva, sans-serif;
	letter-spacing: -.1em;
	font-weight: bold;
}
#navigation li a.about {
		display: block;
		width: 92px;
		margin: 0 3px 0 0;
		padding: 6px 0 0 0;
}
#navigation li a.portfolio {
		display: block;
		width: 104px;
		margin: 0 3px 0 0;
		padding: 6px 0 0 0;
		text-align: center;
}
#navigation li a.experience {
		display: block;
		width: 109px;
		margin: 0 3px 0 0;
		padding: 6px 0 0 0;
		text-align: center;
}
#navigation li a:hover {
	background: #878787;
	text-decoraton: none;
}
#navigation li.current a{
	background: #878787;
}

/* Content Area Left Column */

#content { 
	margin: 20px 425px 0 0; 
	line-height: 18px;
} 
#left-column { 
	margin: 0 410px 0 0; 
}
#left-column h1 {
	font-size: 30px;
	margin: 0 0 18px 0;
}
#left-column h2, h2 a {
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	margin: 10px 0 10px 0;
}

/* Content Area Wide Page */
#content-wide {
	margin: 20px 0 0 0; 
	line-height: 18px;
} 
#content-wide h1 {
	font-size: 30px;
	margin: 0 0 18px 0;
}
#content-wide h2, h2 a {
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	margin: 0 0 18px 0;
}
#content-wide h3 {
	display: none;
}

/* Content for Experience Page */

#content-experience {
	margin: 20px 0 0 0; 
	padding: 1px 0 0 0;
	line-height: 18px;
} 
#content-experience h1 {
	font-size: 30px;
	margin: 18px 0 18px 0;
}
#content-experience h2, h2 a {
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	margin: 0 0 18px 0;
}
#content-experience h3 {
	display: none;
}
#content-experience img {
	float: left;
	padding: 0 20px 1300px 0;
}
#content-experience ul {
	margin: 0 0 0 40px;
	list-style: inside;
	list-style-type: disc;
}

/* Right Column */

#right-column {
	float: right;
	width: 340px; 
	margin: 20px -30px 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
}
#right-column h2 {
	display: none;
}
#right-column img {
	text-align: right;
}
#right-column p {
	padding: 0 20px 0 0;
}

.blue {
	color: #0641ff;
}

/* Footer */

#footer { 
	background:#535353; 
	height: 24px;
	position: relative;
} 
#footer-container { 
	width: 950px; 
	margin: 0 auto; 
	text-align: left;
}
#footer-container .copyright {
	color: #b2b2b2;
	padding: 5px 0 0 0;
}

.clearfooter {
   height: 24px;
   clear: both;
}

/* Misc */

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Wordpress */

.date {
	color: #939393;
	margin: 0 0 10px 0;
}
.postmetadata {
	color: #939393;
	border-top: 1px solid #939393;
	border-bottom: 1px solid #939393;
	padding: 3px;
}
 .postmetadata a {
	 color: #939393;
 }
 .entry {
	 color: #000000;
 }
 
 .gray {
	 color: #878787;
 }
 #leftcolumn {
	 clear: left; 
	 float: left;
	 width: 439px;
	 display: inline;
 }
 #rightcolumn {
	 clear: right;
	 float: right;
	 width: 439px;
	 display: inline;
 }
 #port-in-left-column {
	float: left; 
	width: 250px;
}
#port-in-right-column { 
	margin: 0 0 0 300px; 
} 
