/* Reset ------------------- */
 
* { margin: 0; padding: 0; }


/* Global ------------------- */
 
body { font: normal 13px Verdana; color: #333;  background-image: url(images/footer-bg.gif); margin:0px; padding:0px}

ul { list-style: none; }
ol { list-style-position: inside; }

h1, h2, h3 { font: normal 18px Comic Sans MS; color: #784057; }
h1 { font-size: 16px; margin-bottom: 7px; }
h2 { font-size: 14px; margin-bottom: 5px; }
h3 { font-size: 12px; margin-bottom: 5px; }

a { color:#0066cc; text-decoration: none; }
a:hover { color:#0066cc; text-decoration: underline; }

h1 a { color: #784057; text-decoration: none }
h1 a:hover { color:#784057; text-decoration: none;}

p { line-height: 24px; padding-bottom: 10px; }

pre { border: 1px solid #d5d8f9; background: #fafafa url(images/bg-block.png); padding: 10px; margin-bottom: 20px; }


/* Blocks ------------------- */

#container { width: 950px; margin: 0 auto; overflow: hidden; background: url(images/container-background.gif) repeat-y; border-bottom:#4A79C6 dotted 1px}
#header { height: 154px; clear: both; position: relative; background: url(images/header2.jpg) no-repeat;  margin-top:0px;  padding-top:0px;border-bottom:#6aaee8 solid 1px; }
#content { width: 732px; float: left; padding: 20px; background-color:#fff; min-height:450px; border-right:#4A79C6 dotted 1px}
#sidebar { width: 177px; float: left; }
#footer { clear: both; font-size: 11px; text-align: center;width: 950px; margin: 0 auto; overflow: hidden; height:210px }

/* Logo ------------------- */

#logo { position: absolute; top: 50px; left: 15px; font: normal 28px Verdana; color: #549bcc; text-decoration: none; }

/* Description ------------------- */

#description { position: absolute; top: 90px; left: 15px; font: normal 18px Verdana; color: #eb95b8; text-decoration: none; }

/* Header ------------------- */

#header ul { position: absolute; top: 175px; right: 15px; overflow: hidden;}
#header ul li { float: left; }
#header ul li a { color: #549bcc; text-decoration: underline; font-size: 14px;}
#header ul li a:hover { color: #784057; }

/* Sidebar ------------------- */

#sidebar .block {margin-bottom: 10px; padding: 8px}
#sidebar .block h2 { color: #784057; }
#sidebar .block li {font-family: "Comic Sans MS"; font-weight:bold; font-size:16px;text-align: center; width:162px; height:44px; padding-top:10px}
#sidebar .block li a { color:#003394; text-decoration: none; padding-top:8px; background: url(images/button.gif) no-repeat; display:block; width:162px; height:44px}
#sidebar .block li a:hover { color: #ff3399; background: url(images/button_hover.gif) no-repeat; }
#sidebar .block ul {margin-left:0px; padding-left:0px}


/* Post ------------------- */

.post {margin-bottom: 15px; }
.post .date { font-size: 16px; color: #abbbac; margin-bottom: 10px; }

.post p a { text-decoration: none; color:#0066cc }
.post p a:hover { color:#0066cc;  text-decoration: underline }

/* Comments */
 
h2#comments { color: #549bcc; margin-bottom: 10px; font-size: 16px; }
 
.comment { background: #fafafa; padding: 10px; margin-bottom: 10px; color: #777; }
.comment p { color: #333; font-size: 11px; line-height: 16px; }
.comment .author { margin-bottom: 5px; }

.comment-form { position: relative;z-index: 10; }
.comment-form h3 { color: #333; }
.comment-form p {  padding-bottom: 5px; }
.comment-form .text { width: 150px; height: 20px; margin-top: 5px; }
.comment-form label { margin-left: 5px; }
.comment-form textarea { width: 380px; height: 70px; margin-top: 5px; }
.comment-form .submit { margin-top: 5px; padding: 3px 5px; margin-bottom: 10px; }

.center { text-align: center; font-size: 16px; }

#footer { color: #549bcc; }
#footer a { color: #eb95b8; text-decoration: underline; font-weight: bold; line-height: 16px; }

*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}	


.wp-caption {
	border: 1px solid #f2bcef;
	text-align: center;
	background-color: #fdeefc;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#content img {border:#F39 solid 2px}

*/
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;
}
