/*
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-l.css');

/* Just some example content */
a {
	color: #a57945;
	outline: none;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: #76450e;
	}
a:visited {
	color: #aaaaaa;
	text-decoration: none;
	}
#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #bbb1a5 url(images/wood.jpg) repeat-x center top;
	}
div#wrapper {
		position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background-color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
	div#wrapper #header a {
	height: 100px;
	display: block;
	cursor: pointer;
	background: transparent url(images/banner.jpg) no-repeat left top;
	}
	div#wrapper h1, div#wrapper #blog-description {
	display: none;
	}
	div#wrapper h1 {
	margin: 0;
	padding: 0;
	}
	div#wrapper h1 a {
	color: #ff0000;
	font-weight: normal;
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	}
#content h2 {
	margin-top: 0;
	padding-bottom: 5px;
	color: #aaa;
	border-bottom: 1px solid #eee;
	font-family: Georgia, "Times New Roman", Times, serif;
	} 
div.skip-link {
right:1em;
top:1em;
display: none;
}

/* @group Menu */
div#menu {
	height: 1.5em;
	margin: 0 15px;
	}
div#menu ul,div#menu ul ul {
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	}
div#menu ul a {
	display: block;
	margin: 0 10px 0 0;
	padding: 5px 10px;
	color: #aaa;
	text-decoration: none;
	background-color:#eee;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
	div#menu ul a:hover {
	color: blue;
	background: #ddd;
	}
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;
	}
/* @end */

.entry-title,.entry-meta {
clear:both;
}
.entry-title {
	margin-bottom:5px;
	}
.entry-meta  {
	padding-bottom: 30px;
	}
	.entry-meta  a {
	color: #aaa;
	}
	.entry-meta  a:hover {
	color: blue;
	}
.entry-meta, .entry-date {
	font-size:small;
	color: #ccc;
	}

div#container,div#primary {
margin-top:1em;
}
#container {
	padding: 0 15px 0 0;
	}
	#container h2.entry-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	}
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;
}
/* @group gallery */
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%;
}
/* @end */

div#nav-above {
	display: none;
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}
/* @group sidebar */
div.sidebar h3.widgettitle {
	display: block;
	padding: 5px 10px;
	font-size:1em;
	color: #aaa;
	background: #eee url(images/wood-tint.jp) repeat-x center top;
}

div.sidebar input#s {
width:238px;
padding: 5px 5px;
color: #333;
border: 1px solid #eee;
border-top-color: #ccc;
border-left-color: #ccc;
background: #eee url(images/wood-tint.jpg) repeat-x center top;
}
div.sidebar input.button {
	margin-top: 3px;
	padding: 3px 6px;
	border: none;
	color: #aaa;
	background: #eee;
	cursor: pointer;
	font-size: small;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
	div.sidebar input.button:hover {
	color: blue;
	background: #ddd;
	}
div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:5px 0 0 10px;
}

div.sidebar ul ul li {

margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}
div.sidebar #recent-posts-3 ul, div.sidebar #categories-3 ul {
	margin-left: 5px;
	}
	div.sidebar #categories-3 ul ul.children {
	margin-left: -5px;
	}
div.sidebar #recent-posts-3 li, div.sidebar #categories-3 li.cat-item {
	padding-left: 16px;
	background: url(images/bullet-blue.jpg) no-repeat;
	}
	div.sidebar #categories-3 .children li.cat-item {
	padding-left: 16px;
	list-style-type: none;
	background: url(images/bullet-white.jpg) no-repeat;
	}
/* @end */

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#footer  {
	width: 960px;
	margin: 0 auto;
	padding: 10px 20px;

	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
	div#footer p {
	margin: 0 15px;
	color: #fefefe;
	font-size: small;
	}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

h2.entry-title {
	margin-top: 0;
	}
/* @group slideshow */
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto 20px auto;
	width:660px;
	height:300px;
	background:transparent url(images/bg_slideshow.jp) no-repeat 0 0;
	position:relative;
}
#content #slideshow h2 {
	margin: 0 0 5px 0;
	color: #333;
	}
#slideshow p {
	margin: 0;
	}
