/* @override http://mura:8500/mura/default/includes/themes/merced/css/site.css */



/*	Theme: Merced */

/* @group GLOBALS
===================================== */

body {
	color: #333;
    background:#ffffff;
    
	}
	
* { -moz-outline: 0; }


#content {
	font:1.2em/1.5em Georgia
}


hr {
	clear: both;
	height: 0;
	margin: 2em 0;
	border: 1px dotted #ccc;
	border-width: 1px 0 0;
	}

a, a:link, a:visited {
	text-decoration: underline;
	color: #294599;
	}

a:hover, a:active {
	color:#003399;
	text-decoration:underline
	}

p.intro {
	color: #666;
	line-height: 1.4em;
	margin-bottom: 1.25em;
	}

.extrapadding {
    padding:0 10px;
}    

dt {line-height:1.5em;}
    
.photoborder {
	border:1px solid #ccc;
	padding:3px;
}	

.photoright {
	float:right;
	margin:0 0 20px 20px;
}

.photoleft {
	float:left;
	margin:0 20px 20px 0;
}
	

/* @group Globals - Tables
===================================== */

.content table {
	width: 100%;
	}

th {
	color: #32566c;
	background: #e9f3f7;
	}

td {
	}

tr.alt td { background: #eee; }  /*Move*/ 

/* @end Globals - Tables
-------------------------------- */


/* @group Globals - Forms
===================================== */

#primary form {
	padding: 2em;
	background: #ededed;
	overflow: hidden;
	}

#primary #svSearchResults form {
	max-width: 100%;
}

#primary fieldset {
	border: none;
	padding: 0;
	}


#primary legend {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#primary label {
	padding-top: .5em;
	color: #0c2846;
	}

.submit, .buttons input, input.submit {
	float: right;
	border: none;
	padding: 1px 8px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background: #ff1d1d;
	-webkit-border-radius: 8px;
	-moz-border-radius: 80px;
	border-radius: 8px;
	text-align: center;
	}

form li {
	margin-left:0;
}
	
/* @group Globals - Forms - Search
===================================== */

#searchForm {
    float:right;
	right: 0;
	margin: 0;
	padding: 0;
	}

#searchForm fieldset {
	padding: 0;
	border: 0;
	margin:0;
	}

#searchForm input.text {
	float: left;
	width: 160px;
	margin: 0 .75em 0 0;
	font-style: italic;
	padding: 1px;
	}


/* @end Globals - Forms - Search
-------------------------------- */


/* @group Globals - Forms - Login
===================================== */

/* @group Globals - Forms - Login
===================================== */

#login {
	padding-bottom: 1em !important;
	}

#login ol {
	padding-top: 0;
	}

#svLoginContainer input.text {
	width: 99%;
	}

#svLoginContainer p.required {
	float: none;
	clear: both;
	}

#sendLogin fieldset {
	margin-top: -.5em;
	padding-top: .25em;
	}

/* @end Globals - Forms - Login
-------------------------------- */

.sidebar #login {
	padding: 0;
	}

/* @end Globals - Forms - Login
-------------------------------- */


/* @group Globals - Forms - Comments
===================================== */

#svComments {
	border-top: 2px solid #ccc;
	margin-top: 3em;
	padding-top: 2em;
	}

#svComments dl {
	border-bottom: 1px dotted #ccc;
	}



/* @end Globals - Forms - Comments
-------------------------------- */

/* @end Globals - Forms
-------------------------------- */

/* @end GLOBALS
-------------------------------- */



/* @group HELPER CLASSES
===================================== */

.clearfix:after {
	content: " "; /* Avoid extra space */
	}

/* @end HELPER CLASSES
-------------------------------- */



/* @group LAYOUT
===================================== */



#container {
		background:#ffffff url(../images/bg.jpg) no-repeat center 33px;
	}

#content {
    border:1px solid #d9dadc;
	position: relative;
    padding:10px 0;
    border-top:0;
    background-color:#fff;
	}
	
.articleContent {
	padding:10px;
	font-size:1.2em;
	line-height:1.5em;
}	
.articleContent a {
	text-decoration:underline;
}
.threeCol #content {
    background:#fff url(../images/content-bg.gif) repeat-y;
}
    
