@charset "utf-8";
/* CSS Document */

/*   
Theme Name: Particulars
Theme URI: http://www.mimiflynn.com
Description: simple theme with a two column design
Author: mimi flynn
Author URI: http://www.mimiflynn.com
Version: 1.2
.
developed for my web design and development blog
.
*/

* {
	margin:0;
	padding:0;
}
body {
    font-family: Georgia, "Times New Roman", Times, serif;
	/*background: url('images/background.jpg') center top no-repeat #fff;*/
	background: #fff;
}
h1, h2, h3, h4 {
	text-shadow: #999 1px 1px 1px;
}
a {
	text-decoration: underline;
	color: #000;
}
a:hover {
	background: #ddd;
}
img {
	margin: 10px;
	border: #000 2px solid;
}
img:hover {
	background: none;
}
.background {
	margin: 0 auto;
	top: 0;
	width: 100%;
	/*display: none;*/
}
html.js #body_wrap {
  display: none;
}
#body_wrap {
	width: 1000px;
	margin: 0 auto;
	background-color: transparent;
	/*border: 5px solid #000;*/
}
#header {
	background-color: transparent;
	text-shadow: #999 1px 1px 1px;
	margin-bottom: 4em;
}
#header .logo {
	margin: 0 auto 0 auto;
	width: 1000px;
}
#header h1 a {
	font-size: 176px;
	text-decoration: none;
	border: none;
	color: #000;
	text-shadow: #999 1px 1px 1px;
}
#header h1 a:hover {
	background: #fff;
	text-shadow: #666 5px 5px 5px;
}
#header p {
	text-align: right;
	font-size: 30px;
	letter-spacing: 5px;
	margin-top: -1em;
}
#body {
	clear: both;
	margin: 0 auto;
	overflow: auto;
	width: 100%;
	background: transparent;
	border-top: double 3px #999;
	padding: 2em 0 0 0;
}
#sidebar {
	float: left;
	width: 200px;
	padding: 2em 0 0 40px;
	margin: 0;
}
#sidebar .widgetContainer {
	margin-bottom: 2em;
}
#sidebar h1, #sidebar .reader-publisher-module h3 {
	font-size: medium;
	display: block;
	margin: 2em 10px auto 15px;
	text-shadow: #999 1px 1px 1px;
}
#sidebar .widget_search #searchform {
	margin: 0;
	padding: 0;
}
#sidebar ul {
	margin: 5px 10px 1em 15px;
	list-style: disc;
}
#sidebar li {
	margin-left: 15px;
	line-height: 1.5em;
}
#sidebar li a {
	
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar .reader-publisher-module .f {
	margin-left: 15px;
}
#sidebar #searchform {
	margin: 5px 10px auto 15px;
}
#sidebar #searchform label.hidden {
	display: none;
}
#sidebar table#wp-calendar {
	margin: 5px 10px auto 15px;	
}
#sidebar table#wp-calendar caption {
	font-weight: bold;
}
#sidebar table#wp-calendar td {
	
}
#sidebar .aktt_tweets {
	margin-left: 10px;
}
#sidebar .aktt_tweets ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar .aktt_tweets ul li {
	margin: 1em auto;
}
#sidebar .aktt_tweets ul li.aktt_more_updates {
	margin: 1em 0px;
	padding-left: 0px;
}
#sidebar ul.socialmedia {
	padding: 0;
	margin:0;
}
#sidebar .socialmedia li {
	list-style: none;
	margin:0;
	padding:0;
	float: left;
}
#sidebar .socialmedia li a {
	text-indent: -9999px;
	display: block;
	height: 75px;
	width: 75px;
	opacity: .75;
}
#sidebar .socialmedia li a:hover {
	opacity: 1.0;
}
#sidebar .twitter {
	background: url(images/twitter.png);
}
#sidebar .delicious {
	background: url(images/delicious.png);
}
#sidebar .facebook {
	background: url(images/facebook.png);
}
#sidebar .flickr {
	background: url(images/flickr.png);
}
#sidebar .linked-in {
	background: url(images/linked-in.png);
}
#sidebar .vimeo {
	background: url(images/vimeo.png);
}
#sidebar .rss {
	background: url(images/rss.png);
}
#main {
	float: left;
	width: 720px;
	padding: 0 30px 0 0;
	margin: 0;
}
#main .main_content {
	padding: 0;
	margin-top: 50px;
}
#main .main_content img.header {
	margin: 0 auto 0 auto;
}
#main .main_content h2 {
	text-align: left;
	font-size: 200%;
	line-height: 1.25em;
	padding-right: 66px;
	margin-bottom: 0.25em;
}
#main .main_content h2 a {
	text-align: left;
	text-decoration: none;
}
#main .main_content p {
	text-align: left;
	margin: 1em 0 0 0;
}
#main .main_content .entry:first-child::first-letter {
	font-size: 150%;
}
#main .main_content hr {
	width: 80%;
	margin: 2em auto 1em auto;
	border-top: 1px #999 dashed;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 1px;
}
#main .main_content ul {
	list-style: none;
	margin: 1em 0 0 1em;
}
#main .main_content ul.children {
	margin: 0;
	padding: 0;
}
#main .main_content ul.children li {
	font-size: medium;
	margin: 1em 0;
}
#main .main_content li {
	text-align: left;
	margin: 0 0 1em 0;
}
#main .main_content li p {
	margin: 0 0 0 0;
}
#main .main_content dl {
	text-align: left;
}
#main .main_content dt {
	font-weight: normal;
	margin: 1em 0 0 0;
}
#main .main_content dt:after {
	content: ":";
}
#main .main_content dd {
	margin: 0 0 0 2em;
}
#main .main_content .entry {
	clear: both;
	margin: 15px 0 75px 0;
	padding: 0 0 30px 0;
	border-top, border-left, border-right: none;
	border-bottom: 3px #999 double;
	line-height: 1.5em;
}
#main .main_content .entry a.more-link {
	
}
#main .main_content .entry img:hover {
	-webkit-box-shadow: rgba(0,0,0,0.85) 0px 0px 7px;
	-moz-box-shadow: rgba(0,0,0,0.85) 0px 0px 7px;
	box-shadow: rgba(0,0,0,0.85) 0px 0px 7px;
}
#main .main_content .entry img {
	display: block;
	margin: 2em auto;
}
#main .main_content .entry blockquote {
	background: #ddd;
	border: solid 1px #999;
	padding: 2em 2em 1em 2em;
	margin: .5em 0 1.5em 0;
}
#main .main_content .entry img.header {
	margin: 0 auto 0 auto;
}
#main .main_content .entry h2 {
	text-align: left;
}
#main .main_content .entry h3 {
	text-align: left;
	padding: 1em 0;
}
#main .main_content .entry h2 a {
	text-align: left;
}
#main .main_content .entry p {
	text-align: left;
	margin: 0 0 1em 0;
	line-height: 1.75em;
}
#main .main_content .entry a:hover {
	text-decoration: underline;
}
#main .main_content .entry hr {
	width: 80%;
	margin: 2em auto 1em auto;
	border-top: 1px #999 dashed;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 1px;
}
#main .main_content .entry ul {
	list-style: none;
	margin: 1em 0 1em 1em;
}
#main .main_content .entry li {
	text-align: left;
	margin: 0 0 1em 0;
}
#main .main_content .entry li p {
	margin: 0 0 0 0;
}
#main .main_content .entry dl {
	text-align: left;
}
#main .main_content .entry dt {
	font-weight: bold;
	margin: 1em 0 0 0;
}
#main .main_content .entry dt:after {
	content: ":";
}
#main .main_content .entry dd {
	margin: 0 0 1em 2em;
}
#main .main_content .entry pre {
	padding: 1em;
	border: solid 1px #999;
	background: #ddd;
}
#main .main_content .entry pre code {

}
#main .main_content .comment_meta {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #ccc dashed 1px;
}

