/*
Theme Name: Italian World Channel Home
Theme URI: http://mu.wordpress.org/
Description: Homepage Theme
Version: 0.1
Author:   Davor Miksic
Author URI: http://localhost.localdomain/
*/


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

#page {
	background-color: white;
	text-align: left;
}

#header 
{
	background-image: url(images/quote_box_header.gif);
	background-repeat: no-repeat;
	background-position: right 132px;
}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family:Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

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: #333;
	}

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

.entry p a:visited {
	color: #b85b5a;
	}

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

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

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

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

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

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

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#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 */
body {
	margin: 0 0 0 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

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

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

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

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

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 930px;
	height:110px;
	background-color:#bdbdbd;
	background-image:url(images/long_footer.gif);
	background-repeat:no-repeat;
	clear: both;
	padding-bottom:10px;
}

#footer p {
	margin-left:25px;
	padding-top:75px;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

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:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

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

#sidebar #searchform #s {
	width: 108px;
	/*padding: 2px;*/
	margin:0px; font-size:9pt; position:absolute; top:4px; left: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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



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

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

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

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

#commentform p {
	margin: 5px 0;
	}

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

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



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

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



/* **************************************************************************** */	
/* IWC Specific styles start here                                                                                                    */
/* **************************************************************************** */	


#main_nav_bar {
	background-color:#000;
	height:30px;
	width:100%;
}

.link_container {
	width:874px;
	margin-left:auto;
	margin-right:auto;
}

#page 
{
	margin: 0px auto;
	padding: 0px;
	width: 930px;
	border: 1px solid #959596;
}

#header
{
	margin-right:auto;
	margin-left:auto;
	width:910px;
	height:180px;
	background-color:#fff;
}


	
#headerTopBar
{
	padding:4px;
	height:10px;
	width:792px;
	border-bottom: 1px dotted #f0f0f0;
	text-align:right;
}
#headerTopBanner
{
	width:800px;
	height:70px;
	border: solid 0px red;
	margin:0px;
	padding:0px;
}

#headerBotBar
{
	padding:0px;
	height:26px;
	text-align:left;
	background-color:#000;
}

#logo_large
{
	border:0px; 
	width:158px; 
	height:158px;
	margin-top:10px;
	margin-bottom: 6px;
	margin-left:10px;
	padding-right:5px; 
	float:left;
	background-image:url(images/logo_large.gif);
	background-repeat:no-repeat;
	z-index:100;
	cursor:pointer;
}

#topSection
{
	width:890px;
	padding:0px;
	margin-left:26px;
	margin-right:auto;
	background-color:#fff;
	overflow:hidden;
}

#topVideoContainer
{
	padding:0px;
	margin:0px;
	/*width:690px;*/
	/*height:436px;*/
	background-color:#444;
	border:solid 1px black;
}

#topVideo
{
	padding:0px;
	padding-top:6px;
	margin:0px;
	margin-left:212px;
	margin-top:-5px;
	border:solid 0px #000;
	background-color:#000;
	height:450px;
	/*padding-top:4px;*/
}
#video_box_frontpage
{
	background-color:#ff0;
	text-align:center;
	border: solid 0px #ff0; 
}
div.VideoBoxFrontpage
{
	/*margin:4px; */
	width:760px;
	height:389px;
	margin: 0px auto;
	padding-top:0px; 
	text-align:center; 
	color:#eee;
	font-size:10pt;
}

#video_box
{
	padding-top:31px;
	margin-bottom:30px;
	width:320px;
	height:300px;
	background-color:#000;
	text-align:center;
	background-image:url(images/video_header.gif);
	background-position:top;
	background-repeat:no-repeat;
}

div.VideoBox
{
	margin:4px;
	padding:4px; 
	border: solid 1px #000; 
	text-align:center; 
	color:#eee;
	font-size:10pt;
}

#categories
{
	float:left;
	width:200px;
	height:429px;
	margin-top:4px;
	padding-top:20px;
	background-image:url(images/dot_spacer.gif);
	background-position:left top;
	background-repeat:repeat-x;
	overflow:hidden;
}

#categories_frontpage
{
	float:left;
	width:200px;
	height:250px;
	margin-top:10px;
	margin-right: 20px;
	background-image:url(images/dot_spacer.gif);
	background-position:left 30px;
	background-repeat:repeat-x;
	overflow:hidden;
}

