/*CakePHP specific stuff*/
.cake-sql-log {
    width: 90%;
    margin: 20px auto;
}

object {
    outline: none;
}

html {
    /*background: #fff url('../img/bg.png') 0 0 repeat;*/
}

body {
    font-size: 13px; /* Resets 1em to 10px */
    font-family: "Trebuchet MS", "Verdana", "Arial", Sans-Serif;
    /*background: transparent url('../img/tribal_flower.png') 50% 0 no-repeat;*/
    color: #333;
    text-align: center;
}

a {
    outline: none;
}

table.admin {
    border: 1px solid #ccc;
    width: 100%;
    margin: 15px 0;
}

table.admin thead th {
    text-align: center;
    font-weight: bold;
    font-style: italic;
    background: #ddd;
}

table.admin tbody tr {
    background: #fff;
}

table.admin tbody tr:hover {
    background: #f5f5f5;
}

table.admin tbody tr td img {
    vertical-align: text-bottom;
}

#page {
    position:relative;
    text-align: left;
}

#prettygirl{
    background: url('../img/tree.png') no-repeat 0 0;
}

.contentContainer {
    background: url('../img/pretty_bottom.png') no-repeat 0 0;
    padding:0 3px;
    min-height: 420px;
    margin-top:-5px;
}

#header {
    background: url('../img/pretty_top_alt1.png') no-repeat 0 bottom;
}

#headerimg     {
    margin: 7px 9px 0;
    height: 192px;
    width: 740px;
}

#content {
    font-size: 10px;
}

.narrowcolumn {
    float: left;
    padding: 0 20px 20px 20px;
    margin: 0px 0 0;
    width: 650px;
    position:relative;
    z-index:10;
    line-height: 22px;
}

.narrowcolumn img {
    vertical-align: text-bottom;
}

.narrowcolumn .postmetadata {
    text-align: left;
}

#footer {
    position: relative;
    border: none;
    color: #7f7f7f;
}

small {
    font-family: "Trebuchet MS", "Verdana", "Arial", "Helvetica", Sans-Serif;
    font-size: 9px;
    line-height: 1.5em;
}

h2, h3 {
    font-family: "Georgia", Verdana, Arial, Sans-Serif;
    font-weight: normal;
    font-style: italic;
}

h1 {
    font-family: "Georgia", Verdana, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 24px;
    text-align: left;
    font-style: italic;
}

#headerimg .description {
    font-size: 13px;
    text-align: left;
    margin-top:5px;
}

h2 {
    font-size: 20px;
    padding: 3px 0 0 0;
}

h2.pagetitle {
    font-size: 20px;
}

h2 small {
    font-size: 12px;
}

.specialtitle{color: #9CB873;}

#sidebar h2 {
    font-family: "Trebuchet MS", "Verdana", "Arial", Sans-Serif;
    font-size: 1.2em;
    font-weight: bold;
    font-style: normal;
}

h3 {
    font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited {
    text-decoration: none;
    color: #fb934e !important;
}
    
#headerimg .description {
    text-decoration: none;
    color: #999 !important;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color: #333;
}

    
#sidebar h2, #sidebar h2 a, #sidebar h2 a:visited, #sidebar h3, #sidebar h3 a, #sidebar h3 a:visited {
    color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
    text-decoration: none;
}

#sidebar {
    font: 12px "Trebuchet MS", "Verdana", "Arial", Sans-Serif;
}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
    color: #666;
}
    
    
small, .postmetadata {
    color: #7f7f7f;
}

code {
    font: 12px "Monaco", "Consolas", "Courier New", monospace;
    color: #333;
    background-color: #f1f1f1;
}

acronym, abbr, span.caps {
    font-size: 0.9em;
    letter-spacing: .07em;
}

a{
    color: #ff6600;
    text-decoration: none;
}

h2 a:hover, h3 a:hover{
    color:#333;
}
#sidebar a, #footer a{
    color: #666;
}
#footer a{
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}
/* End Typography & Colors */



/* Begin Structure */
body {
    margin: 0;
    padding: 0;
}


    
#page {
    margin: 0px auto;
    padding: 0;
    width: 906px;
}
    
#prettygirl{ 
    position:absolute;
    top:-135px;
    right:-60px;
    height:250px;
    width: 210px;
    z-index:5;
}

#getrss a{
    position:absolute;
    right:30px;
    top:199px;
    height:30px;
    width:30px;
    display: block;
    text-indent:-10000px;
    background: url(../img/pretty_rss.png) no-repeat 0 0;
    overflow: hidden;
}

#header {
    height: 248px;
    width: 906px;
    position:relative;
    z-index:0;
}

#headerimg {
    margin: 0;
    width: 650px;
}

.clear {
    clear: both;
}

#footer {
    padding: 0 0 0 0;
    margin: 20px auto;
    width: 900px;
    clear: both;
}

#footer p {
    margin: 0;
    padding: 5px 20px;
    text-align:center;
}

