/*
Theme Name: Polar
Theme URI: http://ipolari.com
Description: This is the style for the website of IPI Press.
Version: 1.0
Author: Penina Gal
Author URI: http://penina.net
*/

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #e5e3d5;
	font-size: 12px; 
	line-height: 18px; 
	font-family: arial, verdana, sans-serif;
	color: #ffffff;
	}

#container {
	background: url(./images/bg.gif) 0 0 repeat-y;
	margin: 0px auto;
	padding: 0;
	width: 910px;
	height: 1000px;	
	}
	
#header {
	margin: 0;
	padding: 0 0px 20px 20px;
	height: 300px;
	width: 880px;
	background: url(./images/header.png) left no-repeat;
	/* border: 1px solid green;  */
	}
	
#contentheader {
	margin: 0;
	padding: 10px 10px 10px 0;
	height: 300px;
	width: 358px;
	float: right;
	background: url(./images/contentheader.png) left no-repeat;
	/*  border:1px solid purple;   */
}

#menu {
	margin: 0;
	padding: 10px 0;
	height: 100%;
	width: 140px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:bold;
	/*  border: 1px solid red;  */
	}
	
#container>#menu {
	padding: 10px 10px 10px 0;
	width: 128px;
}

#menu li {
	width: 95px;
	margin: 0 0 20px 0;
	color: #ffffff;
	text-decoration: none;
	display: block;	
}

#menu a:link, #menu a:visited {
	color: #ffffff;
	text-decoration: none;
}

#menu ul li.current_page_item a {color:#000000;}
#menu ul li.current_page_item a:visited {color:#000000;}
	
#title {
	margin: 0;
	padding: 46px 30px 10px 0;
	width: 358px;
	float: left;
	font-size: 1.9em;
	text-align: right;
	letter-spacing: 3px;
	line-height: 30px;
	/*  border:1px solid blue;  */  
	}
#container>#title {
	padding: 60px 30px 10px 0;
	width: 360px;
}

#content {
	margin: 0;
	padding: 24px 0 10px 24px;
	width: 344px;
	float:left;
	color: #000000;
	font-size: 1.2em;
	/*  border:1px solid yellow;  */ 
}
#container>#content {
	padding: 24px 0 10px 24px;
	width: 344px;
}
	
h1 {display: none;}

h2 {color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
	text-align:right;
	line-height:36px;
	margin: 10px 20px 0 0;}
	
h3 {color: #000000;
	text-transform: uppercase;
	font-size: 12px;
	text-align:left;}
	
ul {list-style-type: none;}

img {border: 0;}

#contact {
	background-color: #f5f5d1;
}
#contact #container {
	background: url(./images/bg2.gif) 0 0 repeat-y;
}

#order {	
	background-color: #FFF5D1;
}

#order #container {	
	background: url(./images/bg3.gif) 0 0 repeat-y;
}

#mission {	
	background-color: #F5F5DB;
}

#mission #container {	
	background: url(./images/bg4.gif) 0 0 repeat-y;
}

#about {	
	background-color: #F0EBF0;
}

#about #container {	
	background: url(./images/bg5.gif) 0 0 repeat-y;
}

#titles {	
	background-color: #F0F0F0;
}

#titles #container {	
	background: url(./images/bg6.gif) 0 0 repeat-y;
}

#links {	
	background-color: #F5F2EC;
}

#links #container {	
	background: url(./images/bg7.gif) 0 0 repeat-y;
}

#donate {	
	background-color: #F5FCF0;
}

#donate #container {	
	background: url(./images/bg8.gif) 0 0 repeat-y;
}


