/*
Theme name: NotForPaper v.2.0 -
Editors: Robert Little
Persian Wordpress Project : wp-persian.com
*/
body {
	background: url(images/bg_dots_work.gif) center;
	margin: 27px 0 40px 0;
}

.whitebox {
	background: url(images/white_box_top.gif) #fff top left no-repeat;
	width: 996px;
	margin: 0 auto 16px auto;
	position: relative;
	padding: 0 16px 0 16px;
	overflow: hidden;
}
#whitebox_bottom {
	width: 1028px;
	height: 5px;
	background: url(images/white_box_bottom.gif) bottom left no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
}
#whitebox_top {
	width: 1028px;
	height: 5px;
	background: url(images/white_box_top_crop.gif) top left no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

a img {
	border: none;
}


/*NAVIGATION*/
#navigation {
	height: 46px;
}

#nav_left {
	position: absolute;
	top: 0;
	left: 6px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	float: left;
	font-family: QuicksandBold-Regular, Helvetica, Arial;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 50px;
	margin-right: 5px;
	height: 46px;
	padding: 0 10px 0 10px;
}

#navigation ul li.light {
	font-family: QuicksandLight-Regular, Helvetica, Arial;
}

/*#navigation ul li a {
	color: #000;
	text-decoration: none;
}*/

#nav_right {
	float: right;
	font-family: QuicksandLight-Regular, Helvetica, Arial;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 50px;
}

#work #navigation ul li.work {
	background: #000;
}
#work #navigation ul li.work a {
	color: #fff;
	font-family: QuicksandBook-Regular, Helvetica, Arial;
}
#info #navigation ul li.info {
	background: #000;
}
#info #navigation ul li.info a {
	color: #fff;
	font-family: QuicksandBook-Regular, Helvetica, Arial;
}

h6 {
	font-family: QuicksandBold-Regular, Helvetica, Arial;
	font-size: 18px;
	text-transform: uppercase;
	margin: 16px 0 0 0;
	
}

p a {
	color: #4796b2;
	text-decoration: none;
}

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

/*ABOUT BOX*/

#about_work p {
	width: 580px;
	font-family: Georgia;
	font-size: 12px;
	line-height: 18px;
}

#about_work img {
	margin: 10px 0 0 0;
}

#about_work {
	padding: 8px 16px 8px 16px;
}


/*ALL WORK THUMBS*/

#all_work {
	padding-right: 0;
	width: 1012px;
}

#post_work_thumb {
	width: 240px;
	height: 240px;
	float: left;
	margin: 0 12px 18px 0;
}

#post_work_thumb #theimage {
	height: 159px;
	overflow: hidden;
}

#post_work_thumb img {
	width: 240px;
}

#post_work_thumb h5 {
	font-family: Arial;
	font-size: 14px;
	line-height: 17px;
	color: #2e2e2e;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 12px;
	padding-right: 25px;
}

#post_work_thumb h5 a {
	color: #2e2e2e;
	text-decoration: none;
}






