/*
Skin Name: Two-Column Jewelry Left
Skin URI: http://patrick.bloggles.info/
Description: Minimalist style with sidebars floating left of main content.
Author: Patrick Chia
Author URI: http://patrick.bloggles.info/
Version: 1.0
Global Navigation: N
*/
@import url('../style.css');

div#container {
	float: right;
	width: 600px;/*880-280*/
}
div#content {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 5px;
}
div.sidebar {
	float: left;
	width: 280px;
	overflow: hidden;
	background-color: #a0a0a0;
	background: transparent url("../images/sidebar_bkg.png") repeat-y;
}
div#primary {
    background: transparent url("../images/primary_bkg.png") no-repeat;
    /*height: 269px;*/
}
div#secondary {
	clear: left;
}
div#footer {
	clear: both;
	width: 100%;
}

/* THE GALLERY PAGES */
div.gallery_container{
    width: 118px;
    height: 128px;
    background: transparent url("../images/thumbFrame_bkg.gif") no-repeat;
    background-position: top left;
    text-align: left;
    padding: 0;
}
div.gallery_container p{
    display: block;
    font-size: 0px;
    margin: 0;
    padding: 0;
}
div.gallery_container p a{
    margin: 0;
    padding: 0;
}
div.gallery_container p a img{
    margin: 0;
    padding: 0;
    display: block;
    border-style: none;
}
td.gallery_cell{
    width: 120px;
    padding: 0px;
    margin: 0px;
}
div.galAuthor{
    height: 25px;
    text-align: center;
}
div.galTitle{
    height: 20px;
    text-align: center;
    color: black;
    font-weight: bold;
}
/************ HOMEPAGE **********/

div#content_home{
    background: transparent url("../images/content_container_home_bkg.png") no-repeat;
    min-height: 300px;
    float: right;
    width: 600px;
}
/*IE hack*/
#div#content_home {
    height: 300px;
    float: right;
}
div#content_end_home {
    background: transparent url("../images/content_end_home_bkg.png") no-repeat;
    background-position: top left;
    height: 190px;
    margin: 0;
    line-height: 0px;
    width: 100%;
    clear: both;
}
div#content_end_home div{
    height: 145px;;
    width: 29%;
    float: left;
}
div#content_end_home div a{
}

div#content_end_home div a{
    display: block;
    margin: 0;
    width: 100%;
    height: 140px;
}

div#content_container_home {
    background: transparent url("../images/content_bkg_home.png") repeat-y;
    background-position: 15px 100px;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    float: right;
    width: 600px;
}

div#home_spacer1{
    width: 90px;
    float: right;
}
div#home_left {
    width: 311px;
    float: right;
    text-align: justify;
}

div#home_spacer2{
    width: 56px;
    float: right;
    
}
div#home_right {
    width: 115px;
    float: right;
    text-align: justify;
}
h3.entry-subtitle{
    color: black;
    font-weight: bold;
    font-size: 12px;
    padding: 0;
}
.arrow{
    background-image: url(../images/arrow.gif);
    background-position: right;
    background-repeat: no-repeat;
}

/******** SEARCH FORM ***********/
#search_form{
    clear: both;
    text-align: left;
    margin: 0;
    padding: 0;
    padding-left: 18px;
    padding-top: 15px;
}

#query {
    border-style: none;
    height: 18px;
    width: 380px;
    background-color: transparent;
}
#submit{
    border-style: none;
    background-color: transparent;
    font-weight: bold;
    *margin-bottom: 3px;
}
form#commentform #submit{
    border-style: solid;
    border-width: 1px;
    border-color: #bdbdbd;
    background-color: transparent;
    font-weight: bold;
    *margin-bottom: 3px;
}

