mod/*
Theme Name:  ModTV
Theme URI:   http://www.dizzain.com/blog_customization/
Description: Theme for ModTV project
Version:     1.0
Author:      Dizzain Inc.
Author URI:  http://www.dizzain.com/
*/

/*
	Reset by Eric Meyer
	http://meyerweb.com/eric/tools/css/reset/
*/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


sup, sub {
	font-size: 70%;
	vertical-align: baseline;
	position: relative;
}

sup {
	top: -0.4em;
}

sub {
	bottom: -0.4em;
}

hr {
	border: 0;
	border-bottom: 1px solid #170236;
	height: 1px;
	padding: 10px 0;
}

/*
	Main styles
*/

html { width: 100%; }

html, body {
	height: 100%;
}

body, textarea, input, select {
	font: 13px/18px Arial, Tahoma, Verdana;
}

body {
	color: #b4a7d6;
	background: #170236;
}

p {
	margin: 10px 0 0 0;
}

ul, ol, dl {
	margin: 5px 0 5px 20px;
}

blockquote {
	margin: 10px 0 0 20px;
	font-style: italic;
}

a {
	color:#0359e4;
	text-decoration: none;
}

.entry a, body.page .posts a {
	color:#ac74b1;
}

a.pink {
	color:#ac74b1;
}

a.blue {
	color: #005cff;
}

a.purple {
	color:#7b3393;
}

a:hover {
	text-decoration: none;
}


/*
	Global styles
*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto  !important;
	margin-right: auto  !important;
}

.overflow {
	overflow: hidden;
}

/*
	Layonts
*/

#wrapper {
	margin: 0px auto 0;
	/*overflow: hidden;*/
	position: relative;
	width: 890px;
}

#header {
	float: left;
	height: 75px;
	overflow: hidden;
}

#page {
	float: left;
	/*overflow: hidden;*/
	width: 100%;
}

#aside, #content {
	float: left;
}
#aside {
	overflow: hidden;
}

	#content {
		margin: 0 0 20px 25px;
		width: 550px;
	}

	#aside {
		margin: 0px 0 0 30px;
		width: 285px;
	}
	
	.category-news #aside {
		margin:30px 0 0 30px;
	}

/*
	Header
*/

/*
	Advert Header Container
*/

#adheader {
	height:80px;
	width:890px;
}

/* Logo */

#logo {
	display: inline;
	float: left;
	height: 50px;
	margin: 5px 0 0 20px;
	width: 205px;
}

	#logo a, #logo a {
		height: 50px;
		display: block;
		overflow: hidden;
		text-decoration: none;
		width: 205px;
	}

		#logo span, #logo span {
			background: url("images/logo.jpg") 0 0 no-repeat;
			display: block;
			height: 50px;
			width: 205px;
		}

/* Menu */

#menu {
	font:  12px/35px Helvetica, Arial;
	display: inline;
	float: right;
	height: 35px;
	margin: 0 0 0 30px;
	text-transform: uppercase;
	width: 620px;
}

	#menu ul {
		float: left;
		height: 35px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}

		#menu ul li {
			float: left;
			height: 35px;
			margin: 0;
			padding: 0;
		}

			#menu ul li a, #menu ul li p {
				border-left: 1px solid #064ccb;
				color: #e9e9e9;
				display: block;
				height: 35px;
				padding: 0 18px;
				text-decoration: none;
				margin:0;
			}
			
			#menu ul li p {
				cursor:default;
			}

				#menu ul li a:hover, #menu ul li.hover a, #menu ul li.hover p {
					border-left: 1px solid #7b3393;
					background: #7b3393;
					color: #fff;
				}

				#menu ul li.last a,
				#menu ul li:last-child a,
				#menu ul li.last p {
					border-right: 1px solid #064ccb;
				}

					#menu ul li.last a:hover, #menu ul li.last.hover a,
					#menu ul li:last-child a:hover, #menu ul li:last-child.hover a {
						border-right: 1px solid #7b3393;
					}

						#menu ul li ul li.last a,
						#menu ul li ul li:last-child a {
							border: 0 none;
						}

		/* Submenu */			

		#menu ul li ul {
			background: #7b3393;
			display: none;
			font: 12px/20px Helvetica, Arial;
			list-style-type: none;
			margin: -5px 0 0 0;
			padding: 10px 0;
			position: absolute;
			text-transform: none;
			width: 175px;
		}

			#menu ul li ul li {
				background: #7b3393;
				border: 0;
				height: auto;
				list-style-type: none;
				margin: 0;
				padding: 0;
				width: 175px;
			}

				#menu ul li ul li.last,
				#menu ul li ul li:last-child { 
					padding: 0 0 10px;
				}

				#menu ul li.hover ul li a,
				#menu ul li ul li a {
					color: #a99cca;
					height: auto;
					line-height:14px;
					margin: 0;
					padding: 3px 10px 3px 17px;
				}

					#menu ul li.hover ul li a:hover,
					#menu ul li ul li a:hover {
						background: #8f51a4;
						color: #bd99c9;
						text-decoration: none;
					}


		#menu ul li.fashion ul, #menu ul li.fashion ul li {
			width:210px;
		}
		
		#menu ul li.beauty ul, #menu ul li.beauty ul li {
			width:191px;
		}
		
		#menu ul li.models ul, #menu ul li.models ul li {
			width:182px;
		}
		
			#menu ul li.models ul {
				width:200px;
			}
			
		#menu #dropdown {
			display:none;
			padding:40px 0;
			position:absolute;
			top:35px;
			background-color:#7B3393;
			z-index:100;
		}
	
		
		#menu #dropdown .arrow {
			position:absolute;
			height:16px;
			width:154px;
			left:19px;
			background:url(images/arrows.png) 0 0 no-repeat;
		}
		
		#menu #dropdown .arrow.top {
			top:15px;
		}
		
		#menu #dropdown .arrow.bottom {
			top:312px;
			background-position:0 -15px;
		}
		
		#scrollable_container {
		height:264px  !important;
		overflow:hidden;
		position:relative;
		}	
		
			#scrollable {
			width:100%;
			list-style:none;
			padding:0;
			margin:0;
			top:0;
			position:relative;
			height:100%;
			width:191px;
			font: 12px/20px Helvetica, Arial;
			}
			
				#scrollable li {
				padding:0  !important;
				height:20px !important;
				display:block;
				cursor:hand;
				cursor:pointer;
				float:none  !important;
				text-transform: none !important;
				}
				
					#scrollable li a {
					color:#A99CCA !important;
					height:20px !important;
					margin:0 !important;
					padding:0 10px 0 17px !important;
					display:block  !important;
					border:none  !important;
					}
					
					#scrollable li a:hover {
						background: #8f51a4  !important;
						color: #bd99c9 !important;
						text-decoration: none !important;
					}
					
							
							#menu ul li.last ul, #menu ul li.last ul li {
								width:92px;
							}
		
			

