body {
	margin:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #c7c7c7;
}

#container {
	margin:0 0 0 0px;
	overflow:hidden;
}


/* header area */

#header {
	height: 80px;
	text-align: left;
	padding-left: 40px;
}

#header p {
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	overflow:hidden;
}

#header a {
	font-size: 20px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

#header a:hover {
	font-size: 20px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
}

#nav {
	text-align: left;
	width: 285px;
	float: left;
}

#subnav {
	height: 30px;
	background:#999;
	text-align: left;
	padding-left: 40px;
	vertical-align: top;
	position: relative;
}

#nav ul {
	margin: 0; padding: 0; 
	list-style-type: none; 
	list-style-image: none;
}
	
#nav li {
	height:27px;
	overflow:hidden;
	font-size: 42px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 1px 0px;
	color:#FFF;
}

#nav li.cat-item-4 a {
	background:#cc0066;
}

#nav li.cat-item-3 a{
	background:#d5da17;
}

#nav li.cat-item-5 a{
	background:#3CC;
}

#nav li.cat-item-6 a{
	background: #906;
}

#nav li.cat-item-7 a{
	background:#666;
}

#nav li.cat-item-10 a{
	background:#F90;
}

#nav li.cat-item-8 a{
	background:#930;
}

#nav a {
	color:#FFF;
	text-decoration: none;
	padding: 0px 2px 0px 35px;
}

#nav a:hover {
	color:#000;
}

#subnav ul {
	margin: 0; 
	padding-left: 0; 
	list-style-type: none; list-style-image: none;
	height:30px;
	vertical-align: middle;
	overflow: hidden;
	display: table-cell;
}
	
#subnav li {
	display: inline; 
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	color:#FFF;
	padding-left: 20px;
	padding-right: 0px;
	text-align:left;
}

#subnav a {
	color:#FFF;
	text-decoration: none;
}

#subnav a:hover {
	color:#999;
}


/* home columns */

#col01 {
	overflow:hidden;
	margin-left: 330px;
	position: absolute;
	float: left;
}
#col02 {
	width:220px;
	float:right;
	margin-top:40px;
	overflow:hidden;
}

#col03-art {
	width:580px;
	margin-top:40px;
	margin-bottom:40px;
	color:#cc0066;
	font-size: 16px;
	line-height: 20px;
	float:left;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: 40px;
	overflow:hidden;
	background:#d5da17;
}

#col03-art img {
	border:#FFF solid 10px;
} 

#col03-architecture {
	width:580px;
	margin-top:40px;
	margin-bottom:40px;
	color:#d5da17;
	font-size: 16px;
	line-height: 20px;
	float:left;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: 40px;
	overflow:hidden;
	background:#cc0066;
}

#col03-architecture img {
	border:#FFF solid 10px;
}

#col03-design {
	width:580px;
	margin-top:40px;
	margin-bottom:40px;
	color:#906;
	font-size: 16px;
	line-height: 20px;
	float:left;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: 40px;
	overflow:hidden;
	background:#3CC;
}

#col03-design img {
	border:#FFF solid 10px;
}

#col03-fashion {
	width:580px;
	margin-top:40px;
	margin-bottom:40px;
	color:#d5da17;
	font-size: 16px;
	line-height: 20px;
	float:left;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: 40px;
	overflow:hidden;
	background:#930;
}

#col03-fashion img {
	border:#FFF solid 10px;
}


/* home post */

#col01 .home-post {
	width:222px;
	height:202px;
	margin:0 10px 30px 0;
	vertical-align: bottom;
	float:left;
	display: table-cell;
}


/* Art Thumbnail */

#col01 .home-post .home-post-upper-art {
	display: table-cell;
	vertical-align: bottom;
	background: #d5da17;
}

#col01 .home-post-upper-art img {
	display: table-cell;
	height: 200px;
	width: 220px;
	padding: 1px;
}

#col01 .home-post .home-post-upper-art .title {
	margin: 1px 0px 0px 1px;
	background: #d5da17;
	position: absolute;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	height:14px;
	padding-top:6px;
	font-size:12px;
	font-weight:bold;
	
	vertical-align:middle;
}

#col01 .home-post .home-post-upper-art a {
	display: table-cell;
	text-decoration: none;
	background: #d5da17;
	height: 202px;
	width: 222px;
}

#col01 .home-post .home-post-upper-art a:hover {
	display: table-cell;
	background: #FFF;
	color:#d5da17;
	height: 202px;
	width: 222px;
}


