@import "article.css";
@import "twitter.css";
@import "flickr.css";
@import "confluence.css";
@import "gallery.css";

body, td, th {
    background-color: #fff;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 9pt;
}
#heading {
    height: 65px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 72px;
}
html>body #heading {
    height: 72px;
}
h1 {
    font-size: 3em;
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
    margin: 0 .1em;
}
h1 a:link, h1 a:visited {
    text-decoration: none;
    color: #000;
}
h2#articles {
    display: none;
}
.byline {
    margin: .2em 2em;
    color: #999;
    font-style: oblique;
}

#left {
    position: absolute;
    left: 15px;
    top: 80px;
    width: 200px;
}
#left .box {
    text-align: right;
    padding-right: 1em;
    border-right: 1px solid #ddd;
}
#left h2 {
    color: #280;
    font-weight: normal;
}
#left a:link, #left a:visited {
    color: #000;
}
h2#site {
    display: none;
}

.feed {
    text-align: right;
}
.feed img {
    vertical-align: middle;
}
.feed a:link, .feed a:visited {
    color: #e50 !important;
}


#center {
    margin-left: 219px;
    margin-right: 219px;
    voice-family: "\"}\"";
    voice-family: inherit;
    margin-left: 221px;
    margin-right: 221px;
}
html>body #center {
    margin-left: 221px;
    margin-right: 221px;
}

#right {
    position: absolute;
    right: 15px;
    top: 80px;
    width: 200px;
}
#right .title, #right .title a:link {
    color: #802;
}
#right .box {
    border-left: 1px solid #ddd;
    padding-left: 1em;
}
#right .box h2, #right .box h2 a:link, #right .box h2 a:visited {
    font-size: 1.25em;
    font-weight: normal;
    text-decoration: none;
    color: #000;
}
#right .box h2 a:hover {
    text-decoration: underline;
}
#right .box h2 img {
    vertical-align: middle;
}

.box .title,
.item .title,
.item h2 {
    font-weight: normal;
    font-size: 1.5em;
    padding: .4em 0;
    margin: 0;
}

.box {
    font-size: .9em;
    padding-bottom: 1em;
}
.box .title,
.box h2 {
    text-transform: lowercase;
}

.item {
    padding: 0 1em 1em 1em;
    border-bottom: 1px solid #ddd;
    font-size: 1em;
}
.item .title,
.item .title a:link, 
.item .title a:visited,
.item h2,
.item h2 a:link,
.item h2 a:visited {
    color: #028 !important;
    text-decoration: none;
}
.item .title a:hover,
.item h2 a:hover {
    text-decoration: underline;
}

p,.timestamp {
    margin: 1.2em 0;
}
.timestamp {
    font-size: .7em;
    font-weight: bold;
    margin-top: .5em;
}
.readmore {
    position: relative;
    float: right;
    color: #888;
    margin-right: 0;
    text-transform: lowercase;
}
.prevnext {
    text-align: right;
    color: #888;
}
.readmore a:link, .readmore a:visited, .prevnext a:link, .prevnext a:visited {
    color: #028;
}
#left p, #right p {
    margin: .5em 0 0 0;
}
.showall {
    text-align: center;
}
acronym {
    border-bottom: 1px dotted black;
    cursor: help;
}
img {
    border: 0;
}
img.portrait {
	border: 1px solid #aaa;
	padding: 2px;
}
pre,p.panel {
	border: 1px dashed #779;
	font-size: 8pt;
	padding: .5em;
}
blockquote {
	border-left: 1px solid #779;
	margin: 0em 3em;
	padding-left: .5em;
}
blockquote, blockquote td, blockquote th {
	font-style: oblique;
	font-size: .9em;
}
blockquote em {
	font-style: normal;
}
.item th, .item td {
	vertical-align: top;
	text-align: left;
}
p.info {
    background-color: #cde;
    display: table;
    height: 1%; /* for IE */
    margin: 0;
    padding: 1em .8em;
}
.tick,
.question,
.cross {
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    line-height: 16px;
}
.tick {
    background-image: url(http://confluence.atlassian.com/images/icons/emoticons/check.gif);
}
.question {
    background-image: url(http://confluence.atlassian.com/images/icons/emoticons/help_16.gif);
}
.cross {
    background-image: url(http://confluence.atlassian.com/images/icons/emoticons/error.gif);
}
.figure {
    font-style: oblique;
}
.figure img {
    border: 1px solid #000;
}
.figure.noborder img {
    border: none;
}
.comment_form {
    margin: 1em;
}
.comment_form h2 {
    font-size: 1.1em;
}
.comment_form textarea {
    font-family: Verdana, sans-serif;
    font-size: 12px;
}
.math {
    font-style: italic;
    font-family: serif;
    font-size: 1.25em;
}
.figure.math {
    font-size: 1.4em;
}