/* Links */

#links {
	display: inline;
	float: right;
	margin: 10px 5px 0 0;
	width: 245px;
}

	#links ul {
		float: left;
		list-style: none;
		margin: 0;
		width: 105px;
	}

		#links ul li {
			display: block;
			float: left;
			height: 17px;
			list-style-image: none;
			margin: 0 4px 0 0;
			width: 17px;
		}

			#links ul li a {
				display: block;
				float: left;
				height: 17px;
				text-indent: -10000px;
				width: 17px;
			}

				#links ul li.f a {
					background: url("images/icons/facebook.png") 0 0 no-repeat;
				}
				#links ul li.y a {
					background: url("images/icons/tube.gif") 0 0 no-repeat;
				}
				#links ul li.n{
					width:141px;
				}
				#links ul li.n a {
					background: url("images/newsletter.gif") 0 0 no-repeat;
					width:141px;
				}

				#links ul li.t a {
					background: url("images/icons/twitter.png") 0 0 no-repeat;
				}

				#links ul li.r a {
					background: url("images/icons/rss.png") 0 0 no-repeat;
				}
				
				#links ul li.g a {
				background: url("images/icons/gplus-16.png") 0 0 no-repeat;
				}

	/* Searchform */

	#searchform {
		background: url("images/searchform.png") 0 0 no-repeat;
		float: left;
		height: 17px;
		width: 155px;
	}

		#searchform div {
			margin: 0;
		}

		#searchform input {
			background: transparent;
			border: 0 none;
			color: #000;
			float: left;
			font: 11px/17px Helvetica, Arial;
			height: 17px;
			margin: 0;
			padding: 1px 0 0 20px;
			width: 100px;
		}

			#searchform input#searchsubmit {
				color: #ad75b4;
				cursor: pointer;
				font: 15px/17px Helvetica, Arial;
				height: 17px;
				margin: 0 0 0 5px;
				padding: 0;
				width: 27px;
			}

/*
	Content
*/

/* Typograpthy */

#content ul {
	list-style: disc;
}

#content ol {
	list-style: decimal;
}

	#content ol ol li {
		list-style-type: lower-alpha;
	}

	#content ul ul li {
		list-style-type: circle;
	}

#content dt {
	font-weight:bold;
}

#content dd {
	margin: 0 0 10px 10px;
}

/* Layout */

#content .posts {
	float: left;
	display: inline;
	width: 550px;
}

	#content .posts .post {
		border-bottom: 1px solid #3f1f60;
		float: left;
		padding: 0 0 5px;
		margin: 0 0 30px;
		width: 100%;
	}

		#content .posts .post .meta {
			color: #b4a7d6;
			float: left;
			font: 11px/17px Helvetica, Arial;
			width: 100%;
			padding-bottom:6px;
		}

			#content .posts .post .meta .category {
				color: #0066ff;
				float: left;
				text-transform: uppercase;
			}

				#content .posts .post .meta .category a {
					color: #0066ff;
					text-decoration: none;
				}

			#content .posts .post .meta .date {
				float: left;
				margin-left: 0px;
			}

			#content .posts .post .meta .discussion {
				border-left: 1px solid #b4a7d6;
				float: left;
				margin: 0 0 0 10px;
			}

				#content .posts .post .meta .discussion a {
					color: #b4a7d6;
					text-decoration: none;
					margin-left: 10px;
				}

					#content .posts .post .meta .discussion a span {
						background: url("images/icons/comments.png") 0 2px no-repeat;
						display: inline-block;
						font-size: 10px;
						height: 19px;
						text-align: center;
						width: 22px;
					}

		#content .posts .post .title {
			float: left;
			width: 100%;
		}

			#content .posts .post .title h1,
			#content .posts .post .title h2 {
				color: #ad75b4;
				display: inline;
				font: 21px/26px Helvetica, Arial;
				letter-spacing: -1px;
				padding: 2px 0;
			}

				#content .posts .post .title h1 a,
				#content .posts .post .title h2 a {
					color: #ad75b4;
					text-decoration: none;
				}

		#content .posts .post .entry {
			float: left;
			margin: 0;
			width: 100%;
		}

			#content .posts .post .entry h1,
			#content .posts .post .entry h2 {
				line-height: 26px;
			}

			#content .posts .post .entry h1 {
				font-size: 22px;
				margin: 10px 0;
			}

			#content .posts .post .entry h2 {
				font-size: 20px;
				margin: 10px 0;
			}

			#content .posts .post .entry h3 {
				font-size: 18px;
				margin: 10px 0;
			}

			#content .posts .post .entry h4 {
				font-size: 16px;
				margin: 10px 0;
			}

			#content .posts .post .entry h5 {
				font-size: 15px;
				margin: 10px 0;
			}

			#content .posts .post .entry h6 {
				font-size: 14px;
				margin: 10px 0;
			}

			#content .posts .post .entry a, #content .posts a {
				text-decoration:none;
			}
						
			#content .posts .post .entry a:hover, #content .posts a:hover {
				text-decoration:underline;
			}
			
			.contact #content .posts .post ul li a {
				font-weight:normal;
				color:#005cff;
			}

		#content .posts .post .custom {
			color: #ad75b4;
			float: left;
			font: 12px/20px Helvetica, Arial;
			width: 100%;
		}

			#content .posts .post .custom a {
				text-decoration: none;
			}

				#content .posts .post .custom .more a {
					background: url("images/icons/more.png") right 0 no-repeat;
					font: 12px/18px Helvetica, Arial;
					padding-right: 20px;
					text-transform: uppercase;
				}

				#content .posts .post .custom .photo a {
					background: url("images/icons/photo_dark.png") 0 0 no-repeat;
					padding-left: 30px;
				}

				#content .posts .post .custom .slideshow a {
					background: url("images/icons/photo_dark.png") right 0 no-repeat;
					color: #b4a7d6;
					font-size: 11px;
					padding-right: 30px;
					text-transform: uppercase;
				}

				#content .posts .post .custom .tags a {
					font-style: italic;
				}

			#content .posts .post .custom .social {
				
			}

				#content .posts .post .custom .social a {
					color: #ad75b4;
					display: inline-block;
					margin-left: 5px;
					text-transform: uppercase;
				}

					#content .posts .post .custom .social a.email {
						background: url("images/icons/email.png") 0 -2px no-repeat;
						padding-left: 25px;
					}

					#content .posts .post .custom .social a.share {
						background: url("images/icons/share.png") 0 0 no-repeat;
						padding-left: 22px;				
					}

		#content .posts .post .video {
			float: left;
			margin: 10px 0;
			width: 100%;
		}

			#content .posts .post .video .player, #content .posts .post .video .player img {
				display: block;
				height: 360px;
				width: 550px;
				position:relative;
				margin:0;
				max-width:100%;
				border:0px;
			}
			
			#content .posts .post .video .player img.play_btn {
				position:absolute;
				top:124px;
				left:245px;
				height:60px;
				width:60px;
				border:none  !important;
				margin:0  !important;
			}
			
			#content .posts .post .video .player img.controls_panel {
				position:absolute;
				bottom:0px;
				left:0px;
				height:29px;
				width:550px;
				border:none  !important;
				margin:0  !important;
			}
			
		#aside a.player {
			position:relative;
		}
		
			#aside a.player img.play_btn {
				position:absolute;
				height:44px;
				width:44px;
				border:none  !important;
				margin:0  !important;
				top:76px;
				left:117px;
			}
			
			#aside a.player img.controls_panel {
				position:absolute;
				top:199px;
				left:1px;
				height:31px;
				width:279px;
				border:none  !important;
				margin:0  !important;
			}
			
	.search-results #content, .search-results #content .posts {
		width:865px;
	}			
	.search-results.small #content, .search-results.small #content .posts {
		width:550px;
	}
	
	.search-no-results #content {
		height:265px;
	}
	
	.search-results .pagetitle, .search-no-results .pagetitle {
		color:#b4a7d6;
		text-transform:none;
		font: 21px/24px Arial;
	}
	
		.search-results .pagetitle span {
			color:#0066ff;
		}
			
		.search-results #content .posts .post {
			margin:0 0 28px;
			padding:0 0 25px;
		}
		
			.search-results #content .posts .post .post_thumbnail {
				float:left;
				margin:0 33px 10px 0;
			}
			
			.search-results #content .posts .post .title {
				float:none;
			}
			
			.search-results #content .posts .post .category {
				padding:10px 0 0;
			}
			
			#content ul.wp-tag-cloud {
				margin:5px 0 0px 0px;
				padding-bottom:50px;
			}
			
			.better-tag-cloud-shortcode li, .better-tag-cloud-shortcode li a, li#better-tag-cloud ul.wp-tag-cloud li, li#better-tag-cloud ul.wp-tag-cloud li a {
				line-height:24px;
			}
			
			#content ul.wp-tag-cloud a {
				color:#005cff;
			}
			
			#content ul.wp-tag-cloud a:hover {
				text-decoration:none;
				color:#C179BD;
			}

