/*
Theme Name: WordPress CycleSeven_Theme
Theme URI: http://cycleseven.org/
Description: By Patrick
Version: 1.0
Author: Patrick Taylor
Author URI: http://www.patricktaylor.com/
Tags: fixed width, two columns
*/

* { margin: 0; padding: 0; }

body {
margin: 0 0 18px 0;
font-size: 62.5%;
font-family: Verdana, Arial, Sans-Serif;
color: #000;
background: #bfbfbf url('images/bg.jpg') repeat;
text-align: center;
}

#topcontainer {
width: 100%;
height: 50px;
background: #333 url('images/topcontainer.jpg') repeat-x;
}

#topcontainer #top { position: relative;
margin: 0 auto;
padding: 0 4px 0 6px;
width: 890px;
height: 45px;
text-align: left;
color: #fff;
background: #333 url('images/top.jpg') no-repeat;
}

#topcontainer #top ul { position: absolute;
top: 16px;
right: 282px;
list-style-type: none;
font-size: 1.2em;
color: #666;
}

#topcontainer #top ul li {
display: inline;
}

#topcontainer strong, #topcontainer a {
color: #fff;
}

#searchform { position: absolute;
top: 12px;
right: 6px;
margin: 0; padding: 0;
width: 268px;
height: 24px;
background: #333 url('images/bg-search.jpg') no-repeat;
text-align: left;
}

#s, #button {
height: 22px;
vertical-align: top;
border: none;
background: none;
font-family: Verdana, Arial, Sans-Serif;
font-size: 1.2em;
}

#s {
padding-left: 12px;
width: 168px;
color: #ccc;
}

#button {
width: 75px;
color: #fff;
cursor: pointer;
}

#page { position: relative;
margin: 13px auto 0 auto;
padding-top: 25px;
width: 900px;
text-align: left;
background: #fff url('images/bg-page-top.jpg') 0 0 no-repeat;
}

#content {
font-size: 1.2em;
}

.narrowcolumn {
float: left;
padding: 0 0 0 50px;
margin: 0;
width: 550px;
}

.widecolumn {
padding: 0 0 0 50px;
width: 800px;
}

.post {
margin: 0 0 10px;
}

.narrowcolumn .entry, .widecolumn .entry {
line-height: 1.6em;
}

.narrowcolumn .postmetadata, .widecolumn .postmetadata {
clear: both;
margin-top: 6px;
padding-top: 6px;
font-size: 0.9em;
}

h1, h2, h3, h4, #bottomnav h5 {
font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
font-weight: bold;
text-shadow: 1px 1px 2px #ccc;
}

h1 {
margin: 15px 0 12px 0;
font-size: 2.4em;
line-height: 1.0em;
}

h1.home, h1.archive {
font-size: 3.0em;
color: #777;
text-shadow: 1px 2px 2px #ccc;
}

h1 a:hover {
text-decoration: none;
}

.post h1 {
margin-top: 17px;
margin-bottom: 12px;
padding-bottom: 5px;
color: #169a00;
border-bottom: 1px solid #ccc;
}

h2, #bottomnav h5 {
margin: 20px 0 2px 0;
padding-bottom: 4px;
font-size: 2.0em;
line-height: 1.1em;
border-bottom: 1px solid #ccc;
}

h2, #bottomnav h5 {
color: #169a00;
}

h3 {
margin: 12px 0 0 0;
font-size: 1.8em;
line-height: 1.1em;
color: #777;
}

h3.archive {
margin: 20px 0 2px 0;
padding-bottom: 4px;
font-size: 2.0em;
color: #169a00;
border-bottom: 1px solid #ccc;
}

h4 {
margin: 10px 0 2px 0;
font-size: 1.6em;
color: #c60;
}

.post p {
margin-top: 8px;
}

.post small, .page small {
font-size: 0.9em;
line-height: 1.5em;
color: #777;
font-weight: bold;
}

.entry p {
font-size: 1.05em;
}

.entry p.caption, .caption p {
margin-top: 2px;
margin-bottom: 12px;
padding: 5px 6px;
border: 1px solid #ddd;
text-align: center;
font-size: 0.9em;
line-height: 1.4em;
background-color: #f8f8f8;
}

.entry ul { /* lists in Posts only */
list-style-type: disc;
list-style-position: outside;
}

.entry ul li {
margin: 8px 0 0 25px;
font-size: 1.05em;
}

p.postmetadata strong {
color: #c60;
}

p.paginator {
margin-top: 12px;
padding: 7px 10px 8px 10px;
border: 1px solid #ddd;
font-weight: bold;
background-color: #f8f8f8;
}

p.p-top {
margin-bottom: 12px;
}

