/*  
Theme Name: Freeple
Theme URI: N/A
Description: Three column theme based on an open source design tweaked by CDog
Version: 2.0
Author: CDog
Author URI: http://www.freeple.com/blog
Freeple
*/

/* ##### Common Styles ##### */

body {
  color: black;
  background-color: #FFFFFF;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

ul {
  list-style-type:none;
  padding: 0px;
}

.small {
  color: black;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 70%;
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}

.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

h2 {
 font-size: 125%; 
}

.disclaimer {
  font-size: 70%;
  color: dimgray;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.center {
  text-align: center;
}

a {
  color: #345a7a;
}

a:hover {
  color: #fe9f00;
}

img {
  border-color: #335a79;
}

img:hover {
  border-color: #fe9f00;
}

hr {
  color: #a6c3da;
  clear: both;
}

.nav {
  color: #335a79;
  font-size: 150%;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
}

.floatright {
  clear: left;
  text-align:right;
}

/* ##### Header ##### */

#header {
  color: inherit;
  background-color: #335a79;
}

.headerTitle {
  margin: 0;
  color: #eee;
}

.headerTitle a {
  color: #eee;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
}

.headerTitleAdmin {
  margin: 0;
  color: #eee;
}

.headerTitleAdmin a {
  color: #eee;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  color: #eee;
  background-color: black;
  text-align: center;
  margin: 0;
  padding: 0.5ex 0;
}

.subHeader a {
  color: #eee;
  background-color: black;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: black;
  background-color: white;
}

.pageTitle {
  color:#000000;
  font-style:normal;
  border-top:none;
  padding-top:0;
}

/* ##### Left Side Bar ##### */
@media handheld {
  .leftSideBar {
    display: none;
  }
}

@media only screen and (max-device-width: 480px) {
  .leftSideBar {
    display: none;
  }
}

.leftSideBar {
  width: 160px;
  float: left;
  clear: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: 2px solid #335a79;
  border-top: 0px;
  position:absolute;
  top: 100px;
  left: 0px;
}

.leftSideBar .sideBarTitle {
  background-color: rgb(255,155,0);
  font-weight: bold;
  padding: 0.8ex 1.8ex;
  cursor: hand;
  background-image: url(http://www.freeple.com/images/minus.gif);
  background-repeat:no-repeat;
  background-position: 0.2ex 50%;
}

.leftSideBar .sideBarTitle div:hover {
  color: rgb(99,10,10);
  background-color: rgb(150,123,107);
  cursor: hand;
}

.leftSideBar ul {
  list-style-position: outside;
  margin: 0 0 1em 0;
}

.leftSideBar li {
  margin: 1ex;
}

.leftSideBar .sideBarText {
  color: rgb(166,140,83);
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  display: block;
}

.leftSideBar .thisPage {
  background-color: transparent;
  font-weight: bold;
}

.leftSideBar img {
  border: 0;
}

/* ##### Right Side Bar ##### */

@media handheld {
  .rightSideBar {
    display: none;
  }
}

@media only screen and (max-device-width: 480px) {
  .rightSideBar {
    display: none;
  }
}

.rightSideBar {
  background-color:#FFFFFF;
  width: 160px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  float: right;
  border: 2px solid #335a79;
  border-top: 0px;
  position: absolute;
  right: 0px;
  top: 100px;
}

.rightSideBar .sideBarTitle {
  color: black;
  background-color: rgb(255,155,0);
  font-weight: bold;
  padding: 0.8ex 1.8ex;
  cursor: hand;
  background-image: url(http://www.freeple.com/images/minus.gif);
  background-repeat:no-repeat;
  background-position: 0.2ex 50%;

}

.rightSideBar a {
  background-color: transparent;
  text-decoration: none;

}

.rightSideBar a:hover {
  text-decoration: underline;
}

.rightSideBar .sideBarText {
  margin: 0;
}

.rightSideBar ul {
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.rightSideBar li {
  margin: 1ex;
  padding: 0 0 0 0;
}

.rightSideBar img {
 border: 0;
}

/* ##### Main Copy ##### */

.main-copy {
  color: black;
  text-align: left;
  margin-left: 174px;
  margin-right: 174px;
  padding: 0px;
}

@media handheld {
  .main-copy {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media only screen and (max-device-width: 480px) {
  .main-copy {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.main-copy h1 {
  color: #335a79;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
}

.main-copy a {
  text-decoration: none;
}

.main-copy a:hover {
  text-decoration: underline;
}

.date-header {
  font-size:78%/1.4em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  position:relative;
  top:-25px;
  text-align:right;
}

.post a {
  text-decoration: none;
  font-weight: bold;
}

.post a:hover {
  text-decoration: underline;
}

.postTitle {
border-top: none; padding-top: 0;
}

/* ##### Footer ##### */

#footer {
  color: white;
  background-color: #335A79;
  text-align: center;
  margin-left: 170px;
  margin-right: 170px;
  padding: 10px;
  clear: both;
  min-width: 480px;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: underline;
}
	
/* ##### Comments ##### */
.comment-link {
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#999999;
}

input.text, textarea {
	color: #000000;
	border: 1px solid;
	font-size: 1em;
}

input.text:focus, textarea:focus {
  border-color: #000000;
}

.searchsubmit {
	margin:0px;
	padding:0px;
}

.searchinput {
	width:80px;
}


.wpv_videoc {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 425px;
}

.wpv_video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px 0 4px 0;
	width: 425px;
	height: 350px;
}

.wpv_titleauthor, .wpv_durationdate {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	font: bold 11px "Lucida Grande", Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	color: #666;
	padding: 3px;
	border-top: 1px solid #aaa;
}

.wpv_download {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
}

.wpv_download a {
	font: bold 11px "Lucida Grande", Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	color: #f44;
}

.wpv_download a:hover {
	text-decoration: none;
}

.wpv_download img {
	border: 0;
}

.wpv_self {
	text-align: left;
}

.wpv_self a {
	font: bold 9px "Lucida Grande", Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	color: #000;
}


.footer {font-size:8pt;}


/* Begin WPvideo CSS */
.wpv_videoc {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 425px;
/* border: 1px solid #aaa; */
}

.wpv_video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px 0 4px 0;
	width: 425px;
	height: 350px;
}

.wpv_rating {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding: 3px;
	border-top: 1px solid #aaa;
	font: 8pt "Lucida Grande", Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	text-align: right;	
}

.wpv_titleauthor, .wpv_durationdate, .wpv_description {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	font: bold 11px "Lucida Grande", Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	color: #666;
	padding: 3px;
	border-top: 1px solid #aaa;
}

.wpv_download {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
}

.wpv_download a {
	font: bold 11px "Lucida Grande", Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	color: #f44;
}

.wpv_download a:hover {
	text-decoration: none;
}

.wpv_download img {
	border: 0;
}

.wpv_self {
	text-align: left;
}

.wpv_self a {
	font: bold 9px "Lucida Grande", Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	color: #000;
}

.cloudy {
  font-size: 70%;
}

html .fb_share_link { padding:2px 0 2px 20px; height:16px; background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?12:26981) no-repeat top left; }

.post-ratings {
	text-align:right;
}

.rightSideBar input.wp-email-capture-name,
.rightSideBar input.wp-email-capture-email {
	width: 140px;
}

.fbcomments {
	width: 660px;
}