/* Comments */


#respond .unlogged_mes {
	padding:20px 0 0;
	color:#804191;
	clear:both;
}

	#respond .unlogged_mes a {
		color:#ad75b4;
	}
	
#respond .add_comment {
	background:url(images/add_comment.png) 0 2px no-repeat;
	padding-left:30px;
	color:#804191  !important;
}

#content .comments {
	color: #ad75b4;
	float: left;
	display: inline;
	width: 550px;
}

	#content .commentlist,
	#content .commentrespond {
		display: inline;
		float: left;
		padding: 0 0 5px;
		margin: 20px 0 0 20px;
		width: 520px;
	}

		#content .commentrespond {
			color: #804191;
		}

#content .comments h3 {
	color: #ad75b4;
	font: 13px/20px  Arial;
	display: inline-block;
	float: left;
	text-transform:uppercase;
	margin: 0;
	width: 100%;
}

	#content .comments h3#reply {
		background: url("images/icons/commentrespond.png") 0 0 no-repeat;
		color: #804191;
		font: 13px/20px Helvetica, Arial;
		padding-left: 30px;
		text-transform: uppercase;
	}

	.commentlist li {
		border-bottom: 1px solid #3f1f60;
		list-style-type: none;
		float: left;
		margin: 10px 0;
		padding: 0 0 10px;
		width: 100%;
	}

		.commentlist li .comment-body {
			float: left;
			width: 100%;
		}

		.commentlist li .comment-meta {
			float: left;
			font-size: 11px;
			width: 100%;
		}

			.commentlist li .comment-meta a {
				color: #ad75b4;
				text-decoration: none;
			}

		.commentlist li .comment-author {
			color: #0066ff;
			float: left;
			font-size: 13px;
			width: 100%;
		}

			.commentlist li .comment-author a {
				color: #0066ff;
				text-decoration: none;
			}

			.commentlist li .comment-author cite {
				font-style: normal;
			}

		.commentlist li .comment-text {
			float: left;
			width: 100%;
			font-size:12px;
		}

#commentform {
	float: left;
	width: 100%;
	margin: 5px 0;
	color:#804191;
}

	#commentform a {
		color:#ad75b4;
	}

	#commentform input,
	#commentform textarea {
		background: #170236;
		border: 1px solid #3f1f60;
		color: #804191;
		float: left;
		padding: 2px;
		margin: 0;
	}

	#commentform input {
		margin-right: 10px;
	}

		#commentform input#submit {
			cursor: pointer;
			padding: 5px;
			margin: 10px 0 0;
		}

	#commentform textarea {
		color: #ad75b4;
		height: 200px;
		width: 95%;
	}

#content .comments p.required {
	float: left;
	margin: 20px 0 0;
}

	#content .comments p.required a {
		color: #ad75b4;
		text-decoration: none;
	}

/* Images */

#content img {
	border: 1px solid #3f1f60;
	padding: 0;
	max-width: 99%;
	margin: 5px 0;
}

	#content img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#content img.alignright {
		margin: 10px 0 10px 10px;
		display: inline;
	}

	#content img.alignleft {
		margin: 10px 5px 10px 0;
		display: inline;
	}

#content .wp-caption {
	margin: 5px 0;
	max-width: 100%;
	padding: 0;
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}

	#content .wp-caption.alignright {
		margin: 10px 0 10px 10px;
	}

	#content .wp-caption.alignleft {
		margin: 10px 5px 10px 0;
	}

	#content .wp-caption img {
		margin: 0;
		max-width: 100%;
		padding: 0;
	}

	#content .wp-caption p.wp-caption-text {
		font-size: 11px;
		font-style: italic;
		line-height: 15px;
		padding: 5px 0;
		margin: 0;
	}

		#content .wp-caption p.wp-caption-text a {
			color: #fff;
			text-decoration: none;
		}

