/*
Theme Name: Ami Vitale Theme
Description: Custom theme for Ami Vitale
Version: 1.0
Author: Mike Schmidt
Author URI: http://mohawkstreet.com/
*/

/* Resets */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* ------------------------------------------------------------
	Ami Vitale Styles 
------------------------------------------------------------ */

/* @group mainstyles */

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #141414 url('images/background.jpg') no-repeat 50% 0;
}

h1 {
	color: #999999;
	font: 28px Georgia, "Times New Roman", Times, serif;
}

h2 {
	margin: 0px 0px 10px 0px;
	color: #7d7d7d;
	font: 24px Georgia, "Times New Roman", Times, serif;
}


h3 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #919191;
}

h4 {
	margin: 0px 0px 10px 0px;
	color: #a5a5a5;
	font: 16px Georgia, "Times New Roman", Times, serif;
}

small {
	color: #555;
	font-size: 11px;
	display: block;
	margin-bottom: 15px;
}

small a, a:visited, a:active {
	color: #787878;
}

a, a:visited, a:active {
	color: #b4b4b4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0px 0px 15px 0px;
	color: #828282;
	font: 1em/1.5em Tahoma, "Helvetica Neue", Helvetica, sans-serif;
}

img, #logo {
}

.more-link:before {
	content: "» ";
	color: #666;
}

.more-link {
	color: #727272;
	font: 10px Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: right;
	padding: 8px;
	margin: 10px 0 10px 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #0e0e0e;
	border: 5px solid #171717;
}

a.more-link:hover {
	color: #cbcbcb;
	background-color: #161616;
	text-decoration: none;
	border: 5px solid #1e1e1e;
}

a.more-link , a.more-link:visited {
	text-decoration: none;
}


/* @end */

#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

/* @group #header */

#header {
	padding-top: 20px;
}

#logo h1, #logo small {
	margin: 0px;
	display: block;
	text-indent: -9999px;
}

#logo {
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 80px;
	behavior: url('http://www.amivitale.com/wordpress/wp-content/themes/AmiVitale/scripts/iepngfix.htc');
}



#menu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 74px;
	behavior: url('http://www.amivitale.com/wordpress/wp-content/themes/AmiVitale/scripts/iepngfix.htc');
}

#menu li {
	display: inline;
	margin-left: -5px;
}

#menu a {
	text-decoration: none;
	color: #515151;
	text-transform: uppercase;
	font: 9px Verdana, Arial, sans-serif;
	letter-spacing: 2px;
	padding: 10px 15px 10px;
	background-image: url('images/menubkgd.png');
	behavior: url('http://www.amivitale.com/wordpress/wp-content/themes/AmiVitale/scripts/iepngfix.htc');
	border: 1px solid #000;
	border-bottom-style: none;
	border-top-style: none;
}


/* This Hover only works on unvisted links... */

#menu a:visited {
	color: #515151;
	background-image: url('images/menubkgd.png');
	behavior: url('http://www.amivitale.com/wordpress/wp-content/themes/AmiVitale/scripts/iepngfix.htc');
	border: 1px solid #000;
	border-bottom-style: none;
}



#menu a:hover {
	color: #d5d5d5;
	background-image: url('images/menubkgd-active.gif');
	border: 1px solid #000;
	border-bottom-style: none;
}

#menu a:active {
	color: #a2a2a2;
	background-image: url('images/menubkgd-active.gif');
	border: 1px solid #000;
	border-bottom-style: none;
}

#menu a.active {
	color: #a2a2a2;
	background-image: url('images/menubkgd-active.gif');
	border: 1px solid #000;
	border-bottom-style: none;
}

/* @end */

/* @group #cover_gallery */

 


.slideshow {
	text-align:center;
	overflow: hidden;
	background-color: #040404;
	border: 0;
	width: 962px;
	height:630px;	
}

.slideshow img  {
	margin: 10px;
	}
.test_box {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: white;
	}
.toggle_box {
	clear: both;
	width: 952px;
	padding-left:10px;
	font-size: .8em;
	color: #4a4a4a;
}
#show_box{
	display: block;
	
}
.toggle_box:hover{
	text-decoration: underline;
	
}

#hide_box{
	display: none;
}

#navbox {
	display: none;
	
	}

#navbox .ss-link{
	float: left;
	width: 70px;
	color: #727272;
	font: 10px Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	margin: 5px 10px 10px 0px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	background-color: #0e0e0e;
	border: 5px solid #171717;
}
#navbox #next{
	margin-right: 0px;
	
}

#cycle_thumbs{
	margin-top: 16px;
	float: left;
		}
	


#cycle_thumb a.activeSlide { 
background-color: #4a4a4a;
color: #4a4a4a;
}

#cycle_thumb a:hover { 
background-color: #8a8a8a;
color: #8a8a8a;
}


#wordcloud {
	margin-top: 10px;
	margin-bottom: 30px;
}

/* @end */

/* @group #main */

#main {
	margin-right: 10px;
	float: left;
	width: 640px;
	margin-left: 0px;
}