#main .main_content .block {
	margin: 10px 0;
	padding: 10px 0;
}
#main .main_content p.tags {
	margin: 0;
}
#main .main_content p.category {
	margin: 0;
}
#main .main_content .navigation .alignleft, #main .main_content .navigation .alignright {
	width: 50%;
	float: left;
	overflow: hidden;
	padding-bottom: 30px;
}
#main .main_content .navigation .alignright {
	text-align: right;
}
#main .main_content h3.reply {
	clear: both;
}
#main .main_content .comment_meta {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #ccc dashed 1px;
}
#main .main_content ol.commentlist {
	list-style: none;
}
#main .main_content ol.commentlist li {
	padding: 10px;
	background: #EEE;
}
#main .main_content ol.commentlist li .comment_author {
	padding: 1em 0 1em 0;
	overflow: hidden;
}
#main .main_content ol.commentlist li.bypostauthor {
	background: #FFF;
}
#main .main_content ol.commentlist li img.avatar {
	float: left;
	margin:0 10px 0 0;
}
#main .main_content ol.commentlist li p {
	margin: 10px 0;
}
#main .main_content ol.commentlist li .comment_author p.comment_author_link {
	font-weight: bold;
}
#main .main_content ol.commentlist li .comment_author p.comment_date {
	
}
#main .main_content ol.commentlist li .comment_text {
	clear: both;
}
#main .main_content ol.commentlist li .clear {
	clear: both;
}
#main .main_content #commentform textarea#comment {
	width: 80%;
}
.widgets {
	width: 100%;
	overflow: auto;
	clear: both;
	margin-top: 3em;
	padding: 3em 0;
	border-top: 3px double #999;
}
.widgets .widgetContainer {
	width: 230px;
	float: left;
	padding: 10px;
}
.widgets .widgetContainer h3 {
	font-size: 125%;
}
.widgets .widgetContainer h3 a.rsswidget img {
	display: none;
}
.widgets .widgetContainer ul {
	margin: 5px 10px 1em 15px;
	list-style: disc;
}
.widgets .widgetContainer li {
	margin: 0 0 1em 15px;	
	line-height: 1.5em;
}
#footer {
	width: 100%;
	bottom: 0;
	left: 0;
	display: block;
	clear: both;
	font-size: x-small;
	text-align: right;
	color: #000;
	overflow: hidden;
	margin-top: 2em;
	border-top: 3px double #999;
	padding-top: 1em;
}
#footer ul {
	float: left;
}
#footer li {
	display: inline;
}
#footer ul {
	margin-bottom: 1em;
}
#footer ul li:after {
	content: " | ";
}
#footer ul li.last:after {
	content: "";
}
.stats img {border: none;}
#flickrrss {margin: 0 auto;}
#flickrrss img{border: 1px #000 solid; margin: 10px;}
#flickrrss a:hover {
	background: none;
}
#flickrrss a img:hover {
	-webkit-box-shadow: rgba(0,0,0,0.9) 0px 0px 7px;
	-moz-box-shadow: rgba(0,0,0,0.9) 0px 0px 7px;
	box-shadow: rgba(0,0,0,0.9) 0px 0px 7px;
}
 /*Date Sprite */