/* Tables*/

#content .posts table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: ridge;
	border-color: #b2b2b2;
	border-collapse: collapse;
	margin: 5px 0;
}

	#content .posts table.full {
		width: 100%;
	}

#content .posts table th {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: #b2b2b2;
}

#content .posts table td {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: #b2b2b2;
}

/*
	Aside
*/

#aside ul {
	display: inline;
	float: left;
	font: 13px/20px Helvetica, Arial;
	list-style-type: none;
	margin: 0;
	width: 100%;
}

	#aside ul li {
		float: left;
		margin: 0 0 10px 0;
		width: 100%;
	}

		#aside ul li ul {
			list-style-type: disc;
			margin: 10px 0 10px 20px;
		}

			#aside ul li ul li {
				background: none;
				margin: 0;
			}

				#aside ul li ul li ul {
					margin: 0 0 0 20px;
				}

	#aside h3, #aside h4 {
		color: #ad75b4;
		font: 18px/26px Arial;
		letter-spacing: -1px;
		margin: 0;
		text-transform: uppercase;
	}
	
	#aside h4 {
		font: 16px/26px Arial;
	}
	
	#aside .widget_video h4 {
		text-transform:none;
		letter-spacing:-0.3px;
	}

		#aside h3 span, #aside h4 span {
			color: #0066ff;
			text-transform:uppercase;
		}

		#aside h3 a, #aside h4 a {
			text-decoration: none;
		}

	#aside .widget {
		float: left;
		margin: 0 0 20px;
		width: 100%;
	}

		#aside .widget .video {
			border: 1px solid #3f1f60;
			float: left;
			margin: 5px 0 0;
			width: 280px;
		}

			#aside .widget .video .player {
				display: block;
				height: 230px;
				width: 280px;
			}
		
		#aside .widget ul {
			list-style-type: none;
		}

		#aside .widget.widget_hot ul {
			border: 1px solid #3f1f60;
			float: left;
			margin: 5px 0 0;
			padding: 0 0 20px;
			width: 280px;
		}

			#aside .widget.widget_hot ul li {
				float: left;
				margin: 20px 0 0 20px;
				width: 245px;
			}

				#aside .widget.widget_hot ul li .image {
					float: left;
					width: 80px;
				}

				#aside .widget.widget_hot ul li .title {
					color: #0066ff;
					float: left;
					font: 15px/18px Arial;
					margin: 0 0 0 10px;
					width: 150px;
				}

					#aside .widget.widget_hot ul li .title a {
						color: #0066ff;
						text-decoration: none;
					}

				#aside .widget.widget_hot ul li .description {
					color: #b4a7d6;
					float: left;
					font: 13px/15px Arial;
					margin: 5px 0 0 10px;
					width: 150px;
				}
/*
		#aside .widget.widget_services ul {
			float: left;
			margin: 5px 0 0 30px;
			width: 195px;
		}

			#aside .widget.widget_services ul li {
				float: left;
				margin: 0 0 10px;
				width: 195px;
			}

				#aside .widget.widget_services ul li a {
					display: block;
					text-indent: -10000px;
				}

					#aside .widget.widget_services ul li.v a {
						background: url("images/icons/podcast.png") 0 0 no-repeat;
						height: 83px;
						width: 193px;
					}

					#aside .widget.widget_services ul li.s a {
						background: url("images/icons/subscribe.png") 0 0 no-repeat;
						height: 21px;
						width: 172px;
					}

					#aside .widget.widget_services ul li.p a {
						background: url("images/icons/modtv_podcast.png") 0 0 no-repeat;
						height: 21px;
						width: 128px;
					}

					#aside .widget.widget_services ul li.c a {
						background: url("images/icons/contact.png") 0 0 no-repeat;
						height: 21px;
						width: 115px;
					}

					#aside .widget.widget_services ul li.a a {
						background: url("images/icons/ealerts.png") 0 0 no-repeat;
						height: 21px;
						width: 167px;
					}
					*/

		#aside .widget.widget_links, #aside .widget.admin {
			border-top: 1px solid #3f1f60;
			padding: 20px 0 0 30px;
			width:255px;
		}
		
		.widget_tag_cloud a {
			text-decoration:none;
		}
		
		.widget_tag_cloud a:hover {
			color:#C179BD;
		}
		
		#aside .widget.admin {
			margin:0 0 30px;
		}

			#aside .widget.widget_links h3, #aside .widget h3.widget_title {
				color: #b4a7d6;
				font: 21px/24px Helvetica, Arial;
				text-transform: none;
			}
			#aside .widget.widget_search h3.widget_title {
				float:left; margin-top:-4px;
			}
			#aside .widget.admin h3.widget_title {
				padding:0 0 10px;
			}

		#aside .widget.widget_links ul,  #aside .widget.admin ul {
			float: left;
			font: 12px/14px Helvetica, Arial;
			margin: 10px 0;
			width: 195px;
		}
		
		#aside .widget.admin ul {
			margin:0;
		}

			#aside .widget.widget_links ul li,  #aside .widget.admin ul li {
				color: #ad75b4;
				margin: 0 0 10px;
				text-transform: uppercase;
			}

				#aside .widget.widget_links ul li a,  #aside .widget.admin ul li a {
					color: #ad75b4;
					text-decoration: none;
				}

					#aside .widget.widget_links ul li a:hover,  #aside .widget.admin ul li a:hover {
						text-decoration: underline;
					}
/* Homepage Banner */
	#widget_home_banner {
			border: 0px solid #3f1f60;
			float: left;
			margin-left:10px;
			margin-top:55px;
			width: 300px;
		}
		
/* News 300x250 Banner Ad */
	#widget_news_ad {
			float: left;
			padding-top:60px;
			padding-bottom:20px;
			width: 282px;
			overflow:hidden;
		}

/* Header 768x90 Banner Ad */
	#widget_header_ad {
			float: left;
			margin-top:20px;
			margin-left:40px;
			margin-bottom:5px;
		}

/* News Page 160x600 Banner Ad */
	#widget_skyscraper_ad {
			float: left;
			margin-left:62px;
			padding-top:10px;
			padding-bottom:20px;
		}
		
/*
	Navigation
*/

