/*
Theme Name: Fogel
Theme URI: 
Description: Fogel's Constructor Theme
Version: 0.1
Author: Mike Fogel
Author URI: http://www.fogel.ca/
*/

/* getting the header to be the right width */

#menu {
  width: 766px;
  right: 0px;
}

#menu ul.menu {
  width: 745px;
}

#menu #rss {
  float: right;
  border-left: dotted #AAAAAA 1px;
}

#menu #home,
#menu li.page_item,
#menu #rss {
  width: 121px;
}

#menusearchform {
  border-right-width: 0px;
}


/* title */

#title #name {
  letter-spacing: -2px;
}

#title #description {
  padding: 4px 8px;
}

#title {
  padding: 4px 2px;
}


/* main content */

.hentry .entry {
  line-height: 1.4em;
  font-size: 1.2em;
}

.hentry .entry p {
  text-indent: 0px;
  padding: 3px;
}

.post .title a {
  color: #FF7711;
}


/* sidebar */

.widget h3 {
  line-height: 2em;
  margin-top: 10px;
  margin-bottom: 0px;
}

.widget li {
  border-bottom: 1px dotted #aaaaaa;
}

.widget li:first-child {
  border-top: 1px dotted #aaaaaa;
}

.widget_tag_cloud {
  line-height: 1.4em;
}


/* tweet styling */

.sidebar .aktt_tweet_time {
  font-style: italic; 
}


/* code, image and embeded gmaps styling */

pre {
  font-size: 0.8em;
  font-family: monospace, "courier new";
  width: 50em;
  border: 1px solid #ff7711;
  background-color: #ffebb2;
  padding: 5px 8px 3px 8px;
  margin-left: 6px;
  margin-right: 6px;
  -moz-border-radius: 3px;
}

li pre {
  margin-left: -28px;
}

blockquote {
  padding-left: 10px;
  border-left: 4px solid #ffb182;
  margin-left: 30px;
  margin-right: 30px;
}
 
.hentry .entry li img {
  margin-left: -34px;
}

.hentry .entry .embed500 {
  width: 500px;
  margin: 3px;
  padding: 4px;
  border-style:solid;
  border-width: 1px;
  border-radius: 4px
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
}

