/*  
Theme Name: Amira
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar!
Version: 1.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */




html{
overflow-y:scroll;
}


body {
	font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
	background-color: #fff;
	color: #000;
	font-size: 62.5%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	
}

.clearboth{
	clear: both;
}

a { color: #348;
	text-decoration: none;
	outline-style:none;
	border:none;
}

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


#outerWrapper {
	margin: 0 auto;
	text-align: center;
	width: 750px;
	line-height: 1.3em;
	font-size: 1.1em;
}
#outerWrapper #contentWrapper {
		/* text-align: left; */
	}


#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 0px;
	width: 150px;
}
#outerWrapper #contentWrapper #content {
    float: right;
	margin: 0 0 0 0;
	padding: 0px;
	width:600px;
	}
	
#header h1{
	height: 45px;
	width: 400px;
	background: url(images/amirabochenska.jpg) no-repeat left;
	text-align: center;
	margin: 10px auto 0 auto;
}

#header h1 a{
	height: 45px;
	width: 400px;
	text-indent: -9999px;
	display: block;
}

#header p{
	height: 1px;
	text-indent: -9999px;
	}

.post h2{
	height: 1px;
	text-indent: -9999px;
}

#sidebar{
	margin-top: 70px;
}

#sidebar ul li{
	line-height: 30px;
	font-size: 14px;
	padding-left: 9px;
	text-align: left;
}

#sidebar .widgettitle{
	height: 40px;
	width: 120px;
	background: url(images/projects.jpg) no-repeat;
	text-indent: -9999px;
	}
	
li .current_page_item {
	background: url(images/current.jpg) no-repeat top right;
}

	
#footer p{
text-align: center;
font-size: 10px;
}

#footer{
margin-top: 18px;
}

#contactpageform{
	width: 320px;
	margin: 23px auto 0 auto;
}

#contactpageform p{
	margin: 0 0 10px 0;
}

#thanks{
	margin: 50px 0 350px 0;
}

.description{
width: 490px;
text-align: center;
margin: 0 auto;
background: url(images/description_bg.jpg) no-repeat top left;
padding: 20px 15px 5px 15px;
}

.description p{
font-size: 10px;
}

a.button{
display: block;
width:100px;
font-size: 12px;
text-align: center;
margin: 0 auto;
}