.navigation {
	float: left;
	margin: 0 0 20px;
	width: 100%;
}

	.navigation .alignleft {
		/*margin-left: 30px;*/
	}

	.navigation a {
		font: normal 14px/18px Arial;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	.navigation a:hover {
		text-decoration:none  !important;
	}

/*
	Footer
*/

#footer {
	border-top: 1px solid #660099;
	clear: both;
	float: left;
	font: 10px/12px Helvetica, Arial;
	margin: 20px 0 0;
	overflow: hidden;
	padding-bottom: 20px;
	width: 100%;
	color:#B4A7D6;
}

.archive.category.category-models #footer {
	margin:60px 0 0;
}

	#footer .alignleft {
		width: 400px;
	}

	#footer .alignright {
		text-align: right;
		width: 300px;
	}

	#footer p {
		margin: 10px 0 0;
	}

	#footer ul {
		float: left;
		list-style-type: none;
		margin: 10px 0 0 -1px;
	}

		#footer ul li {
			border-left: 1px solid #8b809a;
			color: #8b809a;
			float: left;
			margin: 0;
			padding: 0 5px 1px 5px;
			text-transform: lowercase;
		}

			#footer ul li a {
				color: #B4A7D6;
				text-decoration: none;
			}

				#footer ul li a:hover {
					color: #0066ff;
				}

/*
	Calendar
*/

#wp-calendar {
	color: #fff;
	empty-cells: show;
	margin: 10px 0;
	width: 200px;
}

#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;
	margin: 10px 0 0;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

/*
	Slider and Playlists
*/

#slider {
	background: #110328;
	float: left;
	overflow: hidden;
	width: 100%;
}

	#slider a {
		text-decoration: none;
	}

	#slider .wrap {
		float: left;
		padding: 20px 0 10px 48px;
	}

	#slider .player, #slider2 .player {
		display: block;
		float: left;
		height: 470px;
		width: 790px;
	}

	#slider .description {
		display: inline;
		float: left;
		margin: 10px 0 0;
		width: 790px;
	}
	
		#slider .description .title, #slider .description .entry {
			width:790px;
		}

		#slider h2 {
			color: #ad75b4;
			font: 21px/24px Helvetica, Arial;
			letter-spacing: -1px;
		}

			#slider h2 a {
				color: #ad75b4;
			}

		#slider a.gallery {
			background: url("images/icons/gallery.png") 0 0 no-repeat;
			padding-left: 30px;
		}
	
	#slider .likebutton {
		height:26px; padding:1px 0px 0px 2px;
	}
	
	#slider .socialization {
		float: right;
		margin: -25px 40px 0 0;
		width: 200px;
	}

		#slider .socialization ul {
			float: right;
		}

			#slider .socialization ul li {
				float: left;
				margin: 0 5px 0 0;
			}

				#slider .socialization ul li a {
					display: block;
					overflow: hidden;
					text-indent: -10000px;
				}

				#slider .socialization ul li.embed {
					height: 19px;
					width: 26px;
				}

					#slider .socialization ul li.embed a {
						background: url("images/icons/embed.png");
						height: 19px;
						width: 26px;
					}

				#slider .socialization ul li.email,
				#slider .socialization ul li.addthis {
					height: 19px;
					width: 19px;
				}

					#slider .socialization ul li.email a {
						background: url("images/icons/email.png");
						height: 19px;
						width: 19px;
					}

					#slider .socialization ul li.addthis a {
						background: url("images/icons/addthis.png");
						height: 19px;
						width: 19px;
					}

/* Playlists */

#playlists {
	display: inline;
	float: left;
	margin: 25px 0 0;
	width: 100%;
}

	#playlists ul.tabs {
		float: left;
		list-style: none;
		margin: 0 0 -1px 20px;
		position: relative;
	}

		#playlists ul.tabs li {
			float: left;
			font: bold 12px/26px Helvetica, Arial;
			list-style-image: none;
			margin: 0 5px;
		}

			#playlists ul.tabs li a {
				background: #3f1f60;
				border: 1px solid #3f1f60;
				color: #b4a7d6;
				display: block;
				float: left;
				list-style-image: none;
				text-decoration: none;
				text-transform: uppercase;
				padding: 0 15px;
			}

				#playlists ul.tabs li a.current {
					background: #170236 url("images/back/tab.png") 0 0 repeat-x;
					border-bottom: 1px solid #170236;
				}

	#playlists ul a:active {
		outline:none;
	}

		#playlists .panes {
			border: 1px solid #3f1f60;
			float: left;
			height: 88px;
			position: relative;
			width: 890px;
			z-index: 100;
		}

			#playlists .panes .pane {
				display: none;
			}

/* Playlist scrollable */

	.scrollable {
		float: left;
		position: relative; 
		overflow: hidden; 
		width: 850px;
		height: 80px; 
	}

		.scrollable .items {
			float: left;
			margin: 10px 0 0 15px;
			position: absolute;
			width: 15000px;
		}

			.scrollable .items a {
				float: left;
				display: block;
				text-decoration: none;
			}
		 
			.scrollable .items .item {
				border-right: 1px solid #3f1f60;
				float: left;
				margin-right: 20px;
				width: 270px;
			}
		 
				.scrollable .items .item .image,
				.scrollable .items .item .desc,
				.scrollable .items .item .play {
					display: block;
					float: left;
				}

					.scrollable .items .item .image {
						height: 68px;
						width: 105px;
					}

					.scrollable .items .item .desc {
						color: #0066ff;
						font: 14px/16px Helvetica, Arial;
						height: 52px;
						margin: 0 0 0 10px;
						overflow: hidden;
						width: 140px;
					}

					.scrollable .items .item .play {
						display: block;
						background: url("images/icons/play.png") 0 0 no-repeat;
						height: 16px;
						margin: 0 0 0 10px;
						text-indent: -20000px;
						width: 26px;
					}

						.scrollable .items .item.playing .play {
							background: url("images/icons/pause.png") 0 0 no-repeat;
						}

	/* Playlist pagination */

	.browse {
		cursor: pointer;
		display: block;
		height: 32px;
		position: relative;
		text-indent: -10000px;
		top: 30px;
		width: 40px;
	}

		.browse.left {
			background: url("images/icons/prev.png") 0 0 no-repeat;
			left: -28px;
			position:absolute;
		}

		.browse.right {
			background: url("images/icons/next.png") 0 0 no-repeat;
			left: 878px;
			position:absolute;
		}

/* Embed code */

.embedcode {
	display: none;
	float: left;
	margin: 10px 0;
	width: 500px;
}

	.embedcode textarea {
		background: transparent;
		border: 1px solid #3f1f60;
		color: #b4a7d6;
		font: 10px/12px Helvetica, Arial;
		float: left;
		height: 45px;
		padding: 5px;
		width: 500px;
	}

