/*
Theme Name: www.artbycherryblossom.com
Theme URI: http: //www.artbycherryblossom.com/
Description: ABC theme
Author: Jason Phillips
Author URI: http: //www.jpwebworks.com.au/
Template: thematic
Version: 0.1.0
*/
/*
@import url("http://fonts.googleapis.com/css?family=Droid+Sans");
@import url("http://fonts.googleapis.com/css?family=Vollkorn");
@import url("../thematic/library/styles/reset.css");
@import url("../thematic/library/styles/typography.css");
@import url("../thematic/library/styles/images.css");
@import url("../thematic/library/styles/plugins.css");
*/

/* ---------- no fiddling with the layout below ---------- */

#header, #main, #footer {
    clear: both;
    overflow: hidden;
}

#container, #secondary {
    margin-top: 410px;
}

#container {
    float: right;
    width: 100%;
    margin-left: -290px;
}

#secondary {
    float: left;
    width: 270px;
    margin-left: 20px;
}

#content, #footer {
    margin-left: 350px;
    padding: 0 90px 0 0;
}

#subsidiary {
    overflow: hidden;
}

#subsidiary .aside {
    float: left;
    margin: 0 30px 0 0;
}

#subsidiary #third {
    margin:0;
}

/* ---------- no fiddling with the layout above ---------- */

/* sf menu */

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    line-height: normal;
}

.sf-menu ul {
    position: absolute;
    top: -9999em;
    width: 10em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
    float: left;
    position: relative;
    background: #d4cccc;
}

.sf-menu a, .sf-menu a:link, .sf-menu a:visited, .sf-menu a:focus, .sf-menu a:active, .sf-menu a:hover,
.sf-menu ul a, .sf-menu ul a:link, .sf-menu ul a:visited, .sf-menu ul a:focus, .sf-menu ul a:active, .sf-menu ul a:hover { /* visited pseudo selector so IE6 applies text colour*/
    display: block;
    position: relative;
    color: #666666;
    padding: 5px 10px;
    text-decoration: none;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    top: 24px;
    left: 20px;
    z-index: 99;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul, ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
    top: -9999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}

.sf-menu .current_page_item, .sf-menu .current_page_ancestor, .sf-menu .current_page_parent {
    background: #aa98a8;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: #aa98a8;
}

/* colorbox core */

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* colorbox abc style */

#colorbox {}

#cboxOverlay {
    background: #4e494c;
}

#cboxLoadingOverlay {
    background: #333333;
}

#cboxLoadingGraphic {
    background: url("img/abclightboxloading.gif") center center no-repeat;
}

#cboxContent {
    background: #333333;
    margin: 30px;
}

#cboxLoadedContent {
    background: #333333;
    padding: 5px;
}

#cboxTitle {
    position: absolute;
    top: -30px;
    width: 80%;
    left: 0;
    color: #cccccc;
    background: #333333;
    padding: 5px 10px 5px 5px;
    font-size: 14px;
    vertical-align: middle;
}

#cboxCurrent {
    position: absolute;
    bottom: -25px;
    height: 20px;
    right: 0;
    color: #cccccc;
    background: #333333;
    padding: 5px;
    font-size: 10px;
    vertical-align: middle;
}

#cboxSlideshow {
    position: absolute;
    bottom: -25px;
    height: 20px;
    left: 0;
    color: #cccccc;
    background: #333333;
    padding: 5px;
    font-size: 10px;
    vertical-align: middle;
}

#cboxPrevious {
    position: absolute;
    top: 25%;
    left: 5px;
    background-image: url("data:image/gif;base64,AAAA");
    width: 20%;
    height: 50%;
    text-indent: -9999px;
}
#cboxPrevious.hover {
    background: url("img/abclightboxprevious.png") center left no-repeat;
}

#cboxNext {
    position: absolute;
    top: 25%;
    right: 5px;
    background-image: url("data:image/gif;base64,AAAA");
    width: 20%;
    height: 50%;
    text-indent: -9999px;
}
#cboxNext.hover {
    background: url("img/abclightboxnext.png") center right no-repeat;
}

#cboxClose {
    position: absolute;
    top: 5px;
    right: 10px;
    /* display: block; */
    background-image: url("data:image/gif;base64,AAAA");
    width: 15%;
    height: 15%;
    text-indent: -9999px;
}
#cboxClose.hover {
    background: url("img/abclightboxclose.png") top right no-repeat;
}

.lightboximage img {
    margin: 0 10px 10px 0;
    border: 1px solid #333333;
}

/* sociable */

.sociable {
}

.sociable_tagline {
    float: left;
    margin-right: 10px;
}

.sociable ul li {
    display: inline;
	list-style-type: none;
}

.sociable img {
    background-color: #dedbd5; /* IE7 24-bit PNG with transparency hack */
    margin: 2px 3px 0 0;
}

.sociable-hovers {
	opacity: .4;
	filter: alpha(opacity=40);
}

.sociable-hovers:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* abc style */

body {
    color: #333333; background-color: #dedbd5;
    background-image: url("img/background.gif");
    background-repeat: repeat-x;
    font-family: "Droid Sans", arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
}

a, a:link, a:visited , a:active {
    text-decoration: none;
    color: #996699;
}

a:focus, a:hover {
    text-decoration: underline;
}

.menu {
    position: absolute;
    top: 335px;
    left: 0px;
    background-color: #d4cccc;
    width: 340px;
    padding-left: 10px;
}

#branding {
    display: none;
}

#abcLogo, #abcBanner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 335px;
}

#abcLogo img {
    float: left;
}

#abcBanner img {
    float: right;
}

#nav-above, #nav-below {
	width: 100%;
    font-size: 12px;
}

#nav-above {
    display: none;
}

.nav-previous, .nav-next {
    width: 40%;
    padding-bottom: 2em;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
	text-align: right;
}

.page-title {
    font-size: 18px;
    padding-bottom: 2em;
}

.entry-title {
    font-family: Vollkorn, Georgia, serif;
    color: #996699;
    font-size: 26px;
    padding-bottom: 1em;
}

.page .entry-title {
    display: none;
}

.entry-meta {
    font-size: 12px;
    text-align: right;
    padding-bottom: 1em;
    margin-top: -2em;
}

.entry-content {
    padding-bottom: 2em;
}

#error404-searchform, #noresults-searchform {
    padding-bottom: 2em;
    margin-top: -2em;
}

#searchform #s {
    color: #999999;
}

.aside ul {
    margin-left: 0;
    list-style: none;
    margin-bottom: 2em;
}

.aside ul ul {
    margin-left: 20px;
    list-style: disc;
}

.sub-aside h3 {
    padding-bottom: 1em;
}

#abcFooter {
    clear: both;
    overflow: hidden;
    margin-left: 350px;
    background: #aa98a8;
    margin-bottom: 25px;
}

#abcFooterImage img {
    float: right;
}

#abcFooterFBLike {
    float: left;
    margin: 14px 0 0 10px;
}

p.fb-like {
    margin: 0;
}

#siteinfo * {
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
}