#footer p img {
    vertical-align: middle;
}
/* End Structure */



/*    Begin Headers */
h1 {
    padding-top: 10px;
    margin: 0;
}


h2 {
    margin: 0;
    padding-bottom:4px;
}

h2.pagetitle {
    text-align: left;
}

#sidebar h2 {
    margin: 0 0 5px;
    padding: 0;
}

h3 {
    padding: 0;
    margin: 30px 0 0;
}

h3.comments {
    padding: 0;
    margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

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

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

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

.alignright {
    float: right;
}

.alignleft {
    float: left
}
/* End Images */



/* Begin Lists

    Special stylized non-IE bullets
    Do not work in Internet Explorer, which merely default to normal bullets. */
#sidebar ul, #sidebar ul ol {
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 15px;
}

#sidebar ul li span {
    color: #ff6600;
}
 
#sidebar ul li ul li{
    padding-left:10px;
    background:url('../img/pretty_bullet.png') no-repeat 0 6px;
}

#sidebar ul p, #sidebar ul select {
    margin: 5px 0 8px;
}

#sidebar ul ul{
    margin: 6px 0 0 3px;
}
    
#sidebar ul ol {
    margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
    list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
    margin: 4px 0 0;
    padding: 0;
}
/* End Entry Lists */

/* Begin Form Elements */
.searchbox #searchform {
    position:absolute;
    right:13px;
    top:7px;
}
    
.searchbox #searchform #s{
    border:solid 1px #ccc;
    font-size:10px;
    font-family: "Verdana", sans-serif;
    color: #666;
    padding:3px;
    width: 155px;
}
    
    
.searchbox #searchform #searchsubmit{
    font-size:9px;
    text-transform: uppercase;
    padding:2px 3px 3px;
    color: #333;
    background-color: #FFF1CF;
    border:solid 1px #ccc;
    width: 54px;
}
    
#searchform label{display: none;}
    
.searchboxbody #searchform{text-align:left; margin-top: 20px;}

#sidebar #searchform #s {
    border:1px solid #ccc;
    font-family:"Trebuchet MS", "Verdana", "Arial", Sans-Serif;
    font-size:10px;
    padding:3px 2px;
    width:108px;
    color: #6a6a6a;
}

#sidebar #searchsubmit {
    border:1px solid #999999;
    font-family:"Trebuchet MS", "Verdana", "Arial", Sans-Serif;
    font-size:10px;
    padding:2px 1px;
    text-transform:uppercase;
    width:60px;
    color: #333;
}
/* End Form Elements */

/* Begin Sidebar */
#sidebar
{
    margin-left: 700px;
    width: 190px;
    position:relative;
    z-index:10;
    padding-right:10px;
}
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

hr {
    display: none;
}

a img {
    border: none;
}

.navigation {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    font-size:0.9em;
}
/* End Various Tags & Classes*/

/*My own css from here on*/
.date {
    background: url(../img/date1.gif) 0 0 no-repeat;
    width: 50px;
    height: 58px;
    padding: 0 0 0 0;
    float: left;
    font: normal 10px "Verdana", sans-serif;
    text-align: center;
    color: #333;
    margin: 0 10px 0 -20px;
    text-shadow: #ccc 2px 2px 2px;
}

.date div {
    text-align: center;
    font: normal 26px "Georgia", serif;
    width: 50px;
    margin: -5px 0 0 0;
    color: #777;
}

.post-subheading {
    font: 12px "Trebuchet MS", sans-serif;
    margin: -5px 0 20px 0;
}

h2 a:hover:after, h3 a:hover:after {
    content: " »";
}

.footer {
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0;
    position: relative;
    background: url(../img/footer-bg.jpg) 0 0 repeat-x;
}

/*UI messages*/
.info, .success, .warning, .error, .notice, #authMessage {
    margin: 15px 0 15px 0;
    padding:15px 10px 15px 50px;
    border-left: 5px solid;
    background-repeat: no-repeat;
    background-position: 10px 8px;
    color: #444;
}

.info, .notice {
    color: #00529B;
    border-color: #9FE1FF;
    background-color: #DFF5FF;
    background-image: url('../img/info.png');
}
.success {
    border-color: #D4EFA4;
    background-color: #EEFFCF;
    background-image:url('../img/success.png');
}
.warning {
    border-color: #FFE88F;
    background-color: #FFF5CF;
    background-image: url('../img/warning.png');
}
.error, #authMessage {
    color: #D8000C;
    border-color: #FF9F9F;
    background-color: #FFDFDF;
    background-image: url('../img/error.png');
}

.narrowcolumn h1 {
    margin: 20px 0;
}

.narrowcolumn h1 small {
    font: normal 16px "Georgia", serif;
    font-style: italic;
}

.comment {
    background: url(../img/comment.jpg) 0 0 no-repeat;
    padding: 0 25px;
    margin: 20px 0;
    color: #666;
}

