body { 
	background: #FFFFFF none repeat scroll 0 0;
	font: 12px 'Lucida Grande',Verdana,Helvetica,sans-serif;
	color: #333333;
	padding: 40px 0;
	margin:0;
	text-align: center;
}

#header { 
	border-bottom:1px solid #333333;
	padding: 0 15px 30px 15px;
}

#page { 
	margin: 0px auto;
	padding: 0;
	width: 760px;
	text-align: left;
}
#content { 
	padding-top:5px;
	line-height:24px;
}

.menu { 
	padding: 0px;
	margin: 0px;
}
.menu li { 
	padding: 0px;
	margin: 0px;
	float:left;
	list-style:none;
	font: bold 11px 'Lucida Grande',Verdana,Helvetica,sans-serif;;
	text-transform:uppercase;
}
.menu a, .menu a:visited {
	color: #181616;
	text-decoration:none;
}
.menu a:hover {
	color: #666666;
}

.narrowcolumn .postmetadata { text-align: left; }

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

small {
	font-family: 'Lucida Grande',Verdana,Helvetica,sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1 { font: normal 35px 'Lucida Grande',Verdana,Helvetica,sans-serif;
	color:#181616;
	margin:0;
	padding:0 0 25px 0;
}
h1 span {
	font: normal 24px 'Lucida Grande',Verdana,Helvetica,sans-serif;
	color:#666666;
}

h2 {
	font: bold 24px 'Lucida Grande',Verdana,Helvetica,sans-serif;
	line-height:32px;
	width:450px;
}

h2 a { text-decoration:none; color:#181616;}
h2 a:visited { color:#181616;}

.footer { padding-bottom:20px; clear:both; }
.commentlist li, #commentform input, #commentform textarea {
	font: 12px 'Lucida Grande',Verdana,Helvetica,sans-serif;
	}

.commentlist li { font-weight: bold; color: #333; }
.commentlist li a{ color: #0000EE; }
.commentlist li a:visited{ color: #551A8B; }

.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,Helvetica,sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar { margin-top:30px;
	font: 10px 'Lucida Grande',Verdana,Helvetica,sans-serif;
	line-height:16px; }

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike { color: #777; }

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,Helvetica,sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	float: left;
	padding-left: 15px;
	width: 480px;
	}

.widecolumn {
	float: left;
	padding-left: 15px;
	width: 480px;
	}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 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;
}

/* End Structure */



/*	Begin Headers */

#sidebar h2 {
	font: bold 14px 'Lucida Grande',Verdana,Helvetica,sans-serif;
	color:#333333;
	margin:0 0 10px 0;
	padding:0;
	}

h3 {
	padding: 0;
	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. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.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;
	}

#sidebar ul, #sidebar ul ol { margin: 0; padding: 0; }

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}



ol li, #sidebar ul ol li {
	list-style: none;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input,textarea{
	padding: 2px;
	margin: 5px 5px 1px 10px;
	background: #E5E5E5;
	border:1px solid #999;
}

#commentform #submit {
	margin: 0;
	float: left;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	list-style: none;
	}

.commentlist span {
	margin:0;
	margin-bottom:10px;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	padding:0;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 10px 0 10px 0;
	float:right;
	width: 220px;
	}

#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: 20px;
	}
	
.clear { clear:both; }

.infobox { font-size:10px; padding-top:10px; }

.blogroll li { border-bottom:1px dotted #cccccc; line-height:20px; height:20px;}
.blogroll a { text-decoration:none;}

.com_nume { font: 14px 'Lucida Grande',Verdana,Helvetica,sans-serif; margin-top:20px; color:#333;}
.com_nume a { color:#0000EE; text-decoration:none; }
.com_nume a:visited { color: #551A8B; }
.com_data { font: 9px 'Lucida Grande',Verdana,Helvetica,sans-serif; margin:5px 0; padding:0;}
.com_data a { color:#999999; text-decoration:none;}
.com_data a:hover { color: #333333; }
.com_desc { font: 10px 'Lucida Grande',Verdana,Helvetica,sans-serif; margin-top:10px; padding:0; line-height:16px;}
/* End Various Tags & Classes*/

a {
	color: #0000EE;
}

a:visited {
	color: #551A8B;
}

.linkcat h2 { width:200px; }
/* "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." */
.search h2 { width:200px; }
.search input { background:none; border:none; border-bottom:1px dotted #CCCCCC; margin:0; width:220px; font-size:11px; color:#999999; }