/* @override http://localhost/~maleckp1/PaulMaleck.com%202.0/css/default.css */

* {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.style-bold 			{ font-weight: bold;}
.style-center 			{ text-align: center;}
.style-justify			{ text-align: justify;}
.style-14 				{ font-size: 14pt;}
.style-12 				{ font-size: 12pt;}
.style-10 				{ font-size: 10pt;}
.style-08 				{ font-size: 8pt; margin-top: 3px;}
.style-07 				{ font-size: 7pt; margin-top: 3px;}
.style-margin-left-20	{ margin-left: 20px;}
.style-margin-left-40	{ margin-left: 40px;}
.style-margin-top-20 	{ margin-top: 20px;}
.style-link-color		{ color: #ae501f;}

A	{
	color: #474747;
	text-decoration: none;
}

A:hover	{
	text-decoration: underline;
}


img	{
	border: none;
}

/* mac hide\*/
html, body {
	height:100%;
	-webkit-text-size-adjust:none;
	}
/* end hide */


body {
	background-color: #b2e9b4;
	text-align: center;
	color: #474747;
	font-size: 10pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	height: 100%;
	min-height: 100%;
}

.spacer	{
	clear: both;
}

ul {
	list-style: disc inside;
}

li {
	padding-bottom: 5px;
}

.icon-10 {
	width: 10px;
}

.icon-20 {
	width: 20px;
}

#digg_button {
	float: left;
	margin: 5px 10px 10px 0px;
}

#wrapper {
	min-height: 100%;
	_height: 100%;
	background-color: white;
	border-right-color: #d2d2d2;
	border-left-color: #d2d2d2;
	border-right-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 2px;
	width: 900px;
	text-align: left;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
}

/********************* HEADER *********************/
#header	{
	border-bottom: 1px solid #474747;
	height:  50px;
	width: 900px;
}

#pmdc-logo {
	float: left;
	height: 50px;
	width: 100px;
}

#searchbox {
	float: right;
}

#searchbox-input	{
	background-color: #fafeeb;
	border: 1px solid #909090;
	margin-top: 25px;
	height: 20px;
}

/********************* FOOTER *********************/
#footer	{
	border-top: 1px solid #474747;
	padding-top: 3px;
	text-align: left;
	font-size: 10pt;
	height:  25px;
	width: 900px;
}

/********************* ABOUT *********************/
.about-box { 
}

.about-group {
	margin-left: 10px;
	font-size: 8pt;
}

.about-group li {
	list-style: disc inside;
}

#about-headshot {
	width: 100px;
	padding-left: 5px;
}

.about-header {
	border-bottom-style: solid;
	border-bottom-color: #d2d2d2;
	border-bottom-width: 1px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	font-size: 9pt;	
}

.about-items {
	margin-top: 10px;
	text-align: center;	
}

#about-contact {
	margin-top: 30px;
}

#about-me {
	margin-top: 10px;
}

#about-sites {
	margin-top: 20px;
}

#about-items-sites {
	text-align: left;
}

.about-items ul {
	list-style: disc inside;
}

.about-items li {
	padding-bottom: 5px;
}

/********************* LEAD *********************/
#lead	{
	height: 350px;
	float: left;
	padding-bottom: 20px;
	width: 599px;
	border-right-color: #474747;
	border-right-width: 1px;
	border-right-style: solid;
}

#lead-story	{
	width: 590px;
	font-size: 8pt;
}

#lead-pic {
	width: expression(this.width > 265 ? 265: true);
	max-width: 265px;
	max-height: 200px;
	margin: 5px 10px 10px 20px;
}

#lead-title	{
	padding-top: 6px;
	font-size: 12pt;
}

#lead-title A {
	color: #6c271c;
}

.lead-date {
	color: #909090;
	padding-top: 3px;
	font-size: 7pt;
}

#lead-text	{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
	line-height: 15px; 
}

.lead-title1	{
	font-weight: bold;
}

#lead-full	{
	font-size: 7pt;
	font-weight: bold;
}

/********************* TWITTER *********************/
#box-twitter	{
	float: right;
	width: 300px;
}

#twitter-title	{
	font-variant: small-caps;
	font-size: 12pt;
	background-color: #575757;
	color: #e6e6e6;
	text-align: center;
	height: 20px;
}

#twitter-title A {
	color: #e6e6e6;
}

#twitter-title A:hover	{
	text-decoration: underline;
}

#twitter_div	{
	float: left;
	width: 290px;
	margin-left: 10px;
	font-size: 8pt;
}

#twitter_update_list	{
	list-style: none;
	margin-top: 10px;
	//text-align: justify;
}

#twitter_update_list li	{
	margin-bottom: 20px;
}

#twitter_update_list li span A	{
	color: #ae501f; 
}

/********************* BLOG *********************/

#blog {
	width: 599px;
	min-height: 725px;
	_height: 725px;
	float: left;
	border-right-color: #575757;
	border-right-width: 1px;
	border-right-style: solid;
}