/* Comments */

.commentlist {
text-align: left;
}

.thread-alt {
background-color: #f8f8f8;
}
.thread-even {
background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

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

.commentlist li p {
margin-top: 6px;
font-weight: normal;
line-height: 1.6em;
}

.commentlist li p.caption {
margin-top: 2px;
text-align: center;
font-size: 0.9em;
line-height: 1.4em;
}

.commentlist li ul { /* lists in Comments only */
list-style-type: disc;
list-style-position: outside;
}

.commentlist li ul li {
margin: 8px 0 0 25px;
padding: 0;
line-height: 1.6em;
}

.commentlist .vcard {
font-size: 1.0em;
}

.commentlist cite {
font-weight: bold;
font-style: normal;
color: #c60;
}

.commentmetadata {
margin-top: 10px;
display: block;
font-weight: normal;
}

.commentmetadata p.meta {
margin: 0;
font-size: 0.9em;
color: #777;
font-weight: bold;
}

#commentform {
margin: 5px 10px 0 0;
}

#commentform p {
margin: 5px 0;
}

#commentform input, #commentform textarea, #commentform label {
font: 0.9em Verdana, Arial, Sans-Serif;
}

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

.narrowcolumn #commentform textarea {
width: 544px;
margin: 5px 0 1px 0;
padding: 2px;
}

.widecolumn #commentform textarea {
width: 794px;
margin: 5px 0 1px 0;
padding: 2px;
}

#commentform input#submit, #commentform input#preview {
float: right;
width: 80px;
margin: 3px 0 0 7px;
}

#respond:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

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

.nocomments {
margin-top: 8px;
text-align: left;
}

.reply {
display: none;
}

#previewed-comment-header {
color: #c60;
}

p.heading {
font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
margin: 20px 0 0;
font-size: 1.8em;
font-weight: bold;
line-height: 1.1em;
color: #777;
text-shadow: 1px 1px 2px #ccc;
}

/* End Comments */

/* Begin Images */

img {
vertical-align: bottom;
}

p img {
max-width: 100%;
}

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

img.alignright {
padding: 2px;
margin: 4px 0 2px 10px;
display: inline;
border: 1px solid #777;
}

img.alignleft {
padding: 2px;
margin: 4px 10px 2px 0;
display: inline;
border: 1px solid #777;
}

img.alignnone, img.aligncenter, p.attachment img, .attachment-thumbnail, object.alignnone {
margin: 4px 0 4px 0;
padding: 2px;
border: 1px solid #777;
}

img.wp-smiley {
vertical-align: text-top;
}

img.flickr, object.flickr {
margin: 4px 0 4px 0;
padding: 20px;
background: #fff;
border: 5px solid #ddd;
}

img.flickr2, object.flickr2 {
margin: 4px 0 4px 0;
padding: 11px;
background: #fff;
border: 3px solid #ddd;
}

img.noborder {
margin: 4px 0 4px 0;
}

img.thumb { display: inline;
margin: 4px 0 4px 0;
padding: 10px;
background: #fff;
border: 5px solid #ddd;
}

#sidebar ul ul img {
padding-right: 6px;
margin: 5px 0 2px 0;
}

#sidebar {
padding: 5px 0 15px 0;
margin-left: 640px;
width: 220px;
font-size: 1.1em;
color: #333;
}

#sidebar h5 {
margin: 12px 0 0 0;
width: 185px;
font-family: Arial, Sans-Serif;
font-size: 1.5em;
font-weight: bold;
color: #666;
text-shadow: 1px 1px 2px #ccc;
background: url('images/tab.png') no-repeat;
padding: 15px 10px 8px 15px;
}

#sidebar ul, #sidebar ul ol {
list-style-type: none;
list-style-image: none;
}

#sidebar ul li { /* The top level lists with headings */
margin-bottom: 15px;
font-size: 1.0em;
line-height: 1.4em;
}

#sidebar ul ul {
margin: 5px 0 0 0;
}

#sidebar ul ul li {
margin: 3px 0 0;
font-size: 1.1em;
}

#sidebar ul.unnested li {
margin: 3px 0 0;
font-size: 1.1em;
}

#sidebar span {
color: #c60;
}

#flickr {
display: block;
margin: 4px 0 0 0;
width: 220px;
}

.flickr_badge_image {
float:left;
margin:0 0 10px 0;
}

.flickr_badge_image img {
float: left;
width: 60px;
height: 60px;
margin: 0 5px 5px 0;
padding: 2px;
border: 1px solid #777;
}

/* End Sidebar */

/* Bottom */

#bottom {
margin: 15px 0 0 0;
padding-top: 10px;
}

