/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/2c-r-new.css');

/*********************************************************************/
/* Main page structure                                               */

@font-face {
	font-family: 'LinuxLibertineORegular';
	src: url('libertine/linlibertine_re-4.7.5ro-webfont.eot');
	src: local('☺'), url('libertine/linlibertine_re-4.7.5ro-webfont.woff') format('woff'), url('libertine/linlibertine_re-4.7.5ro-webfont.ttf') format('truetype'), url('libertine/linlibertine_re-4.7.5ro-webfont.svg#webfontnnGZsCSw') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'AveriaSansRegular';
    src: url('averia/averiasans-regular-webfont.eot');
    src: url('averia/averiasans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('averia/averiasans-regular-webfont.woff') format('woff'),
         url('averia/averiasans-regular-webfont.ttf') format('truetype'),
         url('averia/averiasans-regular-webfont.svg#AveriaSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AveriaSerifRegular';
    src: url('averia/averiaserif-regular-webfont.eot');
    src: url('averia/averiaserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('averia/averiaserif-regular-webfont.woff') format('woff'),
         url('averia/averiaserif-regular-webfont.ttf') format('truetype'),
         url('averia/averiaserif-regular-webfont.svg#AveriaSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AveriaRegular';
    src: url('averia/averia-regular-webfont.eot');
    src: url('averia/averia-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('averia/averia-regular-webfont.woff') format('woff'),
         url('averia/averia-regular-webfont.ttf') format('truetype'),
         url('averia/averia-regular-webfont.svg#AveriaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	color: #555;
	background: #fff;
	font-family: AveriaRegular, Helvetica, Verdana, sans-serif;
	font-size: 90%;
	text-align: center;
	line-height: 180%;
	padding: 0px;
	margin: 0px;
}

strong { color: #000; }
em { color: #333; }

#wrapper a {
	color: #339;
	text-decoration: none;
}
#wrapper a:hover {
	color: #00f;
}
#wrapper .entry-content a {
	text-decoration: underline;
}

#wrapper
{
	width: 800px;
	margin: 20px auto 50px auto;
	text-align: left;
}

#access
{
	border-top: 2px solid #66f;
	border-bottom: 2px solid #66f;
	margin: 5px 0px 20px 0px;
/*
	background: #443;
*/
	padding-top: 2px;
}

#footer
{
	padding-top: 50px;
	opacity:0.5;
	text-align:right;
}


#header div#menu, div#menu ul.children {
	margin: 0px;
}
div#menu ul.children {
	border: 1px solid #66f;
	padding: 2px 5px;
	font-size: 90%;
/*
	background: #663;
*/
}


/*********************************************************************/
/* Page header                                                       */

h1#blog-title {
	margin:0px;
}


/* Pre-loading the rollover image */
h1#blog-title {
	background: url('http://daisychase.net/blog/wp-content/themes/sandbox/images/chasing_daisies_180x96_hover.png') no-repeat -9999px -9999px;
}

h1#blog-title a {
	margin: 0px;
	display: block;
	background:url('http://daisychase.net/blog/wp-content/themes/sandbox/images/chasing_daisies_180x96.png') top left no-repeat;
	height: 96px;
	width: 180px;
/*
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
*/
}

h1#blog-title a span {
	display: none;
}

h1#blog-title a:hover {
	background:url('http://daisychase.net/blog/wp-content/themes/sandbox/images/chasing_daisies_180x96_hover.png') top left no-repeat;
}

#blog-description
{
	text-align:center;
	color: #06c;
	margin: 10px 0px 20px 0px;
	text-transform: lowercase;
	font-family: 'AveriaSerifRegular', Palatino, Georgia, serif;
	line-height:normal;
	letter-spacing: 1px;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	color: #06c;
	font-family: 'AveriaSerifRegular', Palatino, Georgia, serif;
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: 1px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	color: #08f;
	text-decoration: none;
}
/*
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
	color: #69f;
	text-decoration: none;
}
*/

.entry-meta, .entry-date {
	color: #08f;
	text-transform: lowercase;
/*
	background: #ffe;
*/
	font-size: 90%;
}
.entry-meta {
	margin: 1em 0em 0em 0em;
	text-align: right;
}

.entry-date {
	padding: 0px 0px;
}

h2.entry-title, h3.entry-title {
	margin: 0px;
	clear:none;
	padding: 0px;
/*
	border-bottom: 1px solid #eef;
*/
/*
	background: #ddc;
*/
/*
	padding: 8px 0px 5px 0px;
 */
/*
	color: #663;
*/
}
h2.entry-title a, h3.entry-title a {
/*
	color: #663;
*/
}
h2.entry-title a:hover,
h3.entry-title a:hover {
/*
	color: #000;
*/
}

