/*
Theme Name: markie
Theme URI: www.markie-mark.org
Description: I was kinda hoping to be able to write one of these without a
degree in CSS
Author: Mark
Author URI: www.markie-mark.org
Template: markie
Version: 0.0
.
General comments/License Statement if any.
.
*/

body {
        /*margin : 10px;*/
        font-family: Tahoma, Verdana, Helvetica, Arial;
        padding: 0px;
        background: #fe661b;
}

#container {
        position: relative;
        margin: 0 auto;
        width: 1000px;
        text-align: left;
}

#menu {
        border-bottom : 1px solid #000;
        margin : 0;
        padding-bottom : 19px;
        padding-left : 10px;
}

#menu ul, #menu li      {
        display : inline;
        list-style-type : none;
        margin : 0;
        padding : 0;
}


#menu a:link, #menu a:visited   {
        background : #000;
        border : 1px solid #000;
        color : #fefefe;
        float : left;
        font-size : small;
        font-weight : normal;
        line-height : 14px;
        margin-right : 8px;
        padding : 2px 10px 2px 10px;
        text-decoration : none;
}

#menu a:link.active, #menu a:visited.active     {
        background : #fefefe;
        border-bottom : 1px solid #fefefe;
        color : #000;
}

#menu a:hover   {
        color : #fe661b;
}

body.section-1 #menu li#tab1 a,
body.section-2 #menu li#tab2 a,
body.section-3 #menu li#tab3 a,
body.section-4 #menu li#tab4 a {
        background : #fefefe;
        border-bottom : 1px solid #fefefe;
        color : #000;
}

#menu ul a:hover {
        color: blue;
}

#content {
        background : #fefefe;
        border : 1px solid #000;
        border-top : none;
        clear : both;
        margin : 0px;
        padding : 15px;
}

a:link, a:visited {
		color : #fe661b;
		text-decoration : none;
}

a:hover {
		text-decoration : underline;
}

#inseam {
	margin : 50px 100px 50px 100px;
}

#post_title {
	font-family : Tahoma, Verdana, Helvetica, Arial;
	font-size : large;
	font-weight : bold;
}

#post_post {
	font-family : Tahoma, Verdana, Helvetica, Arial;
	font-size : small;
}

#post_content {
	font-family : Tahoma, Verdana, Helvetica, Arial;
	font-size : small;
}

#post_footer {
	font-family : Tahoma, Verdana, Helvetica, Arial;
	font-size : x-small;
    text-align: right;
}