.railContent {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #EEEEEE;
	font-size:0.9em;
	padding:10px;
}
.railContent a {
	font-style:italic;
}

.content,
.sidebar {
	min-height: 100px; /*Fixes odd no-content disappearing bug.*/
	}

.content a {text-decoration:underline;}


/* @group Layout - Header
===================================== */

#topbar {
background:url("../images/bar-bg.png") repeat-x scroll 0 0 #000000;
border-bottom:1px solid #EEEEEE;
color:#FFFFFF;
height:22px;
padding:5px;
}

#topbar ul.navUtility, #topbar ul.navUtility li {
    margin:0;
    padding:0;
    list-style:none;
	}
	
#topbar ul.navUtility {
	margin-top:5px;
}
#topbar ul.navUtility li {
    float:left;
    border-left:1px solid #999;
    padding:0px 10px;
}    
#topbar ul.navUtility li.first {
    border:0;
}
#topbar ul.navUtility li a {
color:#FFFFFF;
font-size:1em;
text-transform:uppercase;
}
#topbar ul.navUtility li a:hover, #topbar ul.navUtility li a:active {
    color:#ededed;
    text-decoration:underline;
}

#header {

	}

#logo {
	display: block;
	width: 492px;
	height: 47px;
	margin: 15px 0 10px;
	text-indent: -9999px;
	background: url(../images/cips-usa.png) no-repeat;
	}



/* @end Layout - Header
-------------------------------- */


/* @group Layout - Right
===================================== */

#right {
	background: #f2f2f2;
	}

/* @end Layout - Right
-------------------------------- */


/* @group Layout - Footer
===================================== */

#footer {
	clear: both;
	padding-top: 10px;
	}

#footer p {
	font-size: 1em;
	color: #999;
	}
#footer a {
}

/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Breadcrumb
===================================== */
#crumbs {
    padding:10px 0;
    background: #fff;
    border:1px solid #d9dadc;
	width:960px;
	margin:0 auto;
}

#crumbList {
	margin: 0;
	}

#crumbList li {
	font-size: 1.1em;
	}

#crumbList li a:hover {
	text-decoration: underline;
	}

/* @end Nav - Breadcrumb
-------------------------------- */

/* @group Nav - Utility
===================================== */

.navUtility {
	overflow: hidden;
	margin: 0;
	padding: 0;
	}
.navUtility a {
}
.navUtility li {
	display: inline;
	margin: 0 .5em 0 -0.5em;
	padding: 0 10px;
	list-style: none;
	}
#header .navUtility {
    margin-top:10px;
	font-size:12px;
}
#header .navUtility li {
    padding:0 0 0 8px;
    margin:5px 0;
    background:url(../images/arrow.gif) no-repeat 0 4px;
    display:block;
	} 
    
#footer .navUtility {
	float: left;
	}

#footer .navUtility li {
	padding: 0 5px;
	border-left: 1px solid #cfcfcf;
	}

#footer .navUtility li a {
	font-size: 11px;
	color: #999;
	}

/* @end Nav - Primary
-------------------------------- */

/* @group Nav - Primary
===================================== */

#navbar {
    /*background:url(../images/nav-bg.gif) repeat-x;*/
    text-align:center;
    margin-top:5px;
}

#navPrimary {
	height: 53px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	color: #fff;
	background: #395fd2;
    width:962px;
	}

#navPrimary li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
    text-indent: -9999px;
    border-left:1px solid #8ba1e5;
	}

#navPrimary li.last {
	border-right:none;
	}

#navPrimary a {
	display: block;
	color: #fff;
	text-decoration: none;
    width:159px;
    height:53px;
	}

#navAboutCips a {
    background: url(../images/nav-about.gif) no-repeat;
}
#navFindAPsychoanalyst a {
    background:url(../images/nav-find.gif) no-repeat;
}
#navIpaFipa a {
    background:url(../images/nav-ipa.gif) no-repeat;
}
#navEventCalendar a {
    background:url(../images/nav-event.gif) no-repeat;
}
#navArtsAffairs a {
    background:url(../images/nav-arts.gif) no-repeat;
}
#navNewsAnnouncements a {
    background:url(../images/nav-news.gif) no-repeat;
}

