/*  
Theme Name: Vivoxia
Theme URI: http://www.vivoxia.com
Description: Wordpress theme for Vivoxia.com.   <br /> התאמה לעברית <a href="http://www.we-cms.info/blog">ארז וולף</a>
Version: 1.0
Author: Gary Rae
Author URI: http://www.vivoxia.com/
*/

* {
	padding: 0;
	margin: 0;
}

body {
	background: url(images/bg.gif) repeat-x top right #114763;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-top: 5px;
	direction:rtl;
}

a, a:link, a:visited {
	color: blue;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

li { list-style-position: inside; }
img { border: 0; }
.clear { clear: both; }

h1 {
	width: 276px;
	height: 92px;
	background: url(images/logo.gif) no-repeat top right;
	float: right;
}
	h1 a { display: block; height: 92px; }
		h1 a span { display: none; }
		
h3 { font-size: 14px; }

div#wrapper {
	width: 785px;
	margin: 0 auto;
}
	ul#nav {
		float: left;
		margin-top: 40px;
	}
		#nav li {
			float: right;
			list-style: none outside;
			margin: 0 12px;
		}
			#nav li a, #nav li a:link, #nav li a:visited {
				color: #6dadc9;
				font-weight: bold;
				text-transform: uppercase;
			}
			#nav li a:hover, #nav li a:active {
				color: #FFF;
				text-decoration: none;
			}
			
	div#container {
		margin-top: 5px;
		padding: 7px;
		padding-bottom: 0;
		background: url(images/wrapper.gif) repeat-x top right #114763;
		border-top: 1px solid #215972;
		color: #134663;
	}
		h2#banner {
			width: 771px;
			height: 118px;
			background: url(images/banner.gif) no-repeat top center;
		}
			h2#banner span { display: none; }
			
		div#lower {
			width: 771px;
			background: url(images/main.gif) repeat-y top right #c5d5e4;
		}
			div#sidebar {
				width: 227px;
				float: left;
				margin-top: -16px;
			}
				#sidebar li {
					list-style: none outside;
				}
				#sidebar h2 {
					line-height: 40px;
					padding: 0 10px;
					height: 40px;
					color: #FFF;
					font-size: 16px;
					font-weight: normal;
					background: url(images/sideh2.gif) repeat-x top right;
					border: 1px solid #bf5627;
					border-width: 0 1px;
				}
				#sidebar li ul, div.sidecell {
					margin: 7px 5px;
					padding: 10px;
					background: #FFF;
				}
				#sidebar li ul li ul
				{
					margin: 0px;
					padding: 4px;
				}
					#sidebar li ul li {
						padding-right: 17px;
						background: url(images/bullet.gif) no-repeat top right;
					}
						#sidebar a:link, #sidebar a:visited {
							color: #000066;
						}
						
		div#left {
			width: 503px;
			float: left;
			padding: 8px 26px 15px 15px;
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 11px;
		}
			div.post {
				margin-bottom: 10px;
			}
				#left h2 {
					font-size: 22px;
					padding: 7px 0;
					font-family: Arial, Tahoma, Verdana, sans-serif;
				}
					#left h2 a, #left h2 a:link, #left h2 a:visited {
						color: #0c2430;
						display: block;
					}
					#left h2 a:hover, #left h2 a:active {
						text-decoration: none;
						color: blue;
					}
				.postinfo {
					margin-right: -10px;
					padding-right: 10px;
					padding-top: 5px;
					background: url(images/posttitle.gif) no-repeat top right;
					font-family: Verdana, Tahoma, Arial, sans-serif;
					font-size: 10px;
					margin-bottom: 5px;
				}
				.entry {
					padding: 10px;
					padding-bottom: 0;
					line-height: 16px;
				}
					.entry p, .entry ul, .entry ol, .entry blockquote {
						margin-bottom: 8px;
					}
					.entry blockquote {
						padding: 10px;
						border-right: 2px solid #ed8820;
					}
					.entry ol {
						margin-right: 15px;
					}
					.entry ul {
						margin-right: 10px;
					}
						.entry li {
							list-style-position: outside;
						}
						
			#comments ol {
				padding: 0 15px;
				margin-right: 15px;
			}
				#comments ol li {
					margin-bottom: 8px;
					list-style-position: outside;
				}
				#comments h2 {
					padding: 0;
					margin-bottom: 5px;
					font-size: 16px;
				}
				#comments h3 { margin-bottom: 5px; }
				#comments p {
					margin-bottom: 5px;
				}
				
			div.pagenav {
				text-align: center;
			}
				.pagenav a:link, .pagenav a:visited {
					color: #134663;
				}
					
		.lower_bottom {
			float: right;
			width: 771px;
			height: 8px;
			background: url(images/wrapperbottom.gif) no-repeat bottom right;
		}
		
		div#footer {
			clear: both;
			background: #114763;
			border-top: 3px solid #10435e;
			border-bottom: 3px solid #0c222f;
		}
			#footer h2 {
				width: 236px;
				height: 67px;
				float: right;
				background: url(images/footerlogo.gif) no-repeat center right;
				margin-right: 10px;
			}
				#footer h2 a { display: block; height: 67px; }
				#footer h2 a span { display: none; }
				
				#footer ul {
					float: left;
					margin-top: 24px;
				}
					#footer ul li { float: right; margin: 0 8px; }
					#footer li a, #footer li a:link, #footer li a:visited {
						color: #FFF;
						text-transform: uppercase;
						font-weight: bold;
					}
					#footer li a:hover, #footer li a:active { color: #fa9414; text-decoration: none; }