/* Milan Prucha | Portfolio 2010 */

HTML {
	/* this stops the 'page wiggle' caused in FireFox when Drop-down dynamic menu is used */
	overflow-y: scroll;
}

body 
{
	/*background-color: #E0E0E0; #E2E2E2;*/
	background-color: #E3E3E3;
	background-position: top;
	background-repeat: no-repeat;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	background-image: none;
}

#mainframe 
{  
  width:      	960px;
   /* Top, right, bottom, left */
  /*margin: 		30px auto 30px auto;*/
  margin: 		40px auto 0 auto;
  /*padding on elements internal to the frame*/
  padding: 		20px 20px 20px 20px; 
  text-align:	left;
  border: 		1px solid #BBBBBB;
  background:	#FFFFFF;
  overflow: hidden;
  
  -webkit-border-radius: 0 20px;
  -moz-border-radius: 0 20px;
  border-radius: 0 20px;
  -webkit-box-shadow: 2px 2px 6px #BBB;
  -moz-box-shadow: 2px 2px 6px #BBB;
  box-shadow: 2px 2px 6px #BBB;
}

#masthead 
{
	padding: 0px 0px 120px 0px;
	margin: 0px 0px 0px 0px;
}

#logo 
{
	color: #666666;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#menubar
{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#content
{
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
}

/* footer is underneath/outside of mainfame element*/
#footer {
	clear: both;
	width: 1000px;
	margin: 0px auto 40px auto;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	text-align:	right;
	color: #999999;
}

.img-link{
	width: 220px;
	height: 20px;
	padding: 0px 0px 20px 0px;
	text-align:center;
}

ul{
	list-style-type: none;
}

ul li {
  	background: url('/_assets/images/bullet.gif') no-repeat 0 .5em;
    padding-left: 20px;
}

.rca {
	color: #BBBBBB;
	font-variant: small-caps;
}

.accent     { font-weight:bold; color: #000000;}
.gray 	{color:#666666;}
.palegray {color:#BBBBBB;}
.indent { margin-left:20px;}

.heading{
	font-size: 20px;
	color: #666666;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	line-height: 20px;
	font-variant: small-caps;
}

p.accent { font-weight:bold; color: #000000}
p.indent { margin-left:20px}

a:link { 
	color: #910019;
	font-weight:bold;
	text-decoration: none;} 

a:visited {
	color: #AD6440;
	font-weight:bold;
	text-decoration: none;}  
  
a:active { 
	color:  #AD6440;
	font-weight:bold;
	text-decoration: none;}  
	
a:hover { 
	color: #AD4053;
	font-weight:bold;
	text-decoration: none;}

p { 
	font-family: Verdana, sans-serif;
	font-size : 12px; 
	line-height: 20px;
	color: #000000;
	font-style:normal;
}

h1{
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 20px;
	color: #666666;
	line-height: 20px;
	font-weight: normal;
	font-syle: normal;
	/*font-variant: small-caps;*/
	margin: 0px 0px 20px auto;
	text-decoration: none;
}

h2 {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
}

h3 {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size : 6px; 
	line-height: 20px;
	font-style : italic;
	color: #000000;
	text-decoration: none;
}

h4 {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 6px;
	line-height: 20px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}

