/*---------------------------------------------
  Caribbean Sexuality Research Group Stylesheet
  
  @created 02.2009
---------------------------------------------*/

#main {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	vertical-align: top;
}

#mainContent {
	margin: 0 10px;
}

.row {
	float: left;
}

.row .col1,
.row .col2 {
	float: left;
	width: 200px;
	margin-right: 100px;
}

/* =Header
---------------------------------------------*/
#head {
	background-color: #660000;
	height: 60px;
	margin-bottom: 20px;
}

#head h1 {
	margin: 0;
	line-height: 60px;
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 18px;
}

/* =Sidebar
---------------------------------------------*/

#sidebar {
	vertical-align: top;
	height: 100%;
	background: url(../projects/csrg/images/flower-bg.jpg) repeat top left;	
}

#sidebar ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#sidebar ul li {
	list-style-image: url(../projects/csrg/images/bullet.jpg);
	margin: 10px 0;
}

#sidebar ul li a {
}

/* =Team Members
---------------------------------------------*/
.team-member {
	float: left;
	margin-bottom: 20px;
}

.team-member .photo {
	float: left;
	width: 150px;
}

.team-member .photo img {
    border: 2px solid #CCCCCC;
	padding: 2px;
}

.team-member .details {
	float: right;
	width: 400px;
	margin-left: 20px;
}

.team-member .details h3 {
	margin-top: 0;
}


/* =jCarousel
---------------------------------------------*/
#carousel {
	width: 600px;
	overflow: hidden;
}

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 450px;
    height: 200px;
}

.jcarousel-control {
    margin-bottom: 10px;
    text-align: center;
	float: left;
}

.jcarousel-control a {
    font-size: 18px;
    text-decoration: none;
    padding: 0 5px;
    margin: 0;
    border: 1px solid #fff;
    color: #fff;
    background-color: #660000;
    font-weight: bold;
	display: block;
	height: 66px;
	width: 150px;
	line-height: 66px;
}

.jcarousel-control a:link,
.jcarousel-control a:visited {
	color: #FFFFFF;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}


/* =Events List
---------------------------------------------*/

#events h3 {
	padding:0 10px;
	text-align:center;
	width:22px;
}

#events div.event_list {
	border-left:1px solid #EAE9E6;
	margin-left:42px;
	margin-top:-45px;
	padding-left:10px;
}

#events div p {
	line-height:15px;
	margin-bottom:7px;
}

.event_time {
	color:#820000;
}

.event_month {
	color:#820000;
	display:block;
	font-size:11px;
}

.event_day {
	color:#565347;
	display:block;
	font-family:Georgia,Times New Roman,Times;
	font-size:21px;
}

/* =Misc.
---------------------------------------------*/
.vcard {
	margin-bottom: 20px;
	background: url(../images/vcard.png) no-repeat top left;
	padding-left: 20px;
}
