@import url(http://fonts.googleapis.com/css?family=Arvo:400,700);
*{	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", san-serif;}

img{border: 0px;}

html{background:url('/images/background/bg2.png');}
body{ 
    background-color: transparent;
    background-image: url("/images/back.png"); 
    background-position: 0 -30px;
    background-repeat: repeat-x;
 
	color: #656b70;
	font-size: 10pt;
}

p
{
	line-height: 1.75em;
	margin: 0 0 1.5em 0;
}

ul li
{
	line-height: 2em;
}

a
{
	color: #577f00;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

img.bordered
{
	display: inline-block;
	padding: 5px;
	border: solid 1px #D4D5D7;
}

img.left
{
	float: left;
}

input.text,select,textarea
{
	border: solid 1px #D4D5D7;
	padding: 0.5em;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;	
}

input.actionButton
{
	background: url('/images/background/button1f.png');
	width: 80px;
	height: 41px;
	border: 0;
	color: #ffffff;
	text-decoration: none;
	text-transform: normal;
	font-family: Arvo, Georgia, Sans-serif;
	letter-spacing: -1px;
	text-align: center;
	cursor: pointer;
	font-size: 1.2em;
}

input.altActionButton
{
	background: url('/images/background/button2f.png');
}

dl.spec
{
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

	dl.spec dt
	{
		float: left;
		width: 120px;
		color: #212224;
		font-size: 1em;
		padding: 15px 0 15px 0;
		font-weight: bold;
	}
	
	dl.spec dd
	{
		padding: 15px 0 15px 140px;
		border-top: solid 1px #D4D5D7;
		line-height: 1.5em;
	}
	
	dl.spec dd.first
	{
		border-top: 0;
	}

.note_error
{
	background: #FFCECE;
	border: solid 1px #E0A3A3;
	text-shadow: 0px 1px 0px #ffe5e5;
	padding: 1em;
	margin: 0 0 1em 0;
}

.delim
{
	color: #B4B5B7;
	padding: 0 0.25em 0 0.25em;
}

.centered
{
	text-align: center;
}

.divider
{
	border-bottom: solid 1px #ffffff;
}

	.divider span
	{
		display: block;
		border-bottom: solid 1px #d2d4d6;
	}

.banner
{
}

a.button
{
	position: relative;
	display: inline-block;
	height: 46px;
	color: #ffffff;
	text-decoration: none;
	line-height: 46px;
	padding: 0 20px 0 20px;
	text-transform: normal;
	font-family: Arvo, Georgia, Sans-serif;
	letter-spacing: -1px;
	text-align: center;
	background-position: -5px 0px;
	font-size: 1.2em;
}

	a.button span
	{
		position: absolute;
		right: 0;
		top: 0;
		display: inline-block;
		height: 46px;
		width: 5px;
	}

a.bigButton
{
	font-size: 1.4em !important;
	line-height: 48px;
	padding: 0 25px 0 25px;
}

a.button2
{
	background-image: url('/images/background/button1.png');
	text-shadow: 0px 1px 1px #486000;
}

	a.button2 span
	{
		background-image: url('/images/background/button1.png');
	}

a.button1
{
	background-image: url('/images/background/button2.png');
	text-shadow: 0px 1px 1px #00588f;
}

	a.button1 span
	{
		background-image: url('/images/background/button2.png');
	}

a.buttonrss
{
	background-image: url('/images/background/buttonrss.png');
	text-shadow: 0px 1px 1px #C44711;
	padding-left: 45px;
}

	a.buttonrss span
	{
		background-image: url('/images/background/buttonrss.png');
	}

h1,h2,h3,h4
{
	color: #212224;
	font-family: Arvo, Georgia, serif;
	font-weight: normal;
	text-transform: normal;
	margin: 0 0 1em 0;
}

	h1 a,h2 a,h3 a,h4 a
	{
		font-family: Arvo, Georgia, serif;
		font-weight: normal;
		text-transform: normal;
	}

	h1 strong,h2 strong,h3 strong,h4 strong
	{
		font-family: Arvo, Georgia, serif;
		font-weight: bold;
		color: #000;
	}

h1
{
	font-size: 1.4em;
}

h2
{
	font-size: 1.4em;
	letter-spacing: -1px;
	text-shadow: 0px 1px 0px #ffffff;
}

h3
{
	font-size: 1.8em;
	letter-spacing: -1px;
	padding: 1em 0 0 0;
}

h4
{
	font-size: 1.4em;
	letter-spacing: -1px;
	padding: 1em 0 0 0;
}

strong
{
	color: #414244;
}

.horizontalRule
{
	border-bottom: solid 1px #d2d4d6;
	margin: 0.75em 0 0.25em 0;
}

br.clear
{
	clear: both;
}

.thumb
{
	position: relative;
	width: 178px;
	height: 145px;
	margin: 0 0 10px 0;
	border: solid 1px #D4D5D7;
	overflow: hidden;
}

	.thumb .inner
	{
		border: solid 1px #FFFFFF;
		background: url('/images/background/tnbg.png') top left repeat-x;
		height: 113px;
		width: 176px;
		overflow: hidden;
		padding: 10px 0 10px 0;
		text-align: center;
	}
	
	.thumb .link
	{
		display: table-cell;
		width: 178px;
		height: 133px;
		vertical-align: middle;
		text-align: center;
	}
	
		.thumb .link img
		{
			padding: 0;
			margin: 0;
			width: 150px;
		}

.thumb_tall
{
	height: 175px;
}

	.thumb_tall .inner
	{
		height: 143px;
	}

	.thumb_tall .link
	{
		height: 163px;
	}

ul.promoChecklist
{
	margin: 0 0 2em 0;
	font-size: 1.2em;
	color: #454b50;
	list-style: none;
}

	ul.promoChecklist li
	{
		margin: 1em 0 1em 0;
		padding: 0 0 0 45px;
		background: url('/images/background/icon-checkmark.png') top left no-repeat;
	}

ul.normal
{
	margin: 0 0 2em 1.5em;
}

	ul.normal li
	{
		margin: 0 0 1em 0;
	}

ul.spec
{
	list-style: none;
}

	ul.spec li
	{
		line-height: 2.2em;
		border-bottom: solid 1px #d2d4d6;
		border-top: solid 1px #ffffff;
	}
	
	ul.spec li.first
	{
		border-top: 0;
	}
	
	ul.spec li.last
	{
		border-bottom: 0;
	}

	ul.spec li a
	{
		color: #757b80;
		text-decoration: none;
		text-shadow: 0px 1px 0px #ffffff;
		font-size: 1em;
	}				

	ul.spec li a:hover
	{
		text-decoration: underline;
	}

.roundedCorner1-topLeft
{
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
	background: url('/images/background/corner1.png');
	background-position: top left;
	z-index: 1;
}
	
.roundedCorner1-topRight
{
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 5px;
	background: url('/images/background/corner1.png');
	background-position: top right;
	z-index: 1;
}

.roundedCorner1-bottomLeft
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 5px;
	height: 5px;
	background: url('/images/background/corner1.png');
	background-position: bottom left;
	z-index: 1;
}
	
.roundedCorner1-bottomRight
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 5px;
	height: 5px;
	background: url('/images/background/corner1.png');
	background-position: bottom right;
	z-index: 1;
}

.roundedCorner2-topLeft
{
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
	background: url('/images/background/corner2.png');
	background-position: top left;
	z-index: 1;
}
	
.roundedCorner2-topRight
{
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 5px;
	background: url('/images/background/corner2.png');
	background-position: top right;
	z-index: 1;
}

.roundedCorner2-bottomLeft
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 5px;
	height: 5px;
	background: url('/images/background/corner2.png');
	background-position: bottom left;
	z-index: 1;
}
	
.roundedCorner2-bottomRight
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 5px;
	height: 5px;
	background: url('/images/background/corner2.png');
	background-position: bottom right;
	z-index: 1;
}	

