/*
Theme Name: Brief.ly/RootPro (mu version)
Theme URI: http://iXpress.me/
Description: Brief.ly/Pro root theme.
Version: 0.0.1
Author: Brands-and-Jingles & T.D.
Author URI: http://Brands-and-Jingles.com/
Tags: blue, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	background: #E3E3E3; /* #D4D4D4 url('images/backgrounds/body-background.png') */
	color: #333;
	font-family: Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	font-size: 12px; /* 62.5% - Resets 1em to 10px */
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
}

#page {
	text-align: left;
	margin: 5px auto; /*20px*/
	padding: 0;
	width: 1000px; /* 20+720+20+20+200+20=1000px < 1024px */
	border: none;
}

#header {
	margin: 0 0 0 0px;
	padding: 0;
	height: 150px;
	width: 100%; /* 100% 1024px 1022px */
	border: none;
}

#headerimg {
	margin: 0;
	height: 80px;
	width: 760px; /* 100% 1004px; */
}

#headerimg .description {
	font-size: 13px; /*1.2em*/
	font-weight: bold;
	text-align: center; /* center */
	margin-top: 6px;
	margin-bottom: 6px;
}

#headerimg .description strong {
	color: #666;
}

#headerimg .description, #headerimg .description a, #headerimg .description a:hover, #headerimg .description strong a:hover {
	text-decoration: none;
	color: #666; /*black*/
}

#content {
	font-size: 12px; /*1.2em;*/
}

/* Class widecolumn is also used in wp-signup.php */

.widecolumn {
	padding: 9px 0 19px 0;
	margin: 5px 0 0 0; /* 5px 0 0 150px */
/*	width: 727px; */
/*	line-height: 1.6em; */
}

.widecolumn .post {
	margin: 0;
}

.widecolumn .entry p {
	font-size: 12px; /*1.05em*/
}

.widecolumn .postmetadata {
	margin: 28px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.widecolumn .entry {
/*	line-height: 1.4em;*/
}

.widecolumn-wp-signup-wrapper {
/*	padding: 9px 0 19px 0; */
	margin: 0 20px 0 20px;
/*	width: 740px; */
}

.narrowcolumn {
	float: left;
	padding: 0 0 9px 19px;
	margin: 0;
	width: 720px; /* 757px */
}

.narrowcolumn .entry {
/*	line-height: 1.4em;*/
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

/* Begin Sidebar */

#sidebar {
	padding: 0px 0px 0px 0px;
	margin-left: 760px; /* 805px */
	width: 200px;
	font-family: Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	font-size: 12px; /*1.0em*/
}

#sidebar h2 {
	font-family: Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	font-size: 12px; /*1.2em*/
	margin: 5px 0 0;
	padding: 0;
	text-decoration: none;
}

/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets.
*/

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul ul li:before {
	content: "\00BB \0020";
}

#sidebar ul ul li, #sidebar ul ol li {
	color: #777;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar form {
	margin: 0;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

/* End Sidebar */

/* Footer */

#footer {
	padding: 0;
/*	margin: 0 auto; */
	margin: 150px 30px 10px 30px;
	width: 100%;  /* 1024px */
	clear: both;
	border: none;
}

#footer p {
	text-align: left; /* center */
}

/* End Footer */

/*	Begin Headers */

h1, h2, h3 {
	font-family: Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 24px; /*4em*/
	text-align: center;
	padding-top: 24px; /* 36px; 70px; */
	margin: 0;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: black;
}

h2 {
	margin: 12px 0 0; /* 28px */
	font-size: 14px; /*1.6em*/
}

h2.pagetitle {
	font-size: 14px; /*1.6em*/
}

h2.pagetitle {
	margin-top: 28px;
	text-align: center;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
}

h3 {
	padding: 0;
	margin: 28px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

h3 {
	font-size: 12px; /*1.3em*/
}

/* End Headers */

acronym, abbr, span.caps
{
	font-size: 10px; /*0.9em*/
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #3b7538; /* 006633 2d7d50 236a48 55a535 167 06c */
	text-decoration: none;
}

a:hover {
	color: #003333; /* 06c 147 */
	text-decoration: underline;
}

code {
/*	font: 1.1em 'Courier New', Courier, Fixed; */
/*	font-family: Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, Sans-Serif; */
	font-family: 'Courier New', Courier, Fixed;
	font-size: 12px; /*1.1em*/
	}


label {
    display:block;
/*    margin: 0 0 5px 0; */
    padding: 5px 0 5px 0;
}

select {
	width: 130px;
}

small {
	font-family: Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	font-size: 11px; /* 10px 0.9em*/
/*	line-height: 1.5em;*/
	color: #000; /* 333 777 */
}

/* End Typography & Colors */

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: left;
	color: #777;
}

.clear {
	clear: both;
}