#main h1 {
	font: 26px "Times New Roman", Times, serif;
	color: #999999;
	text-decoration: none;
}
#main h4 {
	
	margin: 0px 0px 0px 0px;
	color: #4a4a4a;
	font: 14px Georgia, "Times New Roman", Times, serif;
}
#main h4 a{
	
	margin: 0px 0px 0px 0px;
	color: #626262;
	font: 14px Georgia, "Times New Roman", Times, serif;
}
#main .sectiontitle {
	color: #505050;
}

#main .exerpt {
	border-top: 1px dashed #2c2c2c;
	float: none;
	clear: both;
	padding-top: 20px;
}
#main .imagebox {
	float: left;
	width: 206px;
	margin-right: 20px;
	text-align:center;
	margin-left: 6px;
}

#main .exerpt img {
	/*float: left*/;
	/*margin-right: 20px;*/
	margin-bottom: 20px;
	/*width: 200px;*/
	/*height: 136px;*/
	border: 3px solid #000;
	/*margin-left: 6px;*/
	clear: both;
}

#main .exerpt h1 {
	font: 26px "Times New Roman", Times, serif;
	color: #999999;
	text-decoration: none;
}

#main .exerpt h1 a {
	color: #999999;
	text-decoration: none;
}

#main .exerpt h1 a:hover {
	text-decoration: underline;
	color: #e9e9e9;
}

#main .exerpt small {
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	color: #666;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
}

#main .exerpt small a {
	color: #999999;
	text-decoration: none;
}

#main .exerpt small a:hover {
	text-decoration: underline;
}



/* #main .exerpt small a:visited {
	text-decoration: none;
} */

#main .exerpt p {
	display: block;
	float: left;
	width: 400px;
	margin-top: 0px;
}

#main .post {
	border-top: 1px dashed #2c2c2c;
	float: none;
	clear: both;
	padding-top: 20px;
	padding-bottom: 40px;
	/*width: 660;
	overflow: hidden;*/
}

#main .post img {
	border: 3px solid #000;
	float: left;
	margin: 0px 20px 10px 0px;
}



#main .post h1 {
	font: 26px "Times New Roman", Times, serif;
	color: #999999;
	text-decoration: none;
}

#main .post h1 a {
	color: #999999;
	text-decoration: none;
}

#main .post h1 a:hover {
	text-decoration: underline;
	color: #e9e9e9;
}

#main .post small {
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	color: #666;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
}

#main .post small a {
	color: #999999;
	text-decoration: none;
}

#main .post small a:hover {
	text-decoration: underline;
}

#main .post small a:visited {
	text-decoration: none;
}

#main .post p {
	display: block;
	margin-top: 0px;
	line-height: 24px;
}

#multimedia {
	background: url('images/backgroundstrip.gif') repeat-x;
	margin-top: 0;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.mmpost {	padding-top: 20px;
	width: 300px;
	border-top: 1px dashed #2c2c2c;
	float: left;
	clear: none;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 30px;
}
.sectiontitle {
	font: 18px "Times New Roman", Times, serif;
	color: #666;
	text-decoration: none;
	padding-bottom: 22px;
	margin-top: 16px;
	margin-left: 12px;
	margin-bottom: 6px;
}

.section {
	color: #343434;
}

.section a, .section a:visited {
	color: #595959;
}

.section a:hover {
	color: #666;
}

#multimediatext {
	float: left;
	width: 640px;
	margin: 30px 10px;
}

#pagenormal {
	background: url('images/backgroundstrip.gif') repeat-x;
	margin-top: 0;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	height: 1000px;
}

#prints {
	margin-right: 10px;
	float: left;
	width: 940px;
	margin-left: 0px;
}
.print_leadtext{
        padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	color: #666;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
}
#prints .post{
	border-top: 1px dashed #2c2c2c;
	float: right;
	padding-top: 10px;
	padding-bottom: 40px;
}


#prints h2{
	border-bottom: 1px dashed #2c2c2c;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	color: #c8c8c8;
	margin-top: 10px;
	width: 256px;
	float: right;
}

#prints img, #prints img a {
	border: 3px solid #000;
	float: left;
	margin-right: 50px;
}



#prints .more-link {
	color: #727272;
	font: 10px Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: left;
	padding: 8px;
	margin: 20px 0 10px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #0e0e0e;
	border: 5px solid #171717;
}

#prints a.more-link:hover {
	color: #cbcbcb;
	background-color: #161616;
	text-decoration: none;
	border: 5px solid #1e1e1e;
}

/* @end */

/* @group #sidebar */

#sidebar {
	float: right;
	width: 260px;
}

#search {
	border-top: 1px dashed #2c2c2c;
	padding-top: 20px;
	margin-bottom: 50px;
}

#contact {
	border-top: 1px dashed #2c2c2c;
	padding-top: 20px;
	margin-bottom: 50px;
}

#searchform {
	padding: 5px 3px;
	text-align: left;
	margin: 10px 0;
}

