@charset "utf-8";
/*

Main stylesheet - Revision B
For Armenian Mesrobian School
By simpleVue media

*/

/* ------ Styles used globally ------ */

body {
	margin: 0;
	padding: 0;
	background: #fff;
	background-image: url(img/page_bg.gif);
	background-repeat: repeat-x;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

#container ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#footer {
	float: left;
	clear: both;
	width: 960px;
	border-top: 3px solid #ccc;
	margin-top: 20px;
	background-color: #eee;
	padding: 15px;
	height: 60px;
	color: #9d9d9d;
	font: 8pt/12pt Verdana, Arial, Helvetica, sans-serif;
}

#footer-left{
	float: left;
}

#footer-right {
	float: right;
	text-align: right;
}

/* ------ Home page boxes ------ */

#home {
	background-image: url(img/bg.gif);
}

#header {
	height: 112px;
	background-image: url(img/header.gif);
}

#slideshow {
	float: left;
	width: 605px;
	height: 340px;
	background-image: url(img/slideshow.gif);
}

#homelinks {
	float: right;
	width: 355px;
	height: 340px;
	background-image: url(img/homelinks.gif);
	background-repeat: repeat-x;
}

#welcome {
	float: left;
	width: 405px;
	height: 500px;
	background-color: #fff;
	background-image: url(img/welcome_bg.gif);
	background-repeat: repeat-x;
}

#welcome_title {
	width: 405px;
	height: 80px;
	background-image: url(img/t2_welcome.gif);
	background-repeat: no-repeat;
}

#quicklinks {
	float: left;
	width: 200px;
	height: 400px;
	background-color: #fff;
	background-image: url(img/quicklinks_bg.gif);
	background-repeat: repeat-x;
}

#quicklinks_title {
	width: 200px;
	height: 80px;
	background-image: url(img/t2_links.gif);
	background-repeat: no-repeat;
}

#quicklinks ul {
	margin-top: 20px;
	list-style: none;
	margin-left: 15px;
	margin-right: 20px;
}

#quicklinks ul li {
	padding-top: 7px;
	padding-bottom: 7px;
}

#quicklinks ul li#first {
}

#quicklinks ul li:hover {
	background-color: #ddd;
}

#news {
	float: left;
	width: 355px;
	height: 400px;
	background-color: #fff;
}

#news_title {
	width: 355px;
	height: 80px;
	background-image: url(img/t2_news.gif);
	background-repeat: no-repeat;	
}

/* ------ Navigation menu on home page only ------ */

ul#homenav{
   float: right;
   width: 355px;  
}

ul#homenav li{
   clear: left;
   float: left;
   width: 331px;
   padding: 8px 0 5px 24px;
   list-style: none;
   background: url(img/greyline.gif) no-repeat center top;
}

ul#homenav li#first {
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 37px;
	background: none;
	padding: 5px 0 5px 24px;
}

ul#homenav h3{
   margin-bottom: 3px;
   font-size: 1.4em;
   font-weight: normal;
   font-family: Georgia, Times, "Times New Roman", serif;
   display: inline;
}

ul#homenav h3 a {
	color: #305872;
	text-decoration: none;
}

ul#homenav p {
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-size: 8pt;
}

ul#homenav p a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	font-size: 9px;
	color: #305872;
	text-decoration: none;
}

ul#homenav p a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	font-size: 9px;
	color: #fff;
	text-decoration: underline;
}

ul#homenav li:hover,
ul#homenav li#first:hover {
	background-color: #1a384b;
}

ul#homenav li:hover p,
ul#homenav li:hover p a {
	color: #fff;
}

ul#homenav li:hover h3,
ul#homenav li:hover h3 a {
	color: #87b1cc;
}

/* ------ Styles for pages other than the home page... ------ */

#page_header {
	height: 222px;
	background-image: url(img/page_header.gif);
}

#page_header-top {
	height: 170px;
	background-image: url(img/page_header-top.gif);
}

.fright {
	float: right;
	margin-top: 8px;
	color: #fff;
	font-size: 8pt;
}

.fright a {
	color: #fff;
	text-decoration: none;
	font-size: 8pt;
}

.fright a:hover {
	text-decoration: underline;
}

#leftbar {
	float: left;
	height: 500px;
	background-color: #fff;
	background-image: url(img/bar_bg.gif);
	background-repeat: no-repeat;
	width: 200px;
}

