/*
	------

	This stylesheet is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License. 
	To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/2.0/ 
	or send a letter to 

	Creative Commons
	559 Nathan Abbott Way
	Stanford, California 94305, USA.
	------
	
	color wheel
	#ccc - lt. grey
    #6f6e6e - grey
	#666 - dk. grey
	
	#fff - white
	#000 - black

    this is the default template, see styleprint.css for a printable stylesheet.
	
*/

body  {
	font-family: "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight:bold;
	text-align:center;
	background-color: #fff;
	letter-spacing: .5px;
	background-image:URL(rila-social-back.jpg);
	background-repeat: no-repeat; 
	background-attachment: fixed;
    background-position: top center; 
}

A 			
{
	text-decoration: underline;
	} 

A:visited	
{
	color: #940001;
 text-decoration:none;
} 

A:link  
{
	color : #940001;
	text-decoration: none;
}

A:active	{
	text-decoration: none;
} 

A:hover		{
	background-color:#ffff73;
	text-decoration: none;
} 

/*

This is where the magic happens. If you are on a 640x480 monitor for some reason, or have low resolution, you can set the width to something like 600.

*/

.main
{
	width:850px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:300px;
	background:#ffffff;
	text-align:left;
	border: 1px solid #666;
    background: url(back.png);
}

.center {
text-align:center;
}

.padding {
	padding-top: 10px;
padding-bottom: 20px;
padding-left: 40px;
padding-right: 40px;
}

/*

anything set to <span class="no"> will be invisible on screen but visible in print.

*/


.no {
display:none;
}

/*

this makes a little red triangle for a list item, you can delete the list-style if you don't want any images in your presentation

*/

ul
 {
	padding-top:2px;
	list-style-image:url(bullet.png);
} 

li
{
	padding-bottom:4px;
	padding-top:2px;
}

h3, h4
{
	color: #3b5061;
	font-weight: bold;
	font-size: 42px;
}

h5 {
    color: #3b5061;
    margin-top:4px;
    margin-bottom:4px;
}

h1, h2 {
    color: #000;
	font-weight: bold;
	font-size: 42px;
    padding-bottom: 8px;
}

/*

headers for slides have some style associated with them, they are black and white in the print version

*/

h3.header {
    font-family: "American Typewriter", "Times New Roman", Times, serif;
    background: #ffb336;
	color: #575755;
	font-weight: normal;
    letter-spacing: 2px;
    padding: 15px;
	padding-left:30px;
	margin-top:0px;
	margin-bottom:6px;
	border-bottom: 1px dotted #666;
}

/*

text put into small tags is NOT bold like text otherwise

*/

small {
font-weight: normal;
}

/*

puts the next button in the right place

*/

.next
{
font-size: 18px;
color: #6f6e6e;
font-weight: normal;
text-align:center;
letter-spacing: 3px;
text-decoration:none;
}

em {
font-size:26px;
line-height:30px;
padding-left:50px;
display: block;
}
