/*
Theme Name: Janice Caswell
Theme URI: http://daentyler.com
Description: created for Janice Caswell in 2010
Author: Daen Tyler
Tags: 950 width, 1 column, multiple templates

Wordpress theme by Daen Tyler || httyp://www.daentyler.com

Version: 1.0 
	
	organized in the order below: 
	body
	links
	header
	navigation
	content
	homepage
	sidebar
	footer
	comments
	wp - have to have's
*/

/* body */

body {

	background: #ffffff;

	color: #000000; /* defines text color */

	font-size: 12px;

	font-family: Helvetica Nueu, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	}
	
/* header */

#header {
	background: #f1f1ef;
	font-family: Helvetica Nueu, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 32px;
}

#headdata {
	width: 950px;
}
#headerleft {
	font: Helvetica Nueu, Arial, sans-serif;
	height: 40px;
	color: #333333;
	font-size: 22px;
	overflow: hidden;
	margin: 12px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	float: left;

	}

#headerleft p {

	color: #333333;

	margin: 0px;	

	padding: 0px;
	
	text-align: left;

	}
	
#headerleft a {

	color: #333333;

	text-decoration: none;

	}

#headerleft a:hover {

	color: #666666;

	text-decoration: none;

	}

#headright {
	float: right;
}

#headrightblog {
	font: Helvetica Nueu, Arial, sans-serif;
	height: 40px;
	color: #333333;
	font-size: 12px;
	overflow: hidden;
	margin: 18px 25px 0px 25px;
	padding: 0px 0px 0px 0px;
	float: right;
}

#headrightblog p {

	color: #333333;

	margin: 0px;	

	padding: 0px;
	
	text-align: left;

	}
	
#headrightblog a {

	color: #333333;

	text-decoration: none;

	}

#headrightblog a:hover {

	color: #666666;

	text-decoration: none;

	}
	
#header-image {
	margin: 0px 0px 0px 85px;
}
	
#header-image ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#header-image ul li {
	list-style-type: none;
	/* padding: 10px; */
	}

#header-image ul li img{
	list-style-type: none;
	border: #666666;
	border:thin;
	/* padding: 10px; */
	}
/* navigation */

#navbar {
	width: 750px; /* width of entire navbar */
	/*height: 20px; */
	font-size: 11.31px; /* menu font size */
	font-family: Helvetica Nueu, Arial, sans-serif; /* menu font */
	color: #666666; /* menu color */
	/* font-weight: bold; */
	margin: 0px 25px 0px 0px; /*top right bottom left */
	padding: 10px 0px 0px 0px; 
	text-transform: uppercase; /* makes all text in nav capitalized */
	}

#nav {
	margin: 0px 0px 0px 0p;
	padding: 0px;
	}

#nav ul {
	float: right;
	list-style: none;
	}

#nav li {
	float: right;
	list-style: none;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	}

#nav li.current_page_item a{
	height: 11.31px;
	background: #daf3ae;
	} 

#nav li a, #nav li a:link, #nav li a:visited {
	color: #666666;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	/*border-left: 1px solid #cc6633;*/
	}

#nav li a:hover, #nav li a:active {
	background: #daf3ae;
	color: #666666;
	}
	
/* nav levels not needed atm 

#nav li li a, #nav li li a:link, #nav li li a:visited {
	width: 170px;
	background: #f1f1ef;
	color: #666666;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #f1f1ef;
	border-left: 1px solid #f1f1ef;
	border-right: 1px solid #f1f1ef;
	}

#nav li li a:hover, #nav li li a:active {
	background: #daf3ae;
	color: #666666;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 150px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -30px 0 0 191px;
	}

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

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}

End of comment out navbar */

/* homepage */

#homepage {
	width: 950px;
}

#homepage_left {
	float: left;	
}

#homepage-left-image .widget  {
	width: 253px;
	height: 300px;
	margin: 25px 0px 0px 167px; /*top right bottom left */
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
	
#homepage-left-image ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepage-left-image ul li {
	list-style-type: none;
	/* padding: 10px; */
	}

#homepage-left-image ul li img{
	list-style-type: none;
	border: #666666;
	border:thin;
	/* padding: 10px; */
	}
	
#homepage-left-image ul li a, #homepage-left-image ul li a:visited {
	color: #3399cc;
	text-decoration: none;
	}
	
#homepage-left-image ul li a:hover{
	color: #3399cc;
	text-decoration: underline;
	}
	
