@import url(base-weblog.css);


/* general page elements */

a:link, a:active, a:visited { 
	color: #666;
	text-decoration: underline;
}

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


/* layout */

body {
	margin: 0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	text-align: left;
	}

#container { position: static; }

#container-inner	{
	position: static;
	background: transparent;
}
	
.decoblack {
background-image: url(http://www.benettontalk.com/images/deco_black.gif);
	}
	
.decomagenta {
background-image: url(http://www.benettontalk.com/images/deco_magenta.gif);
	}

#banner {
	color: #333333;
	text-align: left;
	background: transparent;
	}

#banner-inner {
	padding-top: 20px;
	background: transparent;
	}

#banner a {
	color: #333333;
	text-decoration: none;
	}

#banner-header {
	margin: 0.25em 0;
	font-size: x-large;
	}

#banner-description {
	margin: 0.25em 0;
	font-size: small;
	}

ul {
text-align: left;
margin: 0px;
}

li {
vertical-align: top;
list-style: none;
}

/* content */

.content-nav {
	text-align: left;
	font-size: small;
	}

.date-header, .trackbacks-header, .comments-header, .comments-open-header, .archive-header {
	margin-top: 1px;
	border-bottom: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-transform: capitalize;
}

.cat-header {
	margin: 8px 0px 2px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}

.entry-header {
	margin: 1px 0 0;
	border: 0;
	color: #333;
	text-align: left;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.entry-header a:link, .entry-header a:visited, .entry-header a:active {
	margin: 1px 0 0;
	border: 0;
	color: #333;
	text-align: left;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.entry-header a:hover {
	margin: 1px 0 0;
	border: 0;
	color: #E50083;
	text-align: left;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.entry-footer, .trackbacks-info, .trackback-content, .comment-content, .comments-open-content,
.comments-open-footer, .comments-closed, .archive-content {
	margin: 10px 0;
	text-align: left;
}

.entry-content {
	margin: 0;
	text-align: left;
	width: 400px;
	}

.entry-footer, .trackback-footer, .comment-footer {
	margin: 0 0 10px 0;
	border: 0;	
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
	clear: both;
}

#comments {
	font-size: x-small;
	color: #555555;
	text-align: left;
}

#comment-author, #comment-email, #comment-url, #comment-text {
	width: 50%;
}

.comment-footer {
	font-size: x-small;
}

/* fixes bug in ie win */
img.image-full {
	width: 100%;;
}


/* modules */


.module-header-pink {
	margin: 5px 0;
	border: 0;
	color: #E50083;
	line-height: normal;
	font-size: 11px;
	text-transform: capitalize;
	text-align: left;
	font-weight: bold;
}

.module-header-grey {
	margin: 2px 0;
	border: 0;	
	color: #333;
	line-height: normal;
	font-size: 11px;
	text-transform: capitalize;
	text-align: left;
	font-weight: bold;
}

.module-header-blue {
	margin: 5px 0;
	border: 0;
	color: #09f;
	line-height: normal;
	font-size: 11px;
	text-transform: capitalize;
	text-align: left;
	font-weight: bold;
}

.module-content {
	margin: 0 0px 15px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	text-align: left;
}
.module-content-inner {
	background: #f3f3f3;
	margin-top: 10px;
	color: #999999;
	padding: 5px;
}

.module-onblue {
	background: #09f;
	margin-bottom: 10px;
	color: #FFFFFF;
	padding: 1px;
	width: 170;
}

.module-onblue a, .module-onblue a:hover, .module-onblue a:active, .module-onblue a:visited {
	background: #09f;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
	padding: 0px;
	width: 170;
}

.module-blueonwhite {
	background: #fff;
	margin-bottom: 10px;
	color: #09f;
	padding: 1px;
	width: 170;
}

.module-onyellow {
	background: #FFED00;
	margin-bottom: 10px;
	color: #000;
	padding: 1px;
	width: 170;
}

.module-whiteonmagenta {
	background: #E50083;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 0px;
	width: 170;
text-decoration: underline;
}

.module-whiteonmagenta a, .module-whiteonmagenta a:hover, 
.module-whiteonmagenta a:active, .module-whiteonmagenta a:visited {
	background: #E50083;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
	padding: 0px;
	width: 170;
}

.module-bannerfeature {
	background: #FF99CC;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 0px;
	width: 170;
}

.module-bannerfeature a, .module-bannerfeature a:hover, 
.module-bannerfeature a:active, .module-bannerfeature a:visited {
	background: #FF99CC;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
	padding: 0px;
	width: 170;
}

.module-list {
	margin-bottom: 0px;
	padding: 0px;
	width: 170;
	font-weight: normal;
}

.module-list-item, .module-list-item a:hover {
	margin-bottom: 3px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	width: 170;
}

.module-list-item a:link, .module-list-item a:visited, .module-list-item a:active {
	margin-bottom: 3px;
	margin: 0px;
	color: #333;
	font-weight: normal;
	text-decoration: underline;
	padding: 0px;
	width: 170;
}

.typelist-thumbnailed {
	margin: 10px 0;
}

.module img, .module-photo img {
	border: 1px solid #333333;
}

.module-photo { text-align: right; }

.module-powered { text-align: left; }

.module-calendar .module-header {
	color: #336600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border: 0;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .3em;
}

.module-calendar th, .module-calendar td {
	text-align: center;
	font-weight: normal;
}

.typelist-thumbnail img { margin: 0; }

.module-featured-photo { margin-bottom: 5px; }

.module-featured-photo .module-content img { width: 400px; }

.module-recent-photos .module-content { padding: 2px 0 0 0; }

.module-recent-photos .module-list { margin: 0; }

.module-recent-photos .module-list-item {
	width: 70px; /* ie mac fix */
	height: 70px; /* for appearance with varying image border widths */
	margin: 0 2px 2px 0;
}

.module-dashbar-pink {
	text-align: justify;
	letter-spacing: .2em;
	color: #E50083;
	margin: 0;
	padding: 0;
	font-size: small;
}

.module-dashbar-grey {
	text-align: justify;
	letter-spacing: .2em;
	color: #333;
	margin: 0;
	padding: 0;
	font-size: small;
}

.module-dashbar-blue {
	text-align: justify;
	letter-spacing: .2em;
	color: #09f;
	margin: 0;
	padding: 0;
	font-size: small;
}

.content-dashbar-grey {
	text-align: justify;
	letter-spacing: .3em;
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-style: italic;
}


/* three-column tweaks */

.layout-three-column #alpha {
	width: 170px;
}
	
