/*  

Theme Name: Ombase

Theme URI: http://moongoosedesigns.com/

Description: Custom theme for Ombase.com

Version: 1.0

Author: Angela Bowman

Author URI: http://moongoosedesigns.com/

Original Author: N. Design Studio





	The CSS, XHTML and design is released under Creative Commons Attribution 2.5:

	http://creativecommons.org/licenses/by/2.5/



*/

body {

	font:12px verdana, helvetica, arial, sans-serif;
	color:#666;
	margin: 0px;
	padding: 0px 0px 30px;
	background: url("images/bodyBG.jpg") repeat-x #FFF;

}

a {

	color: #ffa507;

	text-decoration: none;

}

a:visited {

	color: #ffa507;

	text-decoration: none;

}

a:hover {

	color: #c77300;

	text-decoration: underline;

}

img {

	border: none;

}

p {

	padding: 0px 0px 15px;

	margin: 0px;


}

h1 {

	margin:0px;
	padding-left: 0px;
	height: 40px;


}

h1 a, h1 a:visited{

	color: #f08800;

	text-decoration: none;

}

h1 a:hover{

	color: #3A75B6;

	text-decoration: none;

}

h2 {

	color: #666666;
	margin: 0px 0px 2px;
	padding-bottom: 1px;
	

}

h2 a, h2 a:visited {

	color: #666666;

	text-decoration: none;

}

h2 a:hover {

	color: #000000;

	text-decoration: none;

}

h3 {

	font: normal 140%/100% Arial, Helvetica, sans-serif;

	color: #2763A5;

	margin: 10px 0px 5px;

}

h4 {

	font: normal 130%/100% Arial, Helvetica, sans-serif;

	color: #2763A5;

	margin: 10px 0px 5px;

}

#wrapper {
	margin: 0 auto;
	width: 898px;
	background: url("images/wrapperBG.jpg") no-repeat;
	padding: 17px 0 10px 0;

}

#page {
	margin: 0 auto;
	padding: 0;
	width: 864px;
	background: #FFF;
}

form {

	margin:0px;

	padding:0px;

}


/* header area */

#header {

	height: 95px;
	width: 864px;
	background-image: url(images/header.jpg);
	background-repeat: none;
	position: relative;
}

#logo {
	height: 76px;
	width: 134px;
	padding: 14px 0 0px 0;
	margin-left: 38px;
	
	}
	




/* main navigation */



#nav {
	width: 860px;
	height: 28px;
	background: url("images/navBG.gif") no-repeat #FFF;
	position: relative;
	margin: 0;
	padding: 0;
}

#nav ul
{
list-style: none;
margin: 0 15px 0 0;
padding: 0;
 letter-spacing: 1px;
}

#nav a {
color: #ccc;
}


.menu ul
{
list-style: none;
padding: 0;
margin: 0;
line-height: 28px;
}

.menu li
{
float: right;
margin: 5px 0px 0 0;
padding: 2px 2px 7px 4px;
} 

.menu a
{
color: #ccc;
text-decoration: none;
padding-left: 10px;

} 

.menu a span
{
padding-right: 10px;
} 

.menu a:hover,
.menu a:active,
.menu .current_page_item a

  {
color: #666;
background: #fff url(images/nav/bgLeft.gif) left top no-repeat;
padding-left: 10px;
height: 23px;
padding-bottom: 7px;
}


.menu a:hover span,
.menu a:active span,
.menu .current_page_item a span
{
color: #666;
background: url(images/nav/bgRight.gif) right top no-repeat;
padding-right: 10px;
height: 23px;
padding-bottom: 7px;
} 



/*.nav_menu .current_page_item a, 
.nav_menuv .current_page_item a:visited,
.nav_menu .page_item a:hover {
	color: #666666;
	text-decoration: none;
	height: 23px;

}
.nav_menu .current_page_item, 
.nav_menu .current_page_parent, 
.nav_menu li.page_item:hover 
{
	background-image: url("images/nav/bgLeft.gif"); 
	background-position: top left;
	background-repeat: no-repeat;  
	margin-top: 5px; height: 23px; 
}
.nav_menu .current_page_item a, 
.nav_menu .current_page_item a:visited,
.nav_menu .current_page_parent a, 
.nav_menu .current_page_parent a:visited,
.nav_menu .page_item a:hover {
	background-image: url("images/nav/bgRight.gif");
	background-position: top left;
	background-repeat: no-repeat; 

}*/


