/*
Theme Name: Integrati
Theme URI: http://will.ph/projects/integrati/
Description: A single column theme based on <a href="http://getk2.com">K2</a> and <a href="http://squible.com">Squible</a>. Credits and Kudos go to the various authors who developed K2 and Squible. WordPress 2.3-friendly.
Version: 4.0
Tags: Single Column Theme
Author: Will Garcia
Author URI: http://will.ph/

License: Released under the GPL (http://www.opensource.org/licenses/gpl-license.php)
*/

/* Color Theme */
Primary:   #9FAD3E = brown / links 9FAD3E
-lighter:  #dce5a8 = light brown / backgrounds 
-darker:   #716F47 = dark brown / text 716F47
Alternate: #FFB6C6 = pink / link hover FFB6C6

/* General Tags */

html { /* Force Vertical Scrollbar */
	height: 100%;
	margin-bottom: 0.1em;
	}

* {
	padding: 0;
	margin: 0;
	}

img {
	border: 0;
	}

body {
	font: 70% Century Gothic, Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #BDCF52;
	background: #fff url('images/bg.gif') repeat-x top;
	text-align: center;
        overflow-y: scroll;
        overflow-x: hidden
	}

a:link, a:visited {
	text-decoration: none;
	color: #9FAD3E;
	}

a:hover {
	text-decoration: none;
	color: #FFB6C6;
	}

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	color: #716F47;
	background: url('images/quote.png') no-repeat 10px 0;
	border: none;
	font-style: italic;
	}

hr {
	display: none;
	}

code {
	font: 1.1em 'Courier New', Courier, Monospace;
	}

input[type=text], textarea {
	color: #716F47;
	padding: 1px;
	margin-top: 5px;
	border: 1px solid #ccc;
	}

input[type=text]:focus, textarea:focus {
	background: #fff;
	color: #716F47;
	border: 1px solid #ccc;

	}


input[type=submit] {
	color: #716F47;
	padding: 0px;
	margin: 0px;
	border: 1px solid #ccc;
	background: #fff;
	}

table {
	align:center;
	border:0;
	margin-left:auto;
	margin-right:auto;
	clear: both;
	}

.aligncenter {
	text-align:center;
	border:0;
	margin-left:auto;
	margin-right:auto;
	clear: both;
	}

/* Structure */
#page {

	background: ;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
	/* border: 1px solid #aaa; */
	border-top: none;
	clear: both;
	width: 860px;
	color: #716F47;
	}

#page .tooltitle {
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #716F47;
	font: 1.5em normal Georgia, 'Times New Roman', Serif;
	}


#page #top {
	width: 100%px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-family:  Century Gothic, Verdana, Arial, Sans-Serif;
	position: relative;
	}


#page #top #optibox {
	float: right;
	width: 202px;
	margin: 5px;
	padding: 5px;
	display: inline;
	list-style-type: none;
	}

#page #top #spoptibox {
	float: right;
	width: 356px;
	margin: 10px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	}

#page #mid {
	background: #716F47;
	width: 90%;
	margin: 0;
	position: relative;
	font: normal 1em  Century Gothic, Verdana, Arial, Sans-Serif;
	color: #FFB6C6;
	padding: 10px;
	}

#page #bot {
	background: #fff;
	width: 100%px;
	font: normal 1em  Century Gothic, Verdana, Arial, Sans-Serif;
	color: #716F47;
	}

#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 150px;
	width: 100%;
	}

*  html .admintab {
	display: inline;
	}

/*- Main Menu in Header */

#header ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 60px;
	left: 200px;
	width: 90%;
	}

#header ul.menu li,
#header ul.menu li a {
	display: inline;
	margin: 0;
	}

#header ul.menu,
#header ul.menu li a {
	padding: 5px 15px 8px;
	}

#header ul.menu li a {
	font-size: 1.50em;
	color: #ffffff;
        /* font-weight:bold; */
	margin: 0;
	text-decoration: none;
	}

#header ul.menu li a:hover {
	color: #716F47 !important;
	text-decoration: none;
	}

