/*
NBIT CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it
is easier to update the theme. Simply copy an existing
style from style.css to this file, and modify it to
your liking.

*/
.box
{
	height: 260px;
}
.post, .page
{
	height: auto;
}
P.readmore
{
}
/*breadcrumbs*/
.breadcrumb
{
	font-size: 11px;
	height: 31px;
	line-height: 31px;
	margin: 1px 0 -20px 25px;
	padding: 0 0 0 30px;
	color: #D8CD9F;
	background: transparent url(images/bg_breadcrumbs.png) no-repeat bottom left;
	text-shadow: 0px 1px 1px #393008;
}
/*Color boxes*/
P.info-box
{
	background: #FFF298;
	border: 1px solid #ECD852;
	color: #424242;
	padding: 15px;
}
.info-box A
{
	color: #846000;
	text-decoration: none;
}
.info-box UL
{
	background-color: #E7DB89 !important;
	border: 1px dotted #ADA465 !important;
}
.info-box .size-thumbnail
{
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px dotted #ADA465 !important;
}
.info-box A:hover
{
	text-decoration: underline;
}
.post .info-box
{
	margin: 10px 0;
	padding: 10px;
	line-height: 20px;
}
.post .small-info-box
{
	margin-bottom: 20px;
}
.post .small-info-box P
{
	padding: 0;
	font-size: 11px;
}
#sidebar .info-box
{
	margin: 0px 0 15px;
	padding: 10px 10px 15px;
}
#sidebar .info-box .yellow, .post .info-box .yellow
{
	color: #836000;
	font-weight: 700;
	text-transform: uppercase;
}
#sidebar .info-box H3, .post .info-box H3
{
	color: #836000;
	font-weight: 700;
}
#sidebar .info-box A, .post .info-box A
{
	color: #836000;
}
.green-box
{
	background: #DBF6BE;
	border: 1px solid #9BBF65;
	color: #5F704C;
	margin-bottom: 15px;
	padding: 15px;
	font-size: 20px;
	text-align: center;
}
P.green-box
{
	background: #DBF6BE;
	border: 1px solid #9BBF65;
	color: #5F704C;
	padding: 15px;
}
.green-box A
{
	color: #4C7C18;
	text-decoration: none !important;
}
.green-box A:hover
{
	text-decoration: underline !important;
}
.support .green-box
{
	padding: 15px;
	margin: 5px 0;
}
.support .green-box IMG.ico
{
	margin-right: 15px;
}
#main .support .green-box H3
{
	padding: 1px;
}