#texture {
	background-image:url(images/line_bg.gif);
	background-repeat:repeat-x;
	background-position: bottom left;
	height:440px;
	width:200px;
	float:left;
	margin-left:1px;
}


#midSection
{
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	padding:0;
	width:874px;
}

div.BannerSquareAd
{
	width:300px;
	height:250px;
	overflow:hidden;
	margin: 0px auto;
	background-color:#A81800;
	padding:0px;
}

div.BannerHorizAd
{
	width:727px;
	height:90px;
	float:right;
	border: solid 1px #fff;
	margin-top:30px;
	overflow:hidden;
	/*
	background-color:#fff0f0;
	background-image:url('images/ad_600x92.gif');
	background-repeat:no-repeat;*/
}


div.ContentColumn
{}

div.ContentContent
{
	width:540px;
	margin-bottom:30px;
	float:left;
}

#lowerContent {
	width:540px;
	float:left;
	background-image: url(images/line_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 60px;
	margin-top: 30px;
	font-size: 1.2em;	
}

#postcard {
	width: 540px;
	background-image: url(images/postcard_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 340px;
	margin-bottom: 65px;
	position:relative;
	}
	
#postcard_text {
	left: 335px;
	top: 170px;
	height: 300px;
	width: 170px;
	position: absolute;
	}
	
#postcard_pic {
	background: url(images/postcard_image.jpg);
	width: 214px;
	height: 241px;
	left: 35px;
	top: 70px;
	border: 1px solid black;
	position: absolute;
	cursor:pointer;
	}
	
	
#italiantable_text {
	left: 45px;
	top: 210px;
	height: 350px;
	width: 120px;
	position: absolute;
	}		
	
#italiantable_pic {
	background: url(images/italiantable_image.jpg);
	width: 310px;
	height: 301px;
	left: 201px;
	top: 35px;
	position: absolute;
	cursor:pointer;
	}	
	
#italian-table {
	width: 540px;
	background-image: url(images/italiantable_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 370px;
	position: relative;
	}	

div.NarrowContent
{
	padding:0em;
	min-height:400px;
	height:auto;
}

div.NarrowColumn
{
	float:right;
	width:320px;
	background-image:url(images/right_column_pattern.gif);
	background-repeat:repeat;
}

div.CategoryContent {
	width:880px;
	margin-right:auto;
	margin-left:auto;
}

div.CategoryContent_wide {
	width:544px;
	background-image:url(images/dot_spacer.gif);
	background-repeat:repeat-x;
	background-position:top left;
	float:left;
	margin-left:2px;
	padding-bottom:20px;
	min-height:510px;
}

div.CategoryContent_narrow {
	width:320px;
	float:right;
  background-image:url(images/right_column_pattern.gif);
	background-repeat:repeat;
}

a.CategoryBt
{
	display: block;
	text-align:left;
	padding-bottom:5px;
	border-bottom: solid 2px #9f9f9f;
	padding:4px;
	font-weight:bold;
	text-decoration: none;
	color:#ce2b10;
	font-size:1.2em;
}

a.CategoryBt:hover
{
	text-decoration: none;
	background-color:#ce2b10;
	color:#fff;
}
	
h1 , h1 a, h1 a:hover, h1 a:visited, #headerimg .description
{
font-size: 20pt;
padding:0px;
text-align: center;
color:#73CBD8;
}

div.description
{
font-size: 10pt;
padding:0px;
text-align: center;
color:#73CBD8;
}

img.about_us_graphic {
	margin-top:30px;
	margin-left:10px;
}


/* Main Menu */

#nav {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li {
	margin: 0; 
	padding: 0;
  list-style: none;
	display: inline;
}

#nav a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win only */
}
	
#nav a:hover {
	background-position: 0 -30px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -60px;
}

li.authors a  {
	width: 72px;
	background: url(images/author_link.gif) top left no-repeat;
	margin-left:6px;
}

li.about a  {
	width: 55px;
	background: url(images/about_link.gif) top left no-repeat;
	margin-left:36px;
}

li.advertise a  {
	width: 82px;
	background: url(images/advertise_link.gif) top left no-repeat;
	margin-left:6px;
}

li.sign_in a  {
	width: 65px;
	background: url(images/sign_in_link.gif) top left no-repeat;
	margin-left:6px;
}