#slideshow #slidesContainer {
  margin:0 auto;
  width:660px;
  height:300px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
	position: relative;
  margin:0 auto;
  width:640px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:300px;
  font-size: small;
}
.slide .text {
	display: block;
	width: 640px;
	position: absolute;
	padding: 10px;
	bottom:0;
	background-color: #fff;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.numbers
{
	display: none;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:30px;
  height:300px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
	z-index: 1;
}
#leftControl {
  top:0;
  left:0;
  background: transparent url(images/arrows.png) no-repeat -32px center;
}
#rightControl {
  top:0;
  right:0;
  background: transparent url(images/arrows.png) no-repeat -5px center;
}

#a {background: url(images/01.jpg) no-repeat 0 0;}
#b {background: url(images/02.jpg) no-repeat 0 0;}
#c {background: url(images/03.jpg) no-repeat 0 0;}
#d {background: url(images/04.jpg) no-repeat 0 0;}
/* @end */
/* @group Archives */
ul#archives-page {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	ul#archives-page li ul {
	list-style-type: disc;
	}
	ul#archives-page #category-archives li .cat-item {
	padding-left: 16px;
	list-style-type: none;
	background: url(images/bullet-white.jpg) no-repeat;
	}
	ul#archives-page li .cat-item ul.children {
	margin:0;
	padding: 0;
	}
/* @end */
/* @group Twitter */
#twitter {
	margin: 10px 0 0;
	padding: 10px 10px 5px 10px;
	background: #eee;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font: x-small "Lucida Grande", Lucida, Verdana, sans-serif;
	}
	#twitter ul {
	margin: 0;
	padding: 0;
	}
	#twitter li {
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #ccc;
	list-style-type: none;
	line-height: 1.2em;
	}
.tweet-date a.tweet-date-link {
	padding: 2px 0 2px 20px;
	line-height: 2em;
	background: url(images/clock.png) no-repeat left top;
	}
	.tweet-date a {
		color: #aaa;
		}
		
#twitter-4 ul {
	margin: 10px 0 0;
	padding: 10px 10px 5px 10px;
	background: #eee;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
#twitter-4 ul li {
	margin: 0 0 10px 0;
	font: small "Lucida Grande", Lucida, Verdana, sans-serif;
	}
.widget_twitter .from-meta {
	display: none;
	}
.widget_twitter .time-meta {
	white-space: nowrap;
	}
/* @end */
/* @group flickr */

#flickr ul {
	margin: 10px 0 0 4px;
	}
	#flickr h3 {
	color: #0063DC;
	letter-spacing: .5px;
	}
	#flickr .pink {
	color: #FF0084;
	}
	#flickr li {
	text-decoration: none;
	list-style-type: none;
	}
	#flickr li a {
	margin: 0 3px 0 0;
	border-bottom: none;
	}
	#flickr li a img {
	border: 2px solid #335D99;
	}
	#flickr li a:hover img {
	border-color: #FF0084;
	}
/* @end */
/* @group Social Newtorking */
#social-network {
	display: block;
	width: 250px;
	margin: 20px auto;
	padding: 5px 0;
	background: #eee;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
	#social-network a {
	margin: 10px auto;
	}
	#social-network a.twitter {
		display: block;
		width: 130px;
		height: 38px;
		text-decoration: none;
		background: url("images/twitter-icon.jpg") -130px;
		}
	#social-network a.twitter:hover {
		background-position: 0;
		}
	#social-network a.facebook {
		display: block;
		width: 130px;
		height: 38px;
		text-decoration: none;
		background: url("images/facebook-icon.jpg") -130px;
		}
	#social-network a.facebook:hover {
		background-position: 0;
		}
	#social-network a.myspace {
		display: block;
		width: 130px;
		height: 38px;
		text-decoration: none;
		background: url("images/myspace-icon.jpg") -130px;
		}
	#social-network a.myspace:hover {
		background-position: 0;
		}
	#social-network a.YouTube {
		display: block;
		width: 130px;
		height: 38px;
		text-decoration: none;
		background: url("images/YouTube-icon.jpg") -130px;
		}
	#social-network a.YouTube:hover {
		background-position: 0;
		}
	.icon-text {
		position: absolute;
		left: -5000px;
		}
/* @end */

#pda a {
	top: 2500px;
	left: -90px;
	position: absolute;
	display:block;
	width: 255px;
	height: 347px;
	background: url(images/pda.png) no-repeat;	
	}
#mug {
	top: 645px;
	left: -245px;
	position: absolute;
	display:block;
	width: 300px;
	height: 283px;
	background: url(images/mug.png) no-repeat;
	}