/* Design Thumbnail */

#col01 .home-post .home-post-upper-design {
	display: table-cell;
	background: #3CC;
}

#col01 .home-post-upper-design img {
	display: table-cell;
	height: 200px;
	width: 220px;
	padding: 1px;
}

#col01 .home-post .home-post-upper-design .title {
	margin: 1px 0px 0px 1px;
	background: #3CC;
	position: absolute;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	height:14px;
	padding-top: 6px;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
}

#col01 .home-post .home-post-upper-design a {
	display: table-cell;
	text-decoration: none;
	background: #3CC;
	height: 202px;
	width: 222px;
}

#col01 .home-post .home-post-upper-design a:hover {
	display: table-cell;
	background: #FFF;
	color: #3CC;
	height: 202px;
	width: 222px;
}


/* Architecture Thumbnail */

#col01 .home-post .home-post-upper-architecture {
	display: table-cell;
	background: #cc0066;
}

#col01 .home-post-upper-architecture img {
	display: table-cell;
	height: 200px;
	width: 220px;
	padding: 1px;
}

#col01 .home-post .home-post-upper-architecture .title {
	margin: 1px 0px 0px 1px;
	background: #cc0066;
	position: absolute;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	height:14px;
	padding-top: 6px;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
}

#col01 .home-post .home-post-upper-architecture a {
	display: table-cell;
	text-decoration: none;
	background: #cc0066;
	height: 202px;
	width: 222px;
}

#col01 .home-post .home-post-upper-architecture a:hover {
	display: table-cell;
	background: #FFF;
	color:#cc0066;
	height: 202px;
	width: 222px;
}


/* Fashion Thumbnail */

#col01 .home-post .home-post-upper-fashion {
	display: table-cell;
	background: #930;
}

#col01 .home-post-upper-fashion img {
	display: table-cell;
	height: 200px;
	width: 220px;
	padding: 1px;
}

#col01 .home-post .home-post-upper-fashion .title {
	margin: 1px 0px 0px 1px;
	background: #930;
	position: absolute;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	height:18px;
	padding-top: 6px;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
}

#col01 .home-post .home-post-upper-fashion a {
	display: table-cell;
	text-decoration: none;
	background: #930;
	height: 202px;
	width: 222px;
}

#col01 .home-post .home-post-upper-fashion a:hover {
	display: table-cell;
	background: #FFF;
	color:#930;
	height: 202px;
	width: 222px;
}


/* Misc Thumbnail */

#col01 .home-post .home-post-upper-misc {
	display: table-cell;
	background: #F90;
}

#col01 .home-post-upper-misc img {
	display: table-cell;
	height: 200px;
	width: 220px;
	padding: 1px;
}

#col01 .home-post .home-post-upper-misc .title {
	margin: 1px 0px 0px 1px;
	background: #F90;
	position: absolute;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	height:18px;
	padding-top: 6px;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
}

#col01 .home-post .home-post-upper-misc a {
	display: table-cell;
	text-decoration: none;
	background: #F90;
	height: 202px;
	width: 222px;
}

#col01 .home-post .home-post-upper-misc a:hover {
	display: table-cell;
	background: #FFF;
	color:#F90;
	height: 202px;
	width: 222px;
}


/* Photo Thumbnail */

#col01 .home-post .home-post-upper-photo {
	display: table-cell;
	background: #906;
}

#col01 .home-post-upper-photo img {
	display: table-cell;
	height: 200px;
	width: 220px;
	padding: 1px;
}

#col01 .home-post .home-post-upper-photo .title {
	margin: 1px 0px 0px 1px;
	background: #906;
	position: absolute;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	height:18px;
	padding-top: 6px;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
}

#col01 .home-post .home-post-upper-photo a {
	display: table-cell;
	text-decoration: none;
	background: #906;
	height: 202px;
	width: 222px;
}

#col01 .home-post .home-post-upper-photo a:hover {
	display: table-cell;
	background: #FFF;
	color:#906;
	height: 202px;
	width: 222px;
}


/* Tech Thumbnail */

#col01 .home-post .home-post-upper-tech {
	display: table-cell;
	background: #666;
}

#col01 .home-post-upper-tech img {
	display: table-cell;
	height: 200px;
	width: 220px;
	padding: 1px;
}

#col01 .home-post .home-post-upper-tech .title {
	margin: 1px 0px 0px 1px;
	background: #666;
	position: absolute;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	height:18px;
	padding-top: 6px;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
}