.roundedBorder-left
{
	position: absolute;
	top: 0;
	left: 0;
	background-position: top left;
}

.roundedBorder-right
{
	position: absolute;
	top: 0;
	right: 0;
	background-position: top right !important;
}

.content
{
	position: relative;
	z-index: 1;
}

.roundedBorder-top
{
	position: absolute;
	top: 0;
	left: 0;
	background-position: top left;
}

.roundedBorder-bottom
{
	position: absolute;
	bottom: 0;
	left: 0;
	background-position: bottom left !important;
}

#outer
{
	position: relative;
	padding: 32px 0 0 0;
	margin: 0 auto;
	max-width: 1200px;
	min-width: 1000px;
}

#nav
{
	position: relative;
	height: 61px;
	background: url('/images/background/cbg1.png') 0px -61px repeat-x;
}

	#nav .roundedBorder-left
	{
		width: 10px;
		height: 61px;
		background: url('/images/background/cbg1.png') 0px 0px;
	}

	#nav .roundedBorder-right
	{
		width: 10px;
		height: 61px;
		background: url('/images/background/cbg1.png') 0px 0px;
	}

	#nav ul
	{
		position: absolute;
		left: 30px;
		list-style: none;
		height: 25px;
		margin: 20px 0 0 0;
	}
	
		#nav ul li
		{
			float: left;
			padding: 0 15px 0 15px;
			border-right: solid 1px #1d1e1f;
			border-left: solid 1px #5a5e62;
			height: 25px;
			line-height: 22px;
		}

		#nav ul li.first
		{
			padding-left: 0px;
			border-left: 0px;
		}

		#nav ul li.last
		{
			padding-right: 0px;
			border-right: 0px;
		}

			#nav ul li a
			{
				color: #ffffff;
				text-decoration: none;
				font-family: Arvo, Georgia, serif;
				text-transform: normal;
				letter-spacing: -1px;
				text-shadow: 0 1px 2px #000;
				font-size: 1.2em;
			}

