@import url(/core/css/reset.css);
@import url(/core/css/forms.css);

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: medium;
	font-size: 0.8em;
	color: #333;
	background-color: White;
}

#page {
	width: 750px;
	margin: 0px auto;
	padding-top: 30px;
}

body.home #page {
	width: 500px;
}

#page p.logo {
	margin-top: 100px;
	text-align: center;
}


/***********************************************************
 * General Styles                                          *
 **********************************************************/

body.absolute-home h1 {
	position: absolute;
	top: -5000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

h1 {
	color: #999;
	font-size: 2em;
	margin: 1em 0;
}

h2 {
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
	margin: 2em 0 0.5em 0;
}

a {
	color: #900;
}

a:hover {
	text-decoration: none;
}

p, em, strong, span, div {
	line-height: 1.3em;
}

p {
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

input, textarea, select {
	border: 2px solid #AAA;
	padding: 2px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

p.link strong {
	font-size: 1.3em;
	display: block;
	overflow: auto;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

p.link span {
	font-size: 0.8em;
}

p.preview-continue {
	text-align: center;
}

p.preview-continue a {
	font-size: 2em;
	font-weight: bold;
	color: #AAA;
	text-decoration: none;
	background-image: url(/graphics/arrow-orange.png);
	background-position: 0 70%;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
}

p.preview-continue a:hover {
	background-image: url(/graphics/arrow-green.png);
	color: #999;
}

p.preview-continue.warning a {
	background-image: url(/graphics/warning-red.png);
}

p.preview-continue.warning a:hover {
	background-image: url(/graphics/warning-orange.png);
}

p.preview-thumb {
	width: 120px;
	color: #CCC;
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #CCC;
	font-size: 0.8em;
}

p.preview-thumb img {
	margin-top: 3px;
}

p.view-text-serif,
p.view-text-sans,
p.view-text-mono {
	border: 4px solid #CCC;
	background-color: #EEE;
	padding: 10px;
}

p.view-text-serif span,
p.view-text-sans span,
p.view-text-mono span {
	display: block;
	font-size: 0.8em;
	text-align: right;
	margin-top: 1em;
	font-style: italic;
}

p.view-text-serif {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 1.3em;
}

p.view-text-sans {
	
}

p.view-text-mono {
	font-family: "Courier New", Courier, monospace;
	white-space: pre-wrap;
}

p.disclaimer {
	font-style: italic;
	color: #999;
	padding: 3em 0;
	font-size: 0.8em;
}

#code-copy {
	border: 2px solid #CCC;
	font-size: 1.2em;
	padding: 3px;
	width: 250px;
	margin-bottom: 2em;
}

ul {
	display:block;
	list-style-position:outside;
	list-style-type:square;
	margin: 0.5em 0 1em 3em;
}

ol {
	display:block;
	list-style-position:outside;
	list-style-type:decimal;
	margin: 0.5em 0 1em 3em;
}

li {
	display:list-item;
	margin-bottom:0.5em;
}

div.errors {
	border-width: 2px;
}

/***********************************************************
 * Toolbar                                                 *
 **********************************************************/


#toolbar {
	background-color: #990000;
	background-image: url(/graphics/toolbar-fade.png);
	background-position: top left;
	background-repeat: repeat-x;
	float: left;
	width: 100%;
}

* html #toolbar {
	background-image: none;
}

#toolbar .innertube {
	padding: 5px;
	vertical-align: middle;
}

#toolbar .logo {
	float: left;
	padding: 5px;
}

#toolbar div.google-ads {
	margin: 0px auto;
	width: 728px;
	padding: 7px 0 0 0;
	text-align: center;
}

#toolbar ul.links {
	color: White;
	list-style-type: none;
	margin: 0;
	padding: 5px;
	float: right;
}

table#frame_table #toolbar ul.links {
	float: left;
}

#toolbar ul.links li {
	display: block;
	float: left;
	font-size: 0.8em;
}

#toolbar ul.links a {
	color: White;
}

#toolbar ul.links a:hover {
	text-decodation: none;
}

#toolbar p.viewing {
	float: right;
	color: #E2B7B7;
	font-size: 0.85em;
	margin: 5px 0 0 5px;
	font-weight: normal;
	
}

#toolbar p.viewing img {
	vertical-align: middle;
	margin: 0 5px;
}

#toolbar p.viewing a {
	color: #F0D9D9;
	text-decoration: none;
}

#toolbar p.viewing a:hover {
	text-decoration: underline;
}

#toolbar p.viewing a strong {
	color: White;
}

/***********************************************************
 * Navigation                                              *
 **********************************************************/

li.current a {
	font-weight: bold;
}

ul.links {
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
	text-align: center;
	font-size: 1.2em;
	text-transform: lowercase;
}

ul.links li {
	display: inline;
	padding: 0 5px;
}

ul.links li a {
	
}

#footer {
	margin: 3em 0;
}

#footer, #footer a {
	color: #AAA;
	text-decoration: none;
}

#footer p {
	text-align: left;
	font-size: 0.75em;
}

#footer ul.links {
	font-size: 1em;
	text-align: left;
}

#footer ul.links li {
	border-left: 1px solid #CCC;
	padding: 0 10px;
}

#footer ul.links li.home {
	border-left: 0px;
	padding-left: 0;
}

/***********************************************************
 * Shortening Form                                         *
 **********************************************************/

input.blur,
textarea.blur {
	color: #DDD;
}

body.home form,
body.home  form p {
	text-align: center;
	margin-bottom: 1em;
}

#forms p.content label {
	position: absolute;
	top: -5000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#forms p.content input,
#forms p.content textarea {
	font-size: 24px;
	border-width: 3px;
	width: 450px;
	padding: 4px 0px 4px 32px;
	background-image: url(/graphics/arrow-green.png);
	background-position: 4px 55%;
	background-repeat: no-repeat;
}

#forms p.content input.error,
#forms p.content textarea.error {
	border-color: #FF8136;
	background-image: url(/graphics/arrow-orange.png);
}

#forms p.content textarea {
	font-size: 1.2em;
	height: 300px;
	background-position: 4px 6px;
}

#forms p.content textarea.blur {
	font-size: 24px;
}

#forms p.advanced {
	text-align: right;
}

#forms div.advanced {

}

#forms div.advanced p {
	text-align: right;
	border-top: 1px solid #DDD;
	padding-top: 0.5em;
}

#forms div.advanced label {
	font-weight: bold;
}

#forms div.advanced input {
	width: 300px;
}

#forms div.advanced span.note {
	color: #AAA;
	display: block;
	text-align: right;
}

#forms button {
	font-size: 1.2em;
	padding: 2px 10px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}


/***********************************************************
 * Framed Link                                             *
 **********************************************************/

table#frame_table {
	width: 100%;
	height: 100%;
}

table#frame_table tr.external_page td {
	height: 100%;
	vertical-align: top;
	overflow: hidden;
}


table#frame_table tr.external_page td iframe {
	width: 100%;
	height: 100%;
	border-top: 1px solid #F3E2E2;
}





