/*
Theme Name: DDAI
Theme URI: http://www.ddai.ie/
Description: 2 Column custom theme for the Disabled Drivers Association of Ireland.
Version: 1.0
Author: Deep Look Design
Author URI: http://www.deeplookdesign.com/
Coded by: Tomas Sramek
 */
* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 62.5%;
    text-align: center; /*centers layout in IE6*/
    background-color: white;
    background: url(images/bg.png) repeat-x top;
}
#dtreec, #dtreea, #dtreep, #dtreel, #dtreecatwrapper, #dtreearcwrapper, #dtreepgewrapper, #dtreelnkwrapper {
	font-family: <?php echo $fontf ?>;
	margin: 3px 0px 0px 20px; /*spacing from the open/close all links*/
	font-size: <?php echo $fontsize; ?>px;
	color: #<?php echo $mfontcolor; ?>;
	white-space: nowrap;
	text-align:left; !important
}
.oclink {font-size: 10px;}
/*********************/
/*    G L O B A L    */
/*********************/
/*links*/
a:link, a:visited {
    color: #3A3A43;
    text-decoration: none;
}

a:hover, a:active {
    color: #9B0B09; /*dark red*/
    text-decoration: underline;
}
/*headings*/
h1 {font-size: 2.2em;}

h2 {font-size: 1.7em; border-bottom: 1px solid #7e7e7e; line-height: 25px; width: 100%; padding-bottom: 10px;}

h3 {font-size: 1.8em;}

h4 {font-size: 1.6em;}

h5 {font-size: 1.4em;}

h6 {font-size: 1.2em;}

/*lists*/

ul {padding-left: 3.5em;}

ol {padding-left: 3.8em;}

p {font-size: 1.2em;}

blockquote {
    display: block;
    margin: 2.0em 2.0em 2.0em 2.0em;
    padding: 0 0 0 0.5em;
    border-left: dotted black .1em;
}

blockquote blockquote {
    padding: 0 0 0 1.0em;
}

.bold {
    font-weight: bold;
}
/*********************/
/* S T R U C T U R E */
/*********************/
#container {
    width: 803px;
    margin: 0 auto;
    text-align: left;
}

#header {
    width: 803px;
    height: 252px;
    background: white;
    background: url(images/header.png);
    color: #333;
}
/*wraps content and sidebar*/
#wrapper {
    float: left;
    width: 100%;
    position: relative;
    background: url(images/wrapper.png) repeat-y;
}

#sidebar {
    float: left;
    width: 265px;
    height: auto;
    padding: 0 0 10px 0;
    display: inline;
}

#content {
    float: left;
    width: 538px;
    height: auto;
}

#footer {
    width: 803px;
    height: 70px;
    color: #333;
    background: url(images/footer.png) no-repeat;
    clear: both;
}
/*********************/
/*   H E A D E R     */
/*********************/
#header img {
    padding: 3px 3px 3px 3px;
    border: 2px solid #BCBCD1;
    background-color: #D9D9DE;
}

#header img.car1 {
    float: left;
    margin: 15px 0 0 21px;
}

#header img.car2 {
    float: right;
    margin: 15px 21px 0 0;
}

#header .logo {
    float: right;
    width: 385px;
    height: 70px;
    margin: 15px 30px 0 0;
    background-color: red;
    display: inline;
    background: none;
    border: none;
}

#header .logo img {
    background: none;
    border: none;
}
/*********************/
/*  S I D E B A R    */
/*********************/
.widget {
    float: left;
    width: 265px;
    margin: 0 0 10px 0;
    overflow: hidden;
    display: inline;
    font-family: Arial;
}

.widget h2 {
    width: 204px;
    height: 37px;
    margin: 0 0 10px 0;
    padding: 0 0 0 60px;
    line-height: 37px;
    text-align: left;
    font-family: Arial;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    background: url(images/widget-heading-bg.png) no-repeat right;
}

* html .widget h2 {
    width: 264px;
    padding: 0 0 0 60px;
}

.widget a:link, .widget a:visited {
    text-decoration: none;
    color: #2e1901;
    line-height: 15px;
	font-size:1.2em;
}

.widget a:hover, .widget a:active {
    color: #2e1901;
    text-decoration: underline;
}

.widget ul {
    list-style-type: none;
    color: #2e1901;
    margin: 0px 0 10px 0px;
    text-align: left;
    font-size: 1.4em;
}

.widget img {
border: 0px solid #212121;
}

* html .widget ul {
    margin: 10px 0 10px 30px;
}

.widget ul ul {
    padding-bottom: 10px;
    margin-left: 15px;
}

.widget ul ul li {
    list-style-type: none;
    color: #2e1901;
}

/*********************/
/*      P O S T      */
/*********************/
.post-content {
    float: right;
    width: 538px;
    display: inline;
	margin: 0 0 15px 0;
}

.post-date {
    /*background:transparent url(images/date-bg.png) no-repeat scroll 0% 50%;*/
    float: left;
    width: 62px;
    height: 60px;
    margin: 0px 10px 0px 0px;
    padding-top: 2px;
    text-align: center;
    background-color: red;
}

