/*  
Theme Name: FoodSwings
Theme URI: http://www.foodswings.org
Description: Modern Notepad customised for FoodSwings.
Version: 1.0
Author: Joanne Ho
Author URI: http://www.joanneho.com
*/

html, body, div, span,iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins,strong,ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
/*background: white;*/
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/* Text decorations
*******************************/
.bold 		{ font-weight: bold; }
.normal 	{ font-weight: normal; }
.italic 	{ font-style: italic }
.underline	{ text-decoration: underline; }

/* Float
*******************************/
.f-right 	{ float: right; }
.f-left 	{ float: left; }
.f-none 	{ float: none; }

/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }

/* Other
*******************************/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clear {
clear:both;
}

/* Main styles
*******************************/
html {
	height: 100%;
	margin-bottom: 1px;/* force vertical scrollbars */
}

body {
       /* background:url(images/dumpattern2.jpg) repeat;*/
	color: #000;
	font-size: 90%;
	text-align: left;
}

/* Default fonts
*******************************/
body,
input,
select		{ font-family: "Georgia", serif; }

textarea,
pre,
code 		  { font-family:"Courier New", Courier, monospace; }

/* Header elements
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 { 
  font-weight:normal;
  color:#333333;
}
h1 {
    padding-bottom:2px;
    font-size: 2.5em;
    line-height:1;
}
h2 {
    font-size: 1.83em;
}
h3 { 
    font-size: 1.3em;
    padding-bottom:.6em;
}
h4 { font-size: 1.3em; line-height: 1.8em; }
h5 { font-size: 1.2em; line-height: 1.6em; }
h6 { font-size: 1.1em; line-height: 1.2em; }

/* Text elements
*******************************/
p	          { margin: 0px 0 .5em 0; text-align: left; line-height:1.4; }
p.last 		  { margin-bottom:0; }
p.first		  { margin-top:1em; }
p.img             { float: right; margin: 2em 0 1em 1em; padding: 15px 0; }

blockquote    {
    margin: 0 0 1em 1em;
    padding-left:1em;
    border-left:2px solid #646464;
}
strong        { font-weight: bold; }
em            { font-style: italic; }
pre           { border: 1px solid #ddd; margin-bottom: 1.2em; padding:1.2em; }
ins           { text-decoration:none; } /*remove underline from text*/
del           { text-decoration:line-through; }

q,
cite          { font-style:italic;}
dl {
    line-height:1.4;
    margin-bottom:1em;
}
/* decorate lists in posts */
#content .post ul {
      margin:0 0 1em 1.1em;
}

#content .post ol {
    margin: 0 0 1em 1.8em;
}

#content .post ul {
    list-style-type:disc;
}

#content .post ol {
    list-style-type:decimal;
}

#content .post ul li,
#content .post ol li {
    line-height:2;
}

#contentleft {
 padding:10px;
}

hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #000 dotted;
}

/*links*/
a:link,
a:visited,
a:focus,
a:active	{ color: #7EB100; font-size:1em; text-decoration: none; cursor:pointer; }

a:hover, 
a:visited:hover	{ text-decoration:none; color:#FFFFFF; background-color:#7EB100; }

a:active, 
a:focus     	{ outline: 0; } /*remove border in ff*/

/* Images
*******************************/
img 		{ outline:0;border:0; }
#content a img { display: block; }
/* Form styles
*******************************/
input,
select,
textarea {
	font-size:1.0em;/*by default font-size is bigger*/
	vertical-align:baseline;
    color:#828282;
}

input.text,
input.file { cursor:text; }

input.button { cursor:pointer; }

input.radio,
input.checkbox { border: 0;padding: 0; }


/* Wordpress aligning
*******************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
    float:left;
    margin: 0 1em 1em 0;
}

.alignright {
   float: right;
   margin: 0 0 1em 1em;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption {
    border:1px solid #eee;
    text-align:center;
    padding-top:4px;
}
.wp-caption p.wp-caption-text {
    font-size:.92em;
    text-align:center;
}

/* Main styles
 *******************************/
#root {
    width: 854px;
    margin:0 auto;
    background-color:#f0EEE1;
}

/* Header
 *******************************/
#header {
    overflow: hidden;
}
#header .headers {
    text-align:center;
    color:#fff;
    font-size:.92em;
    line-height:3.2;
    height:36px;
}
#header .content {
    /*background:url(images/fs_logo.gif) 0 0 no-repeat; */
    height:140px;
    position:relative;
    padding:20px 0 0 30px;
}
#header h1 {
    margin-top:10px;
}
#header .description {
	line-height:1.1;
        color: #666666;
        width:400px;
        float:left;
}
/* Old Search
#searchform {
    font-size:.92em;
}

*/
#header .subHeader {
    display:inline;
}

