/*  
Theme Name: Yway
Theme URI: 
Description: simple design blog theme, two columns. I first wordpress design
Author: kissgift
Author URI: http://kissgift.wordpress.com/
Version: 1.0
Tags: blue,two-columns 
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/



/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 15px 0 3px 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family:Helvetica;
  }

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 9pt;
  }

a {
  color: #6598b8;
  text-decoration: none;
  }

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

a img {
  border: none;  
  }

blockquote {
  background: #f1f2f3;
  border: 1px solid #d3d4d6;
  padding: 5px 15px;
  margin: 10px 2px 2px 2px;
  font-style: normal;
  
  color: #fff;
  }

blockquote blockquote {
  background: #fff;
  border: 1px solid #d3d4d6;
  padding: 5px 15px;
  margin: 10px 2px 2px 2px;
  font-style: normal;
  
  color: #fff;
  }


code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
 font-family: Helvetica;
 background: #465e73 url(images/bg.jpg) top center repeat-x;
  
  }


/* Header and wrapper */
#wrapper {
 
  margin: 0 auto;
  width: 980px;
  text-align: left;
  background: #465e73 url(images/bg_main.jpg) top center repeat-Y;
  padding: 0;
  }

#header {
  padding: 0;
  margin: 0;
  height: 215px;
  background: #29394e url(images/bg_top.jpg) top center no-repeat;
  }
  
#header #topleft{

	width: 300px;
	float: left;
	margin: 50px 0 0 25px;


}


#header #topright {
  text-align: left;
  float: left;
  width: 450px;
  margin:68px 0px -8px 25px;
  font-family: Verdana;
  color: #999;
  font-size: 11px;

  
}

#header #topright a {
  font-family: Verdana;
  font-size: 11px;
  color: #999;
  padding:0;
  margin: 0;
  }



#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #fff;
  font-size: 9pt;
  padding: 0 0 0 25px;
  text-transform: lowercase;
  }
#header #topright li a:hover {
  color: #000;
  text-decoration: none;
  }

#header #logo {
  float: left;
  width: 880px;
  margin: 0px 0 0 25px;

  padding: 0;
  

  

}
#header h1 {
  padding: 0;
  margin: 0 0 0 -3px;
  }
#header h1 a {
  color: #88a649;
  font-size: 1.7em;
  text-decoration: none;
   font-family: Helvetica;
   font-weight:lighter;
   letter-spacing:-3px;
   
  
   
   
  }
#header h1 a:hover {
  color: #88a649;

  text-decoration:underline
  }
#header span {

  padding: 0;
  color: #212930;
  font-size: 18px;
  }


/* Menu */

#catnav {
  margin: 10px 0 0 25px;
  padding: 10px 0 0 0;
  clear: both;
  height: 32px;
  width: 930px;

  border-bottom-color: #d3d4d6;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  }

#nav {
  list-style: none;
  margin: 0 0 0 5px;
  padding: 0;

  }
	
#nav ul {
  margin: 0;
  padding: 0;
  
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;


  
  }

#nav a {
  display: block;
  line-height: 44px;
  margin: 0;
  padding: 0 25px 0 0px;
  font-size: 10pt;
  color: #212930;
  letter-spacing: 0;
  }

#nav li a:hover {
  color: #ffa500;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }





/* Top Content */

#main {
  margin: 0px 0px 0 25px;
  clear: both;
  width: 940px;
  padding-bottom: 0px;

  }
#contentwrapper {
  float:left;
  width: 530px;
  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper2 {
  float:left;
  width: 930px;  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 0px 0 25px 0;
  padding: 5px 0px 3px 5px;
  font-size: 13pt;
  letter-spacing: 0px;
  color: #212930;
  font-weight: normal;

  border-bottom :#d3d4d6 solid 2px;

  }
  
#contentwrapper .pageTitle em{
font-style: normal;
color: #3f6eb3;
}
.topPost {
  margin: 0;
  padding: 0;
  font-size: 9pt;
  }
