
/* A few core classes I always use */
.mute		{ font-size:  10px; color:  #999;}
.hiden	{ display: none; }
.notice { font-style:  italic; color: #999;}
.invisible { visibility:  hidden; }
.clear	{ clear: both; }
.nowrap { white-space: nowrap;}





.container {
border-left: 1px solid #444;
border-right: 1px solid #444;
background-color: white;
background-color: #f8f8f8; 
bottom: 0px;
border-bottom: 8px solid black;

}

body {
	margin:0;
	margin-top: 0em;

	color: black;
	background-color: #eee;
	background-color: #aaa;
	background-color: #ddd;

	font-size: 16px;
	font-family:  "Lucida Grande", Lucida, Verdana, Myriad, Helvetica, Tahoma, sans-serif;

	/* THIS IS WRONG  TODO XXX*/
	font-size: 95%;

	/*
	padding-left:90px;
	padding-right:1px;
	*/
}

h1 {
}

h2 {
}

h3 {
}

h4 {
margin-bottom: .5em;
}


a {
	text-decoration:none;
	color: #444;
	color: rgb(227, 31, 38);
	font-family: Myriad, Helvetica, "Lucida Grande", Lucida, Verdana, Tahoma, sans-serif;
}

a:hover {
	color: #aaa;
	color: rgb(27, 31, 38);
	color: rgb(227, 31, 38);
	border-bottom: 1px solid #aaa;
}


#header {
	background-color: white;
	padding-top: 5px;
}


#header-left {
	text-align: left;
	vertical-align: bottom;
	height: 140px;
}

#header-left img{
	position: relative;
	top: 10px;
	left: -10px;
}

#header-right{ 
	text-align: right;
	margin: 0px;
	height: 140px;
}
#header-right embed{
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	text-align: right;
	position: relative;
	top: 60px;
	right: -40px;
}

#header-logo, #header-logo img, #header-logo a {
	margin:0px;
	padding:0px;
}

#header-logo a:hover {
	text-decoration: none;
	border-bottom: 0px;
}


#header-nav {
	background-color: black;
	cursor:pointer;
	background-image: url("../../../static/images/fakemenu_bg_short.png");
	margin: 0px 0px 0px 0px;
	padding-bottom: 2px;
}
#header-nav ul {
	background-color: black;
	cursor:pointer;
	list-style-type: none;
	background-image: url("../../../static/images/fakemenu_bg_short.png");
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

#header-nav ul li {
	float: left;
}

#header-nav ul li {
	overflow: hidden;
	font-weight: bold;
	display: block;
	background-image: url("../../../static/images/fakemenu_bg_divider_short.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 100%;
}

#header-nav a {
	text-decoration: none;
	color: white;
}

#header-nav a:hover {
	text-decoration: none;
	border: 0px;
	color: #fdd;
}

/*
#header-menu  {
	padding: 0em 1em;
	font-size: 75%;
	text-align: left;
	background-color: #f8f8f8; 
}


#header-nav li {
	float: right;
	padding-right:1em;
	padding-left: 1em;
	font-size: 120%;

	-o-border-radius:  0px 12px 0px 12px;
	-moz-border-radius: 0px 12px 0px 12px;
	-webkit-border-radius:  0px 12px 0px 12px;
	border-radius:  0px 12px 0px 12px;
	overflow: hidden;
}
*/

.issuu {
	text-align: right;

}

#header-moto  {
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 110%;
	background-color: #181818;
	text-align: right;
}


#footer-menu {
	padding-top: 0em;
	padding-bottom: 0em;

	border-top:    1px solid black;
	border-bottom: 2px solid black;

	font-weight: bold;

}

#footer-menu ul {
	cursor:pointer;
	list-style-type: none;
	float: left;
	margin: 0px 0px 0px 0px;
}


	/*height: 1.4em;*/
#footer-menu li {
	float: left;
	padding: .2em;
	padding-right:1em;
	padding-left: 1em;
	font-size: 120%;

/* -o-border-radius:  0px 12px 0px 12px;
-moz-border-radius: 0px 12px 0px 12px;
-webkit-border-radius:  0px 12px 0px 12px;
border-radius:  0px 12px 0px 12px;
overflow: hidden;
*/
	-o-border-radius:  12px 0px 12px 0px;
	-moz-border-radius: 12px 12px 0px 0px; 
	-webkit-border-radius: 12px 0px 12px 0px;
	border-radius:   12px 0px 12px 0px;
	overflow: hidden;

}

#content {
	color: black;
	background-color: #f8f8f8; 
	padding-top: 1em;
	padding-bottom: 2em;
	overflow: hidden;
}

#footer {
	padding-top: 2em;
	padding-bottom: .5em;
	color:	#444;
	background-color: #f8f8f8;
}


#copyright {
}

#business-address address {
	padding: .5em;
	padding-left: 1.5em;
	border: 1px solid black;
	background-color: white;
}

.profile-photo {
	padding: 0.5em;
	border: 1px solid #eee;
	background-color: white;
	width: 150px;
	height: 204px;
}


.profile-moto {
	color: #444;
	text-align: center;
	font-size: 100%;
}

.pricing-table, .deadlines{
	padding: .5em;
	margin-left: 2em;
	margin-bottom: .5em;
	background-color: white;

	font-size: 90%;

	-o-border-radius: 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;

	overflow: hidden;

	list-style-type: none;
	/* margin: 0px 0px 0px 0px;  */
}

p.pricing-table {
	padding-left: 2em;
}

.deadlines{
	margin-left: 3.5em;
	margin-right: 1em;
}

.dquo {
	font-size: 130%;
}

tt {
	font-size: 75%;
}



#advert-types {
	float: left;
}
#advert-types h4 {
	color: #444;
	cursor: pointer;
	margin-top: .5em;
	margin-bottom: 0em;
}

#advert-type-pricetable ul {
	display: block;
	background-color: #111111;
	background-color: rgba(0, 0, 0, 0);
}
#advert-types ul li,#advert-type-pricetable ul li{
	list-style-type: none;
}

#advert-type-pricetable {
	margin-top: -1.5em;
	height: 16em;
	margin-bottom: 0em;
	background-color: #111111;
	background-color: rgba(0, 0, 0, 0);
}


.mswitch { 
	color: #f8f8f8; 
}

#advert-types .selected H4, #advert-types .selected .mswitch { 
	display: normal;
	color: rgb(227, 31, 38); 
}

h4 i { 
	font-size: 75%;
}

.home-text {
	font-size: 100%;
}

.alt, .dquo {
	font-family: Helvetica;
	color: black;
}

.captiontext {
	font-size: 108%;
	font-weight: bold;
	padding-bottom: 1.5em;
}

.issuunotice {
	/*
	float: right;
	position: relative;
	top: 1em;
	right: -2em;
	color:#333;
	border:0px solid red;
	writing-mode:tb-rl;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	white-space:nowrap;
	display:block;
	font-weight:normal;
	width:10px;
	height:10px;

	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	bottom:0;
	font-size:24px;
	text-shadow: 0px 0px 1px #333;
	 */
	
	color: #444;
	font-size: 85%;
	float: right;
	position: relative;
	top: .2em;
	z-index: 1999;
}

/* Test 
 *
.column { border: 1px solid red; }
.container { background: url(blueprint/lib/img/grid.png); }
div { border: 1px solid red; }
*/