/*#navPrimary li a:hover, #navPrimary li a:active
 {
    background-position:-159px 0;
}*/

#navPrimary li.current a, #navPrimary li a:hover, #navPrimary li a:active {
    background-position: right top;
}
    


    

/* @group Nav - Primary - Dropdown
===================================== */
/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#navPrimary li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	z-index: 10;
	width: 12em;
	margin: 0;
	padding-left: 0;
	list-style: none;
	background: #2e7aa7;
	}

#navPrimary li li { /* all list items */
	float: left;
	width: 12em; /* width needed for Opera */
	margin: 0 !important;
	}

#navPrimary li li a {
	display: block;
	padding: .5em;
	text-transform: none;
	}

#navPrimary ul li.first,
#navPrimary ul li li.first { /* all list items */
	border: 0;
	}

#navPrimary li ul ul { /* third-and-above-level lists */
	margin: -1.95em 0 0 12em;
	}

#navPrimary li:hover ul ul,
#navPrimary li:hover ul ul ul,
#navPrimary li.sfhover ul ul,
#navPrimary li.sfhover ul ul ul {
	left: -9999px;
		z-index: 1001;
	}

#navPrimary li:hover ul,
#navPrimary li li:hover ul,
#navPrimary li li li:hover ul,
#navPrimary li.sfhover ul,
#navPrimary li li.sfhover ul,
#navPrimary li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

/* @end Nav - Primary - Dropdown
-------------------------------- */



/* @end Nav - Primary
-------------------------------- */





/* @group Nav - Secondary
===================================== */

.navSecondary {
	margin: 0 0 4em;
	padding: 0;
	list-style: none;
	height: auto;
	font-size:11px;
	}

.navSecondary li {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	line-height: 1.2;
	}

.navSecondary .last {
	border: 0;
	padding-bottom: 0;
	}

.navSecondary li ul {
	margin: .5em 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}

.navSecondary li {
	margin-bottom: .5em;
	}

.navSecondary li a {
	display: block;
    padding:0 0 0 8px;
    background: url(../images/arrow.gif) no-repeat 0 4px;
	}
.navSecondary li a:hover {
	}

.navSecondary li.current a {
	font-weight: bold;
	color: #ff3405;
	}


/* @group Nav - Secondary - Second Level
===================================== */

.navSecondary li.current ul {
	}

.navSecondary li li {
	margin: 0 0 .5em 1em;
	padding: 0;
	border-bottom: none;
	list-style: none;
	line-height: 1.2em;
	}

.navSecondary li.current li a {
	font-weight: normal;
	color: #294599;
	}
.navSecondary li.current li a:hover, .navSecondary li.current li a:active {
	font-weight: normal;
	color: #003366;
	}

/* @end Nav - Secondary - Second Level
-------------------------------- */

/* @end Nav - Secondary
-------------------------------- */


/* @group Nav - More Results
===================================== */

.moreResults {
	border-top: 2px solid #e6e6e6;
	padding-top: 1.5em;
}

.moreResults a {
}

/*.moreResults dt {
	float: left;
	margin-right: .5em;
	}*/

.moreResults ul {
	/*float: right;*/
	overflow: hidden;
	margin: 0;
	padding: 0;
	}

.moreResults li {
	display: inline;
	padding: 0 .25em;
	list-style: none;
	border-right: 1px solid #b6b6b6;
	}
	
.moreResults li.resultsFound {
	padding-right: .5em;
}
	
.moreResults li.navNext {
	border-right: 0;
	}
	
.moreResults li.navPrev {
	border-right: 0;
	}

.moreResults li a {
	padding: 0;
	text-decoration:none;
}
.moreResults li a:hover {
	text-decoration:underline;
}

/* @end Nav - More Results
-------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */



/* @group MODULES
===================================== */

/* @group Galleries
===================================== */
/*Optimized Grid for 80px Thumbnails*/