.topPost h2.topTitle a {
  font-size: 16pt;

  font-weight: normal;
  color: #ffa500;
  letter-spacing: 0px;
  margin-bottom:10px;

  
  


  
  

  }
.topPost h2.topTitle a:hover {
  text-decoration: underline;
  color: #ffa500;
  }
.topPost p.topMeta {
  padding: 0;
  margin: -3px 0 0px 0;
  font-size: 11px;
  color: #999;
  line-height: 17px;  
  float: left;
  }
.topPost p.topMeta a {
  text-decoration: none;
  color: #999;

  }
.topPost p.topMeta a:hover {
  color: #999;
  text-decoration: underline;
  }
.topPost div.topContent {
  font-size: 9pt;
  color: #212930;
  margin: 40px 0px 50px 0px;
  }
.topPost div.topContent a {

  color: #3f6eb3;
  font-weight: bold;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #3f6eb3;
  }
  
 .topPost #line{
 
 	border-top-color: #d3d4d6;
 	border-top-style: dotted;
 	border-top-width: 1px;
 	
 	height: 5px;
 }

.topPost #line2{
 
 	border-top-color: #d3d4d6;
 	border-top-style: solid;
 	border-top-width: 2px;
 	
 	height: 5px;
 }


.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #eee;
  }
.topPost div.topComments,   .topPost span.topCategory {
  font-size: 12px;
  padding: 10px 8px 10px 10px;

  color: #212930;

  }
  
 .topPost div.topTags{
 
padding: 10px 8px 5px 0px;
 }
.topPost div.topComments:hover,  .topPost div.topTags:hover {
 
  }
  
  
.topPost div.topComments{
 
margin-top: -10px;
margin-left: -9px;
font-size: 11px;
color: #999;
float: right;

 }
 

.topPost div.topComments a {
  color: #3f6eb3;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 17px;
  text-align: right;
  font-size: 11px;
  margin-right: -7px;
  
  

  vertical-align: middle;
  }

 .topPost div.topCategory{
 

 margin-right: 7px;
 padding-bottom: 5px;
 }
 
 
 
 .topPost div.topCategory a {
  color: #212930;
  background: url(images/registration.gif) left no-repeat;
  padding-left: 20px;
  line-height: -10pt;
  vertical-align: middle;
 padding-top: 3px;
  } 
  
.topPost div.topTags em {
  
font-style: normal;	
font-size: 11px;
padding-left: 18px;
padding-top: 10px;
padding-bottom: 12px;
color: #555;


  background: url(images/tags.gif) left no-repeat;

  }
  
.topPost div.topTags{
 

 margin-left: 0px;
 }

.topPost div.topTags a {

  color: #3f6eb3;
 font-size: 11px;


  
 
  }
  

 
 
  
.topPost div.topCategory a {
  color: #3f6eb3;
  font-weight: bold;
  vertical-align: middle;
  }
  
.topPost div.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover, .topPost div.topCategory a:hover {
  color: #3f6eb3;
  text-decoration: underline;
  }

#nextprevious {
  margin: 10px 0px 5px 0px;
  padding: 0px 15px 0px 15px;

  }
#nextprevious a {
  color: #3f6eb3;
  font-size: 9pt;
  padding: 5px 0px 5px 0px ;
  }
#nextprevious a:hover {
  color: #212930;
  text-decoration: none;
  }
  
#nextprevious .alignright em{
 
 font-style: normal;
 padding-right: 22px;
 padding-top: 1px;
  background: url(images/right.gif) top right no-repeat;

}

#nextprevious .alignleft em{
 
 font-style: normal;
 padding-left: 22px;
 padding-top: 1px;
  background: url(images/left.gif) top left no-repeat;

}


/* Comments */

#comment {
  margin-bottom: 10px;
  background: #fff;
  width: 498px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  border-top: 2px solid #d3d4d6;
  padding: 10px 15px;
  color: #212930;
  }
#comment a {
  color: #3f6eb3;
  }
#comment a:hover {
  color: #fff;
  }
#numberofcomments {
  color: #fff;
  font-size: 12pt;
  margin-top: 10px;
  }
