@charset "utf-8";

/*	*************************
	Mojgan Habibi - Ceramic Artist
	*************************
	Desc:		stylesheet
	File:		style.css
	Version:	1.0
	Date:		November 4th, 2008
	Author:		Kate Payton @ www.katepayton.com
	Notes:		Only for index.html page, allowing language selection.
	************************* */
		
/*	_________________________

	Main styles
	_________________________ */

a {
	color: #ff9999;
	text-decoration: underline;
}

a:hover {
	color: #ff9999;
	text-decoration: none;
}
body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
}

h1 {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

img {
	padding: 0px;
	margin: 0px;
}

#main {
	padding: 0px 0px 0px 0px;
	height: auto;
	width: auto;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*	_________________________

	Other styles
	_________________________ */


h1 a {	/*  Will negate text and replace with image */
	background-image: url(../images/logo-front.png);
	display: block;
	float: left;
	width: 248px;
	height: 111px;
	margin: 20px 5px 0px 75px;
	padding: 0px;
	text-align: left;
	text-indent: -900em;
}


h2 a {	/*  Will negate text and replace with image */
	background-image: url(../images/logo-per.png);
	display: block;
	float: right;
	width: 248px;
	height: 111px;
	margin: 20px 5px 0px 75px;
	padding: 0px;
	text-align: left;
	text-indent: -900em;
}


#header {
	background: no-repeat center #4b0000;
	height: 149px;
	width: 775px;
	margin-top: 200px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header-outer {
	background: no-repeat center #4b0000;
	height: 149px;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
}

.title-per {
	text-align: right;
	float: right;
	margin: 5px 5px 5px 5px;
	padding: 0px;
	width: 350px;
	height: 30px;
}

.title-eng {
	text-align: left;
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 0px;
	width: 350px;
	height: 30px;
}


/*	_________________________

	Language Navigation styles
	_________________________ */

#navigation {
	background: no-repeat center #2d0000;
	height: 100px;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#navigation-outer {
	text-align: center;
	background: no-repeat center #2d0000;
	height: 100px;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
}

ul#menu {
	list-style: none;
	margin: 0px;
	padding: 20px 5px 0px 20px;
}

ul#menu li {
	border: none;
	text-transform: uppercase;
	text-align: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul#menu li a {
	border: none;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 5px 5px 5px 5px;
}