/*
	Teaser
*/

#teaser {
	float: left;
	width: 100%;
	padding-bottom:9px;
}

	#teaser ul {
		float: left;
		list-style: none;
		margin: 0;
		position: relative;
	}

		#teaser ul li {
			background: #110328;
			border: 1px solid #3f1f60;
			display: block;
			float: left;
			font: bold 12px/26px Helvetica, Arial;
			height: 190px; /*172px*/
			list-style-image: none;
			margin: 0 4px 0 0;
			width: 172px; /*157px*/
		}

			#teaser ul li.last,
			#teaser ul li:last-child {
				margin-right: 0;
			}

			#teaser ul li .image {
				float: left;
				margin: 7px 0 0 7px;
				width: 157px;
			}

			#teaser ul li .title,
			#teaser ul li .description {
				float: left;
				font: 13px/16px Helvetica, Arial;
				margin: 5px 0 0 7px;
				width: 157px;
			}

				#teaser ul li .title {
					color: #ad75b4;
					text-transform: uppercase;
					margin: 6px 0 0 7px;
				}

				#teaser ul li .description {
					color: #0066ff;
					height: 33px;
					overflow: hidden;
				}

					#teaser ul li .title a {
						color: #ad75b4;
					}

					#teaser ul li .description a {
						color: #0066ff;
					}

					#teaser ul li .title a,
					#teaser ul li .description a {
						text-decoration: none;
					}

			#teaser ul li .icon {
				display: block;
				float: left;
				height: 14px;
				margin: 3px 0 0 7px;
			}

				#teaser ul li .icon.video {
					background: url("images/icons/video.png") 0 0 no-repeat;
					width: 21px;
				}

				#teaser ul li .icon.photo {
					background: url("images/icons/photo.png") 0 0 no-repeat;
					width: 21px;
				}

				#teaser ul li .icon.text {
					background: url("images/icons/text.png") 0 0 no-repeat;
					width: 12px;
				}
		#teaser.cust ul li {
			width: 132px;
		}
			#teaser.cust ul li .image,
			#teaser.cust ul li .title,
			#teaser.cust ul li .description {
				width: 118px;
			}
		#teaser.cust.vid ul li {
			width: 178px;
		}
			#teaser.cust.vid ul li .image,
			#teaser.cust.vid ul li .title,
			#teaser.cust.vid ul li .description {
				width: 164px;
			}
			
		#teaser.cust .htitle {
			float: left;
			width: 100%;
			padding-bottom:8px;
			padding-top:10px;
		}

			#teaser.cust .htitle h1,
			#teaser.cust .htitle h2 {
				color: #ad75b4;
				display: inline;
				font: 21px/26px Helvetica, Arial;
				letter-spacing: -1px;
				padding: 2px 0;
			}

				#teaser.cust .htitle h1 a,
				#teaser.cust .htitle h2 a {
					color: #ad75b4;
					text-decoration: none;
				}
/*	Loginbox */

#loginbox, #regbox {
	display: none;
	background: #170236;
	border: 1px solid #7a3293;
	height: 143px;
	position: absolute;
	right: 3px;
	top: 100px;
	width: 193px;
	z-index: 10000;

	box-shadow: 0 0 60px 5px #000;
	-moz-box-shadow: 0 0 60px 5px #000;
	-webkit-box-shadow: 0 0 60px 5px #000;
}

#regbox {
	height:200px;
}

#loginbox h3, #regbox h3 {
	color: #7a3293;
	font: 19px/22px Helvetica, Arial;
	padding:12px 15px 2px;
}

#loginbox form, #regbox form {
	padding-left:5px;
}

	#loginbox form label, #regbox form label {
		color: #804191;
		float: left;
		font: 12px/20px Helvetica, Arial;
		height: 20px;
		padding-right: 10px;
		text-align: right;
		text-transform: none;
		width: 91px;
	}

#loginbox form p.textfield, #regbox form p.textfield {
	padding:0 0 0 15px;
}

	#loginbox form p.textfield input, #regbox form p.textfield input {
		background: transparent;
		border: 1px solid #804191;
		color: #B4A7D6;
		font: 12px/20px Helvetica, Arial;
		padding: 2px;
		width: 154px;
		height:15px;
	}

	#login .placeholded {
		color:#B4A7D6;
	}

	#loginbox form input.submit, #regbox form input.submit {
		background: transparent;
		border: 1px solid #804191  !important;
		color: #804191;
		cursor: pointer;
		font: 12px/20px Helvetica, Arial;
		margin: 0 13px 0 0;
		width: 60px;
		height:21px;
	}

/*
	Other
*/

.pagetitle {
	color: #fff;
	font: 35px/46px Helvetica,Arial;
	text-transform: uppercase;
	padding: 0 0 20px;
	font-weight:normal;
}

.pagetitle.news {
	font: 50px/50px Helvetica, Arial;
	color:#FFF;
	padding: 0 0 17px;
}

.pagetitle.small {
	color: #0066ff;
	font: 24px/30px Arial;
	text-transform: uppercase;
	padding: 0 0 20px;
}

.category-32 .pagetitle.small {
	font-size:21px; text-transform:none;
}
.pagedesc {
	color: #fff;
	font: 12px/16px Arial;
	margin: 0 0 20px;
	padding: 0;
}

	#content .pagedesc b {
		font-weight:normal;
		font-style:normal;
		color:#0066FF;
	}

	#content .pagedesc i {
		font-weight:normal;
		font-style:normal;
		color:#C3F;
	}

.blue {
	color: #005cff;
}

.violet {
	color: #ad75b4;
}

.clear {
	clear: both;
}

.at300bs {
	background: none !important;
	width: 1px !important;
}

#content .post .at300bs {
	display: inline !important;
}

.pagination a {
	font-weight: bold;
	text-decoration: none;
}

#atffc, #atff {
	display:none;
}

#aside .widgettitle.w_hot {
	font-size:23px;
	color:#FFF;
	height:25px;
	font-family:Arial, serif;
}

	#aside .widgettitle.w_hot span {
		display:block;
		float:left;
		color:#FFF  !important;
	}

	#aside .widgettitle.w_hot span.hot {
		color:#e4008b !important;
		font-weight:bold;
	}