#header ul.menu li.current_page_item a,
#header ul.menu li.current_page_item a:hover {
	color: #716F47 !important;
        font-style: normal;
	}

.admintab {
	position: absolute;
	right: 0px;
	list-style-type: none;
	}

* html .admintab { padding: 5px 15px 6px }	/* IE hack */
	
a img,:link img,:visited img { border:none }

/*- Sub Pages */

#submenu {
	width: 900px;
	margin: 10px auto;
	position: relative;
	background: #ffffff;
	color: #716F47;
	}

ul.smenu {
	text-align: right;
	}

ul.smenu li {
	list-style-type: none;
	height: auto;
}

ul.smenu, ul.smenu li a {
	padding: 0;
}

ul.smenu li a {
	font: 1.25em normal  Century Gothic, Verdana, Arial, Sans-Serif;
	text-transform: lowercase;
	margin: 10px;
	background-color: #fff;
	color: #FFB6C6;
}

ul.smenu li a:hover {
	background: #FFB6C6;
	color: #fff !important;
	text-decoration: none;
}

ul.smenu li.current_page_item a, ul.smenu li.current_page_item a:hover {
	color: #9FAD3E !important;
	text-decoration: none;
}

/* Content */

h1, h2, h3, h4 {
	font-family: Century Gothic, Verdana, Arial, Sans-Serif;;
	}

h1 { /* H1 is the title in the header */
	font-size: 4em;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding-top: 40px;
	}

h1, h1 a, h1 a:link, h1 a:visited {
	text-decoration: none;
	color: #FFB6C6;
	}


h1 a:hover {
	text-decoration: none;
	color: #FFB6C6;
	}
	
#sitename {
	margin-top: 0px;
	background: transparent url('images/logo.gif') no-repeat top left;
	width: 205px;
	height: 205px;
	}
	
#sitename h1 {
	margin-left: -2000px;
        font-size: 1em;
	}

#header .description { /* Description in header */
	font-size: 1em;
	margin: 0 40px;
	color: #fff;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 2.25em;
	font-weight: bold;
	letter-spacing: normal;
	}


h2, h2 a, h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #FFB6C6;
	}

h2 a:hover {
	text-decoration: none;
	color: #FFB6C6;
	}

h3      { /* H3 is entry headlines */
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	}

h4      { /* H4 is comments and replyform headlines */
	font-size: 1.25em;
	font-weight: normal;
	}

h3.catstooltitle {
	font-size: 1.3em;
	font-family:  Century Gothic, Verdana, Arial, sans-serif;
	font-weight: normal;
}

/* Posts */
#page  #top  .post  .postdetail {
	color: #999;
	font-size: 1em;
	font-family:  Century Gothic, Verdana, Arial, sans-serif;
	padding: 2px 0 2px 20px ;
	background: url('images/calendar.png') left center no-repeat;
	}


#page  #top  .post  .postdetailtime {
	color: #999;
	font-size: 1em;
	font-family:  Century Gothic, Verdana, Arial, sans-serif;
	padding: 2px 0 2px 20px;
	background: url('images/time.png') left center no-repeat;
	}

#page  #top  .post  .postdetailtag {
	padding: 2px 0 2px 20px;
	background: url('images/tag.png') left center no-repeat;
	}

#page  #top  .post  .postdetail a:link, #page  #top  .post  .postdetail a:visited {
	text-decoration: none;
	color: #FFB6C6;
	}

#page  #top  .post  .postdetail a:hover {
	text-decoration: none;
	color: #FFB6C6;
	}

#page  #top  .post  .posttitle {
	font-family:  Century Gothic, Georgia, 'Times New Roman', Serif;
	font-size: 2.25em;
	color: #716F47;
	padding: 5px;
	}

#page     #top     .post     .postcontent {
	padding: 5px;
	font: normal 1.2em  Century Gothic, Verdana, Arial, sans-serif;
	color: #716F47;
	padding-top: 20px;
	padding-bottom: 20px;
	}

