/*   
Theme Name: Default
Theme URI: default
Description: a-brief-description
Author: your-name
Author URI: your-URI
.
General comments/License Statement if any.
.
*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%; 
	line-height: 1.7; /* Unitless for proper inheritance */
	}
	
p {
	margin-bottom:1.2em;
}

a {
	color: #06c;
	text-decoration: none;
	}
a:hover {
	color:#669900;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color:#666666;
	}
h2 {
	font-size: 2em;
	}

h3 {
	font-size: 1.3em;
	margin: 30px 0 0;
	}
h3 a, h3 a:hover {
	color:#666666;
}
small {
	font-size: 0.9em;
	color:#666666;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}



acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

ul, ol { 
	margin: 0 0 1.5em 1.5em; 
	}
	
ul ul, ol ol { 
	margin-bottom: 0; 
	}
ul {
	list-style-type:disc;
}
ol { 
	list-style-type: decimal; 
	}
dl {
	margin: 1.5em 0;
	}
	
dl dt { 
	font-weight: bold; 
	}
	
dl dd {
	margin-left:2em;
	margin-bottom:1em;
}

select {
	width: 130px;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
	}
/* End Images */

/* Begin Structure */

.page {
	position:relative;
	overflow:hidden;
	}

.header-wrap {
	background-color: #4D4D4D;
	height: 52px; 
	width: 100%;
	position:relative;
	overflow:hidden;
	}

.header {
	margin:0 auto 0 auto;
	padding: 7px 12px 0 12px; 
    width:972px;
	position:relative;
	overflow:hidden;
	}

.content {
	position:relative;
	overflow:hidden;
	width:996px;
	margin:0 auto 0 auto;
	padding: 12px 0 18px 0;
}

.three-col .about {
	float:left;
}

.three-col .nav1 {
	float:right;
}


.post {
	margin: 0 12px 12px 12px;
	position:relative;
	clear:both;
	overflow:hidden;
	}
	
.three-col .post {
	clear:none;
	margin: 0 12px 12px 260px;
	height:225px;
	overflow:hidden;
	padding-right:12px;
	border:none;
	}
.three-col .post .entry {
	.overflow:scroll;
}
.post p.pubdate {
	color:#999999;
	font-size:.9em;
	margin-bottom:.5em;
}

.post ul.utility {
	margin:0 0 0.5em;
	padding:0;
}
.post ul.utility li {
	display:inline;
	font-size:0.9em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.post ul.utility li:after {
	content: " |";
	}
	
.post ul.utility li:last-child:after {
	content:"";
	}


.post-footer {
	position:absolute;
	bottom:0;
	background-color:#FFFFFF;
	width:100%;
	padding-top:5px;
}
/*.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
*/
.content-footer {
	background-color: #F2F2F2;
	position:relative;
	overflow:hidden;
}

#sidebar {
	margin:0 auto 0 auto;
	padding: 12px 0 12px 0;
	width: 996px;
	position:relative;
	overflow:hidden;
	}
	
div.widget {
	margin: 0 12px 12px 12px;
	width:225px;
}
div.widget p, div.widget select {
	margin: 5px 0 8px;
	}

div.widget h2 {
	font-size: 1.6em;
}

div.widget h2 a, div.widget h2 a:hover {
	color:#666666;
}

#sidebar div.widget  {
	float:left;
	height:225px;
	position:relative;
	overflow:hidden;
	line-height: 1.3em;
	margin-bottom:24px;
	}


#sidebar div.widget h2 {
	height:32px;
}
#sidebar div.widget li {
	margin-bottom:.3em;

}
	
#sidebar div.widget-footer {
	position:absolute;
	bottom:0;
	width:225px;
	padding-top:.5em;
	background-color: #F2F2F2;
} 
#sidebar div.widget-footer a, .post-footer a {
	text-transform:lowercase;
	color:#666666;
}	
.postmetadata {
	clear: left;
}

.navigation {
	clear: both;
	margin-top:1em;
	font-size:1.1em;
}



#footer p {
	padding: 1em 0;
	text-align: center;
	color:#666666;
	font-size:.8em;
	}
/* End Structure */





/* Begin Lists */

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


li.email {
	list-style-image:url(images/icon_email.gif);
	margin-left:.8em;
}
	
li.aim {
	list-style-image:url(images/icon_aim.gif);
	margin-left:.8em;
}

li.yahoo {
	list-style-image:url(images/icon_yahoo.gif);
	margin-left:.8em;
}

li.gmail {
	list-style-image:url(images/icon_google.gif);
	margin-left:.8em;
}

li.live {
	list-style-image:url(images/icon_live.gif);
	margin-left:.8em;
}
li.skype {
	list-style-image:url(images/icon_skype.gif);
	margin-left:.8em;
}

/* End Entry Lists */



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}



#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	}
	
.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Calendar */

