/*  
Theme Name: 40cozy-starburst
Theme URI: http://40cozy.com
Description: 40cozy.com based on default wordpress theme, created december 2008
Author: Scott Sykora
Author URI: http://scottsykora.com/


	This theme was designed and built by Scott Sykora
	for 40cozy.com

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	color: #FED87F;
	background-image:url(images/texture-bg.jpg);
	background-color: #1a0c09;
	background-position: center top;
	background-repeat: repeat;
}

#page {
	/*background-color: white;
	border: 1px solid #959596;*/
	text-align: left;
	}

#header {
	/*background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;*/
	}

#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 192px; 
	width: 740px; 
	} 

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #110904;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top; 
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 1.7em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.5em;
	}

h2.pagetitle {
	font-size: 1.5em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #f7e7b9;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #f6dc90;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	color: #f6dc90;
	}
	
h1 a:hover, h2 a:hover, h3 a:hover
{
	text-decoration: underline;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #f4e6bd;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #f6dc90;
	text-decoration: underline;
	}

a:hover {
	color: #f6edd4;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	/*background-color: white;*/
	margin: 0px;
	padding: 15px;
	
	/*border: 1px solid #959596;*/
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 10px 65px;
	margin: 0px 0 0;
	width: 480px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 510px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	clear: both;
	margin: 0px 0 0;
	padding-top: 20px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	clear: none;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
.byline {
	display: block;
	text-align: center;
}
/* End Headers */



/* Begin Images */
.entry img {
	padding: 0;
	margin: 5px 3px;
	max-width: 460px;
	border: 4px solid #f6dc90;
	/*float: left;*/
	display: block;
	clear: both;
	}
	
	.entry a img {
	padding: 0;
	margin: 5px 3px;
	max-width: 460px;
	border: 4px solid #f6dc90;
	/*float: left;*/
	display: block;
	clear: both;
	}
	
	.entry object {
	padding: 0;
	margin: 10px;
	max-width: 460px;
	border: 4px solid #f6dc90;
	/*float: left;*/
	display: block;
	clear: both;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 2px 7px;
	display: block;
	float: right;
	}

img.alignleft {
	padding: 0px;
	margin: 0 7px 2px 0;
	display: block;
	float: left;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	background-color: 371e0e;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 30px 0 10px 0;
	margin-left: 610px;
	text-align: center;
	width: 170px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	background-color: #0d0602;
	margin: 14px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #d3b86a;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
	
/*----------- begin 40cozy.css --------------*/

body div /* center all divs in body */
{
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

html, body {height: 100%;}

a img
{
	border: none;
}

.toplogo
{
	display: block;
	left: 40px;
	width: 332px;
	height: 60px;
	position: absolute;
	top: 10px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, align=center, src="/wp-content/themes/40cozy-starburst/images/40cozy-toplogo.png");
}

.toplogo[class] {
  background: url("images/40cozy-toplogo.png") no-repeat top right; 
}

.toplogo:hover
{
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, align=center, src='/wp-content/themes/40cozy-starburst/images/40cozy-toplogo-hover.png');
	cursor:pointer;
}

.toplogo:hover[class]{
  background-image:url("images/40cozy-toplogo-hover.png");
}

.buyacozy
{
	display: block;
	left: 550px;
	width: 253px;
	height: 83px;
	position: absolute;
	top: -0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, align=center, src="/wp-content/themes/40cozy-starburst/images/40cozy-buy.png");
}

.buyacozy[class] {
  background: url("images/40cozy-buy.png") no-repeat top right; 
}

.buyacozy:hover
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, align=center, src='/wp-content/themes/40cozy-starburst/images/40cozy-buy-hover.png');
	cursor:pointer;
}

.buyacozy:hover[class]{
  background-image:url("images/40cozy-buy-hover.png");
}

.cozyteaser
{
	position: absolute;
	right: -100px;
	top: 100px;
}

.cozywrapper
{
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
	overflow: visible;
	width: 850px;
	padding: 0px;
	position: relative;
}

.cozytop
{
	width: 702px;
	overflow: show;
	height: 74px;
	background: url("images/40cozy-top.png?transmonkeyscale") repeat-x;
	margin-left: 74px;
	margin-right: 74px;
}

.cozytopleft
{
	float: left;
	position: relative;
	left: -74px;
	width: 74px;
	height: 74px;
	background: url("images/40cozy-tl.png?transmonkey") no-repeat top right; 
}

.cozytopright
{
	float: right;
	position: relative;
	right: -74px;
	width: 74px;
	height: 74px;
	background: url('images/40cozy-tr.png?transmonkey') no-repeat top left; 
}

.cozycontent
{
	text-align: center;
	width: 820px;
	/*height: 100%*/
	margin: 0px;
	padding: 0px;
	background: url('images/40cozy-bg.png?transmonkeyscale') repeat-y top left;
	/*background-color: #110904;*/
}

.cozybottom
{
	clear: both;
	overflow: show;
	height: 74px;
	background: url("images/40cozy-bottom.png?transmonkeyscale") repeat-x;
	margin-left: 74px;
	margin-right: 74px;
	text-align: right;
}