#svGallery {
	border-top: 2px solid #e6e6e6;
	padding-top: 1.8em;
}

.oneCol #svGallery li {
	width: 9%;
	}
	
.twoColSR #svGallery li, .twoColSL #svGallery li {
	width: 11%;
	}

.threeCol #svGallery li {
	width: 18%;
	}


/* @end
-------------------------------- */

/* @group Calendar
===================================== */

.svCalendar table {
	margin-top: 0;
	}

.svCalendar th {
	background: #0c2846;
	vertical-align: middle;
	}

.svCalendar th a, .svCalendar th a:hover {
	background: #0c2846;
	}

.svCalendar th a:hover {
	color: #3D416A;
	}


.svCalendar tr.dayofweek td {
	background: #3D416A;
	color: #fff;
	}

.svCalendar th,
.svCalendar td {
	border:1px solid #ffffff;
    padding:0;
	}

.svCalendar td {
		background: #fff;
	}

.svCalendar td .date {
background:#ededed none repeat scroll 0 0;
border-bottom:1px solid #000000;
display:block;
margin:0;
padding:8px;
font-size:2em;
font-style:normal;
}    

.eventInfo {
    min-height:150px;
    font-size:1.2em;
    padding:8px;
}
.eventInfo a {
    font-weight:bold;
    }

.monthName {
background-color:#FFFFFF;
border:medium none;
font-size:38px !important;
font-style:italic;
padding-top:0;
text-align:right;
color:#000000;
}

#nextMonth img, #previousMonth img {
    display:inline;
}
    

/* @end Calendar
-------------------------------- */

/* @group Dragable Feeds */

#svRSSFeeds form {
	background: transparent;
	}

li.boxItemHeader { /* Link of items inside dragable boxes */
	color: #2e7aa7;
	padding-left: 10px;
	background: url(../images/pointer_red_sm.gif) no-repeat left .25em;
	}

a.boxItemHeader { /* Link of items inside dragable boxes */
	color: #2e7aa7;
	}

#svAddNewFeed {
	padding: 0 !important;
	background: transparent !important;
	}

#svAddNewFeed button { /* !important used to override dragable_feeds.css */
	background: #2e7aa7 !important;
	font-size: 11px !important;
	}

/* @end */



/* @group Features
===================================== */

#features {
	overflow: hidden;
	}

#features dl {
	float: left;
	clear: none;
	width: 213px;
	margin: 0 16px 0 0;
	}

#features dt {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -0.025em;
	}

#features dt a {
	color: #232323;
	}

#features dt a:hover {
	text-decoration: none;
	}

#features dd {
	font-size: 1.1em;
	}

#features dd p {
	margin: -3px 0 8px;
	line-height: 15px;
	}

#features dd a {
	font-weight: bold;
	}

#features dd.image {
	float: none;
	margin: 0 0 1.7em;
	}

#features dd.image img {
	/* recommended size: */
	/*width: 213px;*/
	/*height: 120px;*/
	}


/* @end Features
-------------------------------- */

/* home */

.home h1  {
font-size:27px;
line-height:120%;
margin:15px 0;
}

.home #intro {
background:#000000 url(../images/hm-photo.jpg) no-repeat top right;
padding:20px 420px 20px 20px;
color:#fff;
height:200px;

}
.home #intro p {
font-size:1.3em;
line-height:150%;
}

.home h2 {
color:#FF1D1D;
font-size:2.5em;
font-weight:normal;
margin:0;
}


#homeFeatures dt.subject {
	background:#294599;
	padding:6px;
	color:#fff;
}	


/* @group Home Feeds
===================================== */

.home .sidebar .svIndex h3 {
	display: block;
	padding: 0 1em;
	margin-bottom: 1em;
	line-height: 40px;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	background: #ff3405;
	}

.home .sidebar .svIndex dl {
	margin: 0 1.5em 1em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #d6d6d6;
	}
	
	

.home .sidebar .svIndex dl.last, .home .sidebar .svIndex dl:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	}

.home .sidebar .svIndex dt {
	margin: 0 0 .5em;
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3;
	}