#searchform
{
	padding:0px; 
	margin:0px; 
	width:240px; 
	height:26px; 
	overflow:hidden; 
	position:relative;
	border: solid 0px red;
}

#searchsubmit2 {
	height:30px;
	width: 65px;
	background: url(images/search_link.gif) top left no-repeat;
	margin: -0px 0px 0px 6px;
	border:0;
	color: #fff;
	border:solid 0px yellow;
	padding:0px;
	/*text-indent:-9000px;*/
}

#searchsubmit2:hover {
	width: 65px;
	background: url(images/search_link.gif) bottom left no-repeat;
	margin-left:6px;
	border:0;
}

/* Main Menu End */

/* Link styles */

p.iwc_home {
	margin-top:15px;
	padding-left:15px;
	margin-left:17px;
	margin-right:17px;
	padding-bottom:5px;
	color:#ce2b10;
	font-size:1.2em;
	background-image:url(images/up_triangle.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom: solid 2px #b2b2b2;
	position:relative;
}

p.breadcrumbs {
	padding-left:15px;
	margin-left:27px;
	margin-right:17px;
	margin-top:2px;
	margin-bottom:0px;
	color:#ce2b10;
	font-size:1.2em;
	background-image:url(images/down_triangle.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

p.iwc_home a {
	color:#ce2b10;
}

p.iwc_home a:hover {
	text-decoration:underline;
}

.body_header {
	font-weight:bold;
	color:#000;
}

.legal_date {
	color:#A81800;
	font-weight:bold;
}

.legal_copy {
	font-size:1.1em;
	margin-top:20px;
}

#social_media {
	margin:0px;
	margin-bottom:-20px;
	height:20px;
	width:180px;
	border:solid 1px transparent;
	background:url(images/subscribe.gif) no-repeat left;
	padding-left:50px;
	left:620px;
	float:right;
	overflow:visible;
}

/*
#social_media ul li {
	display:inline;
	margin:0px;
	padding:0px;
}

#social_media ul li a {
	text-decoration:none;
}
*/
#social_media a#facebook {
	background:url(images/facebook_icon.gif) no-repeat;
	width:19px;
	height:19px;
	float:right;
	margin: 1px 1px 0px 0px;
}

#social_media a#twitter {
	background:url(images/twitter_icon.gif) no-repeat;
	width:19px;
	height:19px;
	float:right;
	margin: 1px 1px 0px 0px;
}

#social_media a#linked_in {
	background:url(images/linkedin_icon.gif) no-repeat;
	width:19px;
	height:19px;
	float:right;
	margin: 1px 1px 0px 0px;
}

#social_media a#youtube {
	background:url(images/youtube_icon.gif) no-repeat;
	width:19px;
	height:19px;
	float:right;
	margin: 1px 1px 0px 0px;
}

#social_media a#vimeo {
	background:url(images/vimeo_icon.gif) no-repeat;
	width:19px;
	height:19px;
	float:right;
	margin: 1px 1px 0px 0px;
}

#social_media a#rss {
	background:url(images/rss_icon.gif) no-repeat;
	width:19px;
	height:19px;
	float:right;
	margin: 1px 1px 0px 0px;
}

#social_media a#friend {
	background:url(images/friend_icon.gif) no-repeat;
	width:19px;
	height:19px;
	float:right;
	margin: 1px 1px 0px 0px;
}

#ticker {
	font-family:Georgia,"Times",serif;
	font-style:italic;
	margin-left:10px;
	color:#fff;
	background:#000;
	font-size:1.1em;
	width:693px;
	height:20px;
	display:block;
	position:absolute;
	top:-5px;
	left:200px;
}

/* Link styles end */

/* Top Container (featured + categories) */

#topSection_headers {
	width:904px;
	height:44px;
	overflow:hidden;
}
#topSection_content
{
	width:904px;
	height:450px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	border:solid 0px blue;
}

#categories_header {
	float:left;
	background-image:url(images/categories_header.gif);
	background-repeat:no-repeat;
	margin-top:16px;
	width:200px;
	height:24px;
	text-indent:-9000px;
	border:solid 0px red;
}

#featured_header 
{
	background-image:url(images/iwc_long_red.gif);
	background-repeat:no-repeat;
	height:31px;
	margin-top:13px;
	margin-left:212px;
	text-indent:-9000px;
}

