/*
Theme Name: simpleClean
Theme URI:  
Description: A simple and clean design for my portfolio
Version: 0.1
Author: Alicia Wilkerson
Author URI: http://alicia.wilkersons.us
Tags: red, white, widget ready, two column, fixed width
*/

/* Basic Structure */
body { margin: 0; padding: 0; font-family: Verdana, Arial, Helvetica, sans-serif; }
#page { width: 1000px; }
#content { width: 721px; float: left; padding-left: 10px; }
#sidebar { width: 250px; float: right; }
#footer { clear: both; }

/* simpleClean Universal Formatting */
body { background: url("images/fullPageBg.jpg") repeat-x #ffffff; }
	a { color: #b21f25; }
	a:hover { color: #0000CC; }
	.clear { clear: both; }
	a img { border: none; }
#header { background: url("images/headerBg.jpg") no-repeat; height: 193px; width: 1000px; }
	#header h1 { margin: 0; padding: 0; width: 148px; float: left; }
	#header a img { border: none; }
	#searchform { float: right; margin: 0; padding: 0; width: 250px; padding-top: 10px; }
	#searchform input { float: left; margin: 0; }
	#header #s { border: 3px solid #b21f25; border-right: none; height: 20px; width: 200px; }
	#header #searchsubmit { border: 3px solid #b21f25; border-left: none; }
	#menu { margin: 0; padding: 120px 0 0 350px; font-family: Impact, Verdana, Arial, Helvetica, sans-serif; font-size: 20px; }
	#menu li { display: inline; }
	#menu a { color: #b21f25; text-decoration: none; padding: 3px 5px; }
	#menu a:hover { color: #0000cc; }
#sidebar { font-size: .9em; }
	#sidebar ul { margin: 0; padding: 0; }
	#sidebar li { list-style-type: none; padding: 0; margin: 0; }
	#sidebar li { padding-left: 10px; }
	#sidebar h2 { color: #b21f25; margin: 0; padding: 10px 0; }
#footer { background: #b21f25; color: #ffffff; padding: 10px; text-align: left; font-size: .8em; margin-top: 10px; }
	#footer a { color: #ffffff; text-decoration: none; }
	#footer a:hover { text-decoration: underline; }
	
/* About Me - sidebar section */
#author { font-size: .9em; }
	#author img { float: right; }
	
/* Portfolio Page */
.project { width: 220px; padding-right: 20px; float: left; font-size: .9em; padding-bottom: 20px; }
	.project img { width: 220px; height: 175px; }
	.linkLeft { float: right; }
	.linkRight { float: left; }
	
/* General Pages */
.pageNav { clear: left; }
	.pageNav ul { margin: 0; padding: 0; }
	.pageNav li { list-style-type: none; padding-left: 20px;}
.projectImage { float: left; margin: 10px; }

.breadcrumb { padding-bottom: 20px; font-size: 80%; padding-left: 10px; }

textarea { width: 75%; }
