@charset "utf-8";
/* Paintik Home CSS Document */

ul.features {
	list-style: none;
	margin: 0px;	
	padding: 0px;
	line-height: 1.6em;
}
ul.features li {
	list-style: none;
	padding-left: 10px;
	font-weight: bold;
}
.create_account {
	width: 350px;
	text-align: center;
}
.middle_content {
	background: url(images/spot.png) no-repeat top right;	
}
input.search_text {
	font-size: 10px;
	color: #666666;
	padding: 5px;
	border: 1px solid #999999;
}
.learnmore {
	text-align:right;
	padding-top:10px;
}
.opening {
	font-size: 15px;	
	margin-bottom:15px;
}
.navbar {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.navbar a {
	text-decoration: none;
	padding: 2px;
}
.navbar .links {
	float: right;
}
.navbar .gallery {	
	font-size: 1.1em;
}
.sidebar {
	float: left;	
	width: 160px;
}
.sidebar img {
}
.sidebar .searchbar {
	padding: 10px 0px;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.sidebar .links {
	padding-bottom: 10px;
}
.sidebar .links a {
	display: block;
	padding: 4px 0px;
}
.sidebar .ad {
	border: 1px solid #CCC;
	margin-top: 10px;
}
.content {
	float: right;
	width: 560px;
}
.content img {
	border: 0px;
}
.content .block {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	clear: both;
}
.content .block h3 {
	color: #db7fb3;
	font-size: 1.2em;
	margin: 5px 0px;
}
.interpretAdContainer {
	float: right;
	width: 200px;
	height: 80px;
	text-align: right;
	margin-top: 10px;
}
.content .block .text.coloring {
	text-align:center;
}
.content .block .text {
	padding: 15px;
}
.content .paintingHeader {
	font-size: 9px;
	text-align: center;
}
.content .picDescription {
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	color: #666;
}

/* Image Frame */
.img_frame {
	margin: 10px;
}
.img_frame td {
}
.img_tl {
	background: url(images/img_frame_tl.gif);
	width: 9px;
	height: 9px;
}
.img_t {
	background: url(images/img_frame_t.gif) repeat-x;
	height: 9px;
}
.img_tr {
	background: url(images/img_frame_tr.gif) no-repeat;
	width: 9px;
	height: 9px;
}
.img_l {
	background: url(images/img_frame_l.gif) repeat-y;
	width: 9px;
}
.img_r {
	background: url(images/img_frame_r.gif) repeat-y;
	width: 9px;
}
.img_bl {
	background: url(images/img_frame_bl.gif) no-repeat;
	width: 9px;
	height: 9px;
}
.img_b {
	background: url(images/img_frame_b.gif) repeat-x;
	height: 9px;
}
.img_br {
	background: url(images/img_frame_br.gif) no-repeat;
	width: 9px;
	height: 9px;
}

.opening {
	font-weight: bold;
	font-size: 16px;
}

.upload {
	color: #fba81a;
	font-weight: bold;
}
.share {
	color: #ed1c24;
	font-weight: bold;
}
.explore {
	color: #2d99d5;
	font-weight: bold;
}
.interpret {
	color: #176ea1;
	font-weight: bold;
}
.create {
	color: #71bf44;
	font-weight: bold;
}

.imageframe {
	display: inline;
}
.imageframe .TL {
	background: url(images/img_frame_tl.gif) no-repeat;
	width: 9px;
	height: 9px;
}
.imageframe .T {
	background: url(images/img_frame_t.gif) repeat-x;
	height: 9px;
}
.imageframe .TR {
	background: url(images/img_frame_tr.gif) no-repeat;
	width: 9px;
	height: 9px;
}
.imageframe .L {
	background: url(images/img_frame_l.gif) repeat-y;
	width: 9px;
}
.imageframe .R {
	background: url(images/img_frame_r.gif) repeat-y;
	width: 9px;
}
.imageframe .BL {
	background: url(images/img_frame_bl.gif) no-repeat;
	width: 9px;
	height: 9px;
}
.imageframe .B {
	background: url(images/img_frame_b.gif) repeat-x;
	height: 9px;
}
.imageframe .BR {
	background: url(images/img_frame_br.gif) no-repeat;
	width: 9px;
	height: 9px;
}
