/*
Theme Name: Deana - Blog
Theme URI: http://www.deanamurphy.com/
Description: This theme was built for <a href="http://www.deanamurphy.com/">Deana Murphy</a>.
Version: 1.0
Author: Yudiacro
Author URI: http://codeindesign.com/
*/

body {
  color: #111;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  background: #fff url(images/body.gif) repeat-x top;
}

/* share */
a, a:link, a:visited, a:active { color: #99004d; text-decoration: none; }
a:hover { color: #142736; text-decoration: underline; }

img { border: none; }

h1, h2, h3, h4, h5, h6, ul, form { margin: 0; padding: 0; }

.left { float: left; }

.right { float: right; }

.center { text-align: center; }

/* text */
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}

h3.title {
  color: #99004d;
  text-shadow: 0px 1px 1px #aaa;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  padding-bottom: 8px;
  background: url(images/line.gif) repeat-x bottom;
}

h3.breadcrumb {
  font-size: 1.1em;
  font-weight: normal;
  padding-bottom: 8px;
  border-bottom: 2px solid #AA2B6B;
}

h3.title span {
  color: #4C4C4C;
}

h2.title {
  color: #99004d !important;
  font-size: 1.7em;
  font-weight: normal;
  margin-bottom: 4px;
  padding-bottom: 8px;
}

h2.title a {
  color: #99004d;
}

h2.title a:hover {
  color: #142736;
}

h1.title {
  color: #99004d;
  font-size: 2.2em;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px dotted #AA2B6B;
}

/* layout */
#container {
  width: 932px;
  margin: 0 auto;
  padding: 0;
  background: #AA2B6B url(images/container.jpg) repeat-x top;
}

#header {
  width: 932px;
  height: 10px; /* Set the value to fit your needs. */
  margin: 0 auto;
  clear: both;
}

#nav {
  width: 932px;
  height: 40px; /* Set the value to fit your needs. */
  margin: 0 auto;
  background: url(images/nav.gif) no-repeat;
  clear: both;
}

#neck {
  width: 920px;
  height: 310px; /* Set the value to fit your needs. */
  margin: 0 auto;
  background: #fff;
  clear: both;
}

#main {
  width: 920px;
  margin: 6px auto 0 auto;
  background: #fff;
  clear: both;
  overflow: hidden;
}

#content-wide {
  margin: 0 auto;
  padding: 20px;
  background: url(images/main.gif) repeat-x top;
  clear: both;
  overflow: hidden;
}

#content {
  float: left;
  width: 559px; /* Set the value to fit your needs. */
  margin: 0;
  padding: 20px;
  background: url(images/main.gif) repeat-x top;
  overflow: hidden;
}

#sidebar {
  float: right;
  width: 299px;
  margin: 0;
  padding: 20px 10px;
  background: #fff url(images/sidebar.gif) repeat-y left;
  overflow: hidden;
}

#mybook {
  width: 920px;
  margin: 6px auto 0 auto;
  padding: 20px 0;
  background: #fff url(images/main.gif) repeat-x top;
  clear: both;
  overflow: hidden;
}

#calf {
  width: 920px;
  margin: 6px auto 0 auto;
  padding: 20px 0;
  background: #fff url(images/main.gif) repeat-x top;
  clear: both;
  overflow: hidden;
}

#leg {
  width: 920px;
  margin: 6px auto 0 auto;
  padding: 20px 0;
  background: #fff url(images/main.gif) repeat-x top;
  clear: both;
  overflow: hidden;
}

#footer {
  width: 932px;
  height: 76px; /* Set the value to fit your needs. */
  margin: 0 auto;
  background: url(images/footer.gif) no-repeat;
  clear: both;
}

/* header */
#header h1,
#header div {
  text-indent: -999px;
  visibility: hidden;
}