.category_header {
	color:#9f9f9f;
	font-family:"Lucida Grande",Helvetica,Arial,sans-serif;
	font-weight:500;
	letter-spacing:-1px;
	text-transform:uppercase;
	word-spacing:2px;
	font-size:2.2em;
	text-align:left;
	margin-left:25px;
	margin-top:15px;
}

.about_category_header {
	background-image:url(images/about_us_header.gif);
	text-indent:-9999px;
	background-repeat:no-repeat;
	margin-left:21px;
	margin-top:10px;
	height:31px;
	width:121px;
}

.authors_category_header {
	background-image:url(images/our_authors.gif);
	text-indent:-9999px;
	background-repeat:no-repeat;
	margin-left:24px;
	margin-top:10px;
	height:31px;
	width:191px;
}

.advertise_category_header {
	background-image:url(images/advertise_w_us.jpg);
	text-indent:-9999px;
	background-repeat:no-repeat;
	margin-left:24px;
	margin-top:10px;
	height:31px;
	width:291px;
}

.join_category_header {
	background-image:url(images/join_mailing.png);
	text-indent:-9999px;
	background-repeat:no-repeat;
	margin-left:24px;
	margin-top:10px;
	height:31px;
	width:291px;
}

.search_category_header {
	background-image:url(images/search_results.gif);
	text-indent:-9999px;
	background-repeat:no-repeat;
	margin-left:21px;
	margin-top:10px;
	height:31px;
	width:191px;
}

.privacy_category_header {
	background-image:url(images/privacy.gif);
	text-indent:-9999px;
	background-repeat:no-repeat;
	margin-left:26px;
	margin-top:10px;
	height:31px;
	width:191px;
}

.terms_category_header {
	background-image:url(images/terms.gif);
	text-indent:-9999px;
	background-repeat:no-repeat;
	margin-left:26px;
	margin-top:10px;
	height:31px;
	width:229px;
}

/*.lifestyle_header {
	background-image:url(images/lifestyle_authors.gif);
	background-repeat:no-repeat;
	margin-top:15px;
	margin-left:15px;                        /* This needs to be implemented with image headers. */ /*
	width:210px;
	height:31px;
	text-indent:-9000px;
}*/

/* Top Container (featured + categories) */

/* Body Structure */

#ciao_box {
	padding-top:31px;
	margin-bottom:30px;
	width:320px;
	height:260px;
	background-color:#000;
	text-align:center;
	background-image:url(images/tv_video_header.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#ciao_box2 {
	padding-top:31px;
	margin-bottom:30px;
	width:320px;
	height:248px;
	background-color:#000;
	text-align:center;
	background-image:url(images/ciao.png);
	background-position:top;
	background-repeat:no-repeat;
}

.right_column_box {
	background-color:#a81800;
	width:320px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font-size:1.2em;
	color:#fff;
}

.right_column_box1 {
	background-image:url(images/newsstand.png);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#a81800;
	margin-top:30px;
	padding-bottom:10px;
	padding-top:30px;
	width:320px;
	text-align:left;
	font-size:1.2em;
	color:#fff;
}

.right_column_box2 {
	background-image:url(images/spotlight_banner.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#a81800;
	width:320px;
	padding-top:78px;
	padding-bottom:10px;
	text-align:center;
	margin-top:30px;
	font-size:1.2em;
	color:#fff;
	min-height:112px;
}

.spotlight {
	width: 290px;
	margin: 25px auto 0px auto;
	border: 4px solid white;
}

#about_text {
	padding-top:120px;
	margin-left:20px;
	margin-right:170px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
}

.right_column_box2 p {
	font-family:Arial,Helvetica,sans-serif;
	text-align:center;
	font-size:1.2em;
	margin:0;
}

.right_column_box2 h2 {
	margin-top:15px;
	color:#fff;
}

.dictionary_style {
	font-family:Arial,Helvetica,sans-serif;
	font-size:2em;
	margin-top:25px;
}

h1#fresh_press {
	background-image:url(images/fresh_press_header.gif);
	background-repeat:no-repeat;
	height:30px;
	width:229px;
	text-indent:-9000px;
}

h1#good_reading {
	background-image:url(images/good_reading_header.gif);
	background-repeat:no-repeat;
	height:30px;
	width:229px;
	text-indent:-9000px;
	margin-top:10px;
}