#aside .widget.widget_services ul li .a_signup { font-size:10px; font-weight:bold; color:#ad75b4; text-decoration:none; text-indent:0; display:inline;}
.a_signup:hover { font-size:10px; font-weight:bold; color:#ad75b4; text-decoration:none;}
#mc_signup .input { width:200px; padding:0px 9px; font-size:11px; color:#ffffff; background:#180437; border:1px solid #a670ac; height:35px; display:block; float:left;}
#mc_signup input { display:block; float:left;}

/* Homepage Sign up form */ 
#mc_signup2 .input { width:200px; padding:0px 9px; font-size:11px; color:#ffffff; background:#180437; border:1px solid #a670ac; height:35px; display:block; float:left; margin-left:13px}

#content .posts .newsletter_form table,
	#content .posts .newsletter_form table td { border:0px;}
#content .posts .newsletter_form input { vertical-align:middle;}
#content .posts .newsletter_form img { vertical-align:middle;} 
ol.cf-ol li img,
ol.cf-ol li input { vertical-align:middle; }
ol.cf-ol li #security_code { width:80px;}



.newsletter #loginbox_large { margin: 50px 0px;}
#loginbox_large {
	float: left;
	height: 180px;
	margin: 100px 20px;
	width: 310px;
}

#loginbox_large h2 {
	color: #7a3293;
	font: 21px/24px Arial;
}

#loginbox_large form {
	margin: 20px 0;
}

	#loginbox_large form label {
		color: #fff;
		float: left;
		font: 12px/20px Arial;
		height: 20px;
		padding-right: 10px;
		text-align: right;
		text-transform: uppercase;
		width: 85px;
	}

	#loginbox_large form input.field {
		background: transparent;
		border: 1px solid #804191;
		color: #804191;
		font: 12px/20px Arial;
		padding: 2px;
		width: 200px;
	}

	#loginbox_large form input.submit {
		background: transparent;
		border: 1px solid #804191;
		color: #804191;
		cursor: pointer;
		font: bold 12px/20px Arial;
		padding: 2px;
		margin: 0 10px 0 0;
		width: auto;
	}
	.newsletter #loginbox_large form input.submit {
		margin: 0 4px 0 0;
	}
	