.entry p a:visited {
	color: #b85b5a;
}

.alt {
	margin: 0;
	padding: 10px;
}

/*	##################################
   	COMMENTS
	################################## */
	
/* Begin Comments*/

.comment {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #f7f7f7;
	border: 1px solid #ccc;
}

.comment p {
	margin: 0px;
}

.comment-details {
}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-family: Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	font-size: 11px; /*0.9em*/
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px; /*1.1em*/
	}

.commentlist p {
	font-weight: normal;
/*	line-height: 1.5em;*/
	text-transform: none;
	}

#commentform p {
	font-family: Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.nocomments {
	color: #777;
}

/* End Comments */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* End Images */



html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 28px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

ol li {
	list-style: decimal outside;
}

/* End Entry Lists */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 28px 15px 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	color: #777;
}

strike {
	color: #777;
}


blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

cite {
	text-decoration: none;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* End Various Tags & Classes*/



/*	##################################
   	FORMS
	################################## */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

/* End Form Elements */

.text {
    width:140px;
    margin: 0 0 10px 0;
    padding:5px;
    border:1px solid #ccc;
}

.verify {
    width:140px;
    margin: 0 0 10px 0;
    padding:5px;
    border:1px solid #ccc;
    float:left;
}

.fieldwrap img {
    float:left;
    margin:0 5px 10px 0;
}

textarea {
    width:100%; /*450px*/
/*    height:150px; */
    margin:0;
    padding:5px;
    border:1px solid #ccc;
}

.submitbutton {
    width:auto;
    padding:6px;
    color:#fff;
    background:#9c2; /*662625*/
    border:0;
}

.resetbutton {
    width:auto;
    padding:6px;
    color:#fff;
    background:#ccccba;/
    border:0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}


/*	##################################
   	CONTENT
	################################## */
	
/** TIMELINE */

.timeline {
	padding: 0;
	margin: 0;
/*	width: 220px; */
	height: 60px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.timeline-item, .timeline-item-selected {
	float: left;
	width: 220px;
	height: 40px;
	margin: 18px 4px 0 4px;
	padding: 0;
}
.timeline-item {
	background: url(images/menus/menu.40.10.png) no-repeat left top;
}
.timeline-item-selected {
	background: url(images/menus/menu.40.20.png) no-repeat left top;
}

.timeline-text, .timeline-text-selected {
	padding: 12px 12px 0 12px;
	margin: 0;
}
.timeline-text, .timeline-text a, .timeline-text a:visited {
	color: #AAA;
	text-decoration: none;
}
.timeline-text a:hover {
	color: #888;
}
.timeline-text-selected, .timeline-text-selected a, .timeline-text-selected a:visited {
	color: #666;
	text-decoration: none;
}
.timeline-text-selected a:hover {
	color: #444;
}



/** CONTENT LEFT */

.box-left {
	margin:40px 0;
}

.box-left img {
        float:left;
        margin:0 10px 10px 0;
}

p.tags {
	clear: both;
/*        font:11px/11px Verdana, Tahoma, sans-serif;*/
	font-family: Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
}

/************************************************/
/***************** CENTER BOX *******************/
/************************************************/

.box-center {
	width: 720px;
	margin: 0 0 18px 0;
	font-family: Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}

.box-center-top {
	height: 5px;
	margin: 0 0 0 0; /* -12px */
	padding: 0px 18px 0 18px;
	background: url(images/boxes/box-center-top.png) no-repeat left top;
}

.box-center-top-button {
	height: 70px;
	margin: 0 0 0 0;
	padding: 0px 18px 0 18px;
	background: url(images/boxes/box-center-top-button.png) no-repeat left top;
}

.box-center-title {
	margin: 0 0 0 0;
	padding: 18px 18px 0px 18px;
	font-weight: bold;
	background: url(images/boxes/box-center-middle.png) repeat-y left top;
}

.box-center-content {
	margin: 0 0 0 0;
	padding: 0px 18px 0 18px;
	background: url(images/boxes/box-center-middle.png) repeat-y left top;
}

.box-center-bottom {
	height: 5px;
	margin: 0 0 0 0;
	background: url(images/boxes/box-center-bottom.png) no-repeat left top;
}

.box-center-bottom-button {
	height: 70px;
	margin: 0 0 0 0;
	padding: 0px 18px 0 18px;
	background: url(images/boxes/box-center-bottom-button.png) no-repeat left top;
}

.box-center ul {
	margin:0 18px 0 0;
	padding:0 18px;
/*	list-style:none; */
}

.box-center ul li {
/*	line-height:20px; /*18px 24px*/
}

.box-center ul li ul {
	margin:0;
	padding:0 0 0 20px;
/*	list-style:none; */
}

.box-center ul li ul li ul {
	margin:0;
	padding:0 0 0 20px;
/*	list-style:none; */
}

.box-center p {
/*	margin: 0 0 0 0; *//*!!!*/
/*	line-height:16px;/*24px*/
}

.box-center-white {
	height:40px;
	margin: 0 0 18px 0;
/*	font:11px/11px Verdana, Tahoma, sans-serif;*/
	font-family: Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
}

/** CONTENT RIGHT */

.box-right {
	margin:0 0 5px 0;
/*	font:11px/11px Verdana, Tahoma, sans-serif; */
	font-family: Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}

.box-right-top {
	height: 5px;
	margin: 0 0 0 0;
	background: url(images/boxes/box-right-top.png) no-repeat left top;
}

.box-right-title {
	margin: 0 0 0 0;
/*	margin: 9px 0 9px 0;	*/
	padding: 9px 18px 9px 18px;
}

.box-right-title a, .box-right-title a:hover, .box-right-title a:visited {
	color: black;
/*	font-weight: bold; */
	text-decoration: none;
}

.box-right-content {
	margin: 0 0 0 0;
	padding: 5px 18px 9px 18px;
}

.box-right-title, .box-right-content {
	margin: 0 0 0 0;
	background: url(images/boxes/box-right-middle.png) repeat-y left top;
}

.box-right-content h2 {
	font-weight: normal; /* bold */
}

/*
.box-right-content {
	min-height: 10px;
	height: auto !important;
}
*/

.box-right-bottom {
	height: 20px;
	margin: 0 0 0 0;
	background: url(images/boxes/box-right-bottom.png) no-repeat left top;
}

.box-right ul {
	margin:0;
	padding:0;
	list-style:none;
}

.box-right li {
/*	line-height:24px;*/
}

.box-right ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right ul li ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right p {
	margin: 18px 0 0 0;
}

.image-green-zero-emissions {
	height:40px;
	background:transparent url(images/logos/green-zero-emissions.png) no-repeat center top;
}



/* Name.ly Messages */

.message-box-close-button { text-align:right; margin: -3px -3px 0 0; } /* margin-top:-3px; margin-right:-3px; margin:-3px 0 0 -3px; */
.message-box-text { margin:-9px 0 0 0; padding: 6px 6px 6px 6px; }
.message-box-info, .message-box-confirmation, .message-box-warning, .message-box-error {
	margin: 6px 0 6px 0;
	border: 0px solid;
	font-weight: normal; /* bold */
	padding:10px;
	color:#333333; 
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.message-box-info { background:#E8EBFF; border-color: #0000CC; } /* border:1px solid #0000CC; 9px #EBE8FF*/
.message-box-confirmation { background:#E8FFEB; border-color: #00CC00; } /* border:1px solid #00CC00; 9px*/
.message-box-warning { background:#FFFFE8; border-color: #CCCC00; } /* border:1px solid #CCCC00; 9px*/
.message-box-error { background:#FFEBE8; border-color: #CC0000; } /* border:1px solid #CC0000; 9px*/

/* Brief.ly Forms */

.brieflyf { width: 100%; margin:0; } /* margin:0 auto; */
.brieflyf form { margin-top: 0; } /* 2em */
.brieflyf label { width:100%; font-size:13px; font-weight:bold; display:block; margin:6px 0 3px 0; float:left; } /*100% 720px*/
.brieflyf label.checkbox { display:inline; float:left; }
.brieflyf input,
.brieflyf input[type="submit"],
.brieflyf input[type="reset"],
.brieflyf textarea { width:100%; font-size: 13px; } /* margin-right:10px; padding-right:20px; margin:5px 0; 100% 741px */
.brieflyf textarea { overflow:scroll; overflow-x:scroll; overflow-y:scroll; }



/** SEARCH FORM */

#search {
	width: 145px;
	padding: 5px;
	border: 1px solid #ccc;
}

#search-submit, .signin_button {
    width:auto;
    padding:4px;
    background:#E3E3E3 url("images/buttons/form-button-green.png") repeat-x 0 0; /* #888 #9c2 662625 url("images/buttons/bg-btn-signup.png") form-button-grey.png */
	color:#333;/*fff*/
	/* text-shadow:0 1px 0 #df6; */
/*	font:12px Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	font-weight:bold;*/
	font-family: Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	outline:none;
	border:1px solid #888; /* 0 #df6 */
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.signin_button:hover, .signin-button:focus {background-position:0 -5px;color:#111;}
.signin_button:active {background-image:none;}
.safari .signin_button {padding:8px 0;}



/*	##################################
   	SIGN-UP BUTTON
	################################## */

.signup_button a {
	background:#E3E3E3 url("images/buttons/form-button-green.png") repeat-x 0 0; /* #99ca3c #888 #9c2 662625 url("images/buttons/bg-btn-signup.png") form-button-grey.png */
	display:block;
	padding:8px 8px;
	border:1px solid #888; /*#df6*/
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	text-decoration:none;
	text-align:center;
	color:#333;
	/* text-shadow:0 1px 0 #df6; */
/*	font:12px Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, Sans-Serif;*/
	font-family: Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	outline:none;
}
.signup_button a:hover, signup-button a:focus {background-position:0 -5px;color:#111;}
.signup_button a:active {background-image:none;}
.safari .signup_button a {padding:8px 0;}

.button-scissors, .button-scissors:hover, .button-scissors:active {
	height:50px;
	width:100%; /*50px*/
	display:block;
	padding:10px 0 0 0;
	border:0px;
	text-decoration:none;
	text-align:center;
}
.button-scissors {
	background:transparent url("images/buttons/button-scissors-1.png") no-repeat 0 0;
	background-position:center; 
}
.button-scissors:hover {
	background:transparent url("images/buttons/button-scissors-2.png") no-repeat 0 0;
	background-position:center; 
}
.button-scissors:active {
	background:transparent url("images/buttons/button-scissors-3.png") no-repeat 0 0;
	background-position:center; 
}

.button-refresh, .button-refresh:hover, .button-refresh:active {
	height:64px;
	width:100%; /*32px*/
	display:block;
/*	padding:20px 0 0 0; */
/*	margin-top:10px; */
	border:0px solid transparent;
	text-decoration:none;
	text-align:center;
}
.button-refresh {
	background:transparent url("images/icons/refresh-1.png") no-repeat 0 0;
	background-position:center; 
}
.button-refresh:hover {
	background:transparent url("images/icons/refresh-2.png") no-repeat 0 0;
	background-position:center; 
}
.button-refresh:active {
	background:transparent url("images/icons/refresh-3.png") no-repeat 0 0;
	background-position:center; 
}

.button-new, .button-new:hover, .button-new:active{
	height:50px;
	width:100%; /*50px*/
	display:block;
	border:0px;
	text-decoration:none;
	text-align:center;
}
.button-new {
	background:transparent url("images/icons/next-2.png") no-repeat 0 0;
	background-position:center; 
}
.button-new:hover {
	background:transparent url("images/icons/next-2-3.png") no-repeat 0 0;
	background-position:center; 
}
.button-new:active {
	background:transparent url("images/icons/next-1-2-3.png") no-repeat 0 0;
	background-position:center; 
}



/* -----------------------------------------------------------------------------------------------------------
------------------------------------- GRAVATARS -------------------------------------------------------------- 
------------------------------------------------------------------------------------------------------------ */

.avatar-image img, .avatar-image a img {
	float:right; /*left*/
	margin:20px 20px 20px 20px; 
	border:1px solid #9a9fa6; 
}



img.avatar {
	float: left; 
	margin: 0 8px 3px 0;
	padding: 3px;
	border: solid 1px #ddd;
	background-color: #f3f3f3;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}



/* -----------------------------------------------------------------------------------------------------------
------------------------------------- New WP 2.6 image classes ----------------------------------------------- 
------------------------------------------------------------------------------------------------------------ */

.entry img {
	margin: 10px 10px 0 0;
	padding: 5px;
	border: solid 1px #ddd;
	background-color: #f3f3f3;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.postmetadata img {
	border: none;
	margin: 0 0 -3px 0;
	padding: 0;
}
				
img.alignleft {
	float: left; 
	margin: 10px 10px 5px 0; 
}
	
img.alignright {
	float: right; 
	margin: 10px 0 5px 10px; 
}

img.aligncenter {
	display: block;
	margin: 10px auto;
}

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

.alignleft,
div.alignleft {
   float: left;
   margin: 10px 10px 5px 0;
}

.alignright,
div.alignright {
   float: right;
   margin: 10px 0 5px 10px;
}

/* New WP 2.6 image caption */
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px 0 0 0;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
/*   line-height: 12px;*/
   padding: 2px 4px 5px;
   margin: 0;
   color: #666;
}



.anythingSlider {
	margin: 0px 0px 0px 0px;
}

.quoteSlide h6 {
/*	text-indent: 10px; */
	margin: 20px 0px 0px 20px;
	font-size: 10px; /*10pt*/
	font-weight: bold;
}

.quoteSlide p {
/*  text-indent: 10px; */
	margin: 20px 0px 0px 20px;
}



@media (max-width: 1599px) {
}

@media (max-width: 1069px) {
}

@media (max-width: 999px) {
}

/* iPad breakpoint */
@media (max-width: 767px) {
	#page {
		width: 760px;
	}
	#content {
		clear: both;
	}
	#sidebar {
		clear: both;
		margin-left: 40px;
	}
}

@media (max-width: 643px) {
}

/* Mobile devices */
@media (max-width: 359px) {
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
}