.dot_spacer {
	height:20px;
	width:540px;
	background-image:url(images/dot_spacer.gif);
	background-repeat:repeat-x;
}

.article_box1 {
	width:155px;
	float:left;
	margin-left:3px;
	margin-top:10px;
	overflow:hidden;
}

.article_box2 {
	width:155px;
	float:left;
	margin-top:10px;
	margin-left:30px;
	overflow:hidden;
}

.article_box3 {
	height:105px;
	width:340px;
	margin-top:10px;
	float:left;
	margin-bottom:5px;
	overflow:hidden;
}

.article_box4 {
	height:105px;
	width:155px;
	margin-top:10px;
	margin-left:30px;
	float:left;
	overflow:hidden;
}

.author_box1 {
	width:265px;
	float:left;
	margin-top:30px;
	clear:left;
}

.author_box2 {
	width:265px;
	margin-top:30px;
	margin-left:10px;
	float:left;
}

div.small_Horiz_text {
	height:105px;
	width:145px;
	margin-left:15px;
	float:left;
}

div.goodReadingRow
{
	border-bottom: dotted 1px #cecece; 
	background-color:white; 
	height:105px;
	width:528px;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:12px;
	margin-left:3px;
	padding-bottom:11px;	
}

div.goodReadingCell
{
	height:100px;
	width:160px;
	margin:0px;
	float:left;
	overflow:hidden;
	border: dotted 0px red;
}

div.goodReadingCell h3
{
	color:#000;
	font-size:1.8em;
	font-family:Arial,Helvetica,sans-serif;
	line-height:1em;
	margin:0px;
	letter-spacing:-1px;
	margin-bottom:5px;
}

div.goodReadingCell h3 a
{
	color:#000;
	height:72px;
	border: dotted 0px red;
	display:block;
	overflow:hidden;
}

div.goodReadingCell h3 a:hover
{
	text-decoration:underline;
}

div.goodReadingDate
{
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	margin-top:0px;
	white-space:nowrap; 
	font-size:9px; 
	color:#fff;
	overflow:hidden;
	width:100px;
}

#home_content {
	width:530px;
	float:left;
	margin-left:17px;
	margin-bottom:20px;
}

#home_sidebar {
	width:290px;
	margin-left:590px;
	background-color:#e5e5e5;
	padding:0 0 10px 10px;
}

#footer_links {
	margin-right:150px;
	margin-left:40px;
}

/* Various Typographic Styles */

p.red_lucida_bold {
	font-family:"Lucida Grande",Arial,Helvetica,sans-serif;
	font-weight:bolder;
	text-transform:uppercase;
	margin-top:0px;
	font-size:1em;
	margin-bottom:5px;
	color:#d90000;
}

h2.article_header_narrow {
	font-family:Helvetica,Arial,sans-serif;
	letter-spacing:-1px;
	font-size:2.2em;
	color:#000;
	width:155px;
	line-height:.9em;
	margin-top:8px;
}

h2.article_header_normal {
	font-family:Helvetica,Arial,sans-serif;
	letter-spacing:-1px;
	font-size:2.2em;
	color:#000;
	line-height:.9em;
	margin-top:25px;
}

h2.category_author {
	font-family:Helvetica,Arial,sans-serif;
	letter-spacing:-1px;
	font-size:2.2em;
	color:#000;
	float:left;
	width:130px;
	line-height:.9em;
	margin-top:8px;
	margin-bottom:4px;
}

h2.category_author a {
	color:#000;
}

h2.category_author a:hover {
	color:#000;
	text-decoration:underline;
}

.author_box1 h2.article_header_narrow, .author_box2 h2.article_header_narrow {
	font-family:Helvetica,Arial,sans-serif;
	letter-spacing:-1px;
	font-size:2.6em;
	color:#000;
	width:160px;
	line-height:.9em;
	margin-top:8px;
	float:left;
}

p.article_desc {
	font-family:Arial,Helvetica,sans-serif;
	margin-top:5px;
	margin-bottom:4px;
	font-size:1.2em;
}

p.article_desc_linespaced {
	font-family:Arial,Helvetica,sans-serif;
	margin-top:5px;
	margin-bottom:10px;
	font-size:1.2em;
	line-height:1.5em;
}


p.article_desc a {
	color:#CE2B10;
}