/*.nav_menu, .nav_menu ul {
	list-style: none;
	right: 15px;
	height: 23px;
    letter-spacing: 1px;
    margin: 0 10px 0 0;
    padding: 0px;
    display: block;
   
}

.nav_menu li  {
	float: right;
	display: block;
	height: 23px;
	margin-top: 5px;
	 
}

.nav_menu .page_item a {
	color: #CCCCCC;
	text-decoration: none;
	padding: 0px 8px 0px 9px;
	font-size: 11px;
	font-weight: normal;
	line-height: 23px; /* adjust text height in tab */



/* subnav area */

#subnav 
{
	position: relative;
	margin:32px 0 0 15px;
	width: 580px;
	padding:10px 0;	 
	height: 32px;
	text-align:center;
	font-size: 90%;
	color:#666;
	letter-spacing: 1px;
}
#subnav ul 
{
	margin:0px 20px;
	padding:2px 0;
	list-style:none;
	text-align: center;	
	color:#666;
	/*text-transform:lowercase;*/
}

#subnav ul li 
{
	padding:0;
	margin:0;
	display:inline;
}


#subnav ul li a:link,
#subnav ul li a:visited, 
#subnav ul li a:hover,
#subnav ul li a:active
{
	padding:2px 0;
	border:0;
	color: #666;
	text-decoration: none;
}

#subnav ul li a:hover,
#subnav ul li a:active,
#subnav ul li.current_page_item a,
#subnav ul li.active a
{
	padding:2px 0;
	border:0;
	/*background:#3d4d5c;*/
	color:#FF9933;
	text-decoration: none;
}


/* content area */

#content {

	padding: 10px 60px 30px 25px;

	float: right;

	width: 560px;
	 min-height: 300px;

	overflow: hidden;

}

#content2 {

	padding: 10px 20px 30px 10px;

	width: 840px;
	min-height: 300px;

	overflow: hidden;

}

#content_home {
width: 570px;
padding: 10px 15px 30px 25px;
float:left;
}

#content3 {

	padding: 0px 20px 30px 20px;

	width: 840px;

	overflow: hidden;

}

#nina {
  background-image: url(images/nina_no_logo1.jpg);
  width: 170px;
  height: 524px;
  position: absolute;
  top: 170px;
  margin-left: -2px;
  }

#gallerylarge {
margin-top: -9px;
font-size: 9px;
margin-left: 250px;
}

#content3 .post {
	margin: 0;
	padding: 0;}
	
.clear {
	clear:both;
}

.post {

	clear:both;

	padding-top: 10px;


}

.post-date {

	width: 45px;

	height: 49px;

	float:left;

	background: url(images/date-bg.gif) no-repeat;

}

.post-month {

	font-size: 11px;

	text-transform: uppercase;

	color: #FFFFFF;

	text-align: center;

	display:block;

	line-height: 11px;

	padding-top: 2px;

	margin-left: -3px;

}

.post-day {

	font-size: 18px;

	text-transform: uppercase;

	color: #999999;

	text-align: center;

	display:block;

	line-height: 18px;

	padding-top: 7px;

	margin-left: -3px;

}

.entry {

	float:left;

	width: 610px;

}

#content_home .post-content {
float: left;
width: 400px;
margin-left: 190px;

}

.post-cat {

	background: url(images/mini-category.gif) no-repeat left center;

	padding-left: 20px;

	float:left;

	font-size: 95%;

	color: #999999;

}

.post-comments {

	background: url(images/mini-comments.gif) no-repeat left center;

	padding-left: 20px;

	float: left;

	font-size: 95%;

}

.post-calendar {

	background: url(images/mini-calendar.gif) no-repeat left center;

	padding-left: 20px;

	float: right;

	font-size: 95%;

	color: #999999;

}

.post-content {

	clear: both;
	padding-top: 0px;
	padding-left: 12px;
	


}

.post-content2 {
	clear: both;
	padding-top: 0px;
	padding-left: 12px;
	margin-right: 20px;
	}

.post-content h1 {
	font-size:1.5em;
	line-height:1.25em;
	letter-spacing:-0.5px;
	font-weight:700;
	margin:.0 0 .25em;
	color: #f08800;
	margin-top: 8px;
}