#col01 .home-post .home-post-upper-tech a {
	display: table-cell;
	text-decoration: none;
	background: #666;
	height: 202px;
	width: 222px;
}

#col01 .home-post .home-post-upper-tech a:hover {
	display: table-cell;
	background: #FFF;
	color:#666;
	height: 202px;
	width: 222px;
}
















#col01 a img {
	text-decoration:none;
	border:none;
}

#col01 .home-post .meta {
	padding:4px 8px 0 24px;
	height:35px;
	background:url(images/icon-comment.gif) no-repeat 5px 5px #7f7f7f;
	text-transform:uppercase;
}

#col01 .home-post .comments a {
	display:block;
	font-size:10px;
	color:#fff;
	text-decoration:underline;
	float:left;
	border-bottom:1px solid #7f7f7f;
}

#col01 .home-post .comments a {
	display:block;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	float:left;
	border-bottom:1px solid #7f7f7f;
}

#col01 .home-post .author a {
	display:block;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	float:right;
}

#col01 .home-post .comments a:hover, #col01 .home-post .author a:hover {
	color:#000;
}


/* single template post */

#col01 .post {
	padding:0 20px 20px 0;
	font-size:12px;
	line-height:19px;
}
#col01 .post a {
	color:#333;
}
#col01 .post a:hover {
	background:#FFFAC7;
	color:#000;
	text-decoration:none;
}
#col01 .post h1 {
	font-size:28px;
	text-transform:uppercase;
	font-family: Times New Roman, Garamond, serif;
	margin:0;
	line-height:32px;
	padding:0 0 6px;
}
#col01 .post h4 {
	font-size:20px;
	text-transform:uppercase;
	font-family: Times New Roman, Garamond, serif;
	margin:0;
	line-height:26px;
	padding:0 0 6px;
}
#col01 .post h1 a, #col01 .post h4 a {
	text-decoration:none;
	color:#000;
}
#col01 .post h1 a:hover, #col01 .post h4 a:hover {
	color:#fff;
	border-bottom:none;
	background-color:#ff0067;
}
#col03 .post-upper {
	padding:12px 0;
	font-size:11px;
	line-height:16px;
	color:#606060;
}
#col03 .post-upper a {
	color:#606060;
	text-decoration:none;
}
#col03 .post-upper a:hover {
	color:#333;
	text-decoration:underline;
}
#col03 .post-upper .digg {
	float:right;
}
#col03 .post .image {
	float:right;
	margin:0 0 0 0;
}


/* categories page */

#col01 .cat-name {
	font-size:14px;
	padding:0px 0 40px;
	width:700px;
}

#col01 .category-name {
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	background:#ff0067;
	font-weight:bold;
}


/* comments outer */

#comments-holder {
	padding:12px 0 0;
}

/* comment list styles */

#comment-list {
	font-size:12px;
	padding:10px 0;
}
#comment-list .bigger {
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
}
.comment-left {
	padding:16px 0;
}
.comment-meta {
	float:left;
	width:120px;
	margin-right:10px;
	font-size:10px;
	font-weight:bold;
}
.comment-metadata {
	font-size:10px;
	font-weight:normal;
}
.comment-metadata a {
	text-decoration:none;
}
.comment-metadata a:hover {
	text-decoration:underline;
}
.comment-txt {
	float:left;
	width:440px;
	font-size:12px;
	line-height:18px;
}
cite {
	font-style:normal;
	text-transform:uppercase;
	font-size:12px;
}

/* comment form styles */

.comments-PII, .comments-PII-2 {
	float:left;
}
.comments-PII {
	width:280px;
	margin-right:15px;
}
.comments-PII-2 {
	width:380px;
}
.comments-PII input {
	font-size:12px;
	width:270px;
	padding:2px;
}
.comments-PII-2 textarea {
	font-size:12px;
	width:370px;
	height:180px;
	padding:2px;
}
.submit-btn {
	display:block;
	padding:0;
	cursor:pointer;
	width:141px;
	height:34px;
	text-indent:-400px;
	overflow:hidden;
	border-style:none;
}

.submit-btn:hover {
	;
}

.note {
	font-size:10px;
}


/* misc */

.uppercase {
	text-transform:uppercase;
}


/* home and category page nav */

#page-nav {
	float:left;
}