p.category_article_desc {
	font-family:Arial,Helvetica,sans-serif;
	margin-top:5px;
	margin-bottom:4px;
	font-size:1.2em;
}

p.author_small {
	font-weight:bold;
	margin-bottom:0px;
}

.basic_body_type p {
	color:#333;
	font-family:Arial,Helvetica,sans-serif;
	margin-top:30px;
	font-size:1.2em;
	line-height:1.4em;
	
}

.small_accent {
	font-family:Georgia,"Times",serif;
	font-style:italic;
	color:#888;
}

h3.article_header_Horiz {
	font-family:Helvetica,Arial,sans-serif;
	letter-spacing:0px;
	font-size:1.6em;
	color:#000;
	margin-top:5px;
	margin-bottom:2px;
}

h3.article_header_solo {
	font-family:Helvetica,Arial,sans-serif;
	letter-spacing:0px;
	font-size:2.0em;
	color:#000;
	margin-top:5px;
	margin-bottom:2px;
	line-height:1em;
}

span.slash {
	margin-left:2px;
	margin-right:2px;
	color:#000;
}

h2.article_header_narrow ul {
	list-style:none;
	margin:0;
	padding:0;
	color:#000;
}

#home_content h2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size:2.6em;
	color:#000;
	margin-top:20px;
}

#home_sidebar ul {
	list-style:none;
	text-align:left;
	padding:0;
	margin:0;
}

.search_post {
	margin-top:30px;
	font-family:Arial,Helvetica,sans-serif;
}

.right_column_box2 .upcoming_author {
	color:#fff;
	font-size:1.6em;
	line-height:1em;
}

.search_results {
	font-size:1.2em;
}

.search_results a:hover {
	color:inherit;
	text-decoration:underline;
}

#topVideo h4 {
	font-size:2em;
	margin:0;
	margin-top:8px;
	text-align:center;
}

/* Link styles */

#topVideo h4 a {
	color:#fff;
}

#topVideo h4 a:hover {
	color:#CE2B10;
}

.red_lucida_bold a {
	color:#D90000;
}

.article_header_narrow a {
	color:#000;
}

.article_header_narrow a:hover {
	color:#000;
	text-decoration:underline;
}

p.breadcrumbs a {
	color:#CE2B10;
}

#footer p a {
	color:#CE2B10;
}

#footer a {
	color:#000;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* Image Styles */


img.thumbnail_150wide {
	width:155px;
	height: 155px;
}

img.thumbnail_smallHoriz {
	width:180px;
	float:left;
}

img.author_portrait {
	width:125px;
	height:145px;
	float:left;
	margin-right:10px;
	margin-top:5px;
}

.search_portrait {
	height:71px;
	width:61px;
	float:left;
	margin-right:20px;
}	


/* Comments and Notes */

.beta_1 {
	height:30px;
	width:96px;
	background-color:#000;
	float:left;
/*	background-image:url(images/beta_2.gif);
*/	margin-left:12px;
}

span.help_me {
	font-size:.5em;
	color:green;
	text-transform:none;
	margin-left:20px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	letter-spacing:.2px;
}

.ticker {
	background-color:#000;
	color:#fff;
	float:left;
}

#featured_flash {
	float: left;
	height:250px;
	width:460px;
	margin-bottom:15px;
	margin-top: 10px;
	}

#hotlist_narrow_header {
	width:174px;
	height:25px;
	margin-bottom: 0px;
	margin-right: 13px;
	text-indent:-9999px;
	background-image: url(images/hotlist_narrow.gif);
	background-repeat: no-repeat;
	float: right;
	margin-top:10px;
}

	
#hotlist_narrow {
	float: right;
	width: 175px;
	margin-right: 13px;
	height:225px;
	background-color: #E5E5E5;
	font-weight: bold;
	overflow:hidden;
	text-align: right;
	}

#hotlist_narrow a, #hotlist_narrow a:hover, #hotlist_narrow a:visited {
	color: #a81800;
	background-image: url(images/readmore.gif);
	background-position: right top;
	padding-right: 15px;
	background-repeat: no-repeat;
	}	
	

#hot_header {
	background:url(images/hot.gif) no-repeat;
	width:533px;
	height:220px;
	text-indent:-9999px;
}

#hot_container {
	background:url(images/hotlist.gif) top left no-repeat;
	margin-top:24px;
	width:525px;
	position:relative;
	border:solid 1px transparent;
}