#homepage-left-image ul li p{
	color: #000000;
	font-size: 10px;
	font: Helvetica Nueu, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 10px;
	}

#homepage-left-image ul li h2{
	color: #000000;
	font-size: 12px;
	font: Helvetica Nueu, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 10px;
	}
	
#homepage_right {
	float: right;
	width: 420px;
	height: 500px;
}

#homepage-right-image .widget  {
	float: right;
	width: 400px;
	height: 300px;
	margin: 35px 0px 0px 0px; /*top right bottom left */
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
	
#homepage-right-image ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepage-right-image ul li {
	list-style-type: none;
	/* padding: 10px; */
	}

#homepage-right-image ul li img{
	list-style-type: none;
	border: #666666;
	border:thin;
	/* padding: 10px; */
	}
	
#homepage-right-image ul li a, #homepage-right-image ul li a:visited {
	color: #666666;
	text-decoration: none;
	}
	
#homepage-right-image ul li a:hover{
	color: #666666;
	text-decoration: underline;
	}
	
#homepage-right-image ul li p{
	color: #000000;
	font-size: 10px;
	font: Helvetica Nueu, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 10px;
	}

#homepage-right-image ul li h2{
	color: #000000;
	font-size: 12px;
	font: Helvetica Nueu, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 10px;
	}
	
/* 404 Page */

#homepage_left-404 {
	float: left;
	margin: 125px 0px 0px 125px;
}

#homepage_left-404 p {
	color: #000000;
	font-size: 12px;
	font-family:Helvetica Nueu, Arial, sans-serif;
}

#homepage_left-404 h2 {
	color: #000000;
	font-family: Helvetica Nueu, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

/* standard page */

#standard_page {
	width: 950px;
	margin: 0px 0px 0px 0px;
}

#standard-page-info {
	background: #ffffff;
	width: 540px;
	height: 490px;
	margin: 65px 0px 0px 170px;
	padding: 0px;
}

#standard-page-info p {
	color: #000000;
	font-size: 12px;
	font-family:Helvetica Nueu, Arial, sans-serif;
}

#standard-page-info a, #standard-page-info a:link, #standard-page-info a:visited {
	color: #666666;
	text-decoration: none;
	text-transform: none;
}

#standard-page-info a:hover {
	color: #666666;
	background-color: #daf3ae;
	text-decoration: underline;
	text-transform: none;
}

#standard-page-info h2 {
	color: #000000;
	font-family: Helvetica Nueu, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

#standard-page-info h2 a, #standard-page-info h2 a:link, #standard-page-info h2 a:visited {
	color: #000033;
	text-decoration: none;
	text-transforme: none;
}

#standard-page-info h2 a:hover {
	color: #000000;
	text-decoration: none;
	text-transform: none;
}

/* standard LONG page */

#standard_page_long {
	width: 950px;
	margin: 0px 0px 0px 0px;
}	

#standard-page-info-long {
	background: #ffffff;
	width: 540px;
	margin: 65px 0px 0px 170px;
	padding: 0px;
	overflow: hidden;
}

#standard-page-info-long p {
	color: #000000;
	font-size: 12px;
	font-family:Helvetica Nueu, Arial, sans-serif;
}

#standard-page-info-long a, #standard-page-info-long a:link, #standard-page-info-long a:visited {
	color: #666666;
	text-decoration: none;
	text-transform: none;
}

#standard-page-info-long a:hover {
	color: #666666;
	background-color: #daf3ae;
	text-decoration: underline;
	text-transform: none;
}

#standard-page-info-long h2 {
	color: #000000;
	font-family: Helvetica Nueu, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

#standard-page-info-long h2 a, #standard-page-info-long h2 a:link, #standard-page-info-long h2 a:visited {
	color: #000033;
	text-decoration: none;
	text-transforme: none;
}

#standard-page-info-long h2 a:hover {
	color: #000000;
	text-decoration: none;
	text-transform: none;
}

/* Press Page */

#press_page {
	width: 950px;
	margin: 0px 0px 0px 0px;
}

#press_page_links {
	background: #ffffff;
	width: 540px;
	height: 490px;
	margin: 65px 0px 0px 170px;
	padding: 0px;
}

#press_page_links p {
	color: #000000;
	font-size: 12px;
	font-family:Helvetica Nueu, Arial, sans-serif;
}

#press_page_links a, #press_page_links a:link, #press_page_links a:visited {
	color: #666666;
	text-decoration: underline;
	text-transform: none;
}