#header
{
	position: relative;
	height: 129px;
	background: url('/images/background/cbg2.png') 0px -129px repeat-x;
	overflow: hidden;
}

	#header .roundedBorder-left
	{
		width: 10px;
		height: 129px;
		background: url('/images/background/cbg2.png');
	}

	#header .roundedBorder-right
	{
		width: 10px;
		height: 129px;
		background: url('/images/background/cbg2.png');
	}
	
	#header .logo
	{
		position: absolute;
		top: 10px;
		left: 10px;
		width: 300px;
		height: 127px;
		background: url('/images/kurdishworld300.png') 0px 0px no-repeat;
	}
	
		#header .logo a
		{
			display: block;
			width: 300px;
			height: 127px;
			text-indent: -9999em;
			outline: 0;
		}
	
	#header .banner
	{
		position: absolute;
		top: 18px;
		right: 20px;
		display: block;
		width: 728px;
		height: 90px;
	}

#main
{
	border-left: solid 1px #cbcdcf;
	border-right: solid 1px #cbcdcf;
	background: #ffffff;
	padding: 20px;
	width: 1158px;
}

#copyright
{
	text-align: center;
	font-size: 1em;
	margin: 35px 0 75px 0;
	color: #82878c;
	text-shadow: 0px 1px 0px #ffffff;
}

	#copyright a
	{
		color: #82878c;
	}

#footer
{
	position: relative;
	height: 196px;
	background: url('/images/background/cbg3.png') 0px -276px repeat-x;
	padding: 40px;
	margin: 0 0 0 0;
}

	#footer .roundedBorder-left
	{
		width: 10px;
		height: 276px;
		background: url('/images/background/cbg3.png');
	}

	#footer .roundedBorder-right
	{
		width: 10px;
		height: 276px;
		background: url('/images/background/cbg3.png');
	}

	#footer .links
	{
		margin-right: 220px;
	}
	
		#footer .links ul
		{
			float: left;
			width: 21%;
			list-style: none;
			margin: 0 2% 0 0;
		}

	#footer .about
	{
		float: right;
		width: 260px;
		text-shadow: 0px 1px 0px #ffffff;
	}

		#footer .about p
		{
			font-size: 1em;
			margin: 0 0 1.5em 0;
		}

		#footer .about a
		{
			color: #757b80;
		}

		#footer .about ul
		{
			font-size: 1em;
			list-style: none;
		}

			#footer .about ul li
			{
				line-height: 2em;
			}

.box
{
	position: relative;
	padding: 20px;
	margin-top: 20px;
}

.boxFirst
{
	margin-top: 0px;
}

	.boxCaption
	{
		position: absolute;
		right: 0;
		top: 5px;
	}
	
#col1
{
	width: 190px;
	float: left;
}

	#col1 h2
	{
		margin: 0 0 0.5em 0;
	}
	
	#col1 .box
	{
		background: url('/images/background/inbg1.png') -190px 0px repeat-y;
		min-height: 74px;
	}


		#col1 .box .roundedBorder-top
		{
			background: url('/images/background/inbg1.png');
			height: 64px;
			width: 190px;
		}

		#col1 .box .roundedBorder-bottom
		{
			background: url('/images/background/inbg1.png');
			height: 10px;
			width: 190px;
		}

	#col1 .adunit160
	{
		padding: 15px;
	}

		#col1 .adunit160 .banner
		{
			margin: 4px 0 0 0;
		}

	#col1 ul.spec li
	{
		line-height: 1.8em;
	}