.cozybottomleft
{
	float: left;
	position: relative;
	left: -74px;
	width: 74px;
	height: 74px;
	background: url('images/40cozy-bl.png?transmonkey') no-repeat top right; 
}

.cozybottomright
{
	float: right;
	position: relative;
	right: -74px;
	width: 74px;
	height: 100%;
	background: url('images/40cozy-br.png?transmonkey') no-repeat top right; 
}

.footer
{
	display: block;
	text-align: center;
	clear: both;
	width: 700px;
	margin: auto;
}

.fb_share_link 
{
	padding:0px 0 0 20px; 
	height:16px; background:url(images/facebook-koozie.gif) no-repeat top left; 
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #F6DC90;
	text-decoration: none;
}

.ms_share_link
{
	padding:0px 0 0 20px; 
	height:16px; background:url(images/myspace-koozie.gif) no-repeat top left; 
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #F6DC90;
	text-decoration: none;
}

.em_share_link
{
	padding:0px 0 0 20px; 
	height:16px; background:url(images/email-koozie.gif) no-repeat top left; 
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #F6DC90;
	text-decoration: none;
}

.ms_share_link a:hover, .fb_share_link a:hover, .em_share_link a:hover
{
	color: #F6DC90;
	text-decoration: underline;
}

.whatis {
	display: block;
	position:absolute; top:0px; right:0px; 
	background-repeat: no-repeat;
	width: 300px;
	height:150px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, align=center, src='/wp-content/themes/40cozy-starburst/images/whatis.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */

.whatis[class] {
  background-image:url("images/whatis.png");
}

.whatis:hover
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, align=center, src='/wp-content/themes/40cozy-starburst/images/whatis-hover.png');
	cursor:pointer;
}

.whatis:hover[class]{
  background-image:url("images/whatis-hover.png");
}

/*
      For 40cozy.com by Scott Sykora
	  
*/


/************  page structure ************/
html, body { margin: 0; padding: 0; }

#land-background {
background: url(images/koozie-bg.jpg) center top no-repeat;
height: 900px;
position: absolute;
width:1166px;
margin-left: -158px;
margin-top: -10px;
z-index: 0;
}

#blog-background {
background: url(images/40oz-bg.jpg) center top no-repeat;
height: 900px;
position: absolute;
top: 0px;
width:1166px;
margin-left: -158px;
z-index: 0;
}

#blog-space {
height: 130px;
}

#land-wrapper {
position: relative;
overflow: visible;
 text-align: left;
 margin: 0px auto;
 width: 850px;
 border: none;
}

#land-header {
 position: relative;
 padding: 5px;
 border: 0px;
 height: 10px;
 margin: 0px;
 text-align: right;
 padding-right: 200px;
}

#land-leftcolumn { 
 position: absolute;
 border: none;
 width: 500px;
 height: 500px;
 padding: 15px;
 left: 0px;
 display: inline;
 z-index: 1;
}			

#land-leftcolumn:hover
{
	cursor: pointer;
}

#land-rightcolumn {
	margin-top: 0px;
	margin-left: 550px;
	margin-right: 0px;
	height: 440px;
	padding-top: 100px;
	padding-left: 10px;
	text-align: left;
}


#land-footer {
 padding: 0px;
 padding-top: 40px;
 margin: 0px 0px 0px 0px;
 text-align: center;
}

.landing-content
{
	font-size: 1.2em;
	margin-left: 60px;
	margin-right: 60px;
	margin-top: -15px;
	margin-bottom: 20px;

}

/************  landing buttons elements ************/

.readblog
{
	display: block;
	width: 228px;
	height: 120px;
	position: relative;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, align=center, src="/wp-content/themes/40cozy-starburst/images/40cozy-blog.png");
}

.readblog[class] {
  background: url("images/40cozy-blog.png") no-repeat top left; 
}

.readblog:hover
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, align=center, src='/wp-content/themes/40cozy-starburst/images/40cozy-blog-hover.png');
	cursor:pointer;
}

.readblog:hover[class]{
  background-image:url("images/40cozy-blog-hover.png");
}

.buykoozie
{
	display: block;
	width: 228px;
	height: 120px;
	position: relative;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, align=center, src="/wp-content/themes/40cozy-starburst/images/buy-koozie.png");
}

.buykoozie[class] {
  background: url("images/buy-koozie.png") no-repeat top left; 
}

.buykoozie:hover
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, align=center, src='/wp-content/themes/40cozy-starburst/images/buy-koozie-hover.png');
	cursor:pointer;
}

.buykoozie:hover[class]{
  background-image:url("images/buy-koozie-hover.png");
}

.iphoneapps
{
	display: block;
	width: 228px;
	height: 120px;
	position: relative;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, align=center, src="/wp-content/themes/40cozy-starburst/images/iphone-apps.png");
}

.iphoneapps[class] {
  background: url("images/iphone-apps.png") no-repeat top left; 
}

.iphoneapps:hover
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, align=center, src='/wp-content/themes/40cozy-starburst/images/iphone-apps-hover.png');
	cursor:pointer;
}

.iphoneapps:hover[class]{
  background-image:url("images/iphone-apps-hover.png");
}



