/*	Tulip Template for PivotX
	by John Schop, October 2008
	john.schop@gmail.com
	www.johnschop.nl
*/	


* {
margin : 0;
padding : 0;
}
body {
color : #ffaa00;
padding : 0;
margin : 0 auto;
width : 800px;
background-color : #000;
background : #000 url("images/background_flip.jpg") no-repeat;
background-attachment : fixed;
font-family : Verdana, Arial, sans-serif;
}
h1 a, h2 a {
text-decoration : none;
color : #ee0000;
}
a {
color : #ee0000;
}
#content {
text-align : left;
vertical-align : middle;
top : 0;
margin : 0 auto;
padding : 0;
width : 800px;
background-position : top;
}
#content-inner {
width : 400px;
border : 1px solid #ffaa00;
font-size : 0.8em;
line-height : 1.3em;
float : left;
text-align : right;
background : url("images/black50.png");
}
#sidebar {
text-align : left;
top : 0;
float : right;
margin : 0 auto;
padding : 0;
width : 380px;
background : url("images/black50.png");
}
#sidebar-inner {
width : 170px;
border : 1px solid #ffaa00;
font-size : 0.7em;
line-height : 1.3em;
float : left;
text-align : justify;
padding : 5px;
}
#sidebar-outer {
width : 170px;
border : 1px solid #ffaa00;
font-size : 0.7em;
line-height : 1.3em;
float : right;
text-align : justify;
padding : 5px;
}
#header {
margin : 0;
padding : 10px 0;
}
#menuwrapper {
margin : 0 0 8px 0;
padding : 3px 0 3px 0;
background : url("images/black50.png");
}
#footer {
float : left;
width : 790px;
margin : 8px 10px 80px 0;
padding : 5px 10px;
border : 1px solid #ffaa00;
background : url("images/black50.png");
font-size : 0.7em;
line-height : 1.3em;
text-transform : uppercase;
}
#menuwrapper ul.topmenu {
display : table;
width : 100%;
table-layout : fixed;
}
#menuwrapper li.topmenu {
display : table-cell;
list-style-type : none;
padding : 3px 6px;
border : 1px solid;
text-align : center;
}
#menuwrapper a.topmenu {
text-decoration : none;
color : #ffaa00;
font-size : 0.8em;
}
#menuwrapper li.topmenu:hover {
font-weight : bold;
background-color : #770000;
}
#content-inner a {
background : none;
text-decoration : none;
}
#content-inner a:hover {
background : none;
text-decoration : underline;
}
#header a:hover {
background : none;
}
h2 {
font-weight : bold;
border-bottom : 1px dashed;
padding-bottom : 5px;
}
h3 {
color : #ee0000;
font-weight : bold;
margin-bottom : 3px;
}

h3.next {
color : #ee0000;
font-weight : bold;
margin-top : 6px;
padding-top : 3px;
margin-bottom : 3px;
border-top : 1px solid #ffaa00;
}
.entry {
padding : 5px 5px 5px 5px;
}
.date {
font-size : 0.8em;
font-style : italic;
border-bottom : 1px dashed;
margin-bottom : 3px;
}
.pivot-wrapper {
margin : 1em 0 1em 0;
}
.taglinkext, a[rel="tag"] {
border-bottom : 3px double #ffaa00;
background : none;
color : #ffaa00;
}
.taglinkext:hover {
font-weight : normal;
}
.tags {
display : block;
margin-top : 5px;
color : #ffaa00;
}
.tags a, .tags, a[rel="tag"] {
color : #ffaa00;
text-decoration : none;
}
#pages {
clear : both;
margin-top : 20px;
padding : 0;
min-height : 24px;
}
#pages ul {
list-style-type : none;
padding : 0;
margin-left : 20px;
}
#pages li {
background : url("images/black50.png");
display : inline;
margin : 0 2px 0 0;
display : block;
line-height : 1.2em;
}
#pages li a {
color : #ffaa00;
padding : 4px;
border : 1px solid #ffaa00;
text-decoration : none;
background : url("images/black50.png");
float : left;
line-height : 1.2em;
}
#pages li a:hover {
color : #ffaa00;
background : url("images/black50.png");
border : 1px solid #ffaa00;
}
#pages li.nolink {
color : #bbb;
border : 1px solid #ffaa00;
padding : 4px;
}
#pages li.current {
color : #000;
border : 1px solid #ffaa00;
padding : 4px;
background : #ffaa00;
}
#pages li.skip {
color : #ffaa00;
border : 0;
padding : 1px;
}
#sidebar ul {
padding-left : 2em;
}
a.list {
color : #ffaa00;
text-decoration : none;
}
a.list:hover {
color : #ffaa00;
text-decoration : underline;
}

#copyright {
	float:right;}