/*
*************************************************

Cosplay city
Pop Up Screen Styles

Created by Bob Schwartz
http://www.fotografics.it

*************************************************
*/

/*-------------------------------------------  
	  General Selectors
-------------------------------------------*/
* { 
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

h1, h2, h3, h4, h5 {
	
	font-family: Georgia, 'Times New Roman', serif;
	color: #FF6600;
}
img {
	border: 0;
}
/*-------------------------------------------  
	  Primary Layout
-------------------------------------------*/
body { 
	background: #fff;
	text-align: center;
	font-size: 100.1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
}
#wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 505px;
	background: url(../im/map_logo.jpg) no-repeat top center;
}
#head {
	width: 505px;
	height: 103px;
	margin-top: 5px;
}
#mc {
	width: 505px;
	background: #fff url(../im/map_con_bkg.jpg) repeat-y center;
}
#footer {
	position: relative;
	width: 505px;
	height: 17px;
	margin-right: auto;
	margin-left: auto;
	background: url(../im/map_ftr.jpg) no-repeat bottom center;
}
/*-------------------------------------------  
	  Secondary Layout
-------------------------------------------*/
/* Header */
div#text {
	padding: 10px;
	font-size: 12px;
}

div#flash {
	margin-top: 15px;
}

/*-------------------------------------------  
	  Hacks
-------------------------------------------*/
.clearit {
	width: 100%;
	height: 1px;
	margin: -1px;
	clear: both;
}
/*------------------------------------------- 
	  Typography
-------------------------------------------*/
.dropcap {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 165%;
}
h3 {
	font-size: 145%;
}
h4 {
	font-size: 135%;
}
/*------------------------------------------- 
	  Formating
-------------------------------------------*/
.mar-b10 {
	margin: 0 0 10px 0;
}
.mar-t10b5 {
	margin: 10px 0 5px 0;
}
.captions {
	font-size: 10px;
	font-weight: lighter;
}
.fl {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.fr {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.frtm {
	margin: 10px 0 10px 10px;
	float: right;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.letter {
	list-style-type: lower-alpha;
}
.capletter {
	list-style-type: upper-alpha;
}
.roman {
	list-style-type: lower-roman;
}
.no-bullet {
	list-style-type: none;
}

