/* Main Styles
----------------------------------------------- */

body {
	font-size: 14px; 
	font-family: Georgia, Times New Roman;
	background: #fff;
	color: #333;
	margin: 0;
	padding: 0;
}
a {
	color: #444;
}
a:hover {
	color: #FF0000;
}
.separator {
	border-bottom: 1px solid #eee;
	padding: 10px 0 5px;
}
.button {
	background: #FF0000;
	color: #FFFFFF;
	padding: 2px 6px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.fleft {
	float: left;
}
.clear {
	clear: both;
}
.grey {
	color: #888;
}

/* Image Styles
----------------------------------------------- */

.imgmag {
	padding: 1px;
	border: 7px solid #000;
}
.imgalbum {
	padding: 1px;
	border: 3px solid #000;
}
	
/* Header Styles
----------------------------------------------- */

#header {
	background: #ccc url(/pics/header_top.jpg) repeat-x bottom;
	vertical-align: bottom;
	padding-top: 10px;
	}

.headerimg 	{ 
	width: 950px;
	background: url(/pics/header_top2.jpg) no-repeat;
	height: 109px;
	margin: 0 auto;
	vertical-align: bottom;
	} 
	
.logo {
	float: left;
	margin-right: 7px;
}
.header_todaydate {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	vertical-align: bottom;
	padding-top: 80px;
	font-weight: bold;
}
.welcome_phrase {
	padding-top: 20px;
	float: right;
	width: 320px;
	text-align: right;
	font-size: 17px;
	color: #656565;
}
#headerm_bg {
	height: 39px;
	background: #000;
}
#headerm {
	margin: 0 auto;
	width: 950px;
	padding-top: 12px;
}
#headerm ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#headerm li {
	list-style: none;
	display: inline;
	color: #FFFFFF;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;

}
#headerm li a {
	color: #FFFFFF;
	list-style: none;
	text-decoration: none;
	padding: 12px 20px;
	border-right: 1px solid #333333;
}
#headerm li a:hover {
	background: #FF0000;
}
.numberentries {
	font-size: 13px;

}

/* Structure Styles
----------------------------------------------- */

#page {
	width: 950px;
	margin: 0 auto;
	margin-top: 30px;
	}


/* Entry Styles
----------------------------------------------- */	

.post h2 {
	font-size: 32px;
	margin: 0;
	line-height: 1.2em;
	font-weight: normal;
	padding: 3px 0;
}	
.post h2 a {
	color: #444;
	text-decoration: none;
}
.post h2 a:hover {
	color: #888;
	text-decoration: none;
}
.widgettitle {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 11px;
	margin-bottom: 5px;
	display: inline;
	text-transform: uppercase;
}
#sidebar li {
	display-style: none;
	list-style: none;
}
#sidebar li ul li {
	list-style: square;
}
.category {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #ff0000;
	color: #fff;
	padding: 2px 7px;
	font-size: 11px;
	margin-bottom: 5px;
	display: inline;
	text-transform: uppercase;
}
.cgrey {
	background: #ccc;
}
.category a {
	color: #fff;
	text-decoration: none;
}
.category a:hover {
	color: #fff;
	text-decoration: none;
}
.postedby {
	font-size: 12px;
	color: #888;
}	
.postedby a {
	color: #888;
}	
.postseparator {
	margin-top: 5px;
	border-bottom: 1px solid #eee;
}
.pagetitle {
	margin: 0 0 25px 0;
	padding: 0;
	border-bottom: 1px solid #eee;
	font-size: 32px;
	font-weight: normal;
}
.tags {
	padding-top: 10px;
	border-top: 1px solid #eee;
	color: #888;
	font-size: 11px;
	margin-bottom: 10px;
}
.tags a {
	color: #888;
	text-decoration: none;
}
.tags a:hover {
	color: #fff;
	background: #888;
}

/* Sidebar Styles
----------------------------------------------- */

#sidebar
{
	padding-left: 15px;
	float: right;
	width: 280px;
}

.searchform {
	background: #eee;
	padding: 12px;
}
.searchinput {
	color: #888888;
	font-family: Georgia, "Times New Roman", Times, serif;
	size: 14px;
	padding: 2px 7px;
	width: 160px;
	padding-top: 1px;
}
.searchbutton {
	background: #FF0000;
	color: #FFFFFF;
	padding: 2px 6px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 70px;
}

.sidebartitle {
	background: #000;
	font-size: 11px;
	color: #fff;
	padding: 6px 10px;
	text-transform: uppercase;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#sidebar ul h2 {
	list-style: none;
}
#sidebar li h2 {
	list-style: none;
}

.categories ul {
	padding-left: 30px;
	margin-left: 30px;
}
.categories li {
	margin-left: 20px;
	
}
.lastcomments {
	font-size: 85%;
}
.lastcomments ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.lastcomments li {
	list-style: none;
	padding: 0 0 7px 0;
	margin: 0;
}

/* Comments Styles
----------------------------------------------- */

.comments_bg {
	background: #eee;
	padding: 10px;
}
.commentsposted {
	background: #FF0000;
	font-size: 11px;
	color: #fff;
	padding: 6px 10px;
	text-transform: uppercase;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.replyentry {
	background: #888;
	font-size: 11px;
	color: #fff;
	padding: 6px 10px;
	text-transform: uppercase;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.commentarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 10px;
	width: 570px;
	color: #888;
}
	
/* Resto Styles
----------------------------------------------- */

.entry p {
	font-size: 1.05em;
	}



.widecolumn {
	line-height: 1.6em;
	}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {

	}

small {

	}



#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}




.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	
	}

.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 {

	}

.commentmetadata {
	font-weight: normal;
	}





code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#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 Typography & Colors */




.narrowcolumn {
	float: left;
	padding: 0 0 20px 0;
	width: 620px;
	border-right: 1px solid #ccc;
	padding-right: 30px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.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;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}




h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	padding: 0 20px;
}
.entry li {
	padding-bottom: 7px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#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*/
.alt {
	margin: 0;
	padding: 10px;
	}

.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;
	}
/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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; }
/* End Calendar */



/* Begin Various Tags & Classes */
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;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