.postdate {
  position: relative;
  width: 66px;
  height: 60px;
  float: right;
  margin: -70px 0 1em 0;
}
.month, .day, .year {
  position: absolute;
  text-indent: -1000em;
  background-image: url(images/date_img.png);
  background-repeat: no-repeat;
}
.month { top: 10px; left: 0; width: 33px; height: 30px;}
.day { top: 30px; left: 0; width: 33px; height: 30px;}
.year { bottom: 0; right: 13px; width: 20px; height: 60px;}
.m-01 { background-position: 0 0px;}
.m-02 { background-position: 0 -30px;}
.m-03 { background-position: 0 -62px;}
.m-04 { background-position: 0 -94px;}
.m-05 { background-position: 0 -125px;}
.m-06 { background-position: 0 -155px;}
.m-07 { background-position: 0 -185px;}
.m-08 { background-position: 0 -217px;}
.m-09 { background-position: 0 -248px;}
.m-10 { background-position: 0 -279px;}
.m-11 { background-position: 0 -310px;}
.m-12 { background-position: 0 -341px;}
.d-01 { background-position: -51px 0;}
.d-02 { background-position: -51px -27px;}
.d-03 { background-position: -51px -57px;}
.d-04 { background-position: -51px -91px;}
.d-05 { background-position: -51px -122px;}
.d-06 { background-position: -51px -151px;}
.d-07 { background-position: -51px -185px;}
.d-08 { background-position: -51px -214px;}
.d-09 { background-position: -51px -249px;}
.d-10 { background-position: -51px -275px;}
.d-11 { background-position: -51px -309px;}
.d-12 { background-position: -51px -338px;}
.d-13 { background-position: -51px -373px;}
.d-14 { background-position: -51px -404px;}
.d-15 { background-position: -51px -434px;} /* changed from -436px */
.d-16 { background-position: -51px -462px;}
.d-17 { background-position: -100px 3px;} /*changed from -100px -0px */
.d-18 { background-position: -100px -27px;}
.d-19 { background-position: -100px -57px;}
.d-20 { background-position: -100px -91px;}
.d-21 { background-position: -100px -122px;}
.d-22 { background-position: -100px -151px;}
.d-23 { background-position: -100px -185px;}
.d-24 { background-position: -100px -214px;}
.d-25 { background-position: -100px -249px;}
.d-26 { background-position: -100px -275px;}
.d-27 { background-position: -100px -309px;}
.d-28 { background-position: -100px -338px;}
.d-29 { background-position: -100px -373px;}
.d-30 { background-position: -100px -404px;}
.d-31 { background-position: -100px -436;}
.y-2009 { background-position: -150px 0;}
.y-2010 { background-position: -150px -60px;}
.y-2011 { background-position: -150px -120px;}
.y-2012 { background-position: -150px -180;}
.y-2013 { background-position: -150px -240px;}
.y-2014 { background-position: -150px -300px;}

