/*
/*  
Theme Name: Keane Studios 2.0
Theme URI: http://www.keanegallery.com
Description: Designed especially for Keane Studios by <a href="http://www.studiochris.us">Studio|chris</a>.
Version: 2.0
Author: Studio|chris
Author URI: http://www.studiochris.us
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	}

/*.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}
*/

small {
	font-size: 0.9em;
	line-height: 1.4em;
	}


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

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

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


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

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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;
	}


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

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

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

a, h2 a:hover, h3 a:hover {
	color: #303F17;
	text-decoration: none;
	}

a:hover {
	color: #E8E1C7;
	text-decoration: none;
	}

#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 */

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

.post hr {
	display: block;
	}

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

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

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.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 ul li, #sidebar ul ul li {
	display: list-item;
	list-style: disc;
	list-style-position: outside;
	padding-left: 5px;
	margin-left: 24px !important;
	}

.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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



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

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

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

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

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



/* Begin Sidebar */
#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 {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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 {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/*------------------------------------------------*/

::selection { background: #0E4333; color: #FFF; text-shadow: none; opacity: 1;/* Safari */ }
::-moz-selection { background: #0E4333; color: #FFF; text-shadow: none;/* Firefox */ }

body{background: url(images/keane_bg1.jpg) top center repeat; color: #111; font-family:Verdana, Geneva, sans-serif; font-size: 14px; margin: 0; padding: 0; margin-bottom: 20px; }

#fullWrapper{width: 998px; margin: 0 auto; padding: 20px 0; text-align: left;}
#secWrapper{position: relative; top: -12px; z-index: 1000;}

#sectionWrapper{width: 878px;margin: 0 auto; position: relative;}
#logoWrapper{width: 878px; height: 145px; background: transparent url(images/topLogoMenu.png) top left no-repeat; margin: 0 auto;}

#sectionTitle{display: none; background: transparent url(images/headingsprites.png) 0 -500px no-repeat; width: 280px; height: 22px; float: left; position: relative; top: 100px; left: 40px; }
#family #sectionTitle{display: block; background-position: 0 -60px;}
#blog #sectionTitle{display: block; background-position: 0 -82px;}
#seniors #sectionTitle{display: block; background-position: 0 -104px;}

#logoClick{display: block; height: 120px; width: 175px; position: absolute; top: 20px; left: 353px; text-indent: -1000em;}
#logoClick a{display: block; height: 120px; width: 175px; position: absolute; top: 0; left: 0;}

#sectionToggle{cursor: pointer; background: transparent url(images/headingsprites.png) 0 0 no-repeat; width: 110px; height: 30px; position: absolute; top: 96px; right: 34px;}
#sectionToggle:hover{background-position: 0 -30px;}
#sectionToggle.open{background-position: -110px 0;}
#sectionToggle.open:hover{background-position: -110px -30px;}

#sectionMenu{display: none; width: 100%; background: transparent url(images/topLogoMenu.png) bottom center no-repeat; margin: 0 auto; position: absolute; /*top: 130px;*/ top: 0; left: 0; z-index: 2000;}
#sectionMenu.open{display: block; height: 350px;}
#sectionClose{display: block; cursor: pointer; height: 79px; width: 151px; background: transparent url(images/topLogoMenu_CLOSE.png) top left no-repeat; position: absolute; right: 80px; top: 290px; z-index: 1900 !important;}


#menuWrapper{width: 998px; height: 96px; margin: 0 auto; background: transparent url(images/contentBGSprite.png) 0 0 no-repeat;}
#contentWrapper{width: 998px; min-height: 600px; margin: 0 auto; background: transparent url(images/contentBGSprite.png) -998px 0  repeat-y; padding: 12px 0;}
#footerWrapper{width: 998px; height: 96px; margin: 0 auto; background: transparent url(images/contentBGSprite.png) -1996px 0  no-repeat;}

.container{width: 920px; margin: 0 auto;}
#sectionMenu .container{width: 840px; margin-top: 20px; height: 270px;}
#sectionMenu .column{float: left; display: inline-block; width: 244px; margin: 0 18px; height: 270px;}

#familyIcon{height: 190px; width: 244px; background: url(images/signature_family_icon.png) top center no-repeat; text-indent:-1000em; position: relative;}
#blogIcon{height: 190px; width: 244px; background: url(images/blog_icon.png) top center no-repeat; text-indent:-1000em; position: relative;}
#seniorsIcon{height: 190px; width: 244px; background: url(images/seniors_icon.png) top center no-repeat; text-indent:-1000em; position: relative;}
#familyIcon a, #blogIcon a, #seniorsIcon a {height: 190px; width: 244px; background: none; display: block; position: absolute; top: 0; left: 0;}

#familyTitle{height: 80px; width: 244px; background: url(images/sectionTitleSprite.png) 0 0 no-repeat; text-indent:-10000em; position: relative;}
#blogTitle{height: 80px; width: 244px; background: url(images/sectionTitleSprite.png) 0 -80px no-repeat; text-indent:-10000em; position: relative;}
#seniorsTitle{height: 80px; width: 244px; background: url(images/sectionTitleSprite.png) 0 -160px no-repeat; text-indent:-10000em; position: relative;}
#familyTitle a, #blogTitle a, #seniorsTitle a {height: 80px; width: 244px; background: none; display: block; position: absolute; top: 0; left: 0;}

.family .column{width: 315px; border-right: 1px solid #A1AC68; float: left;}
.family .column.last{border-right: none !important;}
.family .wrap{padding: 12px;}
.family .column ul{margin: 0; padding: 0;}
.family .column li{min-height: 80px; list-style: none; padding: 0; margin: 0; margin-bottom: 12px; text-indent: 0;}
a.button{background: #0E4232; border: 1px solid #000; color: #E8E1C7; display: inline-block; *display: inline; *zoom: 1; padding: 6px 10px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; text-align: center;}
a.button:hover{background: #114F3C; border: 1px solid #E8E1C7; color: #FFF; display: inline-block; *display: inline; *zoom: 1;}
a.button:active{position: relative; top: 1px;}


.leftColumn{width: 650px; min-height: 300px; float: left;}
.rightColumn{width: 225px; min-height: 300px; float: right; padding-left: 24px; border-left: 1px dotted #46572a; color: #303F17;}

em, i, blockquote{font-family: "Times New Roman", Times, serif; font-size: 17px; font-style:italic;}

h1, h2, h3, h4, h5, h6 {font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; color: #E8E1C7;}
h1{font-size: 1.8em;}
h2{font-size: 1.6em;}
h3{font-size: 1.4em;}
h4{font-size: 1.3em;}
h5{font-size: 1.2em;}
h6{font-size: 1.1em;}
.post h2, .post h3{line-height: 1.2em;}
#sidebar h4{font-size: 1.4em; color: #c3c696; margin-bottom: 12px;}

.post{line-height: 1.4em;}

a {text-decoration: none;}
/*.entry a{display: inline-block; padding: 1px 3px; border: 1px solid #A1AC68; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 15px; background-color: #A1AC68; color: #303F17;}
.entry a:hover{border-color: #E8E1C7;}
.entry a:visited{background: none; background-color: none; color: #0F4535;}
.entry a img{display: block; padding: 0 !important; border: hidden; *border: none; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; font-size: 15px; background-color: transparent; color: #303F17;}*/

.entry a{color: #E8E1C7;}
entry a:hover{color: #FFF;}

#sidebar ul li{border-bottom: 1px dotted #46572A; padding-bottom: 24px;}
#sidebar ul li ul li{border-bottom: hidden; *border-bottom: none; padding-bottom: 3px;}
#sidebar ul li:last-child{border-bottom: hidden; *border-bottom: none; padding-bottom: 3px;}

#footerContent p{margin: 0; padding: 0; text-align: center; padding-top: 30px;}
#studiochris{margin-top: 50px; margin-bottom: 20px; margin-right: 34px; padding: 0; text-align: right;}
#studiochris a{color: #8C9D4C; display: inline-block; padding: 6px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 0.9em;}
#studiochris a:hover{display: inline-block; padding: 4px; border: 2px solid #E8E1C7; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; background-color: #A1AC68; color: #303F17; -moz-box-shadow: 0 0 5px #000; -webkit-box-shadow: 0 0 5px #000;}

.date{display: block; width: 100%; border-bottom: 1px dotted #46572A; padding: 5px 0; font-size: 0.9em; color: #46572A;}

.adminbutton a{display: inline-block; padding: 5px; border: 1px solid #E8E1C7; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; background-color: #6D8742; color: #E8E1C7; -moz-box-shadow: 0 0 5px #000; -webkit-box-shadow: 0 0 5px #000; opacity: .5; font-size: 13px;}
.adminbutton a:hover{border: 1px solid #E8E1C7; background-color: #A1AC68; color: #303F17; -moz-box-shadow: 0 0 5px #FFF; -webkit-box-shadow: 0 0 5px #FFF; opacity: 1;}

.tag a, .postCats a{display: block; padding: 1px 3px; border: 1px solid #A1AC68; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 15px; background-color: #A1AC68; color: #303F17; margin: 3px 3px; float: left;} 
.tag a:hover .postCats a:hover{border-color: #E8E1C7;}

div.postTags{border-bottom: 1px dotted #A1AC68;}
div.postTags, div.postCats, div.postComments{display: block; padding: 5px; padding-left: 32px; background: transparent url(images/tag_yellow.png) 10px 10px no-repeat; clear:both; }
div.postCats{background: transparent url(images/folder.png) 10px 10px no-repeat; border-bottom: 1px dotted #A1AC68;}
div.postComments{background: transparent url(images/comments.png) 10px 10px no-repeat;}
div.postMeta{margin: 12px 0 6px 0; border: 1px solid #A1AC68; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;}

.pagetitle{text-align: center; margin: 0; padding: 0; display: block; clear: both;}

/*Comments*/
.comment{display: block; padding: 12px; background: #A1AC68; border: 1px solid #A1AC68; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; margin: 6px 0; clear:both;}
.comment.bypostauthor{border-color: #E8E1C7;}


a span.downmenuarrow{width: 20px; height: 16px; display: inline-block; background: url(images/downarrowsprite.png) 4px 0 no-repeat; margin: 0; position: relative; top: 3px; *top: -2px; *display: inline; *padding: 0; _padding: 0; *zoom: 1; _zoom: 1; line-height: 10px;}
a:hover span.downmenuarrow, #gnav ul li.hovered a.mainpageitem span.downmenuarrow{background-position: 4px -16px ;}

#gnav ul{margin: 0 auto 0 auto; padding: 20px 35px 0px 35px; display: block; /*position: absolute; top: 20px;*/ line-height: 45px; text-align:center; font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif;}
#gnav ul li{margin: 0 9px; padding: 0; display: inline-block; position: relative; *display: inline; *padding: 0 0 20px 0; _padding: 0 0 20px 0; *zoom: 1; width: auto;}
#gnav ul li a{color: #E8E1C7; color: #2D3F10; position: relative; line-height: 45px;}
#gnav ul li a:hover, #gnav ul li.hovered a.mainpageitem{color: #FFF; color: #E8E1C7;}

#gnav ul li ul{display: none; border: 2px solid #E8E1C7; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000; position: absolute; left: -8px; top: 40px; *top: 36px; _top: 24px; font-size: 16px; width: 220px; background: #6D8742; text-align: left; padding: 6px 12px 6px 6px; margin: 0; line-height: 1em; z-index: 6000;}
#gnav ul li ul li{display: list-item; list-style: outside disc; line-height: 1em; padding: 4px 0px; margin: 0 0 0 24px;}
#gnav ul li ul li a{display: block; line-height: normal;}

#gnav ul li ul li.heading{display: block; line-height: normal; padding: 0 0px 4px 0; margin: 0; margin-bottom: 6px; margin-top: 6px; font-size: 13px; color: #E8E1C7; border-bottom: 1px dotted #E8E1C7;}
#gnav ul li ul li.note{display: block; line-height: normal; padding: 4px; margin: 3px 0; font-size: 13px; color: #333;}
#gnav ul li ul li.heading:first-child{margin-top: 0;}
#gnav ul li ul li.divider{display: block; line-height: normal; padding: 0; margin: 0; margin-bottom: 6px; margin-top: 6px; font-size: 1px; color: #E8E1C7; border-bottom: 1px dotted #E8E1C7; text-indent: -10000em;}
#gnav ul li ul li.heading:first-child{margin-top: 0;}

.topwarning{width: 900px; padding: 5px 10px 10px 10px; margin: 24px auto 0 auto; background: #A1AC68; border: 1px solid #E8E1C7; text-align: left; -moz-box-shadow: 0 0 10 #000; -webkit-box-shadow: 0 0 0 10 #000; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;}
.topwarning .adminbutton a{opacity: 1;}
.topwarning .adminbutton{margin: 0 auto; text-align:center;}

form.wpcf7-form{text-align: left;}
form.wpcf7-form h3{font-size: 16px;}
form.wpcf7-form .smaller{font-size: .8em;}