.post-content h2 {
	font-size:1em;
	line-height:0.75em;
	letter-spacing:-0.5px;
	font-weight:700;
	color:#333;
	margin:.0 0 .25em;
}

.post-content h3 {
	font-size:1.25em;
	line-height:1.5em;
	letter-spacing:-0.5px;
	font-weight:700;
	color:#666;
	margin:.0 0 .25em;
}

.post-content h4 {
	font-size:.1em;
	line-height:1.5em;
	letter-spacing:-0.5px;
	font-weight:100;
	color:#666;
	margin:.0 0 .25em;
}

.navigation {

	clear: both;

	padding: 10px 0px;

}

.navigation a, .navigation a:visited {

	color: #2763A5;

}

.previous-entries a {

	float: left;

	padding-left: 18px;

	background: url(images/mini-nav-left.gif) no-repeat left center;

}

.next-entries a {

	float: right;

	padding-right: 18px;

	background: url(images/mini-nav-right.gif) no-repeat right center;

}



/* comments area */

#comments, #respond {

	border-bottom: 1px dotted #CCCCCC;

	padding: 10px 0 5px 0;

	clear: both;

}

.commentlist {

	margin: 10px 0px;

	padding-left: 20px;

	line-height: 130%;

}

.commentlist li{

	padding: 5px 10px;

}

.commentlist .alt {

	background: #DDEBF4;

}

.commentlist cite, .commentlist cite a, .commentlist cite a:visited {

	font-weight: bold;

	font-style: normal;

	font-size: 120%;

	color: #2763A5;

}

.commentlist small {

	margin-bottom: 5px;

	display: block;

	font-size: 87%;

}

#commentform {

	margin-top: 10px;

	font: 110% Arial, Helvetica, sans-serif;

}

#commentform p {

	padding: 6px 0px;

	margin: 0px;

}

#commentform label{

	color: #787878;

	font-size: 87%;

}

#commentform input{

	width: 200px;

	background:#EDF4FA;

	border: 1px solid #0C488B;

	padding: 3px;

	margin-top: 3px;

}

#commentform textarea{

	width: 485px;

	height: 115px;

	background: #EDF4FA;

	border: 1px solid #0C488B;

	padding: 2px;

	margin-top: 3px;

}

#commentform textarea:focus, #commentform input[type="text"]:focus {

	background: #ffffff;

}

#commentform #submit{

	background: url(images/btn-bg.gif) no-repeat;

	font: bold 12px Arial, Helvetica, sans-serif;

	color: #FFFFFF;

	border: none;

	float:right;

	width: 144px;

	height: 28px;

	cursor: pointer;

}



/*sidebar */

#sidebar {
	float:left;
	width:182px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-size:10px;
	overflow:hidden;
	margin-left: 20px;
	font-size: 10px;
	line-height: 145%;
}	


#sidebar ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	
}

#sidebar ul li {
	display: block;
	background: url(images/rbox-gray-bg.gif) repeat-y;
	margin: 0;

}

#sidebar ul li ul li {
	margin: 0px 8px;
	list-style:none;
	border-bottom: dotted;
	border-width: thin;
	border-color: #ccc;
	line-height: 12px;
	padding: 5px 0px;
	background-image: none;
}


#sidebar ul ul {
	list-style:none;
	background: url(images/rbox-gray-footer.gif) no-repeat bottom;
	padding: 0 0 15px 0;
	margin: 0;
	width: 194px;
}

#sidebar ul ul ul {
	margin:0 0 0 0;
}

#sidebar h2 {
	color: #333;
	font-size: 12px;
	background: url(images/rbox-gray-header.gif) no-repeat;
	margin: 20px 0 0 0;
	padding: 0.6em 1em 0.5em 1em;
	width: 188px;
		}
		



/*blogroll */

ul.list-blogroll li{

	background: url(images/mini-blogroll.gif) no-repeat !important;

	padding-left: 16px !important;

}

/*category widget */

ul.list-cat li, li.widget_categories li{

	/*background: url(images/rbox-gray-footer.gif) no-repeat bottom;
	padding: 0.7em 1.2em 1.3em 1.2em;
	margin: 0px 0 10px 0;*/
	
	

}

/*product special widget */

li.widget_specials p {
	font-weight: normal;
}

