/* POST IMAGES */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/* SIDEBAR ELEMENTS 
-------------------------------------------*/
#sidebar2, #sidebarExtra {
	font-size:90%;
}
#sidebar2 ul {
	list-style-type:none;
	margin-left:0em;
}
.widget-area {
	float:right;
	width:175px; width:98%;
	font-size:80%; 
	text-align:left; 
	clear: both;
    margin-bottom: 20px; padding-bottom:5px;
    background-color:white;
    -moz-box-shadow: 3px 3px 4px #000;
  	-webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;	/* CSS3 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=40, Color='#000000')"; /* For IE 8 */
    filter: progid:DXImageTransform.Microsoft.Shadow(,offX=3px, offX=3px, Strength=4, Direction=40, Color='#000000'); /* For IE 5.5 - 7 */  
}
.widget-title {
	color:#c72441;
	text-align:center;
	border-bottom: 3px solid #385c9e;
	padding-top: 5px; padding-bottom:5px;
	margin-bottom:5px;
	background:url("images/site/spark.gif") 5px 5px no-repeat;
}
.widget-container li {
	list-style:none;
	margin-left:1em; margin-right:1em;
	padding: 0 5px 5px 0px;
}	
.widget-container li a {
	color:#385c9e;
}
.widget-container p {
	margin-bottom:0px;
}
.widget-title a  {	
	color:#c72441;
}
div#spark {
	background:url("images/site/spark.png") left top no-repeat;	
	display:inline;
	position:absolute; height:2em;
}

#sidebarExtra .widget-area {
	width:100%;
	margin:0; margin-bottom:20px;
	padding:0;
}
#sidebarExtra .widget-title {
	margin-bottom:0;
}
#sidebarExtra .widget-container {
	width:100%;
	margin:0;
	padding:0;
}
#sidebarExtra ul {
	margin:0;
	padding:0;
	text-align:center;
}
#sidebarExtra .widget-container li {
	margin:8px;
	padding:0;
	text-align:left;
}
#sidebarExtra .widget-container span {
	margin:0;
	padding:0;
}
#sidebarExtra .widget-container p {
	margin:0;
	padding:.5em 0 .5em 0;
}
#sidebarExtra .widget-container img {
	margin:0 0 .5em 0;
	padding:0;
}

/* ----------- Category Post -------------*/
#sidebar2 div#primary li.cat-post-item,
#sidebar2 div#tertiary li.cat-post-item {
	display:block;
	border-bottom: 1px solid #385c9e;
	margin-top:5px;
	float:left;
	width:150px;
}	
#sidebar2 div#tertiary li.cat-post-item img {
	float:right;
	top:0px;
	margin-left:5px;
}

/* SEARCH FORMS
-------------------------------------------*/
#secondary .widget-container {
	height:27px;
}
.widget_search {
	width: 100%;
	clear: both;
	padding-top:5px;
}
.widget_search .screen-reader-text {
	display:none;
}
#searchform input {	
	float:left;
	height: 26px; width:60%;
	padding:0; padding-left:5px; 
	margin-left: 8px;			
	border: 1px solid black;
	color:#555;
}
#searchform input#s {
	background:none;
}
#searchform input#searchsubmit { /* button */
	float:left;
	height:27px; width:25%;
	margin-left:8px; margin-top:0px; 
	padding:0;
	border: 1px solid black;
	background:#c72441;	
	cursor:pointer;
	text-align:center;
	color:#FFF;
	font-size:11px;	
	font-weight:bold;			
}

/* CONTACT FORMS
-------------------------------------------*/
#contact label {
	display:block;
	padding:8px 0 2px;
	font-weight:bold;
}
#contact input, #contact textarea {
	border:1px solid #fff;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	padding:5px;
	font-size:12px;
	color:#666;
	width:300px;
	margin-bottom:10px;
}
#contact textarea {
	width:500px;
}
#contact input.submit {
	border:none;
	width:74px;
	height:26px;
	margin-top:20px;
	background:url(images/but_form.png) 0 0 no-repeat;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	cursor:pointer;	
}
.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
}
.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
}