#page  #top  .post  .postcontent a:link, #page  #top  .post  .postcontent a:visited {
	text-decoration: none;
	color: #FFB6C6;
	font-weight: bold;
	}

#page  #top  .post  .postcontent a:hover {
	color: #FFB6C6;
	}

#page  #top  .post  .postcontent .archives a:link, #page  #top  .post  .postcontent .archives a:visited {
	text-decoration: none;
	color: #FFB6C6;
	font-weight: normal;
	}

#page  #top  .post  .postcontent .archives a:hover {
	color: #FFB6C6;
	}

#page     #top     .post     .postcontent p {
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
        line-height: 1.75em;
	}

#page     #top     .post     .postcontent img, #page     #top     .post     .postcontent img a {
	padding: 0;
	margin: 10px auto;
	border: 0px;
	}

#page #top .post .postcontent ul, #page #top .post .postcontent ol {
	margin: 0;
	color: #716F47;
	padding: 10px 0 10px 30px;
	}

#page #top .post .postcontent ul {
	list-style:disc;
	}

#page #top .post .postcontent ul ul {
	list-style:circle;
	border:0;
	}

#page #top .post .postcontent ul ul ul {
	list-style:square;
	border:0;
	}

#page #top .post .postcontent ol {
	list-style:decimal;
	}
            
#page #top .post .postcontent ol ol {
	list-style:upper-latin;
	border:0;
	}

#page #top .post .postcontent ol ol ol {
	list-style:lower-roman;
	border:0;
	}
        
#page #top .post .postcontent ul li, #page #top .post .postcontent ol li {
	margin:0 0 0 20px;
	}

#page  #mid .midtooltitle  {
	font: 1.7em normal  Century Gothic, Georgia, 'Times New Roman', Serif;
	padding-bottom: 2px;
	padding: 0;
	}

#page #mid .midmodleft {
	font-family:  Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	margin: 0px;
	float: left;
	width: 340px;
	padding: 0px;
	}

#page #mid .midmodleft #feedbox {
	float: left;
	width: 30px;
	margin: 0;
	padding: 0;
	}

#page #mid ul {
	list-style-type: none;
	}

#page #mid ul li {
	display: block;
	list-style-type: none;
	}

#page #mid .midmodright {
	font-family:  Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	margin: 0px;
	float: right;
	width: 340px;
	padding: 0px;
	}

#page .botleft {
	color: #716F47;
	margin: 0px;
	padding: 7px;
	width: 350px;
	position: relative;
	list-style-type: none;
	}

#page .botright {
	color: #716F47;
	margin: 0px;
	padding: 7px;
	float: right;
	width: 350px;
	list-style-type: none;
	position: relative;
	}

#page #footer {
	width: 96%;
	padding: 0;
        padding-top: 30px;
	margin: 0;
	position: relative;
        clear:both;
	}

#page #footer .footeritem {
	font: normal 1.1em  Century Gothic, Verdana, Arial, sans-serif;
	color: #dce5a8;
	width: 100%;
	text-align: center;
	padding: 20px;
	margin: 0 auto;
	/* border-top: 1px solid #dce5a8; */
	}

.entry-edit a {
	border: none;
	padding: 2px;
	padding-left: 23px;
	margin-left: 10px;
	background: url('images/pencil.png') left center no-repeat;
	height: 16px;
	}

/* Navigation */
.navigation {
        text-align: center;
        margin: 10px 0 10px 0;
        padding: 0;
        width: 100%;
        font-size: 1.25em;
}

.navigation p {
        margin: 0;
        padding: 0;
}

.alignright {
        float: right;
}

.alignleft {
        float: left
}

/* Custom Styles */

.smallest { width: 10%; float: left }
.small { width: 25%; float: left }
.med { width: 47%; float: left }
.large { width: 70%; float: left }
.thin { width: 30%; float: left }
.thick { width: 65%; float: left }

.left { align: left }
.center { align: center }
.right { align: right }
.tleft { text-align: left }
.tcenter { text-align: center }
.tright { text-align: right }
.tjustify { text-align: justify }