ol#comments {
  list-style: none;
  margin-top: -10px;
  
  font-size: 11px;
  
  }
  
ol#comments em{

font-style: normal;
font-size: 11px;
color: #88a649;
padding-bottom: 10px;
line-height: 40px;




}

#comments li {
  margin: 0 0 15px 0;
  padding: 10px;
  background: #fff;
  border-bottom: 1px dotted #d3d4d6;
  }
#comments li.alt {
  background: #fff;
  border-bottom: 1px dotted #d3d4d6;
  }
#comments li.cleared {
  background: transparent;
  border: none;
  }
#comments a:hover {
  color: #3f6eb3;
  text-decoration: underline;
  }
#comments a.gravatar {
  float: left;
  margin: 0 10px 0 0;
  width: 69px;
  }
#comments .commentbody {
  margin: 0;
  padding: 0 5px 0 0;
  float: right;
  width: 380px;
  
  }
#comments .commentbody p a {
  text-decoration: underline;
  }
#comments cite {
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  color: #3f6eb3;
  }
#comments small.commentmetadata a {
  color: #999;
  }
#comments p {
  color: #212930;
  font-size: 11px;
  }
#comment h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #212930;
  margin: 15px 0 0 0;
  padding: 0;
  }
textarea#comment {
  width: 467px;
  border-top: #a3a4a6 solid 1px;
   border-left: #a3a4a6 solid 1px;
  border-bottom: #d3d4d6 solid 1px;
  border-right: #d3d4d6 solid 1px;
  background: #fff;

  color: #212930;
  }
#comment #submit {
  margin-left: 0px;
  margin-top: -10px;
  padding-bottom: 5px;
  background-color: #88a649;
  border:none;
  color: #fff;
  }



/* Welcome section */

#main #welcome {
  margin: 0px 0 20px 9px;
  padding: 0 0 5px 0;
  
  width: 379px;
background-color: #f5f5f5;
  border: #dadada solid 1px;
  border-bottom: #bbb solid 2px;
  border-right: #bababa solid 1px;

  }
#main #welcome h2 {
  font-size: 13pt;
  font-weight: normal;
  background: none;
  
  background-color: #fff;
  color: #88a649;
  letter-spacing: 0px;
  margin: 10px 10px 0 ;
  padding: 5px 0 5px 10px;
  }
#main #welcome p {
  font-size: 9pt;
  color: #777;  
  margin: 0 10px;
  padding: 6px 2px 8px 2px;
  }
#main #welcome a {
  text-decoration:none;
  font-weight: bold;
  color: #212930;
  }
#main #welcome a:hover {
  color: #212930;
   text-decoration:underline;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
.submitbutton {
  margin: -5px 0 0 5px;
  background: #88a649;
  color: #fff;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #88a649;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #88a649;
  }


/* Begin Sidebar */
#sidebars {
  margin: 0px 0 0 0;
  padding-bottom: 10px;
  float: right;
  width: 400px;
  color: #eee;

  border-color: #ccc;
  border-style: dashed;
  border-width: 0px 0px 0px 0px;
 
  }
#sidebars .sidebarbox {
  
  padding: 0px 0px;

  }

#sidebar_full {
  
  padding-bottom: 20px;
  background-color: white;
  }



#search2 {

background-color: #f5f5f5;
  border: #dadada solid 1px;
  border-bottom: #bbb solid 2px;
  border-right: #bababa solid 1px;
width: 379px;
margin-left: 9px;

}  
#searchbox{
	
 
  padding-left: 3px;
  width: 290px;
  font-size: 11px;
  margin-top: -10px;
  margin-bottom: 5px;

}

#sidebar_left {
  margin-left: 10px;

   float: left;
  width: 173px;


  }

#sidebar_right {

margin-right: 10px;

  float: right;
  width: 170px;
 background-color: #f5f5f5;
  border: #dadada solid 1px;
  border-bottom: #bbb solid 2px;
  border-right: #bababa solid 1px;
  padding: 10px 10px 10px 10px;

 
  }