/* POST AND PAGES
--------------------------------------------------*/
#post, #page { 
	color: black;
	text-align:left;
}
#entry, #page {
	text-align:left;
}
#post img, #page img, .wp-caption img {
	margin-bottom: 1em;
	border: 1px solid black; 
	-moz-box-shadow: 3px 3px 4px #000;
  	-webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=40, Color='#000000')"; /* For IE 8 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=40, Color='#000000'); /* For IE 5.5 - 7 */    
}
#post img.alignleft, #page img.alignleft {
	float:left; margin-right:1em;
}
#page img.alignnone, #post img.alignnone {
	/*float:right; margin-left:1em;*/
}
#post img.alignright, #page img.alignright {
	float:right; margin-left:1em;
}

/* CAPTIONS
--------------------------------------------------*/
.wp-caption, .caption {	
    text-align: center;
    font-weight:bold;
    font-style:italic;
}
.wp-caption.alignright {
	float:right;
	margin-left: 10px;
	margin-bottom: 0px;
}
.wp-caption.alignnone {
	float:right;
	margin-left: 10px;
	margin-bottom: 0px;
}
.wp-caption.alignleft {
	float:left;
	margin-right: 10px;
	margin-bottom: 0px;
}

p.metadata {
	margin-bottom:1em;
	margin-top:1em;
}
div.navigation {
	margin-bottom:1em;
}
#post a, #page a {
	color:black;
}
#post h1 a, #post .red a {
	color:#c72441;
}

/* POST COMMENT
-------------------------------------------*/
#comments {
	margin:15px;
}
ul.commentlist {
	color:black;
	list-style-type:none;
}
#commentform p {
	margin:0;
	background: white;
	color:black;
	background: #F0F0F0;
}
#commentform label {
	display:block;
	padding:5px 0 2px;
	font-weight:bold;
}
h2.comments {
	color:black;
	padding-top:20px;
	font-size:100%;
}
#commentform input, #commentform textarea {
	border:1px solid #fff;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	padding:5px;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:12px;
	margin-bottom:10px;
	border: 1px solid black;
}
#commentform textarea {
	width:90%;
}
#commentform input#submit{
	border:none;
	width:74px;
	height:26px;
	margin-top:20px;
	background:url(images/but_form.png) 0 0 no-repeat;
	background-color: #999999; color: #FFFFFF;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}
.navigation {
	width: 100%;
}

/* ----------- Slideshow -------------*/
div#mySlideshow {
	background-color:black;	
	color:white; 
	text-align:center;
	border:3px solid black;
	overflow:hidden;
	margin-bottom: 1em;
}
div#mySlideshow a {
	color:white;
}
div#mySlideshow div#outsideWrapper {
	position:relative; 
	overflow:hidden;
}
div#mySlideshow div#insideWrapper {
	position:relative; 
	top:0px;
	overflow:hidden;
}
div#mySlideshow div.slideshow-wrapper {
	height:100%;
	overflow:hidden;
}
div#mySlideshow div.slideshow-content {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:100%; height:inherit;
	overflow:hidden;
}
div#mySlideshow div.portfolio-slideshow {
	height:inherit;
}
div#mySlideshow div#mySlideshowCaption {
	position:absolute; bottom:0px; left:0px;
	height:50px; width:100%;
	display:inline;
	z-index:200;
	background-color:black;
	color:white; font-size:100%;
}
div#mySlideshow div.slideshow-content p.slideshow-caption {
	position:absolute; bottom:0px; left:0px;
	height:50px; width:100%;
	background-color:black;
	color:white; font-size:100%;
	z-index:100;	
	padding-top:1em;
	margin-bottom:0px;
}