.home .sidebar .svIndex dt.releaseDate {
	margin: 0 0 3px;
	font-size: 1em;
	text-transform: uppercase;
	color: #979797;
	}

.home .sidebar .svIndex dd {
	margin: 0 0 .25em;
	padding: 0;
	font-size: 1.1em;
	color: #434343;
	}

.home .sidebar .svIndex dd.summary {
	margin: 0 0 .5em;
	}

/*.home .sidebar .credits,
.home .sidebar .tags,
.home .sidebar .ratings,
.home .sidebar .credits {
	color: #999 !important;
	}*/

.home .sidebar .svIndex dl.hasImage .image {
	margin: 0 .5em 0em 0;
	}

.home .sidebar .svIndex dl.hasImage .image img {
	width: 50px;
	}

.home .sidebar .svIndex dd p {
	margin: 0;
	padding: 0;
	line-height: inherit;
	}

.home .sidebar .svIndex span.readMore a {
	display: none;
	}

/* @end Home Promo Feeds
-------------------------------- */

/* @group Indexes
===================================== */


.svIndex {
margin:0;
}
.svIndex dl {
	padding-bottom: 1em;
	border-bottom: 1px dotted #ccc;
	}

.sidebar .svIndex dl {
	margin: .5em 0;
	padding: .5em 0 .5em;
	}

.svIndex dl.hasImage {
		padding-left: 90px;
		position: relative;
		min-height: 90px;
		}

.sidebar .svIndex dl.hasImage {
	min-height: 0;
	padding-left: 0;
	}

.svIndex dl.hasImage .image {
		float: none;
		}

.sidebar .svIndex dl.hasImage .image {
	display: none;
	}

.content .svIndex {
	margin-top: 0;
	font-weight:normal;
	}
#homepage .content .svIndex {
	font-size:1.2em;
	}
	
.content .svIndex dt {
	font-size: 1.3em;
	margin-bottom: .5em;
	font-weight:normal;
	}
.content .svIndex dt a {
	text-decoration:none;
}
.content .svIndex dt a:hover {
	text-decoration:underline;
}

.svIndex dt.releaseDate {
	color:#777777;
	font-family:arial,helvetica;
	font-size:11px !important;
	margin-bottom:0.5em;
	text-transform:uppercase;
}

.svIndex dd {
	line-height: 1.2;
	}

.svIndex dd.image {
	position: absolute;
	top: 0;
	left: 0;
	}
    
.svIndex dd.summary, .svIndex dd.comments  {
    margin-left:0;
}


dd.summary span.readMore {
	background:url("../images/read-more-arrow.gif") no-repeat scroll 90% 50% #294599;
	color:#FFFFFF;
	display:inline-block;
	font-size:0.7em;
	margin-top:10px;
	padding:3px 23px 3px 8px;
	text-transform:uppercase;
}
dd.summary span.readMore a {
	color:#ffffff;
	text-decoration:none;
}