/* top-nav */
/*#top-nav {
  float: left;
  width: 69%;
}

#top-nav ul {
  margin: 4px 0 0 20px;
  padding: 10px 0;
}

#top-nav li {
  display: inline;
}

#top-nav li a {
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 1px 1px #555;
  padding: 11px;
}

#top-nav li a:hover {
  background: url(images/triangle.gif) no-repeat center bottom;
}

#top-nav li.current_page_item a {
  background: url(images/triangle.gif) no-repeat center bottom;
}*/

/* coolmenu */
#coolmenu, #coolmenu ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 999;
}

#coolmenu {
  margin: 4px 0 0 15px;
}

#coolmenu li {
  float: left;
  letter-spacing: 1px;
  margin: 0 4px;
  padding: 0;
}

#coolmenu li a {
  display: block;
  color: #fff;
  text-shadow: 0px 1px 1px #555;
  text-decoration: none;
  padding: 11px 8px;
}

#coolmenu li a:hover {
  color: #dcdcdc;
  text-shadow: 0px 1px 1px #555;
  background: url(images/triangle.gif) no-repeat center bottom;
}

#coolmenu li.current_page_item a {
  color: #dcdcdc;
  text-shadow: 0px 1px 1px #555;
  background: url(images/triangle.gif) no-repeat center bottom;
}

#coolmenu ul {
  position: absolute;
  left: -999em;
  height: auto;
  width: 200px;
}

#coolmenu li li {
  width: 200px;
  margin: 0;
}

#coolmenu li li:hover {
  background: #99004d;
}

#coolmenu li li a {
  padding: 6px 10px;
  border-top: 1px solid #F0E5EA;
}

#coolmenu li ul ul {
  margin: -18.6px 0 0 100px;
}

#coolmenu li ul li:hover a,
#coolmenu li ul li li:hover a,
#coolmenu li ul li li li:hover a,
#coolmenu li ul li li li:hover a {
  color: #dcdcdc;
  text-shadow: 0px 1px 1px #555;
  background: none;
}

#coolmenu li:hover li a,
#coolmenu li li:hover li a,
#coolmenu li li li:hover li a,
#coolmenu li li li li:hover li a {
  color: #fff;
  text-shadow: 0px 1px 1px #555;
}

#coolmenu li:hover ul ul,
#coolmenu li:hover ul ul ul,
#coolmenu li:hover ul ul ul ul,
#coolmenu li.sfhover ul ul,
#coolmenu li.sfhover ul ul ul,
#coolmenu li.sfhover ul ul ul ul {
  left: -999em;
}

#coolmenu li:hover ul,
#coolmenu li li:hover ul,
#coolmenu li li li:hover ul,
#coolmenu li li li li:hover ul,
#coolmenu li.sfhover ul,
#coolmenu li li.sfhover ul,
#coolmenu li li li.sfhover ul,
#coolmenu li li li li.sfhover ul {
  left: auto;
  background: #99004d;
}

/* top-search */
#top-search {
  float: right;
  width: 25%;
}

#top-search form {
  text-align: right;
  margin: 8px 8px 0 0;
}

/* neck-show */
#neck-show {
  float: left;
  width: 600px;
  height: 310px;
  background: #fff;
}

/* neck-menu */
#neck-menu {
  float: right;
  width: 320px;
  height: 310px;
  background: #fff;
}

#neck-menu li {
  list-style: none;
  margin: 2px 0;
}

#neck-menu li a {
  display: block;
  color: #99004d;
  height: 51px;
  text-decoration: none;
  padding: 7px 10px 2px 28px;
  background: url(images/neck1.gif) repeat-x bottom;
}

#neck-menu li a:hover {
  color: #000;
  background: #f2f2f2 url(images/triangle2.gif) no-repeat left center;
}

#neck-menu li a strong {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  font-style: italic;
  clear: both;
}

#neck-menu li a span {
  color: #444;
  font-size: 0.9em;
}

/* related */
.related {
  margin: 20px 0;
  padding: 10px 0;
  clear: both;
  overflow: hidden;
}

.related ul {
  list-style: square;
  margin: 0 0 0 -10px;
  padding: 0 0 0 28px;
}