#page-nav .older a, #page-nav .newer a {
	display: inline-table;
	vertical-align:bottom;
	margin:0 20px 20px 0;
	font-size:30px;
	background:#999;
	font-weight: bold;
	height:228px;
	width: 228px;
	text-align:right;
	color:#FFF;
	text-decoration:none;
}

#page-nav .older a:hover {
	background: #cc0066;
	font-color: FFF;
	text-decoration:none;
}

#page-nav .newer a:hover {
	background: #cc0066;
	font-color: FFF;
	text-decoration:none;
}


/* col02 stuff */

#categories {
	height:340px;
	overflow:hidden;
	margin-bottom:20px;
}
#categories ul {
	margin:10px 0;
	padding:0 20px;
	overflow:auto;
	height:320px;
}
#categories li {
	padding:0;
	margin:0;
	list-style:none;
	border-bottom:1px solid #d3d3d3;
}
#categories a {
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	padding:5px 0;
	text-decoration:none;
}
#categories a:hover {
	color:#000;
	text-decoration:none;
	background:url(images/bullet.gif) no-repeat 5px 50% #ff0067;
	text-indent:16px;
}


#sponsor-box {
	height:340px;
	background:#A7A7A7;
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
}
#sponsor-box .title {
	background:#ff0067;
	padding:4px 8px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
#sponsor-box .sponsor {
	padding:10px 0 0;
	width:200px;
	height:133px;
	overflow:hidden;
	margin:0 auto;
}
#sponsor-box .meta {
	padding:4px 8px 0;
	position:absolute;
	bottom:0px;
	left:0px;
	width:204px;
	height:19px;
	background:#7f7f7f;
	text-transform:uppercase;
	text-align:right;
}
#sponsor-box .meta a {
	font-size:10px;
	color:#fff;
	text-decoration:none;
}
#sponsor-box .meta a:hover {
	color:#000;
}


#about-box {
	height:340px;
	background:url(images/about-back.gif) no-repeat;
	overflow:hidden;
}
#about-box .pages {
	margin:10px 0;
	padding:0 20px;
	overflow:auto;
	height:159px;
	border-bottom:1px solid #fff;
}
#about-box .pages li {
	padding:0;
	margin:0;
	list-style:none;
	border-bottom:1px solid #A7A7A7;
}
#about-box .pages a {
	display:block;
	color:#000;
	text-transform:uppercase;
	font-size:10px;
	padding:4px 0;
	text-decoration:none;
}
#about-box .pages a:hover {
	color:#fff;
	text-decoration:none;
	background:url(images/bullet2.gif) no-repeat 5px 50% #ff0067;
	text-indent:16px;
}


/* search form */

#about-box form {
	padding:10px 20px;
	margin:0;
	text-align:right;
	border-bottom:1px solid #fff;
	height:56px;
}
#about-box .txt-field {
	font-size:12px;
	margin:0 0 6px;
	width:176px;
	padding:1px;
}
#about-box .btn-search {
	display:block;
	padding:0;
	cursor:pointer;
	float:right;
	width:89px;
	height:28px;
	text-indent:-400px;
	overflow:hidden;
	background:url(images/btn-search.gif) no-repeat;
	border-style:none;
}

#about-box .btn-search:hover {
	background:url(images/btn-search.gif) no-repeat 0 -28px;
}


#about-box .rss a {
	display:block;
	width:180px;
	padding:5px 0;
	margin:10px auto 0;
	color:#333;
	border-bottom:1px solid #A7A7A7;
	text-decoration:none;
	background:url(images/icon-rss.gif) no-repeat 5px 50%;
	text-indent:26px;
}
#about-box .rss a:hover {
	color:#fff;
	text-decoration:none;
	background:url(images/icon-rss-on.gif) no-repeat 5px 50% #ff0067;
}
#about-box .bookmark a {
	display:block;
	width:180px;
	padding:5px 0;
	margin:0 auto;
	color:#333;
	text-decoration:none;
	background:url(images/icon-bookmark.gif) no-repeat 5px 50%;
	text-indent:26px;
}
#about-box .bookmark a:hover {
	color:#fff;
	text-decoration:none;
	background:url(images/icon-bookmark-on.gif) no-repeat 5px 50% #ff0067;
}	



/* footer */

#footer {
	padding:40px 40px;
	margin:0 auto;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	color:#999;
	text-align: right;
	position: relative;
	vertical-align:bottom;
}
#footer a {
	color:#5f5f5f;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:none;
}