#hotlist_table
{
	width:525px;
	margin-top:215px;
}

#hotlist_table td
{
width:50%;
vertical-align:top;
padding:4px;
}

#hotlist_left {
	width:240px;
	top:215px;
	left:15px;
	position:absolute;
}

#hotlist_right {
	position:absolute;
	width:240px;
	top:215px;
	left:280px;
}

#page h6 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:2em;
	color:#000;
	margin:0;
}

.right_column_box1 p {
	border-bottom:dotted 1px #c03000;
	margin-left:15px;
	margin-right:15px;
	padding-top:4px;
	padding-bottom:8px;
	margin-top:0px;
	margin-bottom:0px;
}

p.hot_item, div.hot_item {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	color:#fff;
	line-height:17px;
	padding:0px 10px;
	background-color:#222;
	/*border-top:solid 1px #000;
	border-bottom:solid 1px #000;*/
	border:solid 1px #c03000;
	margin:6px 0px 6px 4px;
}

div.hot_item div
{
margin: 0.5em 4px 0.5em 4px;
}

p.hot_itemb {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	background:url(images/pointy.gif) top left no-repeat #000;
	padding:5px;
	padding-top:12px;
	color:#fff;
}

p.hot_itemb a, p.hot_item a
{
	color:white;
	text-decoration:underline;
}

#hotlist_left h6, #hotlist_right h6 {
	color:#f0358d;
	font-weight:normal;
	font-size:2.5em;
	letter-spacing:1px;
	margin-bottom:-10px;
}

.outer_link a, .outer_link a:visited 
{
	font-family: Arial,Helvetica,sans-serif;
	color:#fff;
	padding-left:15px;
	display:block;
}

.outer_link a:hover 
{
	color:#e87338;
	text-decoration:none;
}

div.newsstandDate
{
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	margin:0px;
	white-space:nowrap; 
	font-size:9px; 
	color:#EF7139;
	margin-left:15px;
	margin-top:6px;
	height:10px;
	border: solid 0px yellow;
}

.vespa {
	width:250px;
	margin:0em 2em 0em 0em;
	float:right;
}

.coming_soon {
	margin-top:30px;
	margin-left:80px;
}

.team_section {
	width:880px;
	margin-top:15px;
	/*height:1400px;*/
	background-color:#000;
	font-family:Arial,Helvetica,sans-serif;
}

.team_left {
	float:left;
	width:380px;
	margin-left:25px;
	margin-top:25px;
}

.team_right {
	float:left;
	width:380px;
	margin-left:50px;
	margin-top:25px;
}

.team_picture {
	float:left;
	height:130px;
	width:130px;
}

.team_pic {
	border:2px solid white;
}

.team_bio {
	padding-left:150px;
	border-bottom:dotted 1px #f2cc00;
	/*width:240px; */
	margin-bottom:25px;
	padding-bottom:0.5em;
}

.team_bio h2 {
	margin:0;
	font-size:2.8em;
	color:#A81800;
	font-weight:normal;
	letter-spacing:-1px;
}

.team_yellow {
	color:#f2cc00;
	line-height:16px;
	margin:2px;
}

.white {
	color:#fff;
}

.pink_header {
	color:#f9277b;
}

.creative_commons {
	float:right; 
	width:88px; 
	height:31px; 
	border:0px; 
	margin:4px;
	margin-right:25px;
	margin-top:0px;
}

#pic_pointer {
	background:url(images/pic_pointer.gif) no-repeat;
	height:16px;
	width:320px;
}

.right_column_box2 h2 {
	margin:0 0 0 33px;
	text-align:left;
}

#topVideo #main_video {
	margin:15px 0 0 0;
	text-align:center;
}

#ciao_box #mini_video {
	margin-top:10px;
}

/*  Join Us Form Style */




#JoinUsForm label
{
text-align:left;
display:block;
border-top:solid 0px #f0f0f0;
margin:0px;
margin-top:4px;
}


#JoinUsForm input[type='text']
{
width:300px;
margin-bottom:6px;
}
#JoinUsForm select
{
width:300px;
margin-bottom:6px;
}

div.FormRadioCotainer
{
margin-top:0px;
margin-bottom:8px;
}

div.FormRadioCotainer label
{
display:inline;
}