.related li {
  margin : 0;
  padding: 4px 0;
}

.related h3 {
  color: #99004d;
  text-shadow: 0px 1px 1px #aaa;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding: 10px 0 10px 28px;
  background : url(images/related.png) no-repeat left 12px;
  border-bottom: 1px dotted #789789;
  border-top: 2px solid #99004d;
  border-bottom: 1px dotted #99004d;
}

/* share */
.share {
  margin: 20px 0;
  padding: 10px 0;
  clear: both;
  overflow: hidden;
}

.share h3 {
  margin-bottom: 10px;
  padding: 10px 0 10px 28px;
  background : url(images/share.png) no-repeat left 12px;
  border-bottom: 1px dotted #789789;
  border-top: 2px solid #99004d;
  border-bottom: 1px dotted #99004d;
}

/* list */
.list {
  margin: 10px 0;
  padding: 10px 0 20px 0;
  border-bottom: 1px dotted #808080;
}

.list .entry {
  line-height: 1.7em;
  text-align: justify;
  clear: both;
}

.list .entry p {
  font-size: 1em;
  margin: 8px 0;
}

.more {
  text-align: right;
  margin: 0;
}

.more a {
  color: #fff !important;
  text-decoration: none;
  padding: 3px 8px 4px 8px;
  background: url(images/button-more.jpg) no-repeat;
}

.more a:hover {
  background: url(images/button-more2.jpg) no-repeat;
}

/* meta */
.meta-top {
  color: #666;
  height: 20px;
  font-size: 0.9em;
  clear: both;
}

.meta-top .left,
.meta-top .right {
  width: 48%;
}

.meta-top .left div,
.meta-top .right div {
  display: inline;
}

.meta-top .date {
  padding: 2px 0 2px 20px;
  background: url(images/icon-date.png) no-repeat left 0;
}

.meta-top .comment {
  float: right;
  padding: 2px 0 2px 20px;
  background: url(images/icon-comment.jpg) no-repeat left 2px;
}

.meta-top .comment a {
  color: #99004d;
}

.meta-top .comment a:hover {
  color: #142736;
}

.meta-top .tweetmeme {
  float: left;
}

.meta-bottom {
  color: #666;
  font-size: 0.9em;
  line-height: 1.6em;
  padding-top: 4px;
  clear: both;
}

.meta-bottom {
  padding: 18px 0;
  border-bottom: 1px dotted #99004d;
}

.list .meta-bottom {
  padding-top: 4px;
  border-bottom: none;
}

.meta-bottom div {
  display: inline;
}

.meta-bottom .under {
  padding: 2px 0 2px 20px;
  background: url(images/icon-under.gif) no-repeat left 2px;
}

.meta-bottom .tag {
  padding: 2px 0 2px 20px;
  background: url(images/icon-tag.gif) no-repeat left 2px;
}

/* entry */
.entry {
  line-height: 1.75em;
  clear: both;
  overflow: hidden;
}

.entry p {
  font-size: 1.1em;
  text-align: justify;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  font-weight: normal;
  margin: 20px 0 0 0;
}

.entry h1 {
  font-size: 2em;
}

.entry h2 {
  font-size: 1.8em;
}

.entry h3 {
  font-size: 1.6em;
}

.entry h4 {
  font-size: 1.4em;
}

.entry h5 {
  font-size: 1.2em;
}

.entry h6 {
  font-size: 1.1em;
}

.entry hr {
  border: 1px dashed;
  border-color: #000 #fff #fff #fff;
}

.entry ul {
  list-style: square;
  padding-left: 22px;
}

.entry ol {
  padding-left: 32px;
}

.entry ol ol,
.entry ol ul,
.entry ul ol,
.entry ul ul {
  margin: 8px auto;
  padding-left: 20px !important;
}

/* notfound */
.notfound h1 {
  font-size: 4em;
  text-align: center;
  margin: 40px 0 0 0;
}

.notfound form {
  text-align: center;
  margin: 20px auto;
}