#searchformsidebar{
float:right;
margin:0 19px;
}

#searchformsidebar input.searchbg{
	border:1px solid #C0C0C0;
        color:#999999;
        padding:2px 0;
        width:196px;
}

#searchmenu{
	float:left;
}

#searchsubmitbtn{
	position:relative;
	bottom:1px;
	right:10px;
	float:left;
}
#nav-bar {
	border-bottom:1px solid #333333;
        border-top:3px solid #333333;
        bottom:2px;
        position:absolute;
        width:93%;
}
#nav-bar li {
	float:left;
}
#nav-bar li a {
	height:23px;
	float:left;
	text-decoration:none;
        text-transform:uppercase;
	color:#7EB100;
	padding:10px 18px 0;
}

#nav-bar li:hover {
	background-color:#7EB100;
        color:#FFF;
}

#nav-bar li:hover a {
	background-color:#7EB100;
        color:#FFF;
}

#searchform input.text {
    width:143px;
    border:0;
    background:transparent url(img/search-input.gif) 0 0 no-repeat;
    height:15px;
    padding:4px 3px;
    vertical-align:middle;
    margin-right:10px;
}
#searchform input.button {
    height:21px;
	padding-bottom:2px;
    width:61px;
    background:transparent url(img/search-button.gif) 0 0 no-repeat;
    border:0;
    color:#fff;
    font-weight:bold;
    vertical-align:middle;
}
#header h1 a {
    text-decoration:none;
    color:#7EB100;
}

/* Main
 *******************************/
#main {
    /*background:url(images/left_shadow.png) 0 0 repeat-y; */
    overflow:hidden;
    padding:10px 21px;
}
#main-block {
    float:left;
    width:569px;
    min-height:600px;
    height:auto!important;
    height:600px;
}
#content .post {
    overflow:hidden;
    /*background:url(img/post-header.gif) 0 0 no-repeat;*/
    padding-top:12px;
	margin-bottom:12px;
}
#content .post .footer {
   /* height:11px;*/
    /*background:url(img/post-footer.gif) 0 0 no-repeat;*/
}
#content .post .content {
    padding:8px 26px;
    /*background:url(img/post-back.gif) 0 0 repeat-y;*/
}

#content .title h2 {
    padding-bottom:6px;
}

#content .title a {
    text-decoration:none;
    font-style:italic;
    color:#7EB100;
}
#content .title a:hover {
    color:#FFFFFF;
    background-color:#7EB100;
}
#content .postdata {
   border-bottom:1px solid #666666;
   font-size:0.92em;
   margin-bottom:14px;
   padding-bottom:28px;
}
#content .category {
    float: right;
}
#content .date {
    float: left;
    color:#919191;
}
#content .comments {
	float:right;
	padding-right:10px;
}

#content .comments,
#content .comments a,
#content .category,
#content .category a {
    color:#7EB100;
}

#content .entry {
        clear:both;
	overflow:hidden;
        padding-bottom:10px;
}

#content .entry a {
    color:#7EB100;
}

#content .entry a:hover {
    color:#FFFFFF;
    background-color:#7EB100;
}

#content .entry img {
}

#afterContent {
border-bottom:2px solid #333333;
border-top:1px solid #666666;
font-size:0.9em;
line-height:21px;
padding:10px 0 13px 0;
width:100%
}

a.more-link {
    font-weight:bold;
    color:#f78403;
    padding-right:18px;
    background:url(img/more-link.gif) 100% 1px no-repeat;
}

.nav-entries {
	font-size:.92em;
	overflow:hidden;
        margin-top:40px;
}

.nav-entries .prev a {
	float:left;
}

.nav-entries .next a {
	float:right;
}

#content .nav-entries a {
	color:#7EB100;
	text-decoration:none;
}

.nav-entries a span {
	padding:6px 12px 0 25px;
	height:17px;
	float:left;
}

.nav-entries a:hover {
	color:#fff;
}


/* Comments
 *******************************/
#leavecomment {
    /*padding-top:1em;*/
}


.comments-list .avatar {
    margin-bottom:4px;
}
#content ul.comments-list {
	margin:0;
}
.comments-list li {
    padding:12px;
    line-height:1.2;
	list-style:none;
	background:url(img/post-delim.gif) 0 100% repeat-x;
	margin-bottom:12px;
}