#press_page_links a:hover {
	color: #666666;
	background-color: #daf3ae;
	text-decoration: underline;
	text-transform: none;
}

/* Wall drawings and works on paper Page */

#wall_page {
	width: 950px;
	margin: 0px 0px 0px 0px;
	height: 500px;
}

#wall_page img {
	border: none;
}

#wall_page img a, #wall_page img a:link, #wall_page img a:visited, #wall_page img a:hover, #wall_page img a:active {
	border: none;
}

#wall_page_links {
	background: #ffffff;
	width: 700px;
	margin: 25px 0px 0px 285px;
	padding: 0px;
}

#wall_page_links p {
	color: #000000;
	font-size: 12px;
	font-family:Helvetica Nueu, Arial, sans-serif;
}

#wall-left {
	float: left;	
	margin: 0px 25px 0px 0px;
}

#wall-left p img{
	padding: 0;
 background: #fff;
 border: none;
}

#wall_left p img a, #wall_left p img a:link, #wall_left p img a:visited, #wall_left p img a:hover, #wall_left p img a:active {
	border: none;
}

a:focus, a:hover, a:active { outline:none; -moz-outline-style: none; } /* turn off firefox 3 outline error */

/* standard post */

#standard_post {
	width: 950px;
	margin: 0px 0px 0px 0px;
}

#standard-post-info {
	background: #ffffff;
	width: 540px;
	margin: 65px 0px 0px 170px;
	padding: 0px;
}

#standard-post-info p {
	color: #000000;
	font-size: 12px;
	font-family:Helvetica Nueu, Arial, sans-serif;
}

#standard-post-info a, #standard-post-info a:link, #standard-post-info a:visited {
	color: #666666;
	text-decoration: underline;
	text-transform: none;
}

#standard-post-info a:hover {
	color: #666666;
	text-decoration: underline;
	text-transform: none;
}

#standard-post-info h2 {
	color: #000000;
	font-family: Helvetica Nueu, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

#standard-post-info h2 a, #standard-post-info h2 a:link, #standard-post-info h2 a:visited {
	color: #000033;
	text-decoration: none;
	text-transforme: none;
}

#standard-post-info h2 a:hover {
	color: #000000;
	text-decoration: none;
	text-transform: none;
}

/* Press post's */

#press_post {
	width: 950px;
	margin: 0px 0px 0px 0px;
}

#press_post-info {
	background: #ffffff;
	width: 540px;
	margin: 65px 0px 0px 170px;
	padding: 0px;
}

#press_post-info p {
	color: #000000;
	font-size: 12px;
	font-family:Helvetica Nueu, Arial, sans-serif;
}

#press_post-info a, #press_post-info a:link, #press-post-info a:visited {
	color: #666666;
	text-decoration: underline;
	text-transform: none;
}

#press-post-info a:hover {
	color: #666666;
	text-decoration: underline;
	text-transform: none;
}

#press-post-info h2 {
	color:#000000;
	font-family: Helvetica Nueu, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

#press-post-info h2 a, #press-post-info h2 a:link, #press-post-info h2 a:visited {
	color: #000033;
	text-decoration: none;
	text-transforme: none;
}

#press-post-info h2 a:hover {
	color: #000000;
	text-decoration: none;
	text-transform: none;
}

/* Wall post - category */

#vert_post {
	width: 950px;
	margin: 0px 0px 0px 0px;
	height: 500px;
}

#vert_post-left {
	float: left;
	background:#ffffff;
	width: 275px;
	margin: 25px 0px 0px 25px;
	padding: 0px;
}

#vert_post-left p {
	color: #000000;
	font-size: 12px;
	font-family:Helvetica Nueu, Arial, sans-serif;
}

#vert_post-left a, #vert_post-left a:link, #vert_post-left a:visited {
	color: #666666;
	text-decoration: underline;
	text-transform: none;
}

#vert_post-left a:hover {
	color: #666666;
	text-decoration: underline;
	text-transform: none;
}

#vert_post-left h2 {
	color: #000000;
	font-family: Helvetica Nueu, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

#vert_post-left h2 a, #vert_post-left h2 a:link, #vert_post-left h2 a:visited {
	color: #000033;
	text-decoration: none;
	text-transforme: none;
}

#vert_post-left h2 a:hover {
	color: #000000;
	text-decoration: none;
	text-transform: none;
}

#vert_post-Limg {
	overflow: hidden;
	height: 332px;
	margin: 0px 0px 25px 0px;
}