ul li #product-specials.widget_specials div div img {
border: 1px;
border-color:#FF66CC;
}



/*list catpost widget */

ul li.cat-posts-item {

	/*background: url(images/rbox-gray-footer.gif) no-repeat bottom;
	padding: 0.7em 1.2em 1.3em 1.2em;
	margin: 0px 0 10px 0;*/
	
	

}

/*archives widget */

ul.list-archives li, li.widget_archives li{

	/*background: url(images/rbox-gray-footer.gif) no-repeat bottom;
	padding: 0.7em 1.2em 1.3em 1.2em;
	margin: 0px 0 10px 0;*/

}

/*pages widget */

ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	/*background: url(images/rbox-gray-footer.gif) no-repeat bottom;
	padding: 0.7em 1.2em 1.3em 1.2em;
	margin: 0px 0 10px 0;*/

}

/*sub-pages */

ul.list-page li ul li, li.widget_pages li ul li{

	/*background: url(images/rbox-gray-footer.gif) no-repeat bottom;
	padding: 0.7em 1.2em 1.3em 1.2em;
	margin: 0px 0 10px 0;*/

}

/*recent comments widget */

li.widget_recent_comments li{

	/*background: url(images/rbox-gray-footer.gif) no-repeat bottom;
	padding: 0.7em 1.2em 1.3em 1.2em;
	margin: 0px 0 10px 0;*/

}

/*calendar widget */

li.widget_calendar td {

	padding: 1px 7px;

}

/*text widget */

.textwidget {

	background: url(images/rbox-gray-footer.gif) no-repeat bottom;
	padding: 0.7em 1.0em 1.3em 1.0em;
	margin: 0px 0 10px 0;

}



/*search form */

#searchform {

	margin: 15px 0 0;

}

#searchform br {

	display: none;

}

#searchform #s {

	width: 135px;

	height: 22px;

	padding: 4px 5px 0px 5px;

	border: 1px solid #0C488B;

	background: #fff;

	margin-right: 2px;

	color: #000000;

	font-weight: normal;

}

/* search form button - to specify button only use input[type="submit"] */

#searchform input {

	background: url(images/search-btn-bg.gif) no-repeat;

	border: none;

	width: 67px;

	height: 26px;

	font: bold 12px Arial, Helvetica, sans-serif;

	color: #FFFFFF;

	vertical-align: middle;

}

/* Top Commentators */

#sidebar ul.user li {

	background: url(images/user.gif) no-repeat;

        padding-left: 20px;

}



/* footer area */

#footer {
	clear: both;
	width: 864px;
	height: 28px;
	line-height: 28px;
	background: url("images/footBG.gif") no-repeat;
	color: #7186b8;
	font-size: 95%;
	margin: 0px 0px 0px 17px;
	padding: 9px 5px 0px 5px;
}

#footer a, #footer a:visited {

	color: #ACD7EE;

}


#footer h4 {

	font: normal 146%/100% Arial, Helvetica, sans-serif;

	color: #9cdbfb;

	margin: 0px 0px 0px;

}


/* credits */

#credits {

	margin: 0px auto;

	width: 810px;

	color: #ffa507;

	font-size: 85%;

	line-height: 120%;

}

#credits a, #credit a:visited {

	color: #ffa507;

}

.rss {

	background: url(images/mini-rss.gif) no-repeat left center;

	padding-left: 18px;

	padding-bottom: 2px;

	margin-left: 8px;

}

.loginout {

	/*background: url(images/mini-loginout.gif) no-repeat left center;*/

	padding-left: 5px;

	padding-bottom: 2px;

	margin-left: 5px;
	margin-right: 18px;

}



/* alignments */

.center {

	text-align: center;

}

img.center, img[align="center"] {

	display: block;

	margin-left: auto;

	margin-right: auto;

}

.alignleft, #footer .alignleft {

	float: left;
	margin: 0px;
	padding: 0px;

}

img.alignleft, img[align="left"] {

	float:left;

	margin: 0px 12px 5px 2px;

}

.alignright, #footer .alignright {

	float: right;
	margin: 0px;
	padding: 0px;

}

img.alignright, img[align="right"] {

	float:right;

	margin: 2px 0px 5px 10px;

}

.clear {

	clear:both;

}

hr.clear {

	clear:both;

	visibility: hidden;

	margin: 0px;

	padding: 0px;

}

