/* @override http://atomickatz.com/wp-content/themes/atomickatz/style.css */

/*
Theme Name: AtomicKatz Theme
Theme URI: http://AtomicKatz.com
Description: A WordPress theme developed for AtomicKatz.com
Version: 1.0
Author: <a href="http://BurntIn.com">Don Ford</a>
Tags: vintage, retro, pop, modern,
*/

/*
	#674B21 = Brown
	#00ADD0 = Blue
	#CCCC99 = Tan
	#FBFDFD = Lt Tan
	#8D9739 = Green
	#E8FE63 = Yellow
*/

/* @group reset */



* {
	margin: 0;
	padding: 0;
}

body {
	font: 62.5% Garamond, Georgia, "Times New Roman", Times, serif;
	background-color: #FBFDFD;
	color: #674B21;
	background-image: url(img/backgrounds/circles.png);
	text-align: center;
}

ul {
	list-style: none inside;
}

p {
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}

a {
	outline: none;
}

a img {
	border: none;
}

/* @end */

/* @group toolbox */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center
}
/* @end */

/* @group page-wrap */

#page-wrap {
	width: 704px;
	text-align: center;
	background-color: #FBFDFD;
	border: .4em solid #674B21;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-right: auto;
	margin-top: 5em;
	margin-left: auto;
}

#page-wrap #header {
	text-align: center;
}
#page-wrap #header h1 {
	font-size: 6em;
	letter-spacing: .5em;
	text-indent: 33px;
	margin-bottom: .2em;
	margin-top: .2em;
}
#page-wrap #header h1 a{
		text-decoration: none;
		color:#674B21;
}

#page-wrap #header h2 {
	letter-spacing: .4em;
	text-indent: 8px;
	word-spacing: 8px;
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
		margin-bottom: 1.6em;
}

/* @end */

/* @group main-content */



#main-content {
	text-align: center;
	padding: 20px;
}

#main-content p {
	padding-left: 2.0em;
		padding-right: 2em;
		letter-spacing: .1em;
		font: 1.7em/1.2em Garamond, "Times New Roman", serif;
}

#main-content h2{
		font-size: 2.4em;
		margin-bottom: .7em;
}
body.sec #main-content ul{
		list-style-type: disc;
		font-size: 1.5em;
		margin-left: 64px;
		margin-bottom: 30px;
		margin-top: 30px;
}

#main-content h4{
		
}

hr{
		margin-top: 10px;
		margin-bottom: 10px;
}

#main-content ol{
		font-size: 14px;
		margin-left: 71px;
		list-style-position: inside;
		margin-top: 30px;
		margin-bottom: 30px;
}

body.sec #main-content a{
		text-decoration: none;
		font-weight: bold;
		color: #674b12;
}

#main-content #contactInfo p.center{
		font-size: 15px;
		margin-bottom: 50px;
		line-height: 14px;
}

#main-content #contactInfo h3{
		font-size: 20px;
}
#main-content #contactInfo p a{
		display: inline-block;
		padding: 5px;
		border: 1px solid white;
}
body.sec #main-content a:hover, body.sec #main-content a:focus{
		color: #fbfdfd;
		background-color: #00ADD0;
		margin-right: -.2em;
		margin-left: -.2em;
		padding-right: .2em;
		padding-left: .2em;
}

img.floatleft{
		margin-right: 17px;
		margin-bottom: 2px;
}
img.floatright{
		margin-bottom: 2px;
		margin-left: 17px;
}

#main-content h3{
		font-size: 17px;
		text-indent: 21px;
		margin-bottom: 16px;
}

/* @end */

#navboxStatic{
		height: 27.4em;
		width: 52em;
		background-color: #cccc99;
		border: 1px solid #674B21;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0;
}

#navboxStatic #menu li img{
		float: left;
		width: 100px;
		height: 100px;
		margin: 24px 0 0 24px;
}
#navboxStatic #menu li{
		display: inline;
}
#bNav{
		width: 52em;
		margin-right: auto;
		margin-left: auto;
}

ul#bottomNav{
		list-style-type: none;
		display: block;
		height: 34px;
		padding-left: 30px;
		margin-top: 21px;
		margin-bottom: 0;
}

ul#bottomNav li{
		display: inline;
}

