*
	{
    padding:0;
    margin:0;
    color:#000;
    }
    
body
	{
	font-family:Georgia, "Times New Roman", Times, serif;
    line-height:1.25em;
    background-image:url("");
    background-repeat:repeat-x;
    background-color:rgb(230, 230, 231);
    text-align:center;
	background-image:url('images/2.png');
	background-repeat:repeat-x;
    }

div.entry ul
	{
	margin-left:25px;
	}	

div.entry ul li
	{
	margin-left:5px;
	}
	
a, a:active, a:visited, a:focus
	{
    font-weight:normal;
    text-decoration:none;
    color:#8199dc;
    }
a:hover
	{
    text-decoration:underline;
    }
	
h1, h1 a, h1 a:active, h1 a:visited, h1 a:focus
	{
    margin:20px 0pt 2px;
    color:#317fd7;
	font-weight:bold;
    font-family:Verdana,Arial,sans-serif;
    font-size:17px;
    }
	
h1 a:hover
	{
	text-decoration:none;
	color:#5da9ff;
	}
	
h2
	{
	text-align:center;
	color:#317fd7;
	font-size:12px;
	}
	
blockquote
	{
	margin-left:10px;
	margin-right:10px;
	font-size:10px;
	}

blockquote p
	{
	color:#999;
	}
	
.ieerror
	{
	border:2px solid #00f;
	width:570px;
	margin:10px 100px 10px 100px;
	text-align:center;
	font-weight:bold; 
	padding:15px;
	}
	
.ieerror p
	{
	margin:15px 0;
	}
	
.home, .links, .personal
	{
	width:72px;
	height:72px;
	float:left;
	margin:10px 15px;
	}
		
.home
	{
	background-image:url('images/home.png');
	}

.home:hover
	{
	background-image:url('images/homeH.png');
	}

.links
	{
	background-image:url('images/links.png');
	}
	
.links:hover
	{
	background-image:url('images/linksH.png');
	}

.personal
	{
	background-image:url('images/personal.png');
	}

.personal:hover
	{
	background-image:url('images/personalH.png');
	}
	
#container
	{
	margin:0px auto;
    width:770px;
    overflow:hidden;
    text-align:left;
	background:#fff;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;	
    }
	
	
#top
	{
	padding-left:50px;
	width:720px; //770-50;
	height:100px;
	background:url('images/1.png');
	margin-bottom:15px;
	}
#sidebar
	{
	width:200px;
	float:left;
	margin:15px;
	}
	
#main
	{
	height:auto;
	overflow:hidden;
	}
#content
	{
	width:500px;
	margin-left:230px;
	}
	
#footer
	{
	font-size:10px;
	margin-top:5px;
	text-align:center;
	padding:15px;
	}
#footer2
	{
	margin-top:5px;
	width:770px;
	height:20px;
	background-image:url('images/3.png');
	text-align:right;
	font-size:10px;
	}
	
.commentBody
	{
	padding:5px 10px;;
	color:#999;
	}
	
.commentMeta
	{
	font-size:12px;
	}
#comments
	{
	border-top:1px solid #317fd7;
	padding:3px;
	margin-top:15px;
	font-size:12px;
	text-align:right;
	font-size:10px;;
	color:#5e6988;
	}
	
	
.commentlist
	{
	list-style-type:none;
	}
	
.commentlist li
	{
	display:block;
	padding:10px;
	border:1px solid #000;
	margin:15px auto;
	}
	
.commentlist li.odd
	{

	}
	
.post
	{
	height:auto;
	overflow:hidden;
	width:100%;
	}

.postDate
	{
	border-top:1px solid #317fd7;
	text-align:right;
	font-size:10px;;
	color:#5e6988;
	}
	
.postContinue
	{
	margin-top:10px;
	font-size:12px;
	text-align:right;
	}
	
.entry
	{
	text-align:justify;
	}	
	
.entry p
	{
	margin:20px auto;
	}
	



	
#sidebar ul
	{
	list-style-type:none;
	}
#sidebar ul li
	{
	margin-top:10px;
	}
	

#naviBottom
	{
    height:20px;
    }

#naviBottom ul
	{
	display:block;
    width:300px;
    margin:30px auto;
	list-style-type:none;
    }
    
#naviBottom ul li
	{
	float:left;
    }
    
#naviBottom ul li a
	{
    font-size:10px;
	display:block;
	width:100px;
	text-align:center;
	vertical-align:middle;
	}
    
	
.search
	{
	margin-top:20px;
	}
	
#s
	{
	width:140px;
	font-size:10px;
	}
#searchsubmit
	{
	width:20px;
	font-size:10px;
	}	
	
.navigation
	{
	width:100%;
	margin:10px auto;
	height:auto;
	overflow:hidden;
	
	}
	
.navigation .alignright
	{
	float:right;
	text-align:right;
	width:49%;
	}
	
.navigation .alignleft
	{
	float:left;
	text-align:left;
	width:49%;	
	}

	
	
/* PLUGINS */

.wp_syntax
	{
	width:495px;
	border:1px solid #000;
	background-color:#eee;
	font:"Courier New", Courier, monospace;
	font-size:12px;
    margin: 0 0 1.5em 0;
    overflow: auto;
	}

/* IE FIX */
.wp_syntax {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
/*	width:100%;*/
}

.wp_syntax table {
    border-collapse: collapse;
}

.wp_syntax div, .wp_syntax td {
    vertical-align: top;
    padding: 2px 4px;
}

.wp_syntax .line_numbers {
    text-align: right;
    background-color: #def;
    color: gray;
    overflow: visible;
}

/* potential overrides for other styles */
.wp_syntax pre {
    margin: 0;
    width: auto;
    float: none;
    clear: none;
    overflow: visible;
}

.line_numbers
	{
	font-weight:bold;
	}

/** GENERAL FORMS STYLING **/
input, textarea, select
	{
	color: #000;
	background-color:#fff;
    background-image:url('images/inputBackground.jpg');
    background-repeat:repeat-x;
    padding:2px;
	border: 1px solid #000;	
	width:200px;
	}
select, input.submit {width:206px; cursor:pointer;}

textarea.wide
	{
	width:400px;
	height:200px;
	}
input:hover, textarea:hover
	{
	background-color:#fff;
	}
	
/** MCE **/

.mce
	{
	display:none;
	}
	
.mceEditorContainer
	{
	display:inline;
	float:none;
	border:none;
	}
	
/** FORMS STYLING **/

form p
	{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
    margin:5px auto 5px auto;
	}
form label
	{
	display:block;
	float:left;
	font-weight:bold;
	padding-right:10px;
	text-align:right;
	width:190px;
	font-size:12px;
	}
	
#respond
	{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-veight:bold;
    color:#317fd7;
    font-size:14px;
	}

form h1
	{
	text-align:center;
    }
    
form em, em.important
	{
    font-weight:bold;
    color:#d00;
    }

form .ex
	{
    float:none;
    display:inline;
    width:auto;
    height:auto;
    padding:0;
    margin:0;
    border:none;
    background:inherit;
    }

form span
	{
	display:block;
	float:left;
	width:200px;
	color: #000;
	border: 1px solid #000;
	padding:2px;
	background-color:#fff;
	}


.imagePreview
	{
/* 	float:left; */
	width:200px;
	border:1px solid #000;
	}

.imagePreview:hover
	{
	border:1px solid #8A6A41;
	}
	
	
