/*
 * Theme Name: CDRS YUI Grids 3 Columns
 * Theme URI: http://cdrs.columbia.edu/
 * Description: White and Blues 3 columns theme.
 * Author: Alberto Ortiz Flores
 * Author URI: http://cdrs.columbia.edu/
 * Tags: white, blue, fixed width, three columns
*/

/* Begin Typography & Colors */

#custom-doc { width:78.08em;*width:76.2em;min-width:1015px; margin:auto; text-align:left; }

body
{
	background: #fff url(images/bg.gif) repeat;
}

strong
{
	font-weight: normal;
}

#doc4
{
	font-family: verdana, sans-serif;
}

#wrapper
{
	background-color: #fff;
	border:1px solid #999999;
}

#hd
{

}

#bd
{
	/* background: #FFFFFF url(images/bodybg.png) repeat-y; */
}

.top-right-banner
{
	background-color: #fff;
	height: 100px;
}
/* Blogs block begin */

.content-center h2
{
	font-size: 123.1%;
}

.content-center h2.title
{
	font-size: 131%;
}

.read-more a:link, .read-more a:visited
{
	text-decoration: none;
}
.read-more a:active, .read-more a:hover
{
	text-decoration: underline;
}



.content-center h1, .content-center h2, .content-center h3 
{
	/* Top & bottom margin based on font size. */
	margin: 1em 0;
}

.content-center h2, .content-center h3, .content-center h4, .content-center h5, .content-center h6 {
	font-weight: bold;
}

small.authors
{
	margin-top: .3em;
	display: block;
	font-size: 93%;
}

small.meta
{
	margin-top: .3em;
	margin-bottom: 1em;
	display: block;
	font-size: 85%;
}

.content-center h2.title, .content-center h3.title
{
	margin: 0;
	font-weight: normal;
}

.content-center .entry h3.title
{
	font-size: 116%;
	margin: 1em 0 0 0;
}

.content-left h2, .content-right h2
{
	font-weight: bold;
	margin-bottom:10px;
	margin-right:3px;
	border-bottom: solid 1px #0066cc;
}

em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

.content-center ol, .content-center ul, .content-center  dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

.content-center ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

.content-center ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

.content-center dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}

.content-center p, .content-center fieldset, .content-center table, .content-center pre
{
	/* So things don't run into each other. */
	margin-bottom: 1em !important;
}

.blog
{
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: #AAA 1px solid;
}

h2, h3.title
{
	font-size: 123.1%;
}

#blogs h3.title a:link, #blogs h3.title a:visited
{
	text-decoration: none;
}

#blogs h3.title a:active, #blogs h3.title a:hover
{
	text-decoration: underline;
}

#blogs div.abstract
{
	margin-top: 1em;
}

#blogs div.excerpt
{
	font-size: 93%;
}

#blogs div.links
{
	font-size: 85%;
}

/* Blogs end */

/* Common declarations begin */

#most-recent-articles ul li, #news ul li, #announcements ul li, #special-events ul li, #meta ul li
{
	font-size: 93%;
	margin: 1em 0;
	line-height: 1.3em;
}

#archives ul li, #translation ul li
{
	font-size: 85%;
	margin: .5em 0;
}

li.more
{
	font-size: 85% !important;
	margin-top: 10px;
}

a:link, a:visited
{
	color:#15317e;
	text-decoration:underline;
}

a:active, a:hover
{
	color:#00008b;
	text-decoration:none;
}

/* Common declarations ends */

.banner .logo
{
	width: 49.2307em;
	*width: 48.0001em;
	min-width: 640px;
	height:7.6923em;
	*height:7.5000em;
	min-height:100px;	
}

.banner .logo h1 a 
{
	display:block;
	background:url(images/logo.jpg) no-repeat left;
	width: 277px;
	height:7.6923em;
	*height:7.5000em;
	min-height:100px;
	margin: 0 .3846em;
	*margin: 0 .3750em;
}

#nav
{
	background:#0066cc;
	height:15px;
}

#archives ul li
{

}

#leftside, #rightside
{
	padding: 0 .7692em 0 .3846em;
	*padding: 0 .7500em 0 .3750em;
}

.content-center
{
	width: 42.6923em !important;
	*width: 41.6251em !important;
	margin: 0 !important;
}

#ft
{
	background: #0066CC;
	color:#fff;
	text-align: center;
}

#ft a:link, #ft a:visited
{
	color:#fff;
	text-decoration:none;
}

#ft a:active, #ft a:hover
{
	text-decoration:underline;
}

.entry { border-bottom: #aaa 1px solid; }
.right { float:right; }
.left { float:left; }

.content-left #leftside div, .content-right #rightside div, #yui-main div.content-center
{
	padding: 1em 0;
}

.sidebar-left
{
	width: 19.2307em;
	*width: 18.75em !important;
	min-width: 250px;
}

.commentlist li 
{
	font-weight: bold;
}

.commentlist li .avatar 
{ 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a 
{
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p 
{
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}


/* Form Elements */
.entry form 
{ 
	text-align: left; /* This is mainly for password protected posts, makes them look better. */
}

select 
{
	width: 130px;
}

#commentform input 
{
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea 
{
	width: 95%;
}


#commentform #submit 
{
	margin: 0;
	float: right;
}
/* End Form Elements */


/* Begin comments */

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#comments ul.commentlist, #comments ol.commentlist
{
	margin-left: 0 !important;
	list-style-position: inside;
}

.commentlist li
{
	list-style: none !important;
	margin: 1em 0;
	padding: .5em 1em;
}

/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps 
{
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center 
{
	text-align: center;
}

/* End Various Tags & Classes*/

.box
{
	border: 1px solid #666666; 
	background: #F2F2F2;
	padding: 10px 5px;
}


input
{
	width: 90%;
}

.post
{
	margin: 5px 0;
}

.links
{
	display: block;
	margin: 10px 0;
}

#ft
{
	padding: 5px 0;
}

#ft p
{
	margin: 3px;
}

div.message
{
	font-size: 100%;
	padding: 0 !important;
}

span.title em
{
	font-weight: bold !important;
}

.block
{
	display: block;
	margin: 5px;
}

br
{
	display: none;
	visibility: hidden;
}

.breakline
{
	height: 1px;
	border: none;
	background-color: #aaa;
	width: 98%;
}

.content-left #welcome h2
{
	border-bottom: none !important;
}
