* {
	margin:0;
	padding:0;
}

img{
	border: none;
}
a{
	outline: none;
}
body{
	background-color: #000;
	color:#fff;
	text-align: center;
	font-size: 100%;
	line-height: 1.125em;
	font-family: Arial, Helvetica, sans-serif;
	overflow:visible;
}
.hide{
	display: none;
}
.clearfix{
	clear:both;
}
#wrapper{
	/*padding-top: 30px;*/
	display:none;
}

#content{
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#main-col{
	width: 645px;
	min-height: 630px;
	padding-top: 30px;
	float: left;
	/*background-image:url(http://images.i-got-framed.com/bg-new.gif);*/
	background-repeat:no-repeat;
}
#main-col #head-area{
	height:116px;
}
#head-left{
	float:left;
}
#head-left h1{
	width: 463px;
	height: 50px;
	margin-bottom: 10px;
	background-image:url(http://images.i-got-framed.com/i-got-framed-title_8.png);
}
#head-left h1 a{
	width: 100%;
	height: 100%;
	display:block;
	text-indent:-5000em;
}
#head-right{
	float:right;
	padding-right: 29px;
}

#side-bar{
	width: 241px;
	margin-top: 30px;
	float: right;
	display:none;
}
#side-bar #sidebar-nav{
	height:116px; /*same as head-area*/
	list-style:none;
	line-height: 0.825em;
}
#side-bar #sidebar-nav a{
	text-decoration: none;
	font-size: 0.75em;
	color: #e86025;
}
#side-bar #sidebar-nav a:hover{
	text-decoration: underline;
}
#side-bar a.submit-work-link{
	display:block;
	margin-bottom: 24px;
}
#side-bar .how-it-works-header{
	margin-bottom: 9px;
}
#side-bar .how-it-works-p{
	margin-bottom: 24px;
	font-size: 0.75em;
	line-height: 1.25em;
}
#side-bar #video-wrapper{
	margin-bottom: 23px;
}



/* == IMAGE LIST ==
   ================ */
#list-wrapper{
	margin-bottom: 20px;
}
#list-wrapper ul{
	list-style: none;
}


/* ++ list view ++ */
#list-wrapper li.thumb-box{
	margin-bottom: 28px;
	background-position: center center;
	background-repeat: no-repeat;
}
#list-wrapper li.thumb-box a{
	width: auto;
	height: auto;
	/*display: block;*/
	text-indent: 0;
}

/* ++ grid view ++ */
#list-wrapper li.thumb-box-g{
	width: 186px;
	height: 125px;
	margin: 0 29px 28px 0;
	float: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	background-color: #1c0d1c;
	background-position: center center;
}
#list-wrapper .thumb-box-g a{
	width: 100%;
	height: 100%;
	display:block;
	text-indent: -5000em;
}

/* ++ post header and footer objects ++ */
.thumb-box .post-header, .thumb-box .post-footer{
	width: 500px;
	position: relative;
	display: block;
}
.thumb-box .post-header{
	margin: 10px 0 5px 0;
}
.thumb-box .post-header p{
	margin-bottom: 2px;
}
.thumb-box .post-header .captions{
	width: 365px;
	display: block;
	font-size: 1.125em;
	font-weight: bold;
	color: #fff;
}
.thumb-box .post-header .captions a{
	/*display:block;*/
	/*padding-bottom: 7px;*/
	font-size:0.85em;
	font-weight: normal;
	color:#e86025;
	text-decoration:none;
}
.thumb-box .post-header .captions a:hover{ text-decoration:underline; }

.thumb-box .post-header .socials{
	width: 190px;
	position:absolute;
	bottom: 2px;
	right: 0;
	/*float:left;
	display:block;*/
}

.thumb-box .post-header .socials .fb-btn,
.thumb-box .post-header .socials .retweet{
	float: right;
}


.thumb-box .post-footer{
	text-align:right;
}
.thumb-box .post-footer ul{
	list-style: none;
}
.thumb-box .post-footer li{
	margin-left: 10px;
	float: right;
	list-style: none;
	font-size: 0.75em;
	color: #fff;
}
.thumb-box .post-footer li a{
	text-decoration: none;
	color:#e86025;
}
.thumb-box .post-footer li a:hover{ text-decoration:underline; }

/*-- End IMAGE LIST --*/


.disqus-wrapper{
	clear:both;
	width: 500px;
	margin-top: 30px;
}


#pagination{
	width: 616px;
	margin-bottom: 12px;
}
#pagination a{
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#pagination .left{
	width: 300px;
	float:left;
	text-align: right;
}
#pagination .right{
	width: 300px;
	text-align: left;
	float: right;
}


#footer{
	width: 616px;
	margin-bottom: 10px;
	padding-top: 5px;
	border-top: 1px solid #fff;
}
#footer #searchbox{
	float: right;
}
#bottom-nav{
	list-style: none;
}
#bottom-nav li{
	float: left;
	margin-right: 12px;
	font-size: 0.725em;
}
#bottom-nav a{
	text-decoration: none;
	color: #e86025;
}
#bottom-nav a:hover{
	text-decoration: underline;
}


/* -- Disqus Styles -- */
#dsq-subscribe a, .dsq-subscribe-rss a, .dsq-request-user-name a, .dsq-thread-settings a, .dsq-autheneticate-copy a{ color: #ddd; }
#dsq-subscribe a:hover, .dsq-subscribe-rss a:hover, .dsq-request-user-name a:hover, .dsq-thread-settings a:hover, .dsq-autheneticate-copy a:hover{ color: #fff; }