.entry-content {
	margin: 1em 0px 0px 0px;
	overflow: hidden;

}

#content .p1 {
	margin-top: 12px;
}

.post, #content .page, #content .attachment {
	margin-bottom: 60px;
/*
	border: 2px solid #000;
*/
/*
	background: #fff;
	color: #333;
*/
}
#content .publish h1, #content .publish h2, #content .publish h3, #content .publish h4, #content .publish h5, #content .publish h6,
#content .publish h1 a, #content .publish h2 a, #content .publish h3 a, #content .publish h4 a, #content .publish h5 a, #content .publish h6 a
{
/*
	color: #000;
*/
}
#content .publish h1 a:hover, #content .publish h2 a:hover, #content .publish h3 a:hover, #content .publish h4 a:hover, #content .publish h5 a:hover, #content .publish h6 a:hover
{
/*
	color: #442;
*/
}

#wrapper .entry-content .more-link {
	text-decoration:none;
	font-size: 150%;
	font-family: 'AveriaSerifRegular', Palatino, Georgia, serif;
	float:right;
}

/*********************************************************************/
/* Galleries */

.entry-content a img { }

.gallery-item img, .entry-content a img {
	border: 4px solid #def;
/*
	opacity: 0.9;
*/
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.entry-content a:hover img {
	border: 4px solid #06c;
/*
	opacity: 1.0;
*/
}

.gallery-caption {
	color: #663;
	background: #fff;
	font-size: 90%;
	font-style: italic;
}
div.fancy.gallery { text-align: center; }
.fancy img.attachment-thumbnail, .fancybox img
{ border: 1px solid #66f; }
.fancy img.attachment-thumbnail { margin: 10px; }

.flickr-gallery {
	line-height: normal;
}
.post div.flickr-thumb {
	padding: 0px;
	border: none;
	margin: 0 1.5em 1.5em 0;
}

/*********************************************************************/


/* Just some example content */
div.skip-link {
float:right;
font-size: 90%;
display:none;
}

div#menu {
height:1.5em;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

/*
div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}
*/

p.wp-caption-text{
font-style:italic;
}

/*
div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}
*/

div#nav-above {
float:right;
max-width: 50%;
margin-left: 10px;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation a {
	text-decoration: none;
	display:block;
	text-transform: lowercase;
	font-family: 'AveriaSerifRegular', Palatino, Georgia, serif;
	color:#69f;
	font-size: 80%;
	line-height: normal;
}
div.navigation a:hover {
	background: #fd0;
}
span.meta-nav {
	color:#9cf;
	font-weight:bold;
	font-size:125%;
}

div.nav-previous {
	text-align:right;
	padding-right:10px;
	margin: 0px;
}
div.nav-next {
	text-align:right;
	padding-left:10px;
	margin: 0px;
}

#sidebar-blocks li a {
	text-transform: lowercase;
}

div.sidebar h3 {
font-size:1.2em;
margin: 0;
background: #9cf;
border-radius: 8px 8px 0px 0px;
-moz-border-radius: 8px 8px 0px 0px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
/*
border-bottom: 1px solid #fff;
*/
}

div.sidebar input#s {
width:7em;
}

div.sidebar ul {
	list-style: none;
	margin: 0em 1em;
	padding: 0;
}

div.sidebar li {
list-style:none;
margin: 1em 0;
position: relative;
text-align: center;
background: #def;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
padding-bottom: 0.5em;
/*
border: 1px solid #06c;
*/
}

div.sidebar li a {
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 0.2em 0em;
}
div.sidebar li a:hover {
	background: #ffa;
	color: #000;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0;
padding: 0;
/*
display: none;
*/
}

div.sidebar ul ul.down {
	position: relative;
	top: -20px;
	padding-top: 20px;
	margin-bottom: -20px;
	display: block;
}

div.sidebar ul ul li {
	list-style:none;
	margin:0;
	padding: 0;
	background: #def;
	border: none;
	line-height: 1.2em;
}

div.sidebar ul ul ul {
margin:0;
}

div.sidebar ul ul ul li {
font-size: 80%;
line-height: 1.2em;
}

div#menu ul li,div.gallery dl {
float:left;
}

div#footer {
text-align:center;
}

input#author,input#email,input#url {
width:50%;
}

div.gallery * {
margin:0;
padding:0;
}