.comment span {
    font: normal 12px "Trebuchet MS", sans-serif;
    color: #777;
}

.comment .avatar {
    float: left;
    padding: 0 12px 10px 0;
    margin: 0;
}

.comment div.comment-text {
    float: left;
    width: 530px;
    padding: 0;
    margin: 0;
    background: none;
    color: #555;
}

.comment div.comment-text p {
    position: relative;
    margin: 0;
    padding: 10px;
    border: 1px solid #ccc;
}

.comment div.comment-text p.author {
    color: #004466;
    border: 1px solid #ff0080;
}

.comment-arrow {
    position: absolute;
    top: 8px;
    left: -7px;
}

.edit-post {
    float: right;
    margin: -21px 0 0 0;
}

.login {
    position: absolute;
    top: 130px;
    right: 52px;
}

.logout {
    position: absolute;
    top: 96px;
    right: 70px;
}

.home {
    position: absolute;
    top: 133px;
    right: 56px;
}

pre {
    white-space: pre-wrap;
    width: 100%;
    padding: 5px;
    font: normal 12px "Consolas", monospace;
    border-left: 2px solid #ccc;
}

.comment-control {
    float: right;
    margin: -5px 5px 0 0;
}

a.attachment {
    background: url(../img/compress.png) 0 2px no-repeat;
    padding: 0 0 0 20px;
}


/* Forms */
.narrowcolumn form {
    clear: both;
    padding: 0;
    width: 100%;
    margin: 10px 0;
}
.narrowcolumn form div {
    clear: both;
    vertical-align: text-top;
}
.narrowcolumn form div.input {
    color: #444;
    margin: 10px 0;
}
.narrowcolumn form div.required {
    color: #333;
    font-weight: bold;
}
.narrowcolumn form div.submit {
    border: 0;
    clear: both;
    margin-top: 10px;
}
.narrowcolumn label {
    display: block;
    padding-right: 20px;
    font: normal 16px "Georgia", serif;
    font-style: italic;
    margin: 0 0 5px 0;
}
.narrowcolumn label small {
    font-size: 12px;
}
.narrowcolumn input, textarea {
    clear: both;
    font-family: 'Trebuchet MS', sans-serif;
    padding: 2px;
    width: 100%;
}
.narrowcolumn select {
    clear: both;
    vertical-align: text-bottom;
}
.narrowcolumn select[multiple=multiple] {
    width: 100%;
}
.narrowcolumn option {
    padding: 0 3px;
}
.narrowcolumn input[type=checkbox] {
    clear: left;
    float: left;
    margin-right: 5px;
    width: auto;
}
.narrowcolumn input[type=radio] {
    float:left;
    width:auto;
    margin: 0 3px 7px 0;
}
.narrowcolumn div.radio label {
    margin: 0 0 6px 20px;
}
.narrowcolumn input[type=submit] {
    display: inline;
    padding: 2px 5px;
    width: auto;
    vertical-align: bottom;
}
#sidebar input[type=text] {
    width: 130px;
    margin: 0 0 10px 0;
}
.narrowcolumn input[type=text], .narrowcolumn textarea, .narrowcolumn input[type=password] {
    padding: 6px 3px;
    border: 1px solid #ccc;
    -moz-box-shadow: 1px 1px 6px #D6D6D6 inset;
}
.narrowcolumn input[type=text]:focus, .narrowcolumn textarea:focus, .narrowcolumn input[type=password]:focus {
    border: 1px dashed #ff9900;
}

/*definition lists*/
dl {
    width: 100%;
    overflow: auto;
    margin: 5px 0;
    background: url(../img/dot.gif) repeat-x 0 1.2em;
}
dt,dd{
    background: #FFF;
    margin-bottom: 5px;
}
dt {
    float: left;
    padding-right: 3px;
}
dd {
    margin: 0;
    float: right;
    padding-left: 3px;
    color: #AAA;
}
dd span {
    font-family: "Georgia", serif;
    font-size: 16px;
    color: #FF4FA9;
}
#previous-page {
    width: 40px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 0;
    margin-top: -50px;
    border: 1px solid #fff;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-shadow: 0 0 6px #aaa;
    -moz-box-shadow: 0 0 6px #aaa;
    box-shadow: 0 0 6px #aaa;
    background: #f6f6f6 url(../img/arro-left.png) 50% 50% no-repeat;
}
#next-page {
    width: 40px;
    height: 100px;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -50px;
    border: 1px solid #fff;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-box-shadow: 0 0 6px #aaa;
    -moz-box-shadow: 0 0 6px #aaa;
    box-shadow: 0 0 6px #aaa;
    background: #f6f6f6 url(../img/arrow-right.png) 50% 50% no-repeat;
}
.views {
    position: absolute;
    top: -50px;
    left: 110px;
    font-family: "Goergia", serif;
    color: #e1e1e1;
    font-size: 50px;
    font-weight: bold;
}