.moreResults dt {
	font-size:1.1em;
{

/* @group Ratings */

.content .svIndex dd.credits,
.content .svIndex  dd.comments,
.content .svIndex  dd.tags,
.content .svIndex  dd.rating {
	line-height: 20px; /* acommodate height of stars */
	}

div.stars a {
	width: 14px;
	height: 13px;
	background: transparent url(../images/rater/stars.png) no-repeat;
}

.zero { background-image: url(../images/rater/star_zero.png); }
.one { background-image: url(../images/rater/star_one.png); }
.onehalf { background-image: url(../images/rater/star_onehalf.png); }
.two { background-image: url(../images/rater/star_two.png); }
.twohalf { background-image: url(../images/rater/star_twohalf.png); }
.three { background-image: url(../images/rater/star_three.png); }
.threehalf { background-image: url(../images/rater/star_threehalf.png); }
.four { background-image: url(../images/rater/star_four.png); }
.fourhalf { background-image: url(../images/rater/star_fourhalf.png); }
.five { background-image: url(../images/rater/star_five.png); }

/* @end */

/* @group Slideshow
===================================== */

.svSlides dl {
	border: 0;
	margin: 0;
	}
	
.svSlides dl.hasImage { /* Optimized for 180px wide images. Edit image size in "site settings." Adjust here as necessary*/
	position: relative;
	padding-left: 200px;
	min-height: 180px;
	}
	
.home .svSlideshow {
	position: relative;
	width: 627px;
	/*height: 234px;*/
	overflow: hidden;
	padding: 30px 30px 10px;
	margin: 0 0 2.2em;
	color: #b4dffa;
	background: #102e50 url(../images/bg-hero.jpg) no-repeat !important;
	border: 0;
	}

.home .svSlides {
	position: relative;
	border: 0;
	z-index: 1;
	padding: 0;
	margin: 0 !important;
	min-height: 186px;
	}

.home .svSlides dl {
	/*width: 440px;*/
	height: 200px;
	padding-bottom: 0;
	margin-right: 0;
	border: 0;
	font-size: 1em;
	background: transparent !important; /*for IE 6/7*/
	}

.home .svSlides dt {
	margin-bottom: .35em !important;
	font-size: 2.6em !important;
	font-weight: bold;
	letter-spacing: -0.025em;
	color: #fff;
	}

.home .svSlides dt.releaseDate {
	color: #abdffa;
	font-size: 11px !important;
	font-weight: normal;
	margin-bottom: .5em !important;
	}

.home .svSlides dt a {
	color: #fff;
	}

.home .svSlides dd {
	margin-bottom: 1.1em;
	letter-spacing: -0.025em;
	font-size: 1.4em !important;
	line-height: 1.2em;
	padding: 0;
	}

.home .svSlides dd.image { /* Optimized for 180px wide "medium" images - edit image size in "site settings." Adjust here as necessary */
	position: absolute;
	display: block;
	width: 180px;
	height: 180px;
	float: none;
	padding: 0;
	border: 3px solid #1c5981;
	}

.home .svSlides dd.image img {
	display: block;
	}

.home .svSlides .readMore {
	float: right;
	}

.home .svSlides .readMore a {
	font-size: 11px !important;
	font-weight: bold;
	color: #fff;
	height: 2.1em;
	line-height: 2.1em;
	border: none;
	padding: 0 1em;
	display: block;
	width: 60px;
	text-align: left;
	padding-right: 22px;
	margin-right: 339px;
	margin-top: .75em;
	background: #2e7aa7 url(../images/arrows_white.gif) no-repeat 6.8em 50%;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	}

.svPager {
	text-align: center;
	line-height: 2;
	}

.home ol.svPager {
	position: relative;
	z-index: 2;
	width: 190px;
	text-align: center;
	margin: 10px 0;
	padding: 0;
	list-style: none;
	}

ol.svPager li {

	}

ol.svPager a {
	color: #fff;
	background: #0c243a;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

ol.svPager li.activeLI a,
ol.svPager a:hover {
	background: #ff3405;
		text-decoration: none;
	}



/* @end Slideshow
-------------------------------- */

/* @end Indexes
-------------------------------- */


/* @group Session Tools
===================================== */

#svSessionTools p#welcome {
	font-weight: bold;
	color: #ff3405;
	}

/* @end Session Tools
-------------------------------- */


/* @group User Tools - Categories
===================================== */

#svCategories li {
	margin: 0;
	padding: 0;
	}

#svCategories li a {
	margin: 0;
	padding: 0;
	}

/* @end User Tools - Categories
-------------------------------- */


/* @group User Tools - Favorites
===================================== */

#favoriteList li {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	}

#favoriteList li a {
	margin: 0;
	padding: 0;
	}

/* @end User Tools - Favorites
-------------------------------- */

/* @end MODULES
-------------------------------- */

/* @group 960 Grid System Tweaks
-------------------------------- */
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16, .grid_1_border, .grid_2_border, .grid_3_border, .grid_4_border, .grid_5_border, .grid_6_border, .grid_7_border, .grid_8_border, .grid_9_border, .grid_10_border, .grid_11_border, .grid_12_border, .grid_13_border, .grid_14_border, .grid_15_border, .grid_16_border {
        min-height:1px;
}


/* @end 960 Grid System Tweaks
-------------------------------- */

/* EOF */