#col2
{
	margin: 0 320px 0 210px;
}

	#col2 .banner
	{
		display: block;
		padding: 5px;
		border: solid 1px #D4D5D7;
		margin: 0 0 1em 0;
	}

		#col2 .banner img
		{
			width: 576px;
			display: block;
		}

	#col2 h2
	{
		font-size: 1.8em;
		margin: 0 0 1em 0;
	}

	#col2 span.byline
	{
		display: block;
		position: relative;
		top: -1em;
		margin: 0 0 1em 0;
		color: #757b80;
	}

	#col2 .box
	{
		position: relative;
		background: url('/images/background/inbg3.png') 0px -219px repeat-x;
		padding-top: 30px;
	}

		#col2 .box .roundedBorder-left
		{
			background: url('/images/background/inbg3.png');
			height: 219px;
			width: 14px;
		}

		#col2 .box .roundedBorder-right
		{
			background: url('/images/background/inbg3.png');
			height: 219px;
			width: 14px;
		}

	#col2 .bigad
	{
		height: 214px;
		padding: 0;
	}

		#col2 .bigad .content
		{
			overflow: hidden;
		}

			#col2 .bigad .content img
			{
				border: 0;
				outline: 0;
			}

	#col2 .blogPost
	{
		margin: 0 0 40px 0;
		overflow: hidden;
	}

		#col2 .blogPost img
		{
			width: 200px;
			height: 200px;
		}
		
		#col2 .blogPost pre
		{
			font-family: Courier, fixed;
			background: #F4F5F7;
			border: dashed 1px #D4D5D7;
			padding: 1em;
			margin: 0 0 1.5em 0;
			color: #353b40;
		}

		#col2 .blogPost code
		{
			font-family: Courier, fixed;
			background: #F4F5F7;
			border: dashed 1px #D4D5D7;
			padding: 0.25em 0.5em 0.25em 0.5em;
			color: #353b40;
		}

		#col2 .blogPost h3
		{
		}
		
		#col2 .blogPost h4
		{
		}

		#col2 .blogPost .list
		{
			margin: 0 0 2em 1.5em;
		}

			#col2 .blogPost .list ul
			{
				margin: 0 0 1em 0;
			}

		#col2 .blogPost .imageList
		{
		}

			#col2 .blogPost .imageList ul
			{
				list-style: none;
				margin: 3em 0 0 0;
			}

				#col2 .blogPost .imageList ul li
				{
					list-style: none;
					margin: 0 0 2em 0;
					padding-left: 240px;
					position: relative;
					min-height: 220px;
				}

					#col2 .blogPost .imageList ul li .byline
					{
						top: -1.25em;
						margin: 0;
					}
	
					#col2 .blogPost .imageList ul li img
					{
						position: absolute;
						left: 0;
						top: 0;
						display: block;
						float: left;
						width: 200px;
						height: 200px;
					}

					#col2 .blogPost .imageList ul li h3
					{
						padding: 0.5em 0 0 0;
					}

						#col2 .blogPost .imageList ul li h3 a
						{
							color: inherit;
							text-decoration: none;
						}

					#col2 .blogPost .imageList ul li p
					{
					}

			#col2 .blogPost .designList ul
			{
			}
			
				#col2 .blogPost .designList ul li
				{
					margin: 0 0 1.5em 0;
					padding-left: 190px;
					min-height: 180px;
				}

					#col2 .blogPost .designList ul li h3
					{
						padding: 0.2em 0 0 0;
					}

					#col2 .blogPost .designList ul li img
					{
						width: 150px;
						height: auto;
					}
					
		#col2 .blogPost .content
		{
		}

			#col2 .blogPost .content h2
			{
				font-size: 2.5em;
				margin: 0.2em 0 0.4em 0;
			}

			#col2 .blogPostPreview .content h2
			{
				font-size: 2.1em;
				margin: 0 0 0.4em 0;
			}

			#col2 .blogPost .content h2 a
			{
				color: #212224;
				text-decoration: none;
			}

			#col2 .blogPost .content .date
			{
				position: relative;
				margin: 0 0 2.25em 0;
			}

			#col2 .blogPost .content img
			{
				display: inline-block;
				padding: 5px;
				border: solid 1px #D4D5D7;
			}

			#col2 .blogPost .content .full
			{
				margin: 3em 0 3em 0;
			}

			#col2 .blogPost .content .stub
			{
			}
			
				#col2 .blogPost .content .stub .image
				{
					float: left;
				}

					#col2 .blogPost .content .stub .image img
					{
						width: 200px;
						height: 200px;
					}

				#col2 .blogPost .content .stub .inside
				{
					margin: 0 0 0 245px;
				}

				#col2 .blogPost .content .stub .inside .button
				{
					margin: 0.25em 0 0 0;
				}

		#col2 .blogPost .socialControls ul
		{
			position: relative;
			margin: 2em 0 0 0;
		}

			#col2 .blogPost .socialControls ul li.first
			{
				margin-left: 0;
			}

	#col2 .blogIntro
	{
		position: relative;
		background: url('/images/background/darkbg.png') 0px -120px repeat-x;
		padding: 0;
		margin: 0 0 1.5em 0;
		color: #D4D5D7;
		height: 120px;
	}

		#col2 .blogIntro .content
		{
			padding: 20px 20px 20px 20px;
		}

			#col2 .blogIntro .content h1
			{
				color: #ffffff;
				font-size: 1.8em;
				letter-spacing: -1px;
				margin: 12px 0 0 0;
				text-shadow: 0 1px 2px #111;
			}

				#col2 .blogIntro .content h1 a
				{
					text-decoration: none;
				}
			
			#col2 .blogIntro .content p
			{
				margin-right: 140px;
			}

			#col2 .blogIntro .content a
			{
				color: #ffffff;
			}

			#col2 .blogIntro .button
			{
				position: absolute;
				right: 20px;
				top: 38px;
			}
			
		#col2 .blogIntro .roundedBorder-left
		{
			background: url('/images/background/darkbg.png');
			height: 120px;
			width: 10px;
		}

		#col2 .blogIntro .roundedBorder-right
		{
			background: url('/images/background/darkbg.png');
			height: 120px;
			width: 10px;
		}

	#col2 .welcome
	{
		position: relative;
		background: url('/images/background/wbg.png') 0px -164px repeat-x;
		padding: 0;
		margin-bottom: 1.75em;
		text-align: center;
	}

		#col2 .welcome .content
		{
			padding: 30px 30px 20px 30px;
		}

			#col2 .welcome .content h1
			{
				font-size: 2.5em;
				letter-spacing: -2px;
				color: #3a3317;
				margin: 0 0 0.3em 0;
			}
			
			#col2 .welcome .content p
			{
				color: #786e3e;
				text-transform: normal;
				font-family: Arvo, Georgia, serif;
				letter-spacing: -1px;
				line-height: 1.5em;
				font-size: 1.2em;
				margin: 0 0 1.25em 0;
			}
			
			#col2 .welcome .content .button
			{
				white-space: nowrap;
			}

			#col2 .welcome .content ul
			{
				list-style: none;
				margin: 0 0 1.5em 0;
			}

			#col2 .welcome .content ul li
			{
				padding: 0 10px 0 0;
				display: inline;
			}

			#col2 .welcome .content .stats
			{
				font-family: Arvo, Georgia, serif;
			}

		#col2 .welcome .roundedBorder-left
		{
			background: url('/images/background/wbg.png');
			height: 164px;
			width: 10px;
		}

		#col2 .welcome .roundedBorder-right
		{
			background: url('/images/background/wbg.png');
			height: 164px;
			width: 10px;
		}
	
	#col2 .recommendations
	{
		border-top: solid 1px #D4D5D7;
		margin: 40px 0 0 0;
		padding: 30px 0 0 0;
	}
	
	#col2 .adunit468
	{
		width: 468px;
		height: 60px;
		margin: 0 auto;
	}

	#col2 .sponsors
	{
		max-width: 468px;
		margin: 0 auto;
	}

		#col2 .sponsors dl
		{
		}

			#col2 .sponsors dl div
			{
				margin: 25px 0 0 0;
				border: dashed 1px #D4D5D7;
				background: #F4F5F7;
				padding: 20px;
				text-shadow: 0px 1px 0px #ffffff;
			}

			#col2 .sponsors a
			{
				color: #FB4C05;
			}

			#col2 .sponsors dl dt
			{
				margin: 0 0 1em 0;
			}

			#col2 .sponsors dl dd
			{
				line-height: 1.75em;
			}
	
	#col2 .popular
	{
	}

		#col2 .popular table
		{
			border-collapse: collapse;
			margin: 0 auto;
		}

			#col2 .popular table tr th
			{
				text-align: left;
				color: #212224;
				font-family: Arvo, Georgia, serif;
				font-weight: normal;
				text-transform: normal;
				font-size: 1.4em;
				letter-spacing: -1px;
				text-align: center;
			}

			#col2 .popular tr td
			{
				vertical-align: top;
				text-align: center;
			}

			#col2 .popular tr.entry td
			{
				padding: 10px 8px 0 8px;
				height: 230px;
			}

			#col2 .popular .rank
			{
				position: relative;
				font-size: 2.5em;
				font-family: Arvo, Georgia, Sans-serif;
				padding: 0 3px 0 3px;
				height: 180px;
				line-height: 180px;
				color: #414244;
			}

			#col2 .popular .item 
			{
				position: relative;
				padding: 0;
				height: 240px;
				width: 248px;
				overflow: hidden;
			}

				#col2 .popular .item  .thumb
				{
					width: 240px !important;
					height: 175px;
				}

					#col2 .popular .item .thumb .inner
					{
						width: 238px !important;
						height: 143px;
					}

					#col2 .popular .item .thumb .link
					{
						width: 238px !important;
						height: 155px;
					}

				#col2 .popular .item .type
				{
					display: block;
					text-align: center;
				}
				
				#col2 .popular .item .downloads
				{
					display: block;
					text-align: center;
					font-size: 0.8em;
					margin: 0.5em 0 0 0;
					color: #858b90;
				}
	