#thecontent {
	float: left;
	min-height: 500px;
	background-color: #fff;
	width: 560px;
}

#thecontent_wide {
	float: left;
	min-height: 500px;
	background-color: #fff;
	width: 760px;
}

#rightbar {
	float: left;
	height: 500px;
	background-color: #fff;
	background-image: url(img/bar_bg_f.gif);
	background-repeat: no-repeat;
	width: 200px;
}

/* ------ Blockquote styles (may not be used at all in the XHTML ------ */

blockquote {
	display: block;
	width: 327px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 25px;
}

blockquote:before, blockquote:after {
	color: #305872;
	display: block;
	font-size: 36pt;
	width: 50px;
}

blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.55em;
}

blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: -20px;   
	margin-left: 90px;
}

/* ------ MAIN NAVIGATION ------ */

#main-nav {
	height: 52px;
	background-image: url(img/page_header-bottom.gif);
	padding-bottom: 5px;
	padding-top: 12px;
	color: #ccffff;
}

#main-nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	width: 100%;
	color: #ccffff;
} 

#main-nav ul li {
	display: inline;
}
	
#main-nav ul li a {
	float: left;
	color: #ccffff;
	padding: 0.2em 1em;
	text-decoration: none;
	border-right: 1px solid #666699;
}

#main-nav ul li a:hover {
	color: #fff;
}

#main-nav ul li a.first {
	padding: 0.2em 1em;
	margin-left: 0;
	padding-left: 0;
}

#main-nav ul li a.last {
	border: none;
}

/* ------ Sub-navigation on the side ------ */

#leftbar ul {
	float: right;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 8pt;
}

#leftbar ul li:before {
	content: "\00BB \0020";
}

#leftbar ul li.gohome:before {
	content: "\00AB \0020";
}

#leftbar ul li.gohome {
	border-bottom: 1px #ccc solid;
	padding-bottom: 15px;
	font-weight: bold;
}

#leftbar ul li {
	padding-top: 17px;
}

#leftbar ul li.gohome a {
	text-decoration: none;
	color: #666666;
}

#leftbar ul li a {
	text-decoration: none;
	color: #666666;
}

#leftbar ul li a:hover {
	text-decoration: underline;
}

/* ------ MAIN HEADERS (including header links and hovers) ------ */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
}

h2 {
	margin: 1em 1em;
}

.entry-title {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h4 {
	margin-bottom: 5px;
	margin-right: 15px;
	margin-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #305872;
}

h5 {
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 1em 1em 1em 1em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #fff;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 14pt;
	background-color: #305872;
}

h6 {
	margin-top: 25px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	background-color: #305872;
	color: #fff;
	padding: 1em 1em;
	margin-left: 10px;
	margin-right: 10px;
}

h1 a, h2 a, h3 a, h4 a {
	color: #305872;
	text-decoration: none;
}

h5 a, h6 a {
	color: #fff;
	text-decoration: none;
}

#news h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	margin-top: 1em;
	margin-left: 1em;
	margin-bottom: 0;
	color: #305872;
}

#news h3 a {
	text-decoration: none;
	color: #305872;
}

#news h3 a:hover {
	text-decoration: underline;
}

/* ------ More styles for <p> and <a> including hovers ------ */

p {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	color: #666666;
	font: 10pt/15pt Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #305872;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#thecontent p,
#thecontent_wide p {
	margin-left: 30px;
	margin-right: 13px;
}

#news p {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 0;
}

#news a {
	text-decoration: none;
	color: #305872;
}

#news a:hover {
	color: #0099CC;
}

#welcome p {
	margin: 20px 20px 20px 20px;
}

ol li {
	margin-left: 30px;
}

#thecontent ul li {
	margin-left: 60px;
}

#thecontent_wide ul li {
	margin-left: 60px;
}

#rightbar ul li {
	margin-left: 40px;
}

#rightbar h6 {
	margin-left: 0;
	margin-right: 0;
}

#news ul#newsticker {
	margin-left: 20px;
	list-style: none;
}

#news ul#newsticker li{
	font-size: 18pt;
	margin-top: 20px;
}

#news ul#realnews {
	margin-top: 65px;
	margin-left: 28px;
	list-style: none;
}

#news ul#realnews li {
	font-size: 8pt;
	margin-top: 10px;
}

.postdate {
	float: right;
	font-size: 8pt;
	font-weight: normal;
}

.post {
	margin-bottom: 45px;
}