.layout-three-column #alpha-inner {
	border: 0;
	background: #FFFFFF;
	padding: 0;
}
	
.layout-three-column #beta	{
		width: 400px;
		text-align: left;
}
	
.layout-three-column #beta-inner	{
		border: 0;
		background: #FFFFFF;
		padding: 0px;
}
	
.layout-three-column #beta2 {
	width: 400px;
	margin-top: 10px;
	border: none;
}

.layout-three-column #beta2-inner {
		border: 0;
		padding: 0px;
		background: #FFFFFF;
}

.layout-three-column #gamma {
	width: 170px;
	background: transparent;
}
	
.layout-three-column #gamma-inner {
		border: 0;
		background: #fff;
		margin-top: 15px;
}
	
.layout-three-column #gamma2 {
	width: 170px;
	margin-top: 10px;
	}
	
.layout-three-column #gamma2-inner {
		border: 0;
		padding: 10px 10px 10px 10px;
		background: #FFFFFF;
}

#alpha a:link, #alpha a:visited, #alpha a:active { 
	color: #E50083;
	text-decoration: underline;
}

#alpha a:hover {
	text-decoration: none;
}

#gamma a:link, #gamma a:visited, #gamma a:active {
	color: #333;
	text-decoration: underline;
}

#gamma a:hover {
	text-decoration: none;
}

#gamma a.white:link, #gamma a.white:visited, #gamma a.white:active { 
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#gamma a.white:hover {
	text-decoration: none;
}

#gamma a.grey:link, #gamma a.grey:visited, #gamma a.grey:active { 
	color: #333;
	text-decoration: underline;
}

#gamma a.grey:hover {
	text-decoration: none;
}

select {
font: normal 10px Arial, Helvetica, sans-serif;
}

.box { 
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
width:170px;
height: 20px;
border:0px; 
}

.boxsearch { 
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
width:140px;
height: 20px;
border:0px; 
}