#col3
{
	width: 300px;
	float: right;
}

	#col1 h2
	{
		margin: 0 0 0.5em 0;
	}

	#col3 .box
	{
		background: url('/images/background/inbg2.png') -300px 0px repeat-y;
		min-height: 74px;
	}

		#col3 .box .roundedBorder-top
		{
			background: url('/images/background/inbg2.png');
			height: 64px;
			width: 300px;
		}

		#col3 .box .roundedBorder-bottom
		{
			background: url('/images/background/inbg2.png');
			height: 10px;
			width: 300px;
		}

	#col3 .adunit300
	{
		margin: 20px 0 0 0;
	}

	#col3 .social
	{
		padding-top: 18px;
		padding-bottom: 15px;
	}

		#col3 .social .content
		{
			height: 88px;
		}

			#col3 .social .content img
			{
				border: 0;
			}

			#col3 .social .content h2
			{
				padding: 6px 0 0 0;
				margin: 0 0 17px 0;
				font-size: 1.35em;
			}

			#col3 .social .content ul.icons
			{
				list-style: none;
				position: absolute;
				right: 0;
				top: 0;
			}

				#col3 .social .content ul.icons li
				{
					float: left;
					margin: 0 0 0 10px;
				}

			#col3 .social .content ul.buttons
			{
				list-style: none;
				width: 100%;
				position: absolute;
				left: 0;
				bottom: 0px;
			}

				#col3 .social .content ul.buttons li
				{
					float: left;
				}

				#col3 .social .content ul.buttons li.like
				{
					width: 32%;
					text-align: left;
				}

				#col3 .social .content ul.buttons li.tweet
				{
					width: 40%;
					text-align: center;
					padding: 1px 0 0 0;
				}

				#col3 .social .content ul.buttons li.plusone
				{
					width: 28%;
					text-align: right;
					padding: 1px 0 0 0;
				}

	#col3 .trilist
	{
	}
	
		/*
		#col3 .trilist a
		{
			color: #FB4C05;
			text-decoration: underline;
		}

		#col3 .trilist a:hover
		{
			text-decoration: none;
		}
		*/
	
		#col3 .trilist .list1
		{
			float: left;
			width: 80px;
			padding: 0 9px 0 0;
		}
	
		#col3 .trilist .list2
		{
			float: left;
			width: 80px;
			padding: 0 9px 0 0;
		}
	
		#col3 .trilist .list3
		{
			float: left;
			width: 80px;
		}

	#col3 .recommended
	{
	}

		#col3 .recommended ul
		{
			list-style: none;
			padding: 5px 0 10px 0;
		}

			#col3 .recommended ul li
			{
				position: relative;
				height: 48px;
				border-bottom: solid 1px #d2d4d6;
				border-top: solid 1px #ffffff;
				padding: 15px 0 15px 0;
			}

			#col3 .recommended ul li.first
			{
				padding-top: 0px;
				border-top: 0px;
			}

			#col3 .recommended ul li.last
			{
				padding-bottom: 0px;
				border-bottom: 0px;
			}

				#col3 .recommended ul li .icon
				{
					position: relative;
					z-index: 1;
					width: 48px;
					height: 48px;
					float: left;
					margin: 0 20px 0 0;
				}

					#col3 .recommended ul li .icon img
					{
						border: 0;
					}
				
				#col3 .recommended ul li .title
				{
					display: block;
					padding: 0 0 0 0;
					margin: 0 0 3px 0;
					position: relative;
					top: -2px;
				}

				#col3 .recommended ul li p
				{
					position: relative;
					top: -4px;
					font-size: 0.8em;
				}

	#col3 .adunit125
	{
	}

		#col3 .adunit125 .banner
		{
			float: left;
			margin: 2px 0 2px 10px;
		}
		
		#col3 .adunit125 .first
		{
			margin-left: 0;
		}

		/* BSA */

		#col3 .adunit125 div a
		{
			float: left;
			margin: 2px 0 8px 10px;
			height: 125px;
		}

		#col3 .adunit125 div a.odd
		{
			margin-left: 0;
		}

		#col3 .adunit125 div .adhere
		{
			border: solid 1px #D4D5D7;
			text-align: center;
			line-height: 125px;
			background: #FFFFFF url('/images/background/tnbg.png') top left repeat-x;
			font-weight: bold;
			text-decoration: none;
			color: #333333;
			text-shadow: 0px 2px #FFFFFF;
		}

		#col3 .adunit125 .banner260
		{
			width: 260px;
			height: 125px;
			margin: 0 0 8px 0;
			clear: both;
		}

		#col3 .adunit125 .banner260 a
		{
			margin: 0;
		}

		#col3 .adunit125 .banner260 .adhere
		{
			width: 260px;
		}

