/*
Theme Name: BirdTIPS
*/
/*
Used to style the TinyMCE editor.
*/
html .mceContentBody {
	max-width:650px;
	}

* {
	font-family:  Verdana,Arial,"CI",Meiryo,"qMmpSPro W3","Hiragino Kaku Gothic Pro","lr oSVbN",sans-serif;
	color: #544021;
	}

body, input, textarea {
	}

a {
	color:#39C !important;
	text-decoration: none !important;
	}

hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 1em;
	clear:both;
	}

p {
	text-align: left;
	line-height: 1.6;
	}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1em; }

h1 {
  font-size: 2em;
  margin-bottom: .5em; }

h2 {
  font-size: 1.75em;
  margin-bottom: .5142em;
  padding-top: .2em; }

h3 {
  font-size: 1.5em;
  margin-bottom: .7em;
  padding-top: .3em; }

h4 {
  font-size: 1.25em;
  margin-bottom: .6em; }

h5 {
  font-size: 1.1em;
  margin-bottom: .5em;
  font-weight: bold; }

h6 {
  font-size: 1em;
  margin-bottom: .5em;
  font-weight: bold; }

blockquote {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 5px solid #dddddd;
  }

pre {
	border: dashed 1px #CCC;
	padding: 10px;
	}

ul {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
	list-style: disc;
	}

ul ul {
	list-style: circle;
	}

ul ul ul {
	list-style: square;
	}

ul ul ul ul {
	list-style: disk;
	}

ol {
	list-style: decimal;
	}

ol ol {
	list-style:upper-alpha;
	}

ol ol ol {
	list-style:lower-roman;
	}

ol ol ol ol {
	list-style:lower-alpha;
	}

dl {
	margin:0 0 1em 0;
	line-height: 1.6;
	}

dt {
	font-weight: bold;
	}

dd {
	margin-bottom: 1em;
	padding: 0;
	}

strong {
	font-weight: bold;
	}

em,
i,
q {
	font-style: italic;
	}

cite {
	border-bottom: dashed 1px #CCC;
	font-style: italic;
	}

big {
	font-size: 130%;
	}

ins {
	background: #ffc;
	border: none;
	color: #555;
	}

abbr {
	text-transform: lowercase;
	border-bottom: 1px dotted #666;
	cursor: help;
	}

acronym {
	text-transform: uppercase;
	border-bottom: 1px dotted #666;
	cursor: help;
	}

pre, code, samp, kbd, var{
	font:100% mono-space,monospace;
	}

del {
	color: #C00;
	}

table {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

table th,
table td {
    border-bottom: 1px solid #dddddd;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top; }

img[class*="wp-image-"] {
	height: auto;
	max-width: 100%;
	}

img.size-full {
	width: auto; /* Prevent stretching of full-size images in IE8 */
	}

img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	}

p img,
.wp-caption {
	margin-top: 0.4em;
	}

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

.alignleft {
	float: left;
	margin-right: 0.5em;
	}

.alignright {
	float: right;
	margin-left: 0.5em;
	}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 0.75em;
	}

.wp-caption {
    background: none repeat scroll 0 0 #F5F5F5;
    color: #999999;
    font-size: 0.8em;
    max-width: 100%;
    padding-top: 5px;
    text-align: center;
	}

.wp-caption img {
	display: block;
	margin: 5px auto 0 !important;
	max-width: 98%;
	}

.wp-caption a {
	border: none !important;
	}

.wp-caption .wp-caption-text,
.wp-caption-dd {
    color: #999999;
	margin: 0 0 0.6em 0 !important;
	padding: 0 0 5px 0;
	position: relative;
	}

.wp-smiley {
	margin:0;
	}
	