#vert_post-right {
	float: right;
	background-color:#ffffff;
	width: 615px;
	height: 475px;
	margin: 25px 25px 0px 5px;
	padding: 0px;
}

#vert_post-right p {
	text-align: right;
	color: #000000;
	font-size: 12px;
	font-family:Helvetica Nueu, Arial, sans-serif;
}

#vert_post-right a, #vert_post-right a:link, #vert_post-right a:visited {
	color: #666666;
	text-decoration: underline;
	text-transform: none;
}

#vert_post-right a:hover {
	color: #666666;
	text-decoration: underline;
	text-transform: none;
}

#vert_post-Rimg {
	height: 475px;
	overflow: hidden;
	text-align: right;
	border: #333333;
	border: thin;
}

/* Paper post - category */

#paper_post {
	width: 950px;
	margin: 0px 0px 0px 0px;
	height: 500px;
}

#paper_post-left {
	float: left;
	background:#ffffff;
	width: 475px;
	margin: 25px 0px 0px 25px;
	padding: 0px;
}

#paper_post-left p {
	color: #000000;
	font-size: 12px;
	font-family:Helvetica Nueu, Arial, sans-serif;
}

#paper_post-left a, #paper_post-left a:link, #paper_post-left a:visited {
	color: #666666;
	text-decoration: underline;
	text-transform: none;
}

#paper_post-left a:hover {
	color: #666666;
	text-decoration: underline;
	text-transform: none;
}

#paper_post-left h2 {
	color: #000000;
	font-family: Helvetica Nueu, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

#paper_post-left h2 a, #paper_post-left h2 a:link, #paper_post-left h2 a:visited {
	color: #000033;
	text-decoration: none;
	text-transforme: none;
}

#paper_post-left h2 a:hover {
	color: #000000;
	text-decoration: none;
	text-transform: none;
}

#paper_post-Limg {
	overflow: hidden;
	height: 375px;
}

#paper_post-right {
	float: right;
	background:#ffffff;
	width: 415px;
	height: 475px;
	margin: 25px 25px 0px 5px;
	padding: 0px;
}

#paper_post-right p {
	text-align: right;
	color: #000000;
	font-size: 12px;
	font-family:Helvetica Nueu, Arial, sans-serif;
}

#paper_post-right a, #paper_post-right a:link, #paper_post-right a:visited {
	color: #666666;
	text-decoration: underline;
	text-transform: none;
}

#paper_post-right a:hover {
	color: #666666;
	text-decoration: underline;
	text-transform: none;
}

#paper_post-Rimg {
	height: 475px;
	overflow: hidden;
	text-align: right;
	border: #333333;
	border: thin;
}


/* blog */

#blog-page-info {
	width: 840px;
	margin: 30px 0px 0px 85px;
	padding: 5px;
}
#blog-page-info p {
	color: #000000;
	font-size: 1.1em;
	line-height: 1.4em;
	font-family:Helvetica Nueu, Arial, sans-serif;
}

#blog-page-info a, #blog-page-info a:link, #blog-page-info a:visited {
	color: #666666;
	text-decoration: none;
	text-transform: none;
}

#blog-page-info a:hover {
	color: #666666;
	background-color: #daf3ae;
	text-decoration: underline;
	text-transform: none;
}

#blog-page-info h2 {
	color: #0e4496;
	font-family: Helvetica Nueu, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

#blog-page-info h2 a, #blog-page-info h2 a:link, #blog-page-info h2 a:visited {
	color: #0e4496;
	text-decoration: none;
	text-transform: none;
}

#blog-page-info h2 a:hover {
	color: #000000;
	text-decoration: none;
	text-transform: none;
	background:#FFF;
}
#blog-space {
	padding: 0px 0px 30px 0px;
}

#blog-left {
	width: 550px;
	overflow: hidden;
	float: left;
	padding: 0px 30px 0px 0px;
	border-right:#CCC thin solid;
}

#blog-left a, #blog-left a:visited {
	color: #666666;
	text-decoration: none;
	}
	
#blog-left a:hover{
	background:#FFF;
	color: #666666;
	text-decoration: underline;
	}
	
#blog-time {
	color: #000000;
	font-family: Helvetica Nueu, Arial, sans-serif;
	font-size: 12px;
} 

#blog-right{
	float: right;
	width: 220px;
	margin: 100px 0px 0px 0xp;
}