ul#bottomNav li a{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		color: #674B21;
		display: block;
		width: 100px;
		height: 27px;
		border: 1px solid #674B21;
		text-decoration: none;
		padding-top: .2em;
		float: left;
		opacity: 1;
		margin-right: 18px;
}

ul#bottomNav li a:hover{
		background-color: #00ADD0;
		color: #FBFDFD;
		border: 1px solid #674B21;
}
div#bNav ul#bottomNav li.current_page_item a{
		background-color: #00ADD0;
		color: #FBFDFD;
		border: 1px solid #674B21;
}

#footer{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer hr{
		margin-right: 3.5em;
		margin-left: 3.5em;
		border-top-width: .1em;
		border-style: solid;
		border-color: #674B21;
		margin-top: 2.3em;
}

#footer h5{
		font-size: 1em;
		font-weight: normal;
		letter-spacing: .1em;
		word-spacing: .4em;
		line-height: 1.4em;
		margin: 1.4em 0 0;
}

/* @group Sec */

body.sec {
		background-image: url(img/backgrounds/circlesTan.gif);
}

.sec #page-wrap{
		width: 73em;
		text-align: center;
		background-color: #FBFDFD;
		border: .4em solid #674B21;
		padding: 1em;
		margin-right: auto;
		margin-top: 5em;
		margin-left: auto;
}
.sec #main-content{
		width: 65em;
		background-color: #cccc99;
		border: .1em solid #674B21;
		text-align: left;
		margin: 2em auto;
}
.sec #main-content address{
		text-align: center;
		font-size: 2.0em;
		font-style: normal;
		padding-bottom: .8em;
}
.sec #navbox #menu li{
		display: inline;
}
.sec #navbox ul#menu li img{
		width: 75px;
		height: 75px;
		float: left;
		margin: 1em 0 0 1em;
}
.sec #navboxStatic{
		height: 28em;
		width: 69em;
		margin: 0 auto;
		background-color: #cccc99;
		border: 1px solid #674B21;
}


.sec #navbox{
		width: 69em;
		height: 9.5em;
		background-color: #cccc99;
		border: .1em solid #674B21;
		margin-right: auto;
		margin-left: auto;
		clear: both;
		margin-top: 11px;
}
.sec #bNav{
		width: 69em;
		margin: 0 auto;
}
.sec ul#bottomNav{
		list-style-type: none;
		display: block;
		height: 3.4em;
		padding-left: 0;
		margin-top: 0;
}

.sec ul#bottomNav li{
		display: inline;
		float: left;
}

.sec ul#bottomNav li a{
		color: #674B21;
		display: block;
		width: 4.7em;
		height: 1.4em;
		border: .1em solid #674B21;
		text-decoration: none;
		padding-top: .2em;
		font: 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
		margin: 0 0 0 3.2em;
}

.sec ul#bottomNav li a:hover, 
		body#contact ul#bottomNav li a.contact,
		body#about ul#bottomNav li a.about,
		body#blog ul#bottomNav li a.blog{
		background-color: #00ADD0;
		color: #FBFDFD;
		border: .1em solid #674B21;
}

/* @end */

/* @group WP */

#main-content p.post_details{
		font: 1.1em/1.7em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#commentform label{
		font-size: 15px;
}
input{
		display: block;
		margin-top: 1.5em;
		margin-bottom: .2em;
}

#commentform{
		width: 46em;
		margin-right: auto;
		margin-left: auto;
		padding: 1.4em;
		background-color: #FBFDFD;
		border: .2em dashed #CCCC99;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}
img.alignleft {
   float: left;
		margin-right: 20px;
		margin-bottom: 20px;
}

div.post{
		margin-bottom: 5em;
}


.alignright {
   float: right;
}

img.alignright{
		margin-left: 2em;
		margin-right: -2em;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   padding: 0 4px 5px;
   margin: 0;
		font: 11px/17px;
}

/* @end */

ul.recipe{
		margin-right: auto;
		margin-left: auto;
		padding: 1.8em 0;
		margin-bottom: 21px;
		display: block;
		width: 80%;
		list-style-position: outside;
		background-color: #FBFDFD;
		font-family: "Courier New", Courier, mono;
		border: .2em dashed #CCCC99;
}

ul.recipe li{
		margin-left: 52px;
		padding-top: 6px;
		font-size: 13px;
		font-weight: bold;
}