#sidebars h2 {
  margin: 0px 0 -5px 0;
  padding: 6px 0 4px 5px;
  font-size: 12px;
  font-weight: bold;
  color: #88a649;
  letter-spacing: 0px;
  background: #fff url(images/file.gif) right no-repeat;
  border-bottom-color: #d3d4d6;
  border-bottom-style: solid;
  border-bottom-width:1px;
  
  border-top-color: #d3d4d6;
  border-top-style: solid;
  border-top-width: 2px;
  
 
  }
  
#tag_cloud h2{

margin-bottom: 10px;

}

#sidebars table {
  width: 130px;
  
  }

#sidebars ul {
  margin: 0;
  padding: 5px 0 0px 0;
  list-style: none;
  }

#sidebars li {
  margin-bottom: 20px;
  font-size: 11px;
 
  }

#sidebars li ul {
  padding-top: 5px;
    
  }

#sidebars ul ul li {
  
  margin: 0;
  padding: 2px 2px 2px 10px;
  list-style: url(images/int.gif);
  list-style-position: inside;
  border-bottom-color: #d3d4d6;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  color: #505050;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  
  }


#sidebars #sidebar_left ul ul li {
   margin: 0;
  padding: 2px 2px 2px 10px;
  list-style: url(images/int.gif);
  list-style-position: inside;
  border-bottom-color: #d3d4d6;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  color: #505050;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


  
#sidebars #sidebar_left ul ul li ul li {

border: none;

}

#sidebars #sidebar_right ul ul li ul li {

border: none;

}



#sidebars a {
  display: inline;
  color: #505050;
  }
#sidebars a:hover {
  color: #000;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 10px;
 
  font-size: 9pt;
  color: #212930;
  }

#tag_cloud a {
  display: inline;
  margin: 0px -15px 0 15px;

  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}

#wp-calendar{

 margin-top: -20px;
 margin-left:  0px;
 
 margin-bottom: -20px;
 


 
  
}



#wp-calendar caption {

text-align: left;

 margin: 0;
  padding: 0 0 10px 0px;
  font-weight: normal;
  font-size: 10pt;
  color: #88a649;
  letter-spacing: 0px;
  
 



}






#wp-calendar tbody td{
color: #a0a0a0;
text-align: center;
padding-left: 5px;
padding-right: 5px;


  



}

#wp-calendar thead{
color: #505050;
text-align: center;







}

#wp-calendar tbody td a{

font-weight: bold;
text-decoration: underline;


}


#wp-calendar tfoot #prev   {


text-align: left;



}

#wp-calendar tfoot #next   {


text-align: right;





}




/* Before footer */

#morefoot {
  background: #000 url(images/bggrad.jpg) top left repeat-x;
  border: 1px solid #070707;
  padding: 15px;
  color: #dfdfdf;
  margin: 0 0 10px 0;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 9pt;
  }
#morefoot a {
  text-decoration: underline;
  color: #ddd;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #6598b8;
  }
#morefoot h3 {
  font-size: 12pt;
  font-weight: normal;
  color: #dfdfdf;
  letter-spacing: -1px;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 340px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 260px;
  }
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/
#footer {
  clear: both;
  background: #fff;
  padding: 0px 25px 0px 20px;	

  height: 50px;
  background: #465e73 url(images/bg_bottom.jpg) top center no-repeat;
  }
#footer p {
  font-size: 9pt;
  color: #fff;
  padding: 0;
  }
#footer a {
  color: #fff;

  }
#footer a:hover {
  color: #fff;
    text-decoration: underline;
  }
#footerleft {
  float: left;

  width: 500px;
  

  }
#footerright {
  float: right;
  width: 430px;
  text-align: right;
 
  }



/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

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

input{

  border-top: #a3a4a6 solid 1px;
   border-left: #a3a4a6 solid 1px;
  border-bottom: #d3d4d6 solid 1px;
  border-right: #d3d4d6 solid 1px;
  background: #fff;
  height: 20px;

}


