/* The following code is written exclusively for MOJO-Themes.com
   Use at your own discretion and free will.
   Author: Brady Nord ( www.bradynord.com, @bradynord )
   Version: 1.0 - 11/18/2010


/* ----------------------  Boxes No Icons -------------------------- */

.news,
.alert,
.info,
.warning,
.download{
	width: 570px;
	text-align: center;
	padding: 7px;
	line-height: 20px;
	font-size: 14px;
	margin: 20px auto;
	text-shadow: 1px 1px 1px #FFF;
}
.news{
	background: #f5f5f5;
	border: 1px solid #dadada;
	color: #666666;
}
.alert{
	background: #FFFFCC;
	border: 1px solid #FFCC66;
	color: #996600;
}
.info{
	background: #D1F2F5;
	border: 1px solid #AFDEE2;
	color: #38878E;
}
.warning{
	background: #FFB8B8;
	border: 1px solid #FF8C8C;
	color: #BF2F2F;
}
.download{
	background: #CCFF99;
	border: 1px solid #99CC00;
	color: #336600;
}

/* ----------------------  List Styles -------------------------- */

.checklist ul{
	list-style-image: url('images/check.png');
}
.fancy_bullets_white ul{
	list-style-image: url('images/fancy-bullets-white.png');
}
.fancy_bullets_black ul{
	list-style-image: url('images/fancy_bullets_black.png');
}
.fancy_bullets_blue ul{
	list-style-image: url('images/fancy-bullets-blue.png');
}
.fancy_bullets_red ul{
	list-style-image: url('images/fancy-bullets-red.png');
}
.fancy_bullets_purple ul{
	list-style-image: url('images/fancy-bullets-purple.png');
}

/* ----------------------  Drop Caps -------------------------- */

.dropcap-small{
	font-size: 25px;
	float: left;
	font-weight: 400;
	line-height: 1em;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 20px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.dropcap-big {
	font-size: 42px;
	float: left;
	font-weight: 400;
	line-height: 1em;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 20px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* ----------------------  Sticky Notes -------------------------- */

.sticky,
.stickyleft,
.stickyright{
	width: 196px;
	height: 206px;
	background: url('images/stickynote.png') no-repeat;
	margin-top: 10px;
	padding: 20px 15px 0 15px;
	overflow: hidden;
	font-size: 1.29em;
	font-style: italic;
	line-height: 160%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.stickyleft{
	float: left;
	margin-right: 15px;
}

.stickyright{
	float: right;
	margin-left: 15px;
}

/* ----------------------  Styled Image -------------------------- */

.image-border img,
.image-border a img{
	border: 5px solid #E6E6E6;
}

/* ----------------------  Columns -------------------------- */

.one_half{
	width:48%;
	padding-bottom: 20px;
}
.one_third{
	width:30.66%;
	padding-bottom: 20px;
}
.one_fourth{
	width:22%;
	padding-bottom: 20px;
}
.last {
	margin-right:0 !important;
	clear:right;
}
.one_half,
.one_third,
.one_fourth{
	position:relative;
	 margin-right: 4%;
	 float:left;
}
.clearboth{
	clear:both;
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	width:100%;
}