#sidebar #searchform #s {
	background-color: #000000;
	color: #585858;
	padding: 6px;
	width: 140px;
	border: 1px solid #212121;
	clear: both;
}

#sidebar #searchsubmit {
	background-color: #1b1b1b;
	color: #919191;
	border: 1px solid #2f2f2f;
	text-transform: uppercase;
	font-size: 9px;	
	width: 80px;
	letter-spacing: 1px;
	padding: 8px 12px 6px;
}

.entry form {
	text-align: center;
}

#search ul {
	width: 12em;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #919191;
	text-decoration: none;
}

#search li {
	float: left;
	width: 130px;
	margin: 0;
	padding: 0;
}

#search .col1 {
	margin-left: 0;
}

#search .col2 {
	margin-left: 135px;
}

#search .coltopper {
	margin-top: -63px;
}

#locator {
	border-top: 1px dashed #2c2c2c;
	padding-top: 20px;
	margin-bottom: 50px;
	background: url('images/locator_bkgd.png') no-repeat 10px 28px;
	behavior: url('http://www.amivitale.com/wordpress/wp-content/themes/AmiVitale/scripts/iepngfix.htc');
	height: 147px;
	clear: both;
}

#locator .first a{
	font-size: 12px;
	color: #7b7b7b;
}

#locator .second a{
	font-size: 11px;
	color: #5e5e5e;
}

#locator .third a{
	font-size: 10px;
	color: #474747;
}
#locator li{
	font-size: 10px;
	color: #474747;
}

#locator a:hover {
	text-decoration: underline;
}

#events {
	border-top: 1px dashed #2c2c2c;
	padding-top: 20px;
	margin-bottom: 50px;
	clear: both;
}

#events .date{
	color: #666666;
}

#events .item{
	color: #868686;
}

#events a, #events a:visited{
	color: #999999;
}
#events a:hover{
	color: #a4a4a4;
}

#events .location{
	color: #333333;
}


#sidebar ul li:before, .pagepost ul li:before {
	content: "» ";
	color: #4e4e4e;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 3px;
	float: none;
}

#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-image: none;
	list-style-position: outside;
	list-style-type: decimal;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#sidebar h2 {
	font-size: 16px;
	color: #919191;
}

#sidebar h3 {
	font: 10px Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 15px;
	margin-bottom: 5px;
	color: #535353;
	letter-spacing: 1px;
}
#primary h3{
	/*font-size: 16px;*/
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #919191;
}


#primary ul li:before, .pagepost ul li:before {
	content: none;
	
}
#primary li{
	font: 10px Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}

/*

 @end */

/* @group #footer */

#footer {
	clear: both;
	color: white;
	margin-top: 40px;
	padding-top: 40px;
	background-color: #0e0e0e;
	border-top: 1px dashed #2c2c2c;
}

.quicklinks ul li:before {
	content: "» ";
	color: #666;
}

#footer h2 {
	font-size: 18px;
	color: #787878;
}

#footer h2 a {
	color: #787878;
}

#footer h2 a:hover {
	text-decoration: underline;
}
/*styles controlling old footer about text*/
#footer p {
	color: #505050;
	font-size: 11px;
}
#footer a {
	color: #505050;
}

#footer p a:hover {
	text-decoration: underline;
}
/*styles controlling new footer text widget*/
#footer .foot_widget {
	color: #505050;
	font-size: 11px;
}

#footer .foot_widget a {
	color: #505050;
}

#footer .foot_widget a:hover {
	text-decoration: underline;
}

/* @end */

#about_excerpt {
	float: left;
	width: 400px;
	margin-right: 40px;
	margin-left: 45px;
	padding-bottom: 12px;
}

#about_excerpt img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 154px;
	height: 234px;
	border: 3px solid #000;
	margin-left: 6px;
}
#about_excerpt a.post-edit-link {
	color: maroon;
}
#quick_links {
	float: left;
	width: 155px;
	padding-left: 20px;
	border-style: none;
	border-left: 1px dashed #1e1e1e;
}

#quick_links ul {
	list-style: none;
}

#quick_links li {
	font-size: 11px;
	line-height: 20px;
	list-style-image: none;
}

#quick_links li a:hover {
	text-decoration: underline;
}

#recent_galleries {
	float: left;
	width: 220px;
	padding-left: 20px;
	border-left: 1px dashed #1e1e1e;
}

#recent_galleries ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#recent_galleries li {
	display: inline;
	margin: 0;
	padding: 0;
}

#recent_galleries img {
	float: left;
	width: 70px;
	height: 50px;
	padding: 1px;
	border-width: 0;
}

#copyright {
	clear: both;
	text-align: center;
	background-color: #000;
	padding-top: 15px;
	padding-bottom: 10px;
}

#copyright p {
	color: #4a4a4a;
	font-size: 9px;
	letter-spacing: 1px;
}

#copyright a {
	color: #636363;
}

#copyright p a:hover {
	text-decoration: underline;
}

.clearit {
	clear: both;
}
a.post-edit-link {
	color: maroon;
}

.input {
	color: #494949;
}
.search_tips{
	color: #494949;
}