/* navigation */
.navigation {
  font-size: 0.9em;
  line-height: 2.1em;
  clear: both;
}

.navigation a {
  color: #14222f;
  text-decoration: none;
  padding: 3px 5px;
  border: 1px solid #ccc;
}

.navigation a:hover {
  border: 1px solid #14222f;
}

/* Comments */
#commentform {
  margin: 16px 0 0 110px;
}

#comments, #respond {
  color: #444;
  margin-top: 40px;
  padding: 10px 0;
  background: #fff;
}

#comments h3.title, #respond h3.title {
  padding: 10px 0;
  background: none;
  border-top: 2px solid #99004d;
  border-bottom: 1px dotted #99004d;
}

#respond .visitor {
  float: left;
  width: 80px;
  height: 80px;
  margin: 10px 0 0 10px;
}

#respond .visitor img {
  padding: 2px;
  border: 1px solid #ddd;
}

#respond code {
  color: #4d7097;
}

#respond label {
  display: none;
}

ol.commentlist {
  margin: 0;
  padding: 0;
}

ul.children {
  width: 99%;
  margin: 0 auto;
  padding: 0;
}

li.comment,
li.pingback {
  list-style: none;
  margin: 10px 0;
  padding: 10px;
  background: url(images/bglist.gif) repeat-x bottom;
  border: 1px solid;
	border-color: #eeeeee #bbbbbb #bbbbbb #eeeeee;
  clear: both;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}

li.comment li.comment {
  background: #fff;
  border-top: 1px solid #ddd;
}

li.comment p,
li.pingback p {
  line-height: 1.6em;
}

.comment-author .avatar {
  float: right;
	width  : 32px;
  height : 32px;
}

.comment-author cite, .comment-author cite a {
  font-style: normal;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
}

.comment-meta a {
  color: #828282;
  font-size: 0.9em;
}

.reply {
  text-align: right;
}

.reply a {
  font-size: 0.9em;
  text-decoration: none;
  padding: 2px 4px;
  border: 1px solid #dcdcdc;
}

.reply a:hover {
  border: 1px solid #14222f;
}

#author, #email, #url, #comment {
  color: #676563;
  font-family: verdana, sans-serif;
  font-size: 1em;
  padding: 6px;
  border: 1px solid;
	border-color: #bbbbbb #eeeeee #eeeeee #bbbbbb;
}

#author, #email, #url, #comment {
  width: 400px;
}

#submit {
  color: #E2ECF8;
  line-height: 26px;
  font-family: verdana, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  padding: 6px 10px;
  background: url(images/button-comment.jpg) no-repeat;
  border: none;
}

#submit:hover {
  background: url(images/button-comment2.jpg) no-repeat;
}

#commenttool {
  font-size: 0.9em;
  margin: 0;
}

#commenttool img {
  vertical-align: middle;
  margin-right: 4px;
}

/* WP Thread Comment */
.cancel-comment-reply {
  line-height: 2.1em;
  clear: both;
}

.cancel-comment-reply a {
  color: #14222f;
  font-size: 0.9em;
  text-decoration: none;
  padding: 3px 5px;
  border-top: 1px solid #ddd;
}

.cancel-comment-reply a:hover {
  border: 1px solid #14222f;
}

.editComment, .editableComment, .textComment{
	display: inline;
}
.comment-childs{
	border: 1px solid #ddd;
	margin: 5px 2px 2px 4px;
	padding: 0 8px;
	background: #fff;
}
.comment-childs cite {
  font-weight: bold;
}
.chalt{
	background-color: #fff;
}
#newcomment{
	border:1px dashed #777;width:90%;
}
#newcommentsubmit{
	color:red;
}
.adminreplycomment{
	border:1px dashed #777;
	width:99%;
	margin:4px;
	padding:4px;
}
.mvccls{
	color: #999;
}

/* sidebar-cell */
.sidebar-cell {
  margin-bottom: 16px;
  padding: 0 2px 10px 2px;
  clear: both;
  overflow: hidden;
}

