/*

  hallwaytrack.org
  common.css

*/


/****************************************************************************/
/**
 * Controls the main layout (width, height, margin, padding)
 *
 * #container
 *   #header
 *   #page
 *     #content
 *   #footer
 */
body {
	margin: 0;
    padding: 10px;
    background-color: #ab3838;
}

#container {
	margin: 0;
    border: 1px solid #aba7b2;
    padding: 0;
    background-image: url(/img/back.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #f9f5fb;
}

#header {
	margin: 10px 20px 25px 25%;
    padding: 0;
}

#page {
}

#content {
	margin-left: 20px;
	margin-right: 20px;
}

table#master {
    width: 100%;
    border-spacing: 20px;
}

table#master td {
    width: 50%;
    vertical-align: top;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 10px;
}

table#master td h3 {
    text-align: center;
    margin-top: 0;
    font-size: 200%;
}

table#master form {
    text-align: right;
    padding-right: 50px;
}


#footer {
	text-align: center;
	margin: 10px 0 0;
    padding: 10px 0 0;
	clear:both; 
}

/****************************************************************************/
#header {
}

#header a:link,
#header a:visited { color:#000; text-decoration: none; }
#header a:hover,
#header a:active { color: #ae1606; background: transparent; text-decoration: none; }

#header h1 {
	font: bold 400% verdana, arial, helvetica, sans-serif;
	letter-spacing: -1px; 
	margin: 0;
    padding: 0;
}

#header h1 a {
    color: #3d3d3d !important;
    margin-left: -3px;
}

#header h2 {
	font: normal 120% verdana, arial, helvetica, sans-serif;  
    font-variant: small-caps;
    color: #3d3d3d;
	margin: 0;
    padding: 0;
}
/****************************************************************************/

#content {}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5 { 
	font-family: verdana, arial, helvetica, sans-serif; 
	letter-spacing: -1px;
}

#content h1 { 
	font-size: 24px;
	margin: 0 0 0.3em;	
}

#content h2 { 
	font-size: 22px;
	margin: 0 0 0.3em;	
}

#content h3 { 
	font-size: 20px;
	margin: 1.2em 0 0.3em;	
}

#content h4 { 
	font-size: 18px;
	margin: 1.2em 0 0.3em;	
	border-bottom: 1px dotted #bbb;
}

#content h5 {
	font-size: 18px;
/*	background: #ffd;*/
	background: #ffffff;
	margin: 1.2em 0 0.3em;
    padding-left: 4px;
	border-bottom: 1px dotted #aaa;
}

#content p {
/*	line-height: 15px; */
    line-height: 150%;
	margin: 0 0 1.2em;
}

#content ul,
#content ol {	margin: 1em; padding:0; }

#content ul { list-style-type: square; }

#content li {
/*	line-height: 15px; */
	margin: 0 0 0 1em; padding: 0;
}

#content blockquote {
	color: #555;
	border-left: 5px solid #ccc; 
	margin: 1.3em 1em; padding: 0 1em;
}

#content pre, 
#content code { font: normal 12px "bitstream vera sans mono", monaco, "lucida console", "courier new", courier, serif; }

#content pre {
	color: #eee; background: #000; 
	margin: 1em 0; padding: 10px;
	overflow: auto; 
}


#content table.d th {
	text-align: right;
	vertical-align: top;
	padding: 4px;
}

#content table.d td {
}

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

/**
 * Article Entries
 *
 * Class names based on the hAtom microformat specification[1]
 * http://microformats.org/wiki/hatom]
 */
#content .atomentry {
    margin: 0 0 3em 0;
    border: 1px solid #f0f0f0;
    padding: 6px;
    background-color: #ffffff;
}

#content .atomentry .title {
	font-size: 24px;
	letter-spacing: -1.5px; 
	margin: 0;
}

#content .atomentry .title a:link,
#content .atomentry .title a:visited { color: #ae1606; text-decoration: none; }
#content .atomentry .title a:hover,
#content .atomentry .title a:active {	color: #000; background: transparent; }

#content .atomentry .title .comment_count { display: none; }

#content .atomentry .author {
	color: #bbb;
	font: normal 16px/14px verdana, arial, helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 0 0 1em;
}

#content .atomentry .author cite a,
#content .atomentry .author cite a:hover { /* author mailto: link (if any) */
    color: #aaa;
    background: transparent;
    text-decoration: none;
}

#content .atomentry .author abbr { /* posted date */
	font-weight: bold;
	color: #aaa;
}

#content .atomentry .content {}

#content .atomentry ul.meta { 
	font-size: 10px;
/*	background: #eee;*/
	margin: 3px 0px 0px 0px;
    padding: 3px 0px 0px 0px;
	border-top: 1px solid #f0f0f0;
	list-style-type: none;
}

#content .atomentry ul.meta li { 
/*	line-height: 13px;*/
	margin: 0; padding: 0;
}

#content .atomentry .meta a:link,
#content .atomentry .meta a:visited { color: #555; }
#content .atomentry .meta a:hover,
#content .atomentry .meta a:active  { color: #fff; }


/**
 * Comments and Trackbacks
 */
#content ol.comments,
#content ol.trackbacks {
	list-style-type: none;
	margin: 0; padding: 0;
}

#content .comment,
#content .trackback {
	border: 1px solid #ddd;
	margin: 0 0 1.5em; padding: 1em;
}
#content .comment.preview { 	background: #ffc; }

#content .comment .author,
#content .trackback .author { 
	font-weight: bold;
	margin-bottom: 1em;
}

#content .comment .author cite,
#content .trackback .author cite {
	font-size: 16px;
	letter-spacing: -1px;
}

#content .comment .author abbr, 
#content .trackback .author abbr { color: #999; }

#content .comment .author .gravatar { 
	margin: 0 0 0.5em 0.5em;
	float: right; 
}

/* uncomment to enable a default gravatar
#content .comment .author div {
	margin: 0 0 0.5em 0.5em;
 	width: 60px; height: 60px;
	background: url(/images/theme/gravatar.gif) no-repeat left top;
	float: right; 
}*/


#content form.comments {
	background: #f2f2f2;
	border: 1px solid #ddd;
	padding: 1em 0.5em;
}

#content form.comments fieldset { border: none;}

#content form.comments legend { display: none; }

#content form.comments label { font-weight: bold; }

#content form.comments textarea { 
	width: 90%; height: 150px;
	padding: 3px;
}

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

#footer {
	border-top: 1px solid #ccc; 
	font-size: 90%; 
}

#footer p {
	width: 100%;
    text-align: center;
	margin: 0;
    padding-bottom: 4px;
    font-variant: small-caps;
}

#footer img {
}

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

@media print {
	#sidebar { display:none; }
	#content { float: none; width:90%; }
	#content pre { color: #000; background: #eee; }
	#content form.comments { display:none; }
}

body { 
    font: normal 12px verdana, arial, helvetica, sans-serif;
}

input,
textarea { font: normal 12px "bitstream vera sans", verdana, sans-serif; }

abbr { border: none; }
cite { font-style: normal; }
a img { border: none; padding: 0; margin: 0; }

a:link, a:visited { color: #ae1606; }
a:hover, a:active { color: #fff; background: #000; }
a.imglink:hover, a.imglink:active { background: transparent; }

