@charset "utf-8";
/*
Theme Name: Coffee-Creations
Theme URI: http://www.coffee-art.com
Description: A theme by Greg Eland<a href="http://www.gregeland.com"</a>.
Version: 1
Author: Greg Eland
Author URI: http://www.gregeland.com
Tags:
*/
/*----------resets----------*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
html, body {
	height: 100%;
	min-height: 100%;
	color: #17070B;
	font-size: 100%;
	background-image: url(images/bg-deep.jpg);
	background-repeat: repeat;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	width: 100%;
}
body {
	background-attachment: scroll;
	background-image: url(images/creation.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	display: table;
}

/*----------BASIC ELEMENTS-------*/
a {
	text-decoration: none;
	color: #6F300F;
	font-weight: bold;
	font-size:0.9em;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:hover {
	color: #9C5C16;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6F300F;
	font-weight: normal;
}
h2 {
	line-height: 1.5em;
}
h2 a {
	font-weight: normal;
}
h3 {
	line-height: 2em;
}
p {
	padding-bottom: .8em;
	font-size:0.875em;
}
.alignRight, .alignright {
	float: right!important;
}
.alignLeft, .alignleft {
	float: left!important;
}
.center {
	text-align: center;
}
input {
	margin-left: auto;	
	margin-right: auto;
}
input[type="submit"] {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#6F300F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #17070B;
	display: block;
	color:#FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	cursor: pointer;
	vertical-align:middle;
	margin-top: 5px;
	margin-bottom: 5px;
}
input[type="submit"]:hover {
	background-color:#9C5C16;
}
.small {
	font-size: 80%;
}
.textright {
	text-align: right;
}
/*--------BASIC LAYOUT----------*/
#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -143px;
}
#wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	height: 100%;
	max-width: 1200px;
	min-width: 950px;
}
#header {
	height: 586px;
	position: relative;
	width: 910px;
	min-width: 910px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	white-space: nowrap;
}
#frame {
	width: 910px;
	background-image: url(images/columns.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	background-position: top;
}
.content {
	position: relative;
	width: 590px;
	margin-left: 160px;
	min-height: 660px;
	padding-bottom: 15px;
}
.block {
	padding-right: 20px;
	padding-left: 40px;
	position: relative;
	clear:both;
}
.entry {
	width:100%;
	overflow:hidden;
	padding-bottom: 20px;
}
#footer {
	clear: both;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	width: 910px;
	padding-top: 48px;
	margin-bottom: -128px;
}
.footer-content {
	position: relative;
	width: 590px;
	margin-left: 160px;
}
#push {
	height: 143px;
	margin-bottom: -143px;
}
#bottom {
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	background-image: url(images/baseboard.jpg);
	height: 143px;
	z-index: -1;
	background-position: bottom;
}
#cart {
	position: fixed;
	width: 267px;
	bottom: 0px;
	left: 0px;
	background-image: url(images/cart-bottom.png);
	background-repeat: no-repeat;
	background-position: left 183px;
	z-index: 99;
}
/*-----Shopping Cart-------*/
#cart p {
	font-size: 1em;
}
#sideshoppingcart {
	min-height: 20px;
	background-image: url(images/cart-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 60px;
	padding-left: 45px;
	padding-right: 65px;
	font-size: 80%;
	position: relative;
}
#shoppingcartcontents {
	width:98%;
	overflow: hidden;
	padding-left: 1%;
	padding-right: 1%;
}
#sliding_cart {
	background-image: url(images/content-bg.jpg);
}
#fancy_collapser {
	margin-left: 6px;
	margin-bottom: -2px;
}
.cart_title {
	font-size: 120%;
	color: #6F300F;
}
table.shoppingcart {
	border-collapse:collapse; 
	max-width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	line-height: 1em;
	font-size: 80%;
	display: block;
}
.shoppingcart td a {
	font-weight: normal;
	font-style: italic;
}
.shoppingcart th,
.shoppingcart td {
	border: 1px dotted #9C5C16;
	padding: 3px;
	max-width: 80px;
	overflow: auto;
	border-collapse:collapse; 
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.empty {
	font-size: 90%;
}
.totalhead {
	font-weight: bold;
}
.emptycart a, .gocheckout a {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#6F300F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #17070B;
	display: block;
	padding: 5px;
	margin: 1px;
	width: 58px;
	color:#FFFFFF;
	float: left;
	font-size: 80%;
	line-height: 90%;
}
.emptycart a:hover, .gocheckout a:hover {
	background-color: #9C5C16;
}
.emptycart br {
	display:none;
}
#cart .subtotal, #cart .postage {
	font-size: 80%;
	display: none;
}
#cart .postage {
	margin-left: 5px;
}
/*-----------------------HEADER------------------*/
#header #home {
	display: block;
	position: absolute;
	height: 130px;
	width: 350px;
	left: 100px;
	font-size: 0px;
	bottom: 150px;
}
#header #subtitle {
	position:absolute;
	bottom: 60px;
	left: 235px;
}
/*---------------Navigation*/
#floatMenu {
	position: absolute;
	width: 200px;
	background-image: url(images/angel-right.png);
	background-repeat: no-repeat;
	height: 315px;
	right: 0px;
	top: 240px;
}
#floatMenu ul {
	position: absolute;
	top: 100px;
	left: 10px;
	height: 155px;
	width: 125px;
}
#nav li {
	text-decoration: none;
	list-style-type: none;
}
#nav a {
	width: 101px;
	height: 16px;
	font-size: 0px;
	text-indent: -9000px;
}
#gallery {
	position: absolute;
	left: 12px;
	top: 5px;
	background-image: url(images/gallery.png);
	background-repeat: no-repeat;
}
#gallery:hover, .active #gallery{
	background-image: url(images/gallery_hover.png);
}
#blog {
	position: absolute;
	top: 32px;
	left: 13px;
	background-image: url(images/blog.png);
	background-repeat: no-repeat;
}
#blog:hover, .active #blog {
	background-image: url(images/blog_hover.png);
}
#about {
	position: absolute;
	top: 55px;
	left: 12px;
	background-image: url(images/about.png);
	background-repeat: no-repeat;
}
a#about:hover, .active #about {
	background-image: url(images/about_hover.png);
}
#contact {
	position: absolute;
	top: 80px;
	left: 13px;
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
}
a#contact:hover, .active #contact{
	background-image: url(images/contact_hover.png);
}
#reseller {
	position: absolute;
	top: 103px;
	left: 10px;
	background-image: url(images/reseller.png);
	background-repeat: no-repeat;
}
#reseller:hover, .active #reseller {
	background-image: url(images/reseller_hover.png);
}
/*----------------Gallery*/
#header .object {
	position: absolute;
	top: 75px;
	left: -60px;
}
/*----------------Blog*/
#subscribe {
	position: absolute;
	right: 65px;
	bottom: -50px;
	width: 30px;
	height:30px;
	background-image: url(images/rss.png);
}
#subscribe:hover {
	background-image: url(images/rss-hover.png);
}
.commentlist li {
	display:block;
	width:100%;
	overflow: hidden;
	padding: 10px;
}
.commentlist .alt {
	background-color: #FDEAC2;
}
.post-edit-link {
	font-style: italic;
	font-weight: normal;
	font-size: 80%;	
}
div.nav-previous {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	margin-top: -20px;
}	
div.nav-next {
	float: right;
	padding: 10px;
	margin-top: -20px;
}
div#nav-above div.nav-previous,
div#nav-above div.nav-next {
	margin-top: -20px;
}
div#nav-below div.nav-previous,
div#nav-below div.nav-next {
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: -5px;
}
/*----search---*/
#searchform {
	position:absolute;
	width: 240px;
	height: 30px;
	top: -20px;
	right: 10px;
}
#searchform #s {
	float: left;
}
/*----related posts----*/
.related {
	width: 60%;
	font-size: 80%;
	font-weight: normal;
	margin-left: auto;
	margin-right:auto;
	padding: 5px;
	border: 1px dashed #6F300F;
	margin-bottom: 10px;
	clear: both;
}
/*---------------About*/
#header #social {
	position: absolute;
	left: 40px;
	bottom: -250px;
	background-image: url(images/angel-left.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 225px;
}
#social #icons {
	width: 60px;
	position: absolute;
	left: 40px;
	top: 10px;
	text-transform: uppercase;
	padding-top: 5px;
}
#social .icon {
	margin-bottom: 5px;
	margin-top: 5px;
	width: 30px;
	height:30px;
}
.facebook {
	background-image:url(images/facebook.png)
}
.facebook:hover {
	background-image:url(images/facebook-hover.png)
}
.twitter {
	background-image:url(images/twitter.png)
}
.twitter:hover {
	background-image:url(images/twitter-hover.png)
}
.myspace {
	background-image:url(images/myspace.png)
}
.myspace:hover {
	background-image:url(images/myspace-hover.png)
}
.google {
	background-image:url(images/google.png)
}
.google:hover {
	background-image:url(images/google-hover.png)
}
.youtube {
	background-image:url(images/youtube.png)
}
.youtube:hover {
	background-image:url(images/youtube-hover.png)
}
#social .center {
	margin-left: 15px;
	float: left;
}
.border {
	width: 80%;
	margin-left: auto;
	margin-right:auto;
	padding-left: 15px!important;
	border: 1px dashed #6F300F;
}
.border-btm {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6F300F;
}
.links {
	font-size: 80%;
}
.links a{
	font-weight: normal;
}
/*-----------------------CONTENT----------------*/
.entry ol, .entry ul {
	margin-left: 40px;
	font-size: 95%;
	line-height: 1.2em;	
}
.entry li {
	display: list-item;
}
table.reseller-list {
	border: 1px dashed #6F300F;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	font-size: 90%;
}
.reseller-list th, .reseller-list td {
	border: 1px dotted #6F300F;
	border-collapse: collapse;
	padding: 5px;	
}
/*-----------Blog Entry------------*/
.meta
 {
	position: relative;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.title {
	position: absolute;
	width: 100%;
	color: #17070B;
}
.title h2 a {
	font-weight: normal;
	font-size: 90%;
	line-height: 1em;
	display:block;
	margin-top: -3px;
}
.post-date   {
	height: 118px;
	background-color: transparent;
	background-image: url(images/scroll-title.png);
	background-repeat: no-repeat;
	margin-right: 5px;
	position: absolute;
	left: -140px;
	top: -35px;
	display: block;
	width: 700px;
	color: #6F300F;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.post-month {
	display: block;
	position: absolute;
	font-size: 20px;
	top: 35px;
	left: 23px;
	width: 50px;
	text-align: center;
}
.post-day {
	text-transform: uppercase;
	display: block;
	position: absolute;
	font-size: 18px;
	top: 60px;
	left: 25px;
	width: 50px;
	text-align: center;
}
.category {
	float: left;
	font-size: 80%;
	display: none;
}
.comments {
	float: right;
	font-size: 80%;
	display: none;
}
.screenshot {
	height: 200px;
	width: 200px;
	float: right;
	overflow: hidden;
	display:none;
	background-repeat: no-repeat;
}
.screenshot-wide {
	height: 168px;
	width: 248px;
	float: right;
	overflow: hidden;
	display:none;
	background-repeat: no-repeat;
}
/*eliminates ghost lines on outside of frame img*/
.screenshot-wide img {
	margin-left: -1px;
	margin-top: -1px;
}
.wp-caption  {
	font-size: 80%;
	font-style: italic;
	text-align:center;
	margin:5px;
}
.wp-caption img {
	padding: 5px;
}
/*--------- gallery page specific --------------*/
.column {
	float: left;
	width: 266px;
}
.glabel {
	margin-top: 220px;
	text-align: center;
	padding-top: 2px;
	position: absolute;
	width: 160px;
	font-size: 14px;
	cursor: url(highslide/graphics/zoomin.cur), pointer;
}
.glabel2 {
	margin-top: 180px;
	position: absolute;
	text-align: center;
	width: 200px;
	padding-top: 2px;
	font-size: 14px;
	cursor: url(highslide/graphics/zoomin.cur), pointer;
}
/*-----------FOOTER----------------*/
#footer p {
	text-align: center;
	font-size: 80%;
	color: #FDFBE6;
}
#footer a {
	color: #FDFBE6;
}
#footer a:hover {
	text-decoration:underline;
}
/* PLUGIN TWEAKS */
.linklove {
	display: none;
}
.ddsg-wrapper div {
	display: none;
}
#tweetbacks {
	font-size: 75%;
	display: none;
}
.user-profile-links {
	text-align: center;
	font-size: 90%;
}