.sidebar-cell a {
  color: #99004d !important;
}

.sidebar-cell a:hover {
  color: #142736 !important;
}

.sidebar-cell li {
  font-size: 0.96em;
  list-style: none;
  padding: 7px 0 7px 14px;
  background: url(images/triangle5.gif) no-repeat left center;
  border-bottom: 1px dotted #aaa;
}

.sidebar-cell li a {
  color: #99004d;
  text-decoration: none;
}

.sidebar-cell li:hover {
  background: #F1F1F1 url(images/triangle4.gif) no-repeat left center;
}

.sidebar-cell p {
  color: #444;
  font-size: 1em;
  line-height: 1.75em;
  margin: 8px 0;
}

.sidebar-cell hr {
  border: none;
  border-bottom: 1px dotted #99004d;
  clear: both;
}

.sidebar-cell br {
  clear: both;
}

/* side-category */
.side-category,
.side-archive {
  width: 48.5%;
  overflow: hidden;
}

.side-category li ,
.side-archive li {
  font-size: 0.8em;
  padding: 6px 0;
  background: none;
  border-bottom: 1px dotted #aaa;
}

.side-category li li ,
.side-archive li li {
  font-size: 0.9em;
  border-bottom: none;
}

.side-category li:hover ,
.side-archive li:hover {
  background: #F1F1F1;
}

.side-category li a,
.side-archive li a {
  display: inline;
  text-transform : uppercase;
  border-bottom: none;
  background: none;
  padding-left: 0;
}

.side-category li a:hover,
.side-archive li a:hover {
  background: none;
}

/* side-social */
.side-social {
  clear: both;
  overflow: hidden;
}

.side-social .left {
  width: 170px;
  text-align: right;
  overflow: hidden;
}

.side-social .right {
  width: 110px;
  text-align: right;
  overflow: hidden;
}

.side-social .left img {
  margin: 3px 0;
}

/* subscribe */
label.previewLabel {
  color: #676563;
  width: 200px;
  font-size: 1em;
  font-weight: bold;
  padding-left: 4px;
}


#subscribe-form #awf_field-4975001,
#subscribe-form #awf_field-4975002 {
  color: #676563;
  font-family: verdana, sans-serif;
  font-size: 1.1em;
  margin: 4px 0;
  padding: 6px;
  background: #fff;
  border: 1px solid;
	border-color: #bbbbbb #eeeeee #eeeeee #bbbbbb;
}

.buttonContainer #subscribe {
  color: #E2ECF8;
  line-height: 26px;
  font-family: verdana, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  margin: 4px 0;
  padding: 6px 10px;
  background: url(images/button-subscribe.jpg) no-repeat;
  border: none;
}

.buttonContainer #subscribe:hover {
  background: url(images/button-subscribe2.jpg) no-repeat;
}


#searchform #s {
  color: #676563;
  width: 200px;
  font-family: verdana, sans-serif;
  font-size: 1em;
  padding: 4px;
  border: 1px solid;
	border-color: #bbbbbb #eeeeee #eeeeee #bbbbbb;
}

#searchform #searchsubmit {
  display: none;
}

/* twitter */
.twtr-doc {
  float: left;
  background: transparent !important;
  border: none;
}

.twtr-widget p {
  font-size: 0.98em;
}

.twtr-tweet {
  border-bottom: 1px dotted #ccc !important;
}

.twtr-widget-profile img.twtr-profile-img {
  display: block;
  float: left;
  width: 40px !important;
  height: 40px !important;
  display: none;
}

img.twtr-profile-img {
  margin-right: 4px;
  padding: 2px !important;
  border: 2px solid #aaa !important;
}

.twtr-timeline {
  margin: 0;
  padding: 0 6px;
}

.twtr-tweet-wrap {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  padding: 4px 0 !important;
}

.twtr-hd {
  padding: 0;
}

/* mybook-cell */
#mybook h3 {
  margin: 0 20px 20px 20px;
}

