/*
Theme Name: Fadel Blog
Theme URI:
Description: Themed to match 21st Century Skills website
Author: FableVision
Author URI:
Tags:
*/

html {
    background: #999999 url("../../../../images/fadel_background_image.gif");
    background-repeat: repeat;
}

body {
	font-family: Verdana, "Verdana", seriff;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	margin: 0px;
	text-align: center;
}

img {
	border:0px;
    margin:0px;
	padding:0px;
}

#wrap {
    background-color:#ffffff;
    width:800px;
    margin:0 auto;
}

#nav {
    background-color:#000000;
    text-align: left;
    font-size: 0px;
	line-height: 0px;
}

#header {
    padding-bottom: 20px;
}

.first_column {
    float: left;
    text-align: left;
    margin-left: 20px;
    padding: 20px;
    width: 440px;
}

.second_column {
    float: right;
    padding: 20px;
    width: 260px;
    font-family: Verdana, "Verdana", seriff;
	font-size: 12px;
	line-height: 15px;
}

#my_footer {
   clear: both;
   padding-top: 10px;
   font-size: 11px;
   color: #ffffff;
   background:#b12d37;
   height: 60px;
}

.std_bold {
    font-weight: bold;
}

.std_italic {
    font-style: italic;
}

.quote_bold {
    color: #6a5e75;
    font-weight: bold;
}

.quote_italic {
    color: #6a5e75;
    font-style: italic;
}

a {
    color: #5f4674;
}

a:hover {
    color: #f68117;
}

h2 {
    margin-top: 26px;
    font-size: 18px;
    line-height: 22px;
}

#sidebar {
    text-align: left;
}

#sidebar ul {
    padding: 0;
    margin-left: 1em;
    margin-right: 1em;
}

#sidebar li {
   list-style: none;
}

#sidebar h2 {
    margin-top: 14px;
    font-size: 14px;
}

#rss_feed {
    font-size: 11px;
    margin-bottom: 10px;
    text-align: left;
    color: #5f4674;
}

