/* 
  ------------------------------------------------
  kagyuoffice.org buddhism section stylesheet
   col sizes 160 + 450 (+ 160 (invisible))= 770
  Based on
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  08: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
}
#masthead {
	color: #999999;
	background-color: #CC9933;
	padding: 0px;
	margin: 0 0 5px 0;
	background-image: url(../MonasticCentersBanner.gif);
	background-position: center 10px;
	background-repeat: no-repeat;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(../p7csslm.orig/p7csslm/img/clm08_middle.monasticcenters.gif);
	background-repeat: repeat-y;
}
#column_top {
	background-image: url(../p7csslm.orig/p7csslm/img/clm08_top.monasticcenters.gif);
	background-repeat: no-repeat;
	height: 12px;
}
#column_bottom {
	background-image: url(../p7csslm.orig/p7csslm/img/clm08_bottom.monasticcenters.gif);
	background-repeat: no-repeat;
	height: 12px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 450px;
	float: left;
/*
To fix IE bugs with centering blocks that does not accept automargins, can set text-align in this block to center and thenin #center.content set text-align to left
*/
}
#left {
	width: 160px;
	float: left;
}
#right {
	width: 160px;
	float: left;
}
#center .content {
	padding: 24px 32px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
	color:#FFFFFF;
}
#masthead .content {
	padding: 12px 12px 3px 12px;	
	height: 80px;
}
#footer .content {
	padding: 12px 0px;
}
#footer {
	color: #666666;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #FFFFFF;
}
#center a:link {
	color: #3969B5;
}
#center a:visited {
	color: #666666;
}
#center a:hover {
	color: #000000;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #FFFFFF;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #418B7A;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.nomarginbottom {margin-bottom: 0;}
.content p {
	margin: 12px 0;
}

/* right content link update */

#right .content a:link {
	color: #FFFFFF;
}
#right .content a:visited {
	color: #CCCCCC;
}
#right .content a:hover {
	color: #004D9C;
	background-color: #FFFFFF;
}

/* left content list and link update */

#left h3.nomargintop {
	text-align:center;
	color:#3969B5;
	margin-bottom:10px;
	}
	
#left ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	}
	
#left li {
	margin: 0 0 12px 6px;
	padding: 0 0 0 0;
	list-style: none;
	}
	
#left li ul li {
	margin-bottom: 0;
	list-style-type: none; 
	list-style-image:url(../0305images/navd.gif);
	}
		
#left li ul li ul li {
	margin-bottom: 0;
	list-style-type: none;
	list-style-position: inside; 
	list-style-image:url(../0305images/navd2.gif)}
	
#left .content a {
	text-decoration:none;
	color: #3969B5;
	}
	
#left .content ul li a {
	color: #CC3333;
	font-weight:bold;
	font-size:1em;
	}	
	
#left .content ul li ul li a {
	font-size:.95em;
	color: #3969B5;
	}	
	
#left .content ul li ul li ul li a {
	font-weight: normal;
	font-size:.95em;
	}	
		
#left .content ul li a:visited {
	color: #999999;
	}	

#left .content a:visited {
	color: #999999;
	}
	
#left .content a:hover {
	color: #CC3333;
	text-decoration:underline;
	}
	
#left .content a ul li ul{
	margin: 0;
	}

/* search div in banner area */

div.search {
	margin: 0;
	padding: 0;
	text-align:right;
	}

/* --------- Crumbs ------------ */
	
#pmmcrumb {
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	padding: 6px 0 6px 6px;
	font-size: 90%;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}

/* --------- image ------------ */
	

.imageright {
	font-size: 80%;
	font-weight: bold;
	color: #3969B5;
	float: right;
	padding: 7px 7px 7px 10px;
}

.imageleft {
	font-size: 80%;
	font-weight: bold;
	color: #3969B5;
	float: left;
	padding: 7px 7px 7px 7px;
}
	
.imagecenter {
	margin:0px auto;
	font-size: 80%;
	font-weight: bold;
	color: #3969B5;
	padding: 7px 7px 7px 7px;
	
}
