/*
Theme Name: Dr.Oram-New
Theme URI: http://www.droram.com/
Description: The default WordPress theme for Dr Oram website.
Author: E1
Author URI: http://www.e1design.us
*/
body {
padding:0;margin:0;
}
#container {
width: 765px;
margin: 10px auto;
padding: 1px;
}

#left {
width: 175px;
float: left;
padding:0;margin:0;
}
#center {
float: left;
width: 560px;
margin: 0;
padding: 0;
}






/*** Just for Looks ***/
body {
    background-color: #F9FDF5;
    color: #4A6113;
}
#container {
    border: 5px solid #DEEAD2;
    background-color: #fff;
    color: #4A6113;
}
a {
   color: #FF7A00;
   text-decoration: underline;
}
a:hover {
    color: #84847B;
}

#top {
    background-color: #719C14;
    color: #FFF;
    padding: 2px;
    border-bottom: 1px solid #FFF;
    font-size: 0.8em;
    float: left;
    width: 761px;
}

#top #top-info {
    float: left;
    margin: 4px 5px 0 5px;
}

#top #top-info a {
  color: #FFF;
  text-decoration: none;
}

#top #top-info a:hover {
    text-decoration: underline;
}

#top #newsletter {
    float: left;
}

#top #newsletter form {
    padding: 0;
    margin:0;
}

#top #newsletter input {
    padding:2px;
    margin:0;
    border:1px solid #BDD192;
    background-color: #F7FCE5;
    color: #41590B;
    font-size: x-small;
}
#top #newsletter input#b {
	padding: 1px;
}

#header {
    background-color: #FFF;
}
.clear {
    clear: both;
}

#center {
    font: 14px Georgia, "Times New Roman", Times, serif;
    color: #84847B;
}
#center h3 {color: #FF7A00;font-size: 1em;}

#center-front {
    width: 400px;
    height: 160px;
    background: #fff url(images/dr-oram.jpg) center right no-repeat;
    margin: 0 10px;
    padding: 5px 125px 5px 0;
}
#center-front h3 {
  margin-top: 65px;
  font-size: 1.2em;
}

#center .box {
    width: 240px;
    padding: 1px;
    margin: 10px 0 10px 10px;
    float: left;
    border: 3px solid #DEEAD2;
    height: 90px;
    overflow: hidden;
}
#center .box p {
    padding: 0;margin: 3px;
}
#center .box-top {
    background-color: #719C14;
    display: block;
    padding: 3px;
}
#center .box-top a { color: #FFF;text-decoration:none; }
#center .box-top a:hover { color: orange;text-decoration:none; }

#center p.edit {
    margin-left: 23px;
}
#center .shadow {
    width: 15px;
    height: 115px;
    margin-top: 10px;
    margin-left: 4px;
    float: left;
    background: #fff url(images/page-shadow.gif) top left no-repeat;
}
#center .post {
    float: left;
    padding: 10px;
    background-color: #F9FDF5;
    border: 1px solid #E4EAD7;
    width: 510px;
    text-align: justify;
    margin: 10px 0;
}

#center .post h2 {
    font: bold 16px Georgia, "Times New Roman", Times, serif;
    color: #678F0E;
}

#center .blog {
    padding: 10px 20px;
    text-align: justify;
}

#center h2.pagetitle {
    font: bold 16px Georgia, "Times New Roman", Times, serif;
    color: #84847B;
    margin: 20px 0 0 20px;
    padding:0;
}


/* side menu */
#left {
    background: #fff url(images/fill_side.gif) top left no-repeat;
    padding: 90px 0 90px 10px;
    height: 330px;
}

#left ul{
    list-style-type: none;
    padding:0;
    margin:0;
}
#left ul li {
    font: 12px/20px helvetica,arial,sans-serif;
    margin: 0;padding:0;
}
#left ul li a {
    text-decoration: none;
    color: #FFF;
    height: 21px;
    display: block;
    background: transparent url(images/btn_up.gif) no-repeat;
    padding-left: 20px;
}


#left ul li a:hover {
    background: transparent url(images/btn_hover.gif) no-repeat;
}

/* fonts,headings,links */

#center p,#footer-copy p {
    font: 0.9em Georgia, "Times New Roman", Times, serif;
}
#center .blog small {
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
}
#center div.post p.postmetadata {
    text-align: right;
    border-top: 1px solid #A8C267;
    padding: 3px 0;
    font: 12px Georgia, "Times New Roman", Times, serif;
}
#center .blog p.postmetadata {
    border-top: 1px solid;
    padding: 3px 0;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
}
#center .blog p.postmetadata a,.blog p.single a {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
#center div.post p.postmetadata a:hover {
    color: #7E832F;
}
#center .blog p.single small {
    font-weight: normal;
}
#center .blog p.single {
    border: 1px solid #B9C49B;
    padding: 3px 5px;
    text-align: justify;
}

#center ol.commentlist {
    border: 1px solid #A8C267;
    background-color: #fcfcf9;
    list-style-type: none;
    padding:5px;
    margin:20px;
}

.post ul {
    margin: 10px 30px;
    padding: 0;
}

.post ul li {
    width: 470px;
    margin: 5px 0;
}

cite {
    font-weight: bold;
}
small.commentmetadata a {
    text-decoration:none;
}
#center h3#respond,h3#comments {
    font: bold 14px Georgia, "Times New Roman", Times, serif;
    color: #84847B;
    font-size: 0.9em;
    font-weight: bold;
    margin-left: 20px;
}

#center form {
    margin: 0 20px;
}
.navigation {
    display: block;
	text-align: center;
    margin-top: 10px;
	margin-bottom: 30px;
    padding: 0 20px;
}

.navigation a {
    color: #7E832F;
    font-size: 12px;
    text-decoration: none;
}
.navigation a:hover {color: #A8C267;}
.alignleft {float: left;}
.alignright {float: right;}

#footer {

}
#footer, #footer-copy p {
        text-align: center;
        padding:0;margin:0;
        color: #84847B;
}

#footer-copy img {
    border: 0px solid;
}

/* images */

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* RSS News */

ul.srssfetcher {
    list-style-type: none;
    padding: 3px;
    margin:0;
    text-align:left;
}

ul.srssfetcher img {
    border: 1px solid black;
}

.feedDate {
    font-size: 11px;
    font-weight: bold;
    margin: 25px 0;
}

.srssfetcher-item a {
    font-weight: bold;
    display: block;
    color: #FF7A00;
    text-decoration: none;

}
.srssfetcher-item a:hover {text-decoration: underline}

.srssfetcher-item p {
    margin-top: 0px !important;
    font-size: 1.4em;
}

#footer {
    width: 484px;
    height: 72px;
    margin: 0 auto;
    background: #FFF url(images/footer.gif) no-repeat;
}

#footer-copy {
 padding: 10px;
 background: #fff;
 text-align: center;
}

.answer {
    font-weight: bold;
}


/*** gallery ---------==================== ***/


.gallery {
	width: 500px;
	margin: 10 auto;
	padding: 5px;
	text-align: center;
}

.tile {
	float: left;
	padding: 1px;
	margin: 10px 5px;
    border: 1px solid #fff;
}

.tile .bg {
    padding: 4px;
    background-color: #C9E38A;
}

.tile .bg img {
   border: 1px solid #fff; 
}

#pagination span {
    text-decoration: none;
    padding: 2px 7px;
    background-color: #C9E38A;
    color: #000;
}

#pagination a {
    text-decoration: none;
    font: bold 0.9em georgia, serif;
}