#bottom ul {
list-style-type: none;
line-height: 1.4em;
}

#bottom ul li {
display: inline;
padding-right: 6px;
}

/* Bottom 'sidebar' */

#bottomnav {
margin: 10px 0 0 0;
padding-top: 6px;
width: 800px;
background: #fff;
}

#bottomnav ul {
list-style-type: none;
}

#bottomnav ul ul ul {
margin: 0 0 0 10px;
}

#bottomnav li li, #bottomnav li li li {
padding-top: 3px;
line-height: 1.4em;
}

#bottomnav .children {
font-size: 1.0em;
}

.navcol {
display: inline;
width: 240px;
}

.one {
float: left;
margin-right: 40px;
}

.two {
float: left;
}

.three {
float: right;
}

#footer {
margin: 0 auto;
width: 900px;
height: 100px;
clear: both;
background: #fff url('images/bg-footer.jpg') no-repeat;
background-position: 0 0;
text-align: center;
}

#footer p {
padding: 30px 0 6px 0;
color: #666;
}

#footer a {
color: #666;
}

/* Various */

.nocomments, .postmetadata, strike, del {
color: #777;
}

a {
color: #1390ec;
text-decoration: none;
}

a:hover {
color: #1390ec;
text-decoration: underline;
}

a.more-link {
font-weight: normal;
color: #000;
}

a.more-link span {
font-style: italic;
color: #000;
}

a.more-link strong {
color: #1390ec;
}

a.more-link:hover {
color: #000;
text-decoration: none;
}

a.more-link:hover strong {
color: #1390ec;
text-decoration: underline;
}

.entry a[target="_blank"], .comment a[target="_blank"] {
/* display: inline-block; */
line-height: 18px; /* check icon height */
background: url('images/ext.gif') center right no-repeat;
padding-right: 1.3em;
} 

.clear {
clear: both;
}

code, pre { margin: 15px 0 15px 0;
font: 1.1em 'Courier New', Courier, Fixed;
color: #606;
background: #efefef;
}

blockquote {
margin: 15px 15px 15px 12px;
padding: 0 0 0 10px;
border-left: 5px solid #ddd;
color: #666;
}

acronym, abbr, span.caps {
cursor: help;
}

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

a img {
border: none;
}

.navigation {
display: block;
margin-top: 20px;
padding-top: 6px;
border-top: 1px solid #ccc;
text-align: center;
}

.alignright {
float: right;
font-weight: bold;
}

.alignleft {
float: left;
font-weight: bold;
}

object {
display: block;
}

iframe {
overflow: hidden;
vertical-align: bottom;
margin: 4px 0 4px 0;
padding: 2px;
border: 1px solid #777;
}

.share {
display: block;
margin-top: 8px;
}

#content #respond .share iframe {
display: inline;
vertical-align: top;
border: none;
margin: 0 0 0 0;
padding: 0;
}
/*
.twitter-share-button {
padding: 0;
border: 0;
}
*/
span#tweet {
margin: 0; padding: 0;
}

span.grey {
color: #999;
}

.wp-caption {
border: 1px solid #777;
text-align: center;
padding: 4px 0 4px 0;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0;
margin: 0;
}

.sticky {
padding-bottom: 12px;
border-bottom: 5px solid #ddd;
}

hr {
margin: 12px auto 0 auto;
padding-bottom: 1px;
height: 0;
width: 100%;
background: #fff;
border: none;
border-top: 5px solid #ddd;
}

/* Subscribe */

#respond p.subscribe-to-comments {
padding-top: 10px;
font-size: 0.9em;
color: #777;
}

#respond p.subscribe-to-comments input {
margin: 0;
vertical-align: middle;
}

#respond p.subscribe-to-comments label {
vertical-align: middle;
font-size: 1.0em;
}

.wrap {
line-height: 1.6em;
}

.wrap h1 {
margin-top: 17px;
margin-bottom: 12px;
padding-bottom: 5px;
color: #169a00;
border-bottom: 1px solid #ccc;
}

.wrap h2 {
border-bottom: 1px solid #fff;
}

.wrap p {
margin-top: 8px;
font-size: 1.05em;
}

.wrap fieldset {
margin-top: 10px;
padding: 0 8px 8px 8px;
}

.wrap fieldset legend {
padding: 0 0 4px 0;
font-weight: bold;
color: #c60;
}

.wrap fieldset legend.lone {
margin-top: 12px;
padding: 0;
}

.wrap p.submit input {
padding: 2px 6px;
margin: 0 0 2px 0;
font-weight: bold;
font-size: 1.0em;
}

.wrap ol, .wrap ul {
list-style-type: none;
margin-top: 8px;
}