#premiumViewer
{
	position: relative;
	width: 260px;
	height: 280px;
	overflow: hidden;
}

	#premiumViewer .slides
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 260px;
		height: 280px;
	}
	
		#premiumViewer .slides .slide
		{
			position: absolute;
			top: 0;
			left: 0;
			width: 260px;
			height: 280px;
		}

			#premiumViewer .slides .slide a img
			{
				border: 0;
			}

	#premiumViewer .controls
	{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 260px;
		height: 40px;
		background: url('/images/background/premiumviewer-controls.png');
		z-index: 2;
	}

		#premiumViewer .controls .name
		{
			position: absolute;
			left: 15px;
			bottom: 0px;
			font-family: Arvo, Georgia, serif;
			color: #ffffff;
			letter-spacing: -1px;
			text-shadow: 0px 1px 1px #25282a;
			line-height: 40px;
			font-size: 1.2em;
		}
		
		#premiumViewer .controls .next
		{
			text-indent: -9999em;
			width: 35px;
			height: 40px;
			position: absolute;
			right: 0;
			bottom: 0;
			cursor: pointer;
		}
		
		#premiumViewer .controls .previous
		{
			text-indent: -9999em;
			width: 35px;
			height: 40px;
			position: absolute;
			right: 35px;
			bottom: 0;
			cursor: pointer;
		}

.centeredControls
{
	position: relative;
	margin: 0 0 1em 0;
	border-top: solid 1px #D4D5D7;
	padding: 2em 0 0 0;
	text-align: center;
}

	.centeredControls p
	{
		font-size: 1.2em;
	}

	.centeredControls a
	{
		margin: 0 5px 0 5px;
	}

