/*  
Theme Name: Ursulium
Theme URI: http://www.ursulium.com/
Description: Oren Obtsblum's design (http://www.avcom.co.il), implemented on the basis of the default WordPress 1.5 theme.
Version: 1.5
Author: Dotan Dimet
Author URI: http://corky.net/dotan/


	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/

/* div {border: solid 1px #f00;} 
#container { border: solid 1px #0f0;} 
#base { border: solid 1px #f0f;} 
body { border: solid 1px #00f;} */

	body, p {
	font-family: arial, helvetica, san-serif;
	font-size: 1em;
	color: #333;
	}
	
	h1 {
		font-family: arial, helvetica, san-serif;
	/*	float: right;
		padding-top: 20px; */
		margin-top: 0;
		font-weight: normal;
	}
	
	h2 {
	font-family: arial, helvetica, san-serif;
	  color: #893E3E;
	  font-weight: normal;
	  padding: 10px;
	  padding-top: 20px;
	}

	h3{
		font-family: arial, helvetica, san-serif;
	  font-weight: bold;
	  text-align: center;
	}

	p {
		margin: 0;
		padding-bottom: 1em;
		padding-left: 1em;
		padding-right: 1.5em;
	}
	
	#story {
		margin: 10px 60px 10px 60px;
	}
	.preface {
		text-align: center;
		font-weight: normal;
		font-size: x-small;
	}
#banner {
	background: #893E3E;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 690px;
	height: 47px; 
}

#banner h1 {
/*	position:absolute;
	left:411px;
	top:0px; */
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width:303px;
	height:47px;
	float: right;
}
#banner h1 span { display: none; }
	
#banner ul { 
	padding: 0; 
	margin: 0;
	display: block; 
	list-style: none;
	}
#banner li { 
	padding: 0; 
	margin: 0; 
	display: inline; 
	list-style: none; 
/*	padding-left: 0em; */
	}
#nav a { 
	text-decoration: none; 
	color: #FFF; 
	font-weight: bold;
	font-size: 13px;
	padding: 0;
	margin: 0;
        padding-top: 30px !important; 
        padding-top: 0; /* don't pad in Win/IE */
       padding-left: 6px;
       padding-right: 6px; 
       border-left: solid black 1px;
       border-right: solid white 2px;
       display: block;
       float: left; 
       height: 100%; 
	}
#nav a:hover { 
	color: #CCC; 
	}
  html, body { 
    height: 100%;
    }
/*                html, body, #content {
                    height: auto;
                } */

  html, body { margin: 0 auto;
    background: #EAE8E3;
    }

  #container { 
     height: 100%;
	 margin: 0 auto; 
	 padding-left: 23px; 
    }
 html>body #container {
height: auto;
min-height: 100%;
}

#base { margin: 0 auto; 
		height: 100%; 
		width: 740px;
}
 html>body #base {
height: auto;
min-height: 100%;
} 


 #footer {
	  width: 690px;
	  height: 62px;
	  clear: both;
 } 
#content {
	padding-bottom: 10px;
	width: 670px;
	margin-left: 10px;
	height: 100%;
        line-height: 2em;
	/* overflow: auto; */
}
 html>body #content {
height: auto;
min-height: 100%;
} 

#viewbar {
	  width: 690px;
	  height: 33px;
	  margin: 0 0 0 0;
/*	  margin-top: 30px;
	  margin-bottom: 0px;
	  border-bottom: 6px double #FFF;
	  border-top: 6px double #FFF; */
	  padding: 0 0 0 0; 
}

.border {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 690px;
	height: 8px;
	border: 0;
}

.item {
	padding: 20px;
	margin-left: 20px;
	color: #893E3E;
}

.catitem,
a.catitem,
a.catitem:link, 
a.catitem:visited,
a.catitem:hover,
a.catitem:active,
a.catitem:active {
	padding-left: 20px;
	margin-left: 60px;
	text-decoration: none;
	display: block;
	color: #000;
        clear: both;
}


a:link { color: #893E3E; text-decoration: underline; }
a:visited { color: #893E3E; text-decoration: underline; }
a:hover { color: #893E3E; text-decoration: underline; }
a:focus { color: #893E3E; text-decoration: underline; }
a:active { color: #893E3E; text-decoration: underline; }

/* comment form: */
#author { border: solid #893E3E 1px; }
#email { border: solid #893E3E 1px; }
#comment { border: solid #893E3E 1px; }
#submit {
 background: #893E3E;
 color: white;
 border: 0;
}

#submit.hover {
  background: #666666;
}

/* wp2g styles: */
.g2image_normal
{
	margin: 4px;
}

.g2image_float_left
{
	float: left;
	clear: left;
	margin: 4px;
}

.g2image_float_right
{
	float: right;
	clear: right;
	margin: 4px;
}

.g2image_centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}