/*
/ --------------------------------------
/	Mike Marlin
/   Frame Digital
/ --------------------------------------
/
/	-	STANDARD CSS
/   -   INLINE CMS CSS
/   -   COMMON CSS INCLUDING...
/
*/

/*------------------
/
/	- @font-face
/
/------------------*/

@font-face {
	font-family: 'TravelingTypewriterRegular';
	src: url('../fonts/travelingtypewriter-webfont.eot');
	src: local('?'), url('../fonts/travelingtypewriter-webfont.woff') format('woff'), 
        url('../fonts/travelingtypewriter-webfont.ttf') format('truetype'), 
        url('../fonts/travelingtypewriter-webfont.svg#webfontOUOhLcdX') format('svg');
	font-weight: normal;
	font-style: normal;
}

.typewriter,
.no-gigs,
#shop p,
.submitText,
.click-to-see { font-family: 'TravelingTypewriterRegular'; } 


/* --------------------------------------
/    STANDARD CSS
/ -------------------------------------- */

* { margin: 0px; padding: 0px; }

a { outline: none; text-decoration:underline; color: #AB007C; }

a:hover{
text-decoration:none;
}

a img{
	border:0;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;				
	margin-bottom: 15px;	
	line-height:1.5em;
}

p.small
{
	font-size: 10px;
}

p.list-back-link
{
    margin:15px 0;
    padding:5px 0 0 0;
    width:100%;
}

input { color: #666666; }

li
{    
	font-family: Arial, Helvetica, sans-serif;
    color:#666666;
	padding-left: 5px;
    margin:5px 0;
   /*    list-style-position: inside; 
 list-style-image: url(/themes/default/images/framework/bullet.png) #TODO   */
}

ul{
	margin:20px 0 20px 50px;
}

h1,h2,h3, h4
{
    font-family: Arial;
    display: block;        
    width: 100%;     
    color: #bf1e2e;
    font-weight: bold;  
}

h1 {
	font-size: 24px;
	margin-bottom: 20px;    
}
  
h2 {

font-size: 16px;
 margin-bottom: 15px;    
}

h3 { font-size: 13px;
 margin-bottom: 15px;    
 }
 
 
 /*used to align images in CMS*/
 .img-left
{
    display: inline;
    margin-right: 10px;
}

.img-right
{
    display: inline;
    margin-left: 10px;
}

.dotted-line{
    background-image: url(../images/dotted-purple.gif);
    background-repeat:repeat-x;
    background-position:center;
    font-size:1px;
    height:1px;
    line-height:1px;
    clear:both;
    padding:15px 0;
}

.clear
{
    width: 100%;
    height: 1px;
    font-size: 0px;
    clear: both;
}

#news #bubble,
#register-bubble-one p,
table tr td a { font-family: Arial; font-weight: bold; }

/* --------------------------------------
/    INLINE CMS CSS
/ -------------------------------------- */

div.editarea { border: dotted 1px #cdcdcd; _border: 0px; min-height: 20px; position: relative; float: left; width: 100%; z-index: 1000; }

div.yellowed
{
    background:none repeat scroll 0 0 #FFFFA7;
    border:2px dotted #C1022C !important;
    color:#000000;
    margin:10px;
    padding:3px 10px 0 5px;
    width:90% !important;
}

div.disabled {	
	border: 1px solid #8b0000;
	background-color: #ffd4d4;
	color:#8b0000;
	font-size:11px;
	padding:2px 5px;
	cursor: help;
}

.tools{
	
	font-size:8px;
	z-index: 1000;
	margin:-1px 0 0 0;
	width: 100%;		
	height: 16px;
	position: absolute;
    top: 0px; left: 0px;
}

.event .tools { position: relative; }
.event .tools img { float: right; }

.tools a.inlineedit {
    display: block;    
    float: right;    
}

div.editarea .tools a.inlineedit img{
	
}

.tools .info{
	cursor:help;
}

#cms-controls{
    
    position: absolute;
    left:0px;
    top: 0px;
    float: left;
    background-color:#FFFFCC;
    border:1px solid #CC1D1D;
    margin:0 auto;    
    
    padding:2px 5px;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 0.8em; 
    z-index: 3000;   
}

#cms-controls a
{
    color: #0000ff;
    text-decoration: underline;
    cursor: pointer;    
    font-size: 1em;
}