.comments-list li.graybox {
    background-color:#f5f5f5;
}

.comments-list cite {
    font-weight:bold;
    font-style:normal;
}

.comments-list small {
    font-size:.83em;
}

.comments-list .comment {
    margin-top:8px;
}

#commentform input.text,
#commentform textarea {
    border:1px solid #646464;
    border-bottom-color:#eee;
    border-right-color:#eee;
    padding:2px;
}

#commentform input.text {
    width:155px;
}

#commentform input.button {
    border:none;
    background-color:#FFF; 
    color:#333333;
    font-size:.92em;
padding:3px 0;
width:130px;

}

#commentform input.a {
    color:#333333;
}

#commentform textarea {
    width:500px;
}

#right-block {
    float:right;
    width:223px;
    margin-right:5px;
}

.box {
	margin:15px 0 0 0;
}

.box.first {
       margin:20px 0 0 0;
}
.popular h3 {
	color:#eda33a;
}

.blogroll h3 {
	color:#78ab5f;
}

.archive h3 {
	color:#8fafc6;
}

.box .header  {
	height:20px;
	padding:5px 0 0;
}

.box .header.twitter {
      height:40px;
      padding-bottom:5px;
}

.box ul {
	padding:2px 5px 2px 1px;
}

.box ul li {
	padding:5px 5px 5px 0px;
	font-size:.92em;
}

.box ul li a {
	margin-bottom:2px;
}

.twitter-message  {
   font-size:.92em;
}

.categories .children li a {
	
}

.box ul li a:hover {
	text-decoration:none;
}

.box ul ul {
	padding:0;
	background:none;
}

.box .footer {
	padding:0 5px;
        height:24px;
	
}

.box .tags,
.box .textwidget,
#sidesearch,
#calendar_wrap {
    padding:0;
}

.box input.text {
    border:1px solid #8A8A8A;
    width:140px;
    background:#fff;
    font-size:.92em;
}

.box .button {
    background-color:#FFF;
    color:#8A8A8A;
    font-size:.92em;
    padding: 5px 2px 5px 8px;
    width:145px;
}

.box .button a {
    color:#333333;
}
.box .button a:hover {
    color:#7EB100;
    background-color:#FFF;
}

.box .tags,
.box .textwidget {
    line-height:1.4;
}

.box .textwidget {
    font-size:.92em;
}

#calendar_wrap,
.box .textwidget {
    padding-bottom:0;
}

#recentcomments li {
    background:none;
    padding-left:0;
}

#wp-calendar {
    width:190px;
    font-size:.92em;
}
#wp-calendar caption {
    padding:4px 0;
    text-align:right;
    font-weight:bold;
    color:#F21E1E;
}
#wp-calendar th,
#wp-calendar td {
    padding:2px;
    text-align:center;
}
#wp-calendar thead th {
    color:#4189C1;
    font-weight:bold;
}
#wp-calendar #prev {
    text-align:left;
    padding-top:4px;
}
#wp-calendar #next {
    text-align:right;
    padding-top:4px;
}
#recentcomments {
    padding:0 18px 36px;
    line-height:1.4;
}
#recentcomments li a,
#recentcomments li a:hover {
    background:none;
    padding:0;
    border:0;
}

/* Footer
 *******************************/
#footer {
    height:20px;
    font-size:.92em;
    margin:10px 45px 0;
    padding:20px 0;
    border-top: 1px solid #333333;
}

#footer img {
	vertical-align:middle;
}

#footer .copyright {
    float:left;
    
}

#footer .links {
    float:right;
}

#footer .links a {
    padding-left:18px;
    margin-left:16px;
    background-repeat:no-repeat;
    background-position:0 2px;
}

#footer .rss {
    background-image:url(img/rss.gif);
}

#footer .login {
    background-image:url(img/login.gif);
}

#footer a.powered {
    padding:0;
}

#footer a.entries {
    margin:0;
}

#img-cache {
	display:none;
	overflow:hidden;
	height:0;
	width:0;
}


/*-------- FoodSwings CSS ------*/

.foodscoopTitle {
      border-top:1px solid #333333;
      margin-top:20px;
      padding:20px 0 0;     
}

.foodscoopDesc{
margin-top:6px;
}



.foodscoopContent{
margin-top:-6px;
}

.foodswingersDesc {
border-top:1px solid #333;
margin-top:20px;
padding:20px 0 0;
}

.foodswingersDesc .foodSwinger {
      float:left;
      width:150px;
      height:240px;
      margin-right:20px;
}

.foodswingersDesc h4 {
  margin: 0 0 -5px 0;
}