.month {
    font-size: 1.8em;
}

.day {
    font-size: 2.8em;
}

h2.permalink {
    width: 460px;
    height: auto;
    margin: 1.0em 0 0 20px;
}

h2.permalink a, h2.permalink a:hover, h2.permalink a:active {
    text-decoration: none;
}

.post-category {
    margin: 1.0em 0 0 .3em;
    font-size: 1.2em;
}

.post-category a {
    color: #2E2E2E;
    text-decoration: none;
}

.post-entry {
    width: 490px;
    display: block;
    margin: 15px 10px 15px 20px;
    font-size: 10px;
    line-height: 1.4em;
}

.post-meta {
    /*background: transparent url(images/metadata-bg.png) repeat scroll 0% 50%;*/
    color: black;
    font-size: 1.2em;
    height: 30px;
    margin: 15px 0px 0px 0px;
    width: 100%;
}

.post-meta a {
    color: black;
    text-decoration: none;
}

.post-meta a:hover, .post-meta a:active {
    background: transparent !important;
    text-decoration: underline;
}

.post-meta .comment {
    background: transparent url(images/comments-bg.png) no-repeat scroll 0%;
    float: left;
    margin-left: 0px;
    padding: 6px 0px 6px 26px;
}

.post-meta .post-comment {
    background: transparent url(images/postcomment-bg.png) no-repeat scroll 0%;
    float: left;
    margin-left: 12px;
    padding: 6px 0px 6px 26px;
}

.navigation {
    font-size: 1.2em;
    padding: 1.0em 3.6em 1.0em 3.6em;
}
/*********************/
/*    F O O T E R    */
/*********************/
#footer ul {
    margin: 0px 0 0 0;
    padding: 6px 0 5px 0;
    font-family: Verdana;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
}
.copyright {
    margin: 8px 0 0 0;
    padding: 12px 0 5px 0;
    font-family: Verdana;
    font-size: 9px;
    font-weight: normal;
    text-align: center;
	Color: #fff;
}
#footer li {
    margin: 0 0 0 0;
    display: inline;
}

#footer li.first {
    display: inline;
    border-left: none;
}

#footer li a:link, #footer li a:visited {
    padding: 0 0.2em 0 0.5em;
    color: white;
    text-decoration: none;
    border-left: #ffffff dotted 1px;
}

#footer li a:hover, #footer li a:active {
    color: white;
    text-decoration: underline;
    border-left: #ffffff solid 1px;
}

#footer li.first a:link, #footer li.first a:visited {
    color: white;
    text-decoration: none;
    border-left: none;
}

#footer li.first a:hover, #footer li.first a:active {
    color: white;
    text-decoration: underline;
    border-left: none;
}

#footer p {
    color: black;
    font-family: Arial;
    font-size: 1.2em;
    text-align: center;
    padding: 10px 0 0 0;
}
/*********************/
/*  C O M M E N T S  */
/*********************/
.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align: center;
}

select {
    width: 130px;
}

#commentform {
    width: 450px;
    margin: 0 0 0 40px;
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#commentform textarea {
    width: 100%;
    padding: 2px;
}

#commentform #submit {
    margin: 0 0 20px 0;
    float: right;
}

.avatar {
    float: left;
    margin: 0px 5px 0px 30px;
    display: inline;
}

.alt {
    margin: 0;
    padding: 10px;
}

h3#comments {
    margin: 10px 30px 10px 40px;
}

h3#respond {
    margin: 10px 30px 10px 40px;
}

img#comments {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.commentlist {
    padding: 0;
    text-align: justify;
}

.commentlist li {
    margin: 15px 0 3px;
    padding: 5px 10px 3px;
    list-style: none;
}

.commentlist p {
    margin: 10px 30px 10px 30px;
}

#commentform p {
    margin: 5px 0;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentmetadata {
    margin: 0 0 0 0;
    padding: 0 0 0 30px;
}
/* End Comments */
/*********************/
/*   S E A R C H     */
/*********************/
#searchform {
    padding: 0px 0px 0px 10px;
    float: left;
    background-color: red;
}

#searchform span {
    padding: 4px 5px 0px 0px;
    font-size: 12px;
    color: #FFFFFF;
    float: left;
}

#searchfield {
    height: 17px;
    margin: 2px 7px 0px 0px;
    padding: 1px 2px 0px 2px;
    font-size: 14px;
    background: #D3D3D3 none repeat scroll 0% 50%;
    border-color: #696969 #d2d2d2 #d2d2d2 #696969;
    border-width: 1px;
    float: left;
}

#searchsubmit {
    height: 25px;
    width: 64px;
    margin: 0 40px 0 0;
    color: #FFFFFF;
    background: transparent url(images/searchsubmit-bg.png) no-repeat scroll 0%;
    border: 0px none;
    cursor: pointer;
    float: right;
}
/* clearfix */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    min-width: 0;
    display: inline-block; /* \*/
    display: block;
}

* html .clear { /* \*/
    height: 1%;
}