.headingControls
{
	position: absolute;
	top: 8px;
	right: 0;
}

	.headingControls p
	{
		font-size: 1.2em;
	}

	.headingControls a
	{
		margin: 0 5px 0 5px;
		font-size: 1em;
	}

.thumblist
{
	position: relative;
	overflow: hidden;
	margin: 0 0 1em 0;
}

	.thumblist ul
	{
		list-style: none;
	}

		.thumblist ul li
		{
			float: left;
			width: 180px;
			overflow: hidden;
			margin: 0 0 12px 22px;
		}

		.thumblist ul li.firstX
		{
			margin-left: 0;
		}

			.thumblist ul li .thumbOuter
			{
				position: relative;
			}

			.thumblist ul li .thumbOuter_pending
			{
			}

				.thumblist ul li .thumbOuter_pending .notice
				{
					position: absolute;
					top: 62px;
					left: 0;
					z-index: 1;
					background: #0EA4EF;
					border-bottom: solid 1px #147DAD;
					border-top: solid 1px #2EC4FF;
					width: 180px;
					height: 30px;
					text-align: center;
					line-height: 30px;
					color: #ffffff;
					font-family: Arvo, Georgia, serif;
					text-transform: normal;
					font-size: 1em;
					letter-spacing: -1px;
					user-select: none;
					-khtml-user-select: none;
					-moz-user-select: none;
					-o-user-select: none;
					-webkit-user-select: none;
					cursor: default;
				}

				.thumblist ul li .thumbOuter_pending .thumb
				{
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
					filter: alpha(opacity=50);
					-moz-opacity: 0.5;
					-khtml-opacity: 0.5;
					opacity: 0.50;
				}

				.thumblist ul li .thumbOuter_pending .name
				{
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
					filter: alpha(opacity=50);
					-moz-opacity: 0.5;
					-khtml-opacity: 0.5;
					opacity: 0.50;
				}

				.thumblist ul li .thumbOuter_pending .author
				{
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
					filter: alpha(opacity=50);
					-moz-opacity: 0.5;
					-khtml-opacity: 0.5;
					opacity: 0.50;
				}

			.thumblist ul li .type
			{
				font-size: 1.0em;
				text-align: center;
				margin: 0;
				text-decoration: none;
			}

.pager
{
	border-top: solid 1px #D4D5D7;
	margin: 0.5em auto;
	padding: 2em 0 0 0;
	overflow: hidden;
	text-align: center;
}

	.pager a.button
	{
		padding: 0 15px 0 15px;
		margin: 0 5px 0 5px;
	}

	.pager .page
	{
		font-size: 1.4em;
		padding: 0 5px 0 5px;
	}
	
.premiumThumblist
{
	border-top: solid 1px #D4D5D7;
	padding: 1.75em 0 0 0;
	overflow: hidden;
}

	.premiumThumblist h4
	{
		font-size: 1.2em;
	}

		.premiumThumblist h4 a
		{
			color: #FB4C05;
		}

.preview
{
}

	.preview .image
	{
		border: solid 1px #D4D5D7;
		padding: 25px 0 25px 0;
		margin: 0 0 1.5em 0;
	}
	
		.preview .image img
		{
			display: block;
			margin: 0 auto;
			width: 540px;
			border: solid 1px #D4D5D7;
		}
		
	.preview dl.spec
	{
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 2em;
	}

.previewMore
{
}

	.previewMore h4
	{
		font-size: 1.2em;
		border-top: solid 1px #D4D5D7;
		padding: 1.75em 0 0 0;
	}

#randomPremiumBox
{
	border: 0;
	margin: 0 0 0 0;
}		

#randomBox
{
	border: 0;
	margin: 0 0 0 0;
}

.legal
{
}

	.legal ol
	{
		margin: 1em 0 0 1.5em;
	}
	
	.legal p
	{
		margin: 0.75em 0 1em 0;
	}

.af_form
{
	position: relative;
	width: 100%;	
}

	.af_form table
	{
		border-collapse: collapse;
	}

	.af_form td
	{
		padding: 0.5em 0 0.5em 0;
	}
	
	.af_form td.fieldTitle
	{
		width: 1%;
		color: #212224;
		padding: 0.75em 2em 0 0;
		white-space: nowrap;
		vertical-align: top;
		font-weight: bold;
	}

	.af_form td.fieldBody
	{
		vertical-align: top;
	}

	.af_form .infoMessage
	{
		font-size: 1em;
		padding: 1em 0 0 0;
		line-height: 2em;
	}

	.af_form tr.fieldError
	{
		background: #FFCECE;
		border: solid 1px #E0A3A3;
		text-shadow: 0px 1px 0px #ffe5e5;
	}
	
	.af_form tr.fieldError td
	{
		padding: 1em;
	}

	.af_form tr.fieldError td.fieldTitle
	{
	}

	.af_form tr.fieldError .errorMessage
	{
		font-size: 1em;
		padding: 1em 0 0 0;
	}

	.af_wa_webAuthRegistration .af_form .recaptchaField
	{
		position: relative;
		left: -115px;
		margin-right: -115px;
	}

