/* Table of Contents:
		- 2-column div
		- Rounded-corner widget
		- Rounded-corner widget (2)
		- Rounded-corner widget (3)
		- Image with caption
		- Profile widget
		- Homepage module [specific] /index.html
		
		- Typography
			* Profile widget
*/

/* 2-column div
---------------------------------------------------------------------------------------------------- */
.col {   /* remember to also use .clearfix */
}

.col img {
	float: left;
	margin-right: 20px;
}

.col.alt img {
	float: right;
}

.col h5 {
	#margin-top: 0;
}

/* Rounded-corner widget
---------------------------------------------------------------------------------------------------- */
.rcorner {
	width: 100%;
}

.rcorner .hd, .rcorner .hd div,
.rcorner .ft, .rcorner .ft div {
    height: 8px;
	background-color: transparent;	
	background-repeat: no-repeat;
}

.rcorner .hd {
	background-image: url(../images/rcorner-hd.gif);
    background-position: left top;
	_background-position: left bottom;
}

.rcorner .hd div {
	background-image: url(../images/rcorner-hd_c.gif);
    background-position: right top;
	_background-position: right bottom;
}

.rcorner .bd {
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	padding: 0 4px;
    min-height: 5px;
}

.rcorner .bd div {
	background-color: #eee;
	padding: 5px 10px;
}

.rcorner .ft {
	background-image: url(../images/rcorner-ft.gif);
    background-position: left top;
}

.rcorner .ft div {
	background-image: url(../images/rcorner-ft_c.gif);
    background-position: right top;
}

/* Rounded-corner widget (2)
---------------------------------------------------------------------------------------------------- */
.sbrc {
}

.sbrc .hd, .sbrc .hd div,
.sbrc .ft, .sbrc .ft div {
	height: 10px;
	background-color: transparent;
	background-repeat: no-repeat;
}

.sbrc .hd {
	background-image: url(../images/sbrc-hd.gif);
    background-position: left top;
	_background-position: left bottom;
}

.sbrc .hd div {
	background-image: url(../images/sbrc-hd_c.gif);
    background-position: right top;
	_background-position: right bottom;
}

.sbrc .ft {
	background-image: url(../images/sbrc-ft.gif);
    background-position: left top;
}

.sbrc .ft div {
	background-image: url(../images/sbrc-ft_c.gif);
    background-position: right top;
}

.sbrc .bd {		
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	min-height; 5px;
}

.sbrc .bd .c {
	padding: 0 10px;
}

/* Rounded-corner widget (3)
---------------------------------------------------------------------------------------------------- */
.rc3 {}

.rc3 .hd, .rc3 .hd div,
.rc3 .ft, .rc3 .ft div {
	height: 15px;
	background-color: transparent;
	background-repeat: no-repeat;
}

.rc3 .hd {
	background-image: url(../images/bg-rc3-hd.gif);
    background-position: left top;
	_background-position: left bottom;
}

.rc3 .hd div {
	background-image: url(../images/bg-rc3-hd_c.gif);
    background-position: right top;
	_background-position: right bottom;
}

.rc3 .ft {
	background-image: url(../images/bg-rc3-ft.gif);
    background-position: left top;
}

.rc3 .ft div {
	background-image: url(../images/bg-rc3-ft_c.gif);
    background-position: right top;
}

.rc3 .bd {		
	background: transparent url(../images/bg-rc3-bd.gif) repeat-y left top;
	min-height; 5px;
}

.rc3 .bd .c {
	background: transparent url(../images/bg-rc3-bd_c.gif) repeat-y right top;
	padding: 0 10px;
}

/* Image with caption
---------------------------------------------------------------------------------------------------- */
div.fig img {
	margin: auto;
}

div.fig p {
	margin: 0;
}

/* Profile widget
---------------------------------------------------------------------------------------------------- */
.bprofile, .iprofile {
	margin-bottom: 25px;
}

.avatar, .info {
	float: left;
}

.bprofile .avatar {
	width: 115px;
	text-align: right;
	padding-right: 15px;
}

.bprofile .info {
	width: 500px;
}

.iprofile .avatar {
	width: 150px;
	text-align: left;
	padding-top: 2px;
}
	
.iprofile .info {
	width: 450px;
}

.iprofile p {
	margin: 0;
}

p.personal {
	margin: 0 0 10px;
}

span.name {
	margin-right: 8px;
}

span.position {
	color: #7ea63f;
}

/* Profile widget: typography
---------------------------------------------------------------------------------------------------- */
.bprofile .name {
	font-weight: bold;
}

.bprofile .position {
	color: #7ea63f;
}

/* Homepage module [specific] /index.html
---------------------------------------------------------------------------------------------------- */
.home_module {
	float: left;
	width: 300px;   /* remember to account for padding width */
	position: relative;
	margin-right: 10px;
}

.home_module.last {
	margin-right: 0;
}

.home_module .l, 
.home_module .l .r {
	height: 200px;
}

.home_module .l {
	background: transparent url(../images/rcorner.gif) no-repeat left -40px;
}

.home_module .l .r {
	background: transparent url(../images/rcorner.gif) no-repeat right -260px;
}

.home_module .content {
	padding: 25px 20px 15px;
}

.home_module a {
	position: absolute;
	top: 160px;	
	background: transparent url(../images/Gray_Arrow_Bullet.gif) no-repeat left top;
	behavior: url(../scripts/iepngfix.htc);
	padding: 2px 0 3px 25px;
}
