	

/* global.css 
	Created: March, 2009
	Original Author: Christopher Lum, Sapient Corporation
	Change Log:
	
*/
html,
body {
	background-color: #343434;
	margin: 0;
	padding: 0;
	font-color: #fff;
	height: 100%;
	*height: 100%;
}

.row:after,
.header:after,
.content:after,
.footer:after,
textarea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.row,
.header,
.content,
.footer,
textarea {
	zoom: 1;
}

.main {
	width: 960px;
	text-align: center;
	margin: 0 auto;
}

.header,
.content,
.footer {
	text-align: left;
	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

/* global */
.cta {
	background: transparent url('/site/sonystyle/img/cta_arrow_sprite.gif') no-repeat top left;
	color: #3a3a3a;
	padding-left: 10px;
	text-decoration: none;
}

a.cta:hover {
	text-decoration: underline;
}

/* footer */
.footer {
	/*padding: 12px 25px 12px;*/
}

	.footer ul {
		background-color: #0b0b0b;
		margin: 0;
		margin-bottom: 10px;
		padding: 12px 0;
		text-align: center;
	}

	.footer ul li,
	.utility ul.signin li {
		list-style-type: none;
		display: inline;
		border-right: 1px solid #717171;
		padding: 0 12px;
		font-size: 85%;
		color: #717171;
	}

		.footer ul li.last,
		.utility ul.signin li.last {
			border: none;
		}

		.footer ul li a,
		.utility ul.signin li a {
			color: #717171;
			text-decoration: none;
		}

		.footer ul li a:hover,
		.utility ul.signin li a:hover {
			text-decoration: underline;
		}
	
	.footer .sonyLogos {
		padding: 0 25px 12px;
	}

.logo_sonyworld span a {
	background: #000 url('/site/sonystyle/img/g_logo_see_world.gif') left top no-repeat;
	float: left;
	width: 61px;
	height: 32px;
}

.logo_sony span a {
	background: #000 url('/site/sonystyle/img/g_logo_sony.gif') left top no-repeat;
	float: right;
	width: 58px;
	height: 11px;
	margin-top: 8px;
	text-indent: -300em;
}

.logo_sonyworld a,
.logo_sony a,
.logo_sonystyle a {
	text-indent: -300em;
}
/* end footer elements ------------------------------------------- */

/* header */
.header {
	padding: 30px 20px 20px 40px;
}

.logo_sonystyle span a {
	background: #000 url('/site/sonystyle/img/logo_sonystyle.gif') left top no-repeat;
	float: left;
	width: 203px;
	height: 28px;
}

.utility {
	float: right;
	padding-top: 10px;
}

	.utility ul {
		margin: 0;
		padding: 0;
		float: left;
		display: inline;
	}

	.utility ul.signin li {
		padding: 0 8px;
	}

	.utility ul.search li {
		position: relative;
		float: left;
		display: inline;
	}

.utility .form {
	float: left;
}

.search_blog {
	border: none;
	background-color: #242424;
	color: #717171;
	font-size: 85%;
	margin-left: 25px;
	width: 160px;
	height: 18px;
}

.btn_search {
	background:transparent url(/site/sonystyle/img/btn_search.gif) no-repeat 0 0;
	border:none;
	cursor:pointer;
	height:13px;
	position:absolute;
	right:2px;
	top:3px !important;
	width:13px;
}

/* end header elements ------------------------------------------- */


/* content */
.content {background-color: #161616;}
.blog_content,
.modules {
	float: left;
}

.blog_content {
	background: #ececec url('/site/sonystyle/img/bg_content.gif') top center no-repeat;
	color: #4a4a4a;
	min-height:1100px;
	height:auto !important;
	height:1100px;
	padding: 35px 37px 30px;
	width: 625px;
}

.subcontent {
	background: transparent url('/site/sonystyle/img/border_about.gif') bottom center no-repeat;
	padding: 0 0 25px;
	margin-bottom: 30px;
}

	.subcontent p {
		font-size: 93%;
	}

h1 {
	font-size: 161.6%;
	font-weight: normal;
	color: #3a3a3a;
	margin-top: 0;
}

.post {
	padding-bottom: 30px;
}

	.post a {
		color: #436587;
	}

	.post h1 {
		font-size: 108%;
		font-weight: bold;
		color: #000;
		text-transform: uppercase;
		padding-left: 7px;
		margin-top: 0;
	}

		.post h1 span {
			color: #43b3e1;
		}
		
	.post h2 {
		font-size: 138.5%;
		font-weight: normal;
		color: #3a3a3a;
		margin: 12px 0 0;
	}

.row .slidenav {
	border-bottom:1px solid #d7d7d7;
	height:10px;
	margin:0;
	padding:0 0 10px;
	width:100%;
}

.row .slidenav li {
	list-style: none;
}

.row .slide_box {
	overflow:hidden;
	margin:0 auto;
	position:relative;
	width:610px;
	border-top:1px solid #d7d7d7;
	margin-top:10px;
}

.row .slide_box .slide {
	height:110px;
	padding:10px 0 0;
	position:relative;
	width:9999px;
}

.row .slide_box .slide .col {
	float:left;
	/*width:155px;*/
	padding:0 15px 0 0;
}
.row .slide_box .slide .col .img img {
	/*width:140px;*/
	height:100px;
}

.featured_text {
	padding-left: 7px;
}

.blog_text {
/*	float: left;
	width: 345px; */
	padding-left: 7px;
	overflow:auto;
}

	.featured_text p,
	.blog_text p {
		font-size: 93%;
	}

	.blog_text p a {
		font-size: 108%;
	}

.post_img {
	display:inline;
	float:left;
	padding-right:13px;
/*	float: left;
	width: 250px;*/
}

h3 {
	font-size: 138.5%;
	font-weight: normal;
	margin: 0 0 10px;
}
/* end main blog content elements ------------------------------------------- */

/* modules */
.modules {
	background-color: #161616;
}

	.modules ul {
		margin: 0;
		padding: 0 0 25px 0;
		background-color: #161616;
	}

		.modules ul li {
			list-style-type: none;
			background: transparent url('/site/sonystyle/img/border_moduleLink.gif') bottom center no-repeat;
			padding: 4px 30px 4px 25px;
			font-size: 85%;
			color: #a7a9ac;
			width: 205px;
		}

			.modules ul li.on {
				background-color: #000;
			}

			.modules ul li a {
				display: block;
				color: #a7a9ac;
				background: url('/site/sonystyle/img/cta_arrow_sprite.gif') 0 -62px no-repeat;
				padding-left: 18px;
				text-decoration: none;
			}
			
			/* displays black background for the current page in the module*/
			.modules ul li.on a {
				background: #000 url('/site/sonystyle/img/cta_arrow_sprite.gif') 0 -134px no-repeat;
				color: #fff;
			}

			.modules ul li a:hover, .modules ul li a.act {
				background: transparent url('/site/sonystyle/img/cta_arrow_sprite.gif') 0 -133px no-repeat;
				color: #fff;
			}

			.modules ul li a.year {
				display: block;
				background: transparent url('/site/sonystyle/img/cta_arrow_sprite.gif') 0 -63px no-repeat;
			}

			.modules ul li a.year:hover {
				background: transparent url('/site/sonystyle/img/cta_arrow_sprite.gif') 0 -134px no-repeat;
			}

			.modules ul li a.activeYear {
				background: transparent url('/site/sonystyle/img/cta_arrow_sprite.gif') 0 -134px no-repeat;
				padding-bottom: 10px;
				color: #fff;
			}

			.modules ul li.last {
				background-image: none;
			}

				.modules ul li ul {
					margin-left: 30px;
					padding-bottom: 8px;
				}

				.modules ul li ul.active {
					border-bottom: 1px solid #1a1a1a;
					margin-bottom: 12px;
				}

				.modules ul li li {
					padding: 6px 0;
					width: 180px;
				}

				.modules ul li li,
				.modules ul li li a {
					background: none;
					font-size: 100%;
				}

				.modules ul li li a,
				.modules ul li li a:hover {
					background: none;
					padding-left: 0;
				}

			.modules ul li a.month {
				background: transparent url('/site/sonystyle/img/cta_arrow_sprite.gif') 0 -27px no-repeat;
				padding-left: 15px;
				margin-left: 15px;
			}

			.modules ul li a.month.active {
				background: transparent url('/site/sonystyle/img/cta_arrow_sprite.gif') 0 -170px no-repeat;
				padding-left: 15px;
				margin-left: 15px;
			}
			.modules ul li a.month:hover {
				background: transparent url('/site/sonystyle/img/cta_arrow_sprite.gif') 0 -135px no-repeat;
				padding-left: 15px;
				margin-left: 15px;
			}

			.modules ul li a.month.open {
				background: transparent url('/site/sonystyle/img/cta_arrow_sprite.gif') 0 -100px no-repeat;
				color: #A7A9AC;
			}

				.modules ul li li a.active,
				.modules ul li a.month.active {
					color: #fff;
				}

.module_connect,
.module_archive,
.module_popular,
.module_categories,
.module_favorites,
.module_sony_family {
	background: url('/site/sonystyle/img/bg_module.jpg') top left no-repeat;
	border-bottom: 1px solid #222;
}

.module_connect {
	padding-top: 0;
}

.module_archive ul li ul { margin:0; padding:0; }
.module_archive ul li ul li { margin:0; padding:0; }
.module_archive ul li ul li ul { margin:0 0 0 30px; padding:0 0 8px; }
.module_archive ul li ul li ul li { padding:6px 0; width:175px; }

	.modules h3 {
		text-indent: -300em;
		margin-bottom: 0;
		width: 261px;
		height: 75px;
	}

h3.hdr_connect {
	background: #161616 url('/site/sonystyle/img/hdr_connect.jpg') top left no-repeat;
}

	h3.hdr_connect.active {
		background-image: url('/site/sonystyle/img/hdr_connect_active.jpg');
	}

h3.hdr_archive {
	background: #161616 url('/site/sonystyle/img/hdr_archive.jpg') top left no-repeat;
}

	h3.hdr_archive.active {
		background: url('/site/sonystyle/img/hdr_archive_active.jpg');
	}

h3.hdr_popular {
	background: #161616 url('/site/sonystyle/img/hdr_popular_posts.jpg') top left no-repeat;
}

	h3.hdr_popular.active {
		background: url('/site/sonystyle/img/hdr_popular_posts_active.jpg');
	}

h3.hdr_categories {
	background: #161616 url('/site/sonystyle/img/hdr_categories.jpg') top left no-repeat;
}

	h3.hdr_categories.active {
		background: url('/site/sonystyle/img/hdr_categories_active.jpg');
	}

h3.hdr_favorites {
	background: #161616 url('/site/sonystyle/img/hdr_our_favorites.jpg') top left no-repeat;
}

	h3.hdr_favorites.active {
		background: url('/site/sonystyle/img/hdr_favorites_active.jpg');
	}

h3.hdr_sony_family {
	background: #161616 url('/site/sonystyle/img/hdr_sony_family.jpg') top left no-repeat;
}

	h3.hdr_sony_family.active {
		background: url('/site/sonystyle/img/hdr_sony_family_active.jpg');
	}

/* end module elements ------------------------------------------- */

/* comment and share */
.comment {
	background-color: #e5e5e5;
	width: 622px;
	padding-bottom: 1px;
}

	.comment.archive {
		padding-bottom: 0;
	}

	.comment_container {
		border-bottom: 1px solid #fff;
	}

.comment a {
	color: #3a3a3a;
	font-size: 93%;
	font-weight: bold;
	text-decoration: none;
}

	.comment a:hover {
		text-decoration: underline;
	}

ul.commentShareTabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	ul.commentShareTabs li {
		float: left;
		display: inline;
	}

	ul.commentShareTabs .commentLink,
	ul.commentShareTabs .shareLink,
	ul.commentShareTabs .shareThisLink {
		background-image: none;
		padding: 8px 0 0 12px;
		height: 24px;
	}

	.archive ul.commentShareTabs .shareLink {
		background: #e6e6e6 url('/site/sonystyle/img/bg_shareTab_archive.gif') bottom center no-repeat;
	}

	ul.commentShareTabs .shareLink {
		width: 50px;
	}
	ul.commentShareThisTabs .shareLink {
		width: 80px;
	}

	ul.commentShareTabs .commentLink {
		background: #e6e6e6 url('/site/sonystyle/img/bg_commentTab.gif') top left no-repeat;
		/*width: 548px;*/
		width: 508px;
	}

		ul.commentShareTabs .commentLink.commentsActive {
			background-image: url('/site/sonystyle/img/bg_commentTabOn.gif');
		}

		ul.commentShareTabs .shareLink.shareOn {
			background: #e6e6e6 url('/site/sonystyle/img/bg_shareTab.gif') top left no-repeat;
		}

	#termsChkError,
	#emailError {
		color:#B51F29;
	}

.share_email {
	background: #e5e5e5 url('/site/sonystyle/img/bg_share_email.gif') top center no-repeat;
	padding: 25px 15px;
	color: #7b7b7b;
}

.share_email_container {
	border-bottom: 1px solid #fff;
	padding-bottom: 25px;
}

	.share_email a {
		color: #7b7b7b;
		text-decoration: none;
	}

	.share_email a:hover {
		text-decoration: underline;
	}

	.share_post,
	.email_post {
		float: left;
		display: inline;
		padding-right: 10px;
		border-right: 1px solid #d7d7d7;
		width: 270px;
	}

	.email_post {
		border: none;
		padding-left: 20px;
	}

	.share_email h4 {
		text-indent: -300em;
		margin-bottom: 25px;
	}

	.share_post h4 {
		background-image: url('/site/sonystyle/img/hdr_post.gif');
		width: 55px;
		height: 19px;
	}

	.email_post h4 {
		background-image: url('/site/sonystyle/img/hdr_email.gif');
		width: 69px;
		height: 18px;
	}

	.share_post ul {
		margin: 0;
		padding: 0;
		float: left;
		width: 49%;
	}

	.share_post li {
		list-style-type: none;
		padding: 5px 0;
	}

	.share_post .cta {
		background: url('/site/sonystyle/img/icn_reddit.gif') 0 50% no-repeat;
		padding-left: 22px;
		text-decoration: none;
	}

	.share_post .reddit {
		background-image: url('/site/sonystyle/img/icn_reddit.gif');
	}

	.share_post .facebook {
		background-image: url('/site/sonystyle/img/icn_facebook.gif');
	}

	.share_post .delicious {
		background-image: url('/site/sonystyle/img/icn_delicious.gif');
	}

	.share_post .buzzup {
		background-image: url('/site/sonystyle/img/icn_buzzup.gif');
	}

	.share_post .technorati {
		background-image: url('/site/sonystyle/img/icn_technorati.gif');
	}

	.share_post .windowslive {
		background-image: url('/site/sonystyle/img/icn_windowslive.gif');
	}

	.share_post .friendfeed {
		background-image: url('/site/sonystyle/img/icn_friendfeed.gif');
	}

	.share_post .xanga {
		background-image: url('/site/sonystyle/img/icn_xanga.gif');
	}

	.email_post label {
		display: block;
		float: left;
		width: 50px; 
		padding: 0; 
		margin: 8px 0 0; /* set top margin same as form input - textarea etc. elements */
		text-align: left;
	}

		.email_post input {
			display: inline;
			width: 220px;
			*width: 205px;
			margin: 5px 0 0 10px;
		}

.message {
	margin-bottom: 10px;
}

textarea {
	margin: 10px 0;
	width: 285px;
	*width: 270px;
}

a.send {
	background: transparent url('/site/sonystyle/img/btn_send.jpg') 0 0 no-repeat;
	text-decoration: none;
	display: block;
	outline: none;		
	text-indent: -300em;
	width: 53px;
	height: 22px;
	float: right;
}

.postedComments {
	padding: 25px 18px;
	font-size: 93%;
}

.userComments {
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
}

	.userComments.last {
		border: 0;
		margin-bottom: 0;
	}

	.userComments p {
		margin: 20px 0 30px;
	}

	.userComments a {
		color: #436587;
		text-decoration: underline;
	}

.userName {
	float: left;
}

.postedDate {
	float: right;
}

.pagination {
	background-color: #d5d5d5;
	text-align: center;
}

	.pagination ul {
		margin: 0;
		padding: 5px 0;
	}

	.pagination li {
		display: inline;
		padding: 0 3px;
		color: #f3420c;
		font-size: 93%;
	}

	.pagination li a {
		font-size: 93%;
		font-weight: normal;
		color: #4A4A4A;
	}

.leaveComment {
	background-color: #ECECEC;
	padding: 40px 8px 40px 18px;
	font-size: 93%;
}

	.leaveComment h2 {
		background: #ECECEC url('/site/sonystyle/img/hdr_leave_comment.gif') top left no-repeat;
		text-indent: -300em;
		margin: 0;
		padding: 8px;
	}

	.leaveComment a {
		color: #436587;
		font-weight: normal;
		font-size: 100%;
		text-decoration:none;
	}

	.leaveComment a:hover { text-decoration:underline; }

	.leaveComment ul {
		margin: 0;
		padding: 45px 0;
	}

	.leaveComment li {
		display: inline;
		float: right;
		padding: 0 17px;
		width: 280px;
	}

	li.commentLogin {
		border-left:1px solid #d7d7d7;
		padding:0 0 0 17px;
	}

	li.commentLogin .submit {
		background:transparent url(/site/sonystyle/img/btn_submit.jpg) no-repeat 0 0;
		border:none;
		cursor:pointer;
		display:block;
		float:right;
		height:21px;
		margin:5px 0 0;
		width:63px;
	}


	.leaveComment label {
		display: block;
		float: left;
		width: 70px; 
		padding: 0; 
		margin: 8px 0 0; /* set top margin same as form input - textarea etc. elements */
		text-align: left;
		color: #7b7b7b;
	}

	.leaveComment input {
		display: inline;
		width: 193px;
		margin: 5px 0 0 10px;
	}

	li.commentGuest {
		padding: 0 17px 0 0;
	}

		li.commentGuest label {
			width: 40px;
		}

		li.commentGuest input {
			width: 220px;
		}

		li.commentGuest span {
			padding-left: 52px;
			color: #7b7b7b;
			font-size: 93%;
		}

		li.commentGuest div.reg {
			display:block;
			margin:25px 0 0;
		}

	li.commentLogin span {
		display: block;
		margin: 8px 0;
		padding-left: 80px;
	}

	li.commentLogin strong,
	li.commentLogin span{
		font-size: 93%;
	}

	input.commentCheckbox {
		margin: 0;
		width: 20px;
	}

	.leaveComment textarea {
		width: 595px;
	}

.guideLines strong,
.commentSubmit span {
	float: left;
}
.guideLines a {
	float: right;
}

a.submit {
	background: transparent url('/site/sonystyle/img/btn_submit.jpg') 0 0 no-repeat;
	text-decoration: none;
	display: block;
	text-indent: -300em;
	width: 63px;
	height: 22px;
	float: right;
}
.reg {margin:10px 0 5px; width:190px;}
.login_forgot {
	float:left;
	margin-top:10px;
	text-decoration:none;
}
.login_forgot:hover {
	text-decoration:underline;
}


/* end comment and sharing elements ------------------------------------------- */
<!-- SERVER: WWW005 -->