#blog-crumb {
	font-variant: small-caps;
	font-size: 9pt;
	background-color: #575757;
	color: #e6e6e6;
	text-align: left;
	height: 18px;
	padding: 2px 0px 0px 5px;
}

#blog-crumb A {
	color: #e6e6e6;
}

.blog-post {
	min-height: 300px;
	_height: 300px;
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom-color: #575757;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-right: 10px;
}

.blog-post-single {
	padding-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	border-bottom-color: #575757;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.blog-title {
	color: #6c271c;
	font-size: 18pt;
	margin-bottom: 5px;
}

.blog-title A {
	color: #6c271c;
}

.blog-date {
	color: #909090;
	float: left;
	font-size: 8pt;
	margin-top: 4px;
}

.blog-comments {
	float:right;
	font-size: 8pt;
}

.blog-comments img {
	width: 15px;
}


.blog-text {
	margin-top: 10px;
	font-size: 8pt;
	line-height: 19px;
	text-align: justify;
}

.blog-text img {
	width: expression(this.width > 225 ? 225: true);
	max-width: 550px;
	max-height: 200px;
	margin: 5px 0px 5px 10px;
}


.blog-text A {
	color: #ae501f;
}

#blog-pages {
	font-size: 8pt;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#blog-sidebar {
	width: 300px;
	float:right;
	
}

/********************* SIDEBAR *********************/
#tech-sidebar {
	width: 300px;
	float: right;
}

#blog-sidebar {
	width: 300px;
	float: right;
}

.sidebar-group {
	margin-left: 10px;
	margin-top: 20px;
	font-size: 8pt;
}

.sidebar-header {
	border-bottom-style: solid;
	border-bottom-color: #d2d2d2;
	border-bottom-width: 1px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	font-size: 9pt;	
}

.sidebar-items {
	margin-top: 10px;
}

.sidebar-items ul {
	list-style: disc inside;
}

.sidebar-items li {
	padding-bottom: 5px;
}

.sidebar-center {
	text-align: center;
}

.sidebar-group #twitter_div {
	width: 290px;
	margin-left: 0px;
}

/********************* BOTTOM *********************/
.bottom-box	{
	float: left;
	width: 300px;
	height: 292px;
}

.box-title	{
	font-variant: small-caps;
	font-size: 12pt;
	background-color: #575757;
	color: #e6e6e6;
	text-align: center;
	height: 20px;
}

.box-title A {
	text-decoration: none;
	color: #e6e6e6;
}

.box-image-large	{
	text-align: center;
	padding-top: 10px;
}

.box-image-large img {
	height: 200px;
	width: expression(this.width > 250 ? 250: true);
	max-width: 250px;
}

.box-image-small	{
	text-align: center;
}

.box-image-small img	{
	height: 50px;
	/* IE Image max-width */
	width: expression(this.width > 50 ? 50: true);
	max-width: 50px;

}

#box-middle	{
	width: 298px;
	border-left-color: #474747;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #474747;
	border-right-width: 1px;
	border-right-style: solid;
}

.box-about-link {
	margin-bottom: 10px;
	list-style: square inside;
}


/********************* COMMENTS *********************/

.comments {
	font-size: 8pt;
	border-color: #d3dad1;
	border-width: 1px;
	border-style: solid;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 20px;
	padding-bottom: 10px;
}

.comment-post {
	margin-top: 12px;
	margin-left: 15px;
	margin-right: 15px;	
}

.comment-user {
	color: #909090;
	padding-bottom: 3px;
}

.comment-user-name {
	color: #6c271c;
}

.comment-timestamp {
	font-size: 7pt;
}

.comment-text {
word-wrap: break-word;
	
}

.comment-text pre {
 display:inline;
	font-size: 8pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#comment-add {
	border-color: #d3dad1;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 20px;	
}

.comment-label {
	font-size: 8pt;
	margin-left: 10px;
}

#comment-form-name {
	border-color: #575757;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	margin-top: 3px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 525px;
}

#comment-form-url {
	border-color: #575757;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	margin-top: 3px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 525px;
}

#comment-form-text {
	border-color: #575757;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	margin-top: 3px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 525px;
}

#comment-add-submit {
	margin-left: 10px;
	width: 525px;
	text-align: center;	
}

#comment-add-button {
	background-color: #d2d2d2;
	border-color: #575757;
	border-width: 1px;
	border-style: solid;
	width: 46px;
	height: 26px;
	font-size: 10pt;
}

#comment-captcha	{
	margin-left: 120px;
	margin-bottom:  10px;
}


/********************* RESUME *********************/

#resume {
	width: 599px;
	min-height: 725px;
	_height: 725px;
	color: #000000;
	float: left;
	border-right-color: #575757;
	border-right-width: 1px;
	border-right-style: solid;
}

#resume-header A {color: #ae501f;}


#resume-header {
	height: 60px;
	border-bottom: 1px solid #575757;
	margin: 20px;
}

#resume-body {
	margin: 20px;
	list-style: disc inside;
}



#resume-header img {

}