.mybook-cell {
  float: left;
  width: 260px;
  padding: 0 20px 20px 20px;
  border-left: 1px solid #dcdcdc;
}

.mybook-cell:first-child {
  border: none;
}

.mybook-cell p.shot {
  float: left;
  width: 120px;
  height: 133px;
  margin: 0 10px 20px 20px;
}

.mybook-cell p.desc {
  line-height: 1.6em;
  text-align: justify;
  clear: both;
}

.mybook-cell .get {
  float: left;
  width: 90px;
  height: 90px;
}

.mybook-cell h2 {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  clear: both;
}

.mybook-cell h2 a {
  color: #99004d;
}

.mybook-cell h2 a:hover {
  color: #142736;
}

.mybook-cell .more {
  font-size: 0.9em;
  text-align: left;
}

/* calf-cell */
.calf-cell {
  float: left;
  width: 260px;
  padding: 0 20px;
}

.calf-cell1 {
  float: left;
  width: 210px;
  padding: 0 20px;
}

.calf-cell2 {
  float: left;
  width: 600px;
  padding: 0 20px;
}

.calf-cell h3 {
  margin-bottom: 10px;
}

/* leg-cell */
.leg-cell1 {
  float: left;
  width: 160px;
  padding: 0 0 0 20px;
  /*background: url(images/leg.gif) repeat-y left;*/
}

.leg-cell1:first-child {
  border: none;
}

.leg-cell1 li {
  font-size: 0.9.5em;
  list-style: none;
  padding: 7px 0 7px 14px;
  background: url(images/triangle5.gif) no-repeat left center;
  border-bottom: 1px dotted #aaa;
}

.leg-cell1 li a {
  color: #99004d;
  text-decoration: none;
}

.leg-cell1 li:hover {
  background: #F1F1F1 url(images/triangle4.gif) no-repeat left center;
}

.leg-cell1 li.current_page_item {
  background: #F1F1F1 url(images/triangle4.gif) no-repeat left center;
}

.leg-cell1 p {
  line-height: 1.6em;
}

.leg-cell2 {
  float: left;
  width: 240px;
  padding: 0 0 0 20px;
  /*background: url(images/leg.gif) repeat-y left;*/
}

.leg-cell2 .cell {
  float: left;
  margin: 0 16px 0 0;
  overflow: hidden;
}

/* footer */
#footer .left {
  width: 30%;
  padding-left: 20px;
}

#footer .right {
  width: 60%;
  text-align: right;
  padding-right: 20px;
}

#footer ul {
  padding: 10px 0;
}

#footer li {
  display: inline;
  color: #dcdcdc;
  text-shadow: 0px 1px 1px #666;
  font-size: 0.9em;
}

#footer li a {
  color: #ccc;
  text-decoration: none;
  padding: 11px 0;
}

#footer li a:hover {
  color: #fff;
}

#footer li.hidden,
#footer li.hidden a {
  color: #99004D;
  text-shadow: none;
}

/* estore */
.estore {
  padding: 40px 100px;
  background: url(images/paypal_seal.gif) no-repeat top right;
}

.estore #products_page_container {
  margin: auto;

}

.estore .productdisplay {
  margin: 10px 0;
  padding: 10px 0 20px 0;
  border-bottom: 1px dotted #808080;
}

.estore .producttext {
  float: left;
  width: 480px;
  margin: 0 0 0 40px;
  padding: 0;
}

.estore .prodtitles {
  font-size: 1.2em;
  font-weight: bold !important;
  margin: 0 0 10px 0;
  padding: 0;
}

.estore .wpsc_description {
  font-size: 0.9em;
  text-align: justify;
}

.estore .wpsc_product_price {
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0;
}

.estore .wpsc_edit_product {
  font-weight: normal;
  padding-left: 20px;
}

/* kill anoyying snap! */
#snap_com_shot_link_icon,
.snap_preview_icon {
  display: none !important;
  visibility: hidden !important;;
}