#loginbox_large .error {
	background: #7b3393;
	color: #a99cca;
	font: 14px/20px Arial;
	margin: 10px 0;
	width: 100%;
}

	#loginbox_large .error p {
		margin: 0;
		padding: 0 5px;
	}
	
	.like { display:block; position:relative; top:-2px; color:#ffffff; float:left;}
	
	
/*
.newsletter input {
	background:none repeat scroll 0 0 transparent;
	border:1px solid #804191;
	width:380px;
	color:#B4A7D6;
}
#content .posts .newsletter table td,
#content .posts .newsletter table { border:0px;}

.newsletter input.sendbutton {
	background:none repeat scroll 0 0 transparent;
	border:1px solid #804191;
	color:#B4A7D6;
	cursor:pointer;
	font-size:0.8em;
	margin:10px 0 0 5px;
	padding:5px;
	width:100px;
}
*/


.index_posts_list_wr{ width:100%; overflow:hidden; margin-bottom:21px;}
.index_posts_list_wr .index_posts_list{ width:564px; float:left;}
.index_posts_list_wr h3{ font-weight:normal; width:564px; float:left; font-family:Helvetica, Arial; font-size:18px; color:#ffffff; float:none; clear:both; padding:24px 0px 13px 0px; text-transform:uppercase;}
.index_posts_list_wr .index_posts_list .item { border:1px solid #3f1f60; margin-bottom:27px;float:left; width:562px; padding-bottom:10px;}
.index_posts_list_wr .index_posts_list .item .image { padding:14px 0px 0px 23px; float:left; width:157px;}
.index_posts_list_wr .index_posts_list .item .txt { padding-left:21px; width:330px; float:left; font-size:12px; color:#b4a7d6; line-height:19px; text-decoration:none;}
.index_posts_list_wr .index_posts_list .item .txt p { margin-top:5px;}
.index_posts_list_wr .index_posts_list .item .txt  .more a {
	background:url("images/icons/more.png") no-repeat scroll right 0 transparent;
	font:12px/18px Helvetica,Arial;
	padding-right:20px;
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
	color:#0359e4;
}
.index_posts_list_wr .index_posts_list .item .title { font-size:16px; color:#ad75b4; padding-top:14px;}
.index_posts_list_wr .index_posts_list .item .title a { font-size:18px; color:#ad75b4; text-decoration:none;}
.index_posts_list_wr .f_posts_list { width:317px; float:right;}
.index_posts_list_wr .f_posts_list .items { width:300px; border:1px solid #3f1f60; float:left; padding-top:8px;}
.index_posts_list_wr .f_posts_list .item { margin-bottom:14px; width:100%; float:left;}
.index_posts_list_wr .f_posts_list .item .image { width:105px; padding:2px 0px 0px 5px; float:left}
.index_posts_list_wr .f_posts_list .item .txt { width:175px; padding-left:8px; float:left; font-size:14px;}
.index_posts_list_wr .f_posts_list .item .txt a { color:#0066ff; text-decoration:none;}
.index_posts_list_wr .f_posts_list .item .play {
	background:url("images/icons/play.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:16px;
	margin:5px 0 0 0px;
	text-indent:-20000px;
	width:26px;

}
.category .index_posts_list_wr .index_posts_list{ width:544px; }
.category .index_posts_list_wr h3{ width:544px;}
.category .index_posts_list_wr .index_posts_list .item {width:542px;}
.category .index_posts_list_wr .index_posts_list .item .txt { width:310px; }

.category .index_posts_list_wr .f_posts_list { width:320px; float:right}

.category .index_posts_list_wr .f_posts_list #aside .widget_text,
.category .index_posts_list_wr .f_posts_list #aside .widget_services { padding-left:0px;}
.category .index_posts_list_wr .f_posts_list #aside .widget_text { padding:0px 10px; border:0px;}
.category .index_posts_list_wr .f_posts_list #aside .widget_services { width:300px; padding-left:20px;}
.category .index_posts_list_wr .f_posts_list #aside .widget_search { width:290px;}
.category .index_posts_list_wr .f_posts_list #aside .widget_search h3 { width:auto;}

/*
.category .index_posts_list_wr .f_posts_list #aside { margin:0px; width:320px;}
.category .index_posts_list_wr .f_posts_list #aside li {border-top: 1px solid #3F1F60; width:auto;}

.category .index_posts_list_wr .f_posts_list #aside .widget_text { padding:0px; border:0px; margin-bottom:10px;}
.category .index_posts_list_wr .f_posts_list #aside .widget_services { padding-top:8px;}
.category .index_posts_list_wr .f_posts_list #aside .widget_services h3 { margin:0px; padding:2px 0px 1px 0px; width:auto; font-size:18px; color:#ad75b4;}
.category .index_posts_list_wr .f_posts_list #aside .widget_services p { margin:0px; color:#ffffff; font-size:13px; line-height:20px; padding-bottom:10px;}
.category .index_posts_list_wr .f_posts_list #aside .widget_services .nlwr { border:1px solid #640096;}
.category .index_posts_list_wr .f_posts_list #aside .widget_services .inn { padding:0px 10px 9px 12px; overflow:hidden;}
*/


.category .index_posts_list_wr .f_posts_list #aside { margin:0px; width:320px;}
.category .index_posts_list_wr .f_posts_list #aside li {border-top: 1px solid #3F1F60; width:auto;}
#aside .widget_text,
#aside .widget_services { padding-left:0px;}
#aside .widget_text { padding:0px; border:0px; margin-bottom:10px;}
#aside .widget_services { padding-top:8px;}
#aside .widget_services2 { padding-top:8px; padding-left:10px}
#aside .widget_services h3 { margin:0px; padding:2px 0px 1px 0px; width:auto; font-size:18px; color:#ad75b4;}
#aside .widget_services p { margin:0px; color:#ffffff; font-size:13px; line-height:20px; padding-bottom:10px;}
#aside .widget_services .nlwr { border:1px solid #3F1F60; width:280px;}
#aside .widget_services .nlwr2 { border:1px solid #3F1F60; width:300px;}
#aside .widget_services .inn { padding:0px 10px 9px 12px; overflow:hidden;}


 .widget_services #mc_signup_form { padding:0px;}

.single #teaser ul li .description { font-size:11px;}
.archive.tag .pagetitle {
    color: #B4A7D6;
    font: 21px/24px Arial;
    text-transform: none;
}
.archive.tag .pagetitle span {
    color: #0066FF;
}
.inline .like { float:none; display:inline; top:5px; left:7px;}

.images .entry a, .podcast a { text-decoration: none;}
.images .entry a:hover, .podcast a:hover { text-decoration: underline;}





.video_block { display:none;}
.video_block.first { display:block;
		float: left;
		margin: 10px 0 0;
		width: 842px;
}

.acsu_h1_div {display:none;}


#content.login-page  { width:100%; padding-top:135px;}
#content.login-page h2 {font-family: Helvetica, Arial; font-size:21px; line-height:26px; color:#ffffff; text-transform:uppercase; font-weight:normal;}
#content.login-page .posts { width:100%;}
#content.login-page .posts .post { border:0px;}
#content .posts .post .entry #theme-my-login {font-family: Helvetica, Arial;}
#content .posts .post .entry #theme-my-login .rimgblock { color:#ffffff; font-size:12px; float:right; position:relative; top:-25px; padding:0px 60px 0px 25px; width:385px;}
#content .posts .post .entry #theme-my-login .rimgblock a { color:#0051fa; font-weight:bold;}
#content .posts .post .entry #theme-my-login .rimgblock img { width:280px;}
#content .posts .post .entry #theme-my-login h3 {font-family: Helvetica, Arial; font-size:13px; color:#ffffff; margin:0px;}
#content .posts .post .entry #theme-my-login h4 { font-size:14px; color:#ffffff; font-weight:normal; margin-top:60px; padding-bottom:18px;}
#content .posts .post .entry #theme-my-login p { overflow:hidden;}
#content .posts .post .entry #theme-my-login label { text-align:left; font-family: Helvetica, Arial; font-size:12px; color:#7e3e8a; text-transform:uppercase; width:110px; padding-right:8px; float:left; line-height:20px;}
#content .posts .post .entry #theme-my-login #loginform label {width:76px;}
#content .posts .post .entry #theme-my-login #loginform { width:365px; padding-top:14px;}
#content .posts .post .entry #theme-my-login .input,
#content .posts .post .entry #theme-my-login .placeholded,
#content .posts .post .entry #theme-my-login .custom_field { font-family: Helvetica, Arial; background-color: #170236; border: 1px solid #3F1F60; color: #804191; font-size: 14px; height: 16px; padding: 1px 3px; width: 212px; margin:0px;}
#content .posts .post .entry #theme-my-login #loginform .add_links { padding-left:84px;}
#content .posts .post .entry #theme-my-login .add_links { padding-left:143px; display:block; }
#content .posts .post .entry #theme-my-login .add_links a { color:#015dee;}
#content .posts .post .entry #theme-my-login .submit { text-align:left; padding-top:27px;}
#content .posts .post .entry #theme-my-login #loginform  .submit { padding-top:23px;}/*
#content .posts .post .entry #theme-my-login .submit #wp-submit {    background-color: #170236; border: 1px solid #3F1F60; color: #804191; font-size: 12px; height: 27px;  padding: 1px 6px;}*/
#content .posts .post .entry #theme-my-login .submit #wp-submit { color:#160235; font-weight:bold; background#fffeff; border:1px solid #d2cad9; font-size:13px; text-transform:uppercase;}
#content .posts .post .entry #theme-my-login .register_now {padding-top:40px;}
#content .posts .post .entry #theme-my-login .register_now a {font-family: Helvetica, Arial; font-size:14px; line-height:30px; color:#ffffff;}
#content .posts .post .entry #theme-my-login p br {height:1px; line-height:1px; clear:both; overflow:hidden;}

#content .posts .post .entry #theme-my-login .nl { color:#ffffff; padding-top:15px;}

#content .posts .post .entry #theme-my-login .wwww label { width:200px;}
#content .posts .post .entry #theme-my-login .wwww .add_links { padding-left:200px;}

#content .posts .post .entry #theme-my-login #lostpasswordform {width:365px;}

#content .posts .post .entry #theme-my-login #registerform {width:365px;}
#content .posts .post .entry #theme-my-login label { width:135px;}
#content .posts .post .entry #theme-my-login .input,
#content .posts .post .entry #theme-my-login .custom_field { padding:2px 15px; width:190px }

#login {
	border: 0px;
	clear: both;
	float: left;
	font: bold 12px/16px Helvetica, Arial;
	margin: 0px 10px 0 0;
	padding: 0 10px;
	height:19px;
	cursor:default;
	width:98px;
}
#login a {color: #b4a7d6; text-decoration:none;}
#login a:hover { text-decoration:underline;}

#header #links {
	width:400px;
}
#searchform {
	float:right; padding-right:10px;
}
	#login #register_link, #login #login_link {
		color: #b4a7d6;
		display:block;
		float:left;
		height:29px;
		cursor:default;
	}
#samch span { cursor:pointer;}

/* THEME MY PROFILE */