#blog-right ul h2 {
	color: #0e4496;
	font-family: Helvetica Nueu, Arial, sans-serif;
	font-size: 12px;
	text-transform:none;
}

#blog-right .widget  {
	overflow: hidden;
	padding: 0px 0px 15px 0px;
	}
	
#blog-right ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#blog-right ul li {
	list-style-type: none;
	/* padding: 10px; */
	}

#blog-right ul li img{
	list-style-type: none;
	border: #666666;
	border:thin;
	/* padding: 10px; */
	}
	
#blog-right ul li a, #blog-right ul li a:visited {
	color: #666666;
	text-decoration: none;
	}
	
#blog-right ul li a:hover{
	background:#FFF;
	color: #666666;
	text-decoration: underline;
	}
	
/* footer */

#footer {

	background: #ffffff;
	font: Helvetica Nueu, Arial, sans-serif;
	height: 30px;
	color: #000000;
	font-size: 11px;
	text-transform: lowercase;
	overflow: hidden;
	margin: 25px 0px 0px 25px;
	padding: 0px 0px 0px 0px;

	}

#footer p {

	color: #000000;

	margin: 0px;	

	padding: 0px;
	
	text-align: left;

	}
	
#footer a {

	color: #000000;

	text-decoration: none;

	}

#footer a:hover {

	color: #daf3ae;

	text-decoration: underline;

	}

	

/************************************************

*	Comments									*

************************************************/

	

.commentlist li ul li {

	font-size: 12px;

	}



.commentlist li {

	font-weight: bold;

	}



.commentlist li .avatar { 

	background: #FFFFFF;

	float: right;

	border: 1px solid #EEEEEE;

	margin: 0px 5px 0px 10px;

	padding: 2px;

	}



.commentlist cite, .commentlist cite a {

	font-weight: bold;

	font-style: normal;

	font-size: 12px;

	}



.commentlist p {

	font-weight: normal;

	text-transform: none;

	}



.commentmetadata {

	font-weight: normal;

	}



#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0px;

	}



#commentform {

	margin: 5px 10px 0px 0px;

	}

	

#commentform textarea {

	width: 98%;

	padding: 2px;

	}

	

#respond:after {

	content: "."; 

	display: block; 

	height: 0px; 

	clear: both; 

	visibility: hidden;

	}

	

#commentform p {

	margin: 5px 0px 5px 0px;

	}

	

#commentform #submit {

	margin: 0px;

	float: left;

	}

	

.alt {

	margin: 0px;

	padding: 10px;

	}



.commentlist {

	margin: 0px;

	padding: 0px;

	}

	

.commentlist ol {

	margin: 0px;

	padding: 10px;

	}



.commentlist li {

	margin: 15px 0px 10px;

	padding: 10px 5px 10px 10px;

	list-style: none;



	}

.commentlist li ul li { 

	margin-right: -5px;

	margin-left: 10px;

	}



.commentlist p {

	margin: 10px 0px 10px 0px;

	padding: 0px;

	}

	

.children { 

	margin: 0px;

	padding: 0px;

	}



.nocomments {

	text-align: center;

	margin: 0px;

	padding: 0px;

	}

	

.reply a, .reply a:visited {

	background: #666666;

	color: #FFFFFF;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	font-size: 11px;

	text-decoration: none;

	margin: 0px;

	padding: 2px 5px 3px 5px;

	border: 1px solid #333333;

	}

	

.reply a:hover {

	background: #3A87DD;

	color: #FFFFFF;

	text-decoration: none;

	border: 1px solid #3A87DD;

	}



.commentmetadata {

	font-size: 10px;

	margin: 0px;

	display: block;

	}




.navigation {

	display: block;

	text-align: center;

	margin-top: 10px;

	margin-bottom: 60px;
	
	border: none;

	}

	

.alignright {

	float: right;

	}

.alignleft {

	float: left;

	}

	

.thread-alt {

	background: #FFFFFF;

	margin: 0px;

	padding: 0px;

	}

	

.thread-even {

	background: #F7F7F7;

	margin: 0px;

	padding: 0px;

	}

	

.depth-1 {

	border: 1px solid #E6E6E6;

	margin: 0px;

	padding: 0px;

	}



.even, .alt {

	border-top: 1px solid #E6E6E6;

	border-bottom: 1px solid #E6E6E6;

	border-left: 1px solid #E6E6E6;

	margin: 0px;

	padding: 0px;

	}
	
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border-color:#666;
	border:	thin;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
