/*  
Theme Name: Aum
Theme URI: http://www.paulsyjuco.com
Description: Aum Jewelry - Paul Syjuco, built on top of Kubrick theme
Version: 0.1
Author: Miguel Javier
Author URI: http://www.migueljavier.net
*/

@import url("reset.css"); 

body {
/*
   background: #7e6f6c;
*/
   background: url("images/aumtile.png") repeat 0 0;
   font-family: Georgia, "Times New Roman", serif;
   text-align: center;
   margin-bottom: 20px;
}

#container {
width: 770px;
margin: 20px auto;
padding: 0px;
background: url("images/mainbg.jpg") repeat-y;
border: 1px solid #888;	
text-align: left;
}

#nav {
width: 770px;
height: 80px;
background: url("images/headerbg.jpg") repeat-y;
}


#navblog {
width: 770px;
height: 80px;
background: url("images/headerbg.jpg") repeat-y;
border-bottom: 1px solid #733553;
}

img.logo {
margin-left: 25px;
margin-top: 15px;
display: inline;
float: left;
}

#menu {
float: right;
height: 30px;
margin-top: 50px;
}

#ul-menu {
display: inline;
}

#ul-menu li {
float: left;
}

#ul-menu li a {
	display: block;
	height: 30px;
	width: 70px;
	text-indent: -5000px;	
}

a#nav-home {
	background: url("images/home.gif") no-repeat 0 0;		
}

a#nav-about {
	background: url("images/about.gif") no-repeat 0 0;	
}

a#nav-blog {
	background: url("images/blog.gif") no-repeat 0 0;	
}

a#nav-gallery {
	background: url("images/gallery.gif") no-repeat 0 0;	
}

a#nav-contact {
	background: url("images/contact.gif") no-repeat 0 0;	
}

a#nav-links {
	background: url("images/links.gif") no-repeat 0 0;	
}


#banner {
height: 330px;
width: 770px;
float: left;
display: block;
background: #000;

border-top: 1px solid #733553;
border-bottom: 1px solid #733553;

}

#banner img {
   border: 0px;
   width: 770px;
   height: 330px;
   position: absolute;
}

#content {
width: 100%;
float: left;
display: block;
}

.entry img {
	margin: 0px auto 10px; 
	display: block; 
	text-align: center;	
}

#gallery img {
	margin: 0px auto 25px; 
	display: block; 
	text-align: center;
}


#left, #aboutleft {
display: inline;
float: left;
color: #444;
}

#right, #rightblog {
display: inline;
float: left;
color: #444;
}

#leftblog {
display: inline;
float: left;
color: #444;
}


#left, #aboutleft {
width: 501px;
margin: 35px 25px 0px;			   
}

#right {
width: 165px;
margin: 35px 25px 0px; 		   
}

#leftblog {
width: 501px;
margin: 15px 25px 0px;			   
}

#rightblog {
width: 165px;
margin: 15px 25px 0px;
display: inline;
float: left;		   
}


#commentsection {
	font-size: 11px;
}

#commentsection li {
	margin-bottom: 14px;
}

.post p {
font-size: 11px;
font-family: Georgia, Times, serif;
line-height: 180%;
margin-bottom: 15px;
}


.post h2 a{
font-size: 15px;
font-family: Georgia, Times, serif;
line-height: 160%;
}

#aboutleft p {
	line-height: 150%;
}


#right p {
font-size: 11px;
color: #733553;
font-family: Georgia, Times, serif;
}

#rightblog p {
font-size: 11px;
color: #733553;
font-family: Georgia, Times, serif;
}


p.address {
line-height: 130%;
margin-bottom: 25px;
font-family: Verdana, sans-serif;
}

p.contact {
line-height: 150%;
margin-bottom: 25px;
font-family: Verdana, sans-serif;
}

p.special {
line-height: 130%;
font-style: italic;
font-family: Verdana, sans-serif;
}

/* content */

h2 {
	font-size: 14px;
    font-family: Georgia, Times, serif;
}

h3, cite {
	font-size: 12px;
        font-family: Georgia, Times, serif;
}

.post small {
	font-size: 9px;
    font-family: Georgia, Times, serif;
    margin-bottom: 15px;
    display: block;
}

#leftblog .post {
	border-bottom: 1px solid #733553;
	margin-bottom: 25px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #733553;
        font-size: 11px;
        font-family: Georgia, Times, serif;
}

#left li {
	list-style: none;
	line-height: 150%;
}

.widget {
   margin-bottom: 15px;
}


.prev, .next {
   font-size: 11px;
}

.prev {
   text-align: right;
   margin-right: 3px;
   float: left;
}

.next {
   text-align: left;
   margin-left: 3px;
   float: right;
}

.prevnext {
   height: 15px;
   margin-top: 60px;
   display: block;
}


#footer {
float: left;
display: block;
margin: 25px;
font-size: 9px;
font-family: Verdana, sans-serif;
color: #666		
}

/* gallery styles */
.album {
   width: 100%;
   display: block;
   float: left;
   margin-bottom: .5em;
}

h1.album-label a {
   font-size: .9em;
}

.thumbsset li img {
   height: 40px;   
   width: 40px;
   border: 3px solid #fff;
   margin-right: 4px;
   margin-top: 2px;
}

.thumbsset li {
   float: left;
}