.socialControls
{
	overflow: hidden;
}

	.socialControls ul
	{
		list-style: none;
		height: 62px;
		margin: 0 auto;
		width: 200px;
	}

		.socialControls ul li
		{
			position: relative;
			float: left;
			margin: 0 7px 0 7px;
			z-index: 100;
		}

		.socialControls ul li.fb
		{
			width: 45px;
		}

		.socialControls ul li.t
		{
			width: 56px;
		}

		.socialControls ul li.gp
		{
			width: 51px;
		}
		
#footerBanner
{
	position: relative;
	height: 129px;
	background: url('/images/background/cbg4.png') 0px -129px repeat-x;
	overflow: hidden;
}

	#footerBanner .banner
	{
		margin: 18px auto;
		width: 728px;
		height: 90px;
	}

	#footerBanner .roundedBorder-left
	{
		width: 10px;
		height: 129px;
		background: url('/images/background/cbg4.png');
	}

	#footerBanner .roundedBorder-right
	{
		width: 10px;
		height: 129px;
		background: url('/images/background/cbg4.png');
	}

.myAccountControls
{
}

	.myAccountControls ul
	{
		list-style: none;
	}
	
		.myAccountControls li
		{
			height: 78px;
			margin: 1.25em 0 0 0;
			position: relative;
			border-top: solid 1px #D4D5D7;
			padding: 1.25em 0 0 0;
		}	

		.myAccountControls li.first
		{
			margin-top: 0;
			padding-top: 0;
			border-top: 0;
		}

			.myAccountControls li .title
			{
				font-family: Arvo, Georgia, serif;
				text-transform: normal;
				color: #212224;
				letter-spacing: -1px;
				font-size: 1.4em;
				text-decoration: none;
				display: block;
				padding: 0.5em 0 0.25em 100px;
			}

			.myAccountControls li p
			{
				padding: 0 0 0 100px;
			}
		
			.myAccountControls li .icon
			{
				float: left;
				left: 0;
				top: 0;
				display: block;
				height: 78px;
				width: 78px;
				background: url('/images/background/icons-cp.png');
				text-indent: -9999em;
			}
			
			.myAccountControls li .submit
			{
				background-position: 0 0;
			}
			
			.myAccountControls li .logout
			{
				background-position: 78px 0;
			}
			
			.myAccountControls li .password
			{
				background-position: 156px 0;
			}
			
			.myAccountControls li .email
			{
				background-position: 234px 0;
			}
			
			.myAccountControls li .profile
			{
				background-position: 312px 0;
			}
			
			.myAccountControls li .browse
			{
				background-position: 390px 0;
			}

.loginBox
{
	position: relative;
	top: -0.5em;
	margin: 0 0 2em 0;
	background: url('/images/background/loginbox.png') -6px 0px;
	color: #D4D5D7;
	height: 40px;
	line-height: 40px;
	padding: 0 10px 0 10px;
}

	.loginBox strong
	{
		color: #ffffff;
	}

	.loginBox a
	{
		color: #D4D5D7;
		text-decoration: none;
	}

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

	.loginBox span
	{
		width: 6px;
		height: 40px;
		background: url('/images/background/loginbox.png') 0px 0px;
		position: absolute;
		right: 0;
		top: 0;
		display: inline-block;
	}
	
.notice
{
	background: #ebffeb;
	border: solid 1px #c8eac8;
	text-shadow: 0px 1px 0px #FFFFFF;
	padding: 30px;
}

	.notice h3
	{
		margin: 0 0 0.75em 0;
	}

	.notice ul
	{
		list-style: none;
		margin: 0;
	}

		.notice ul li h4
		{
			margin: 0 0 0.5em 0;
		}
		
		.notice ul li p
		{
			margin: 0 0 1.75em 1.5em;
		}

.wideContent #col2
{
	margin: 0 320px 0 0;
}

.wideContent .thumblist ul li.firstX
{
	margin-left: 22px;
}

.wideContent .thumblist ul li.firstY
{
	margin-left: 22px;
}

.wideContent .thumblist ul li.firstW
{
	margin-left: 0;
}

.testoo{font-family:'Brush Script MT'}
.codeok{float:right;width:80px;margin:3px;border-radius:3px;text-align:center;clear:left;color:#ffffff;font:9px verdana;background-color:darkgreen;border:1px solid #e0e0e0;}
.codeno{float:right;width:80px;margin:3px;border-radius:3px;text-align:center;clear:left;color:#ffffff;font:9px verdana;background-color:orange;border:1px solid #e0e0e0;}
.codenu{float:right;width:80px;margin:3px;border-radius:3px;text-align:center;clear:left;color:#ffffff;font:9px verdana;background-color:gold;border:1px solid #e0e0e0;}