.nearwide { width: 99% }
.wide { width: 100%}
.clear { clear:both }
.buffer { padding: 10px }
.gutter { padding-left: 20px }
.hugegutter { padding-left: 60px }
.dotted { border: 2px solid #716F47 }
.hide { display:none }
.show { display:block }
.inline { display:inline }
.feature { background: #dce5a8; text-align: center }
.cursor { cursor: pointer !important }
.intro { font-family: Century Gothic !important; font-size: 1.12em; line-height: 1.25em }
.fling { font-family: fling, Century Gothic; font-wieght: normal }
.titlealt { font-size: 2.25em }
img.dotted { border: 2px solid #716F47 !important; padding: 10px !important; }
img.content { border: 4px solid white }
span.ttiny { font-size: .75em }
p.compress { margin-top:-5px !important; line-height: 1.5em !important }

a.content, a.content:link, a.content:visited { color: #716F47 !important; text-decoration: none; font-weight:normal !important;font-style: italic }
a.content:hover, a.content:active { color: #9FAD3E !important; text-decoration: none; font-weight:normal !important; font-style: italic }
a.lnava {font-family: Century Gothic, Verdana, Arial, Sans-Serif; font-size: 1.12em; line-height: 1.5em; font-weight:normal !important }
a.lnava, a.lnava:link, a.lnava:visited { color: #716F47 !important; text-decoration: none }
a.lnava:hover, a.lnava:active { color: #FFB6C6 !important; text-decoration: none }

table.friendstable { border: 0 }
table.friendstable tbody tr { margin-bottom: 20px }
table.friendstable tbody tr td { padding: 20px }
table.contacttable { width: 100%; border: 0 }
table.contacttable tbody tr td { padding-bottom: 20px }
form.contactform textarea { width: 99%; height: 140px }

ul.ulcontent { float: left; width: 25%; margin-top:-25px !important }
ul.ulcontent li { margin-top: -10px; line-height:15px }
ul.leftnav, ul.leftnav li ul { list-style-type: none !important; padding-left: 0 !important; }
ul.leftnav li ul { margin-top: -10px !important }
ul.ulcontentTall { float: left; width: 25%; margin-top:-5px !important }
ul.ulcontentTall li { margin-top: 10px !important; line-height:15px }
#tabcontentdiv div, .contentscroll { margin-bottom: 20px; height: 340px ; text-align:left; overflow-y: auto; overflow-x: hidden }

#tabcontentdiv table.pricelist { border:0; margin-top: 0px }
table.pricelist { border-right:1px solid white !important; border-bottom:1px solid white !important;border-left:0 !important; border-top:0 !important; margin-top: 30px !important}
table td { padding: 5px 12px 5px 12px }
table.pricelist td.pricetd { border-left:1px solid white !important; border-top:1px solid white !important;border-right:0 !important; border-bottom:0 !important;margin:0 !important }
table td.thead { text-align: left }
table td.tablehead { font-size: 1.25em; font-style: italic }
table td.colhead, span.tdhead { font-size: 1.25em }
table.hr { width:200px;border-bottom:1px dotted #716F47 }
#tabcontentdiv ul { line-height: 1.5em }

#tcollection { padding-right: 80px }
#collectionthumbs { height: 150px; margin-right: 10px }
#collectionthumbs div { float: right; margin-left: 20px }

.replaceTitle { font-family:fling; font-size:24pt; line-height: 1.25em; letter-spacing: 1pt }
.replaceText { font-family:fling; font-size:18pt; line-height: 0.5em }
.replaceh3 { font-family:fling; font-size:20pt; line-height: 1em; letter-spacing: 1pt}
.replaceNav { font-family:fling; font-size:20pt; line-height: 0.5em }
.page_item a .white { display: inline; } 
.page_item a .brown{ display: none; } 
.page_item a:hover .white { display: none; } 
.page_item a:hover .brown{ display: inline; } 
.page_item a { cursor: pointer }