


/**************************************/
/*             HEADINGS               */
/**************************************/
.content h1{
	font-size:2em;
}
.content h2{
	font-size:1.7em;
}
.content h3{
	font-size:1.4em;
}
.content h4{
	font-size:1.2em;
}
.content h5{
	font-size:1em;
}
/**************************************/
/*              BUTTONS               */
/**************************************/
button.button {
	padding:0px 0px 0px 10px;
	text-align:left;
	height:30px;
	border:none;
	position:relative;
}
/* Firefox 3px padding bug */
button.button::-moz-focus-inner {
 padding:0;
 margin-top:-1px;
 margin-left:-1px;
}
.button {
	background:url(../img/sprite.png) no-repeat 0 -180px;
	display:block;
	padding-left:10px;
	color:#FFF;
	position:relative;
}
.button strong {
	background:url(../img/sprite.png) no-repeat 100% -150px;
	display:block;
	height:30px;
	line-height:28px;
	padding-right:10px;
	white-space:nowrap;
}
.button:hover {
	text-decoration:none;
	background-position:0 -240px;
}
.button:hover strong {
	background-position:100% -210px;
}
/* Inactive */
.buttonInactive, .inactive .button {
	background-position:0 -300px;
	color:#333;
}
.buttonInactive strong, .inactive .button strong {
	background-position:100% -270px;
}
.buttonInactive:hover, .inactive .button:hover {
	background-position:0 -360px;
}
.buttonInactive:hover strong, .inactive .button:hover strong {
	background-position:100% -330px;
}
/* Expandable */
.button .expand {
	background:url(../img/sprite.png) no-repeat 100% -2250px;
	width:25px;
	height:30px;
	display:inline-block;
	vertical-align:middle;
	overflow:hidden;
	position:absolute;
	top:0px;
	right:10px;
}
.button .expanded {
	background-position:100% -2280px;
}
button.small-button {
	display:inline-block;
	background:url(../img/sprite.png) no-repeat 0 -2970px;
	color:#333;
	height:25px;
}
button.small-button strong {
	background:url(../img/sprite.png) no-repeat 100% -2940px;
	line-height:25px;
}
button.small-button:hover {
	background:url(../img/sprite.png) no-repeat 0 -3030px;
}
button.small-button:hover strong {
	background:url(../img/sprite.png) no-repeat 100% -3000px;
}
#search-button strong {
	padding-right:0;
}
/**************************************/
/*              MESSAGES              */
/**************************************/
.message, .content form .message {
	margin-bottom:20px;
	position:relative;
	color:#3d3333;
	font-size:1.2em;
	padding:10px 10px 0px 50px;
}
.fieldsetBlock .message {
	margin:0 10px;
}
.message h6 {
	margin:0;
}
.message p {
	margin-bottom:10px;
}
.message .inner {
	background-position:-10px -10px;
	background-repeat: no-repeat;
	margin-bottom:-9px;
	padding-bottom:10px;
}
.message-error {
	border:#d99d9d 1px solid;
	background:url(../img/error.png) no-repeat left center;
}
.message-success {
	border:#9bdea8 1px solid;
	background:url(../img/success.png) no-repeat left center;
}
.message-notice {
	border:#e8e657 1px solid;
	background:url(../img/notice.png) no-repeat left center;
}
.message .close {
	position:absolute;
	top:5px;
	right:5px;
}
.message .close  {
	background: url(../img/sprite.png) repeat scroll 100% -2880px;
}
.message .close:hover {
	background: url(../img/sprite.png) repeat scroll 100% -2910px;
}
/**************************************/
/*              OVERLAY  	          */
/**************************************/
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Overlays */
.ui-widget-overlay { background: #000000 url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity:.30;  }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;  }
/* 
/**************************************/
/*              DIALOG  	          */
/**************************************/
.dialogs {
	display:none;
}
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { 
	position: relative; 
	background:transparent url(../img/sprite.png) no-repeat scroll 0 -990px;
	padding-left:10px;
}
.ui-dialog .ui-dialog-title { 
	background:transparent url(../img/sprite.png) no-repeat scroll 100% -810px;
	display:block;
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;
	padding:5px 0;
	
} 
.ui-dialog .ui-dialog-titlebar-close { 
	background: url(../img/sprite.png) repeat scroll 100% -2880px;
	height:22px;
	width:22px;
	text-indent:-9000px;
	overflow:hidden;
	position: absolute; 
	right: 10px; 
	top: 50%; 
	margin: -10px 0 0 0; 
	padding-right:10px;
}
.ui-dialog .ui-dialog-titlebar-close:hover{
	background: url(../img/sprite.png) repeat scroll 100% -2910px;
}
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-content {
	border: 0; 
	overflow: auto; 
}
.ui-dialog-content .content {
	padding:10px 10px 0px 10px;
	background:url(../img/content_bg.png) repeat-y right;
	overflow:hidden;
	font-size:12px;
	text-align:left;
}
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }




/**************************************/
/*   ROUNDED CORNERS WITH SPRITE      */
/**************************************/
.bTop, .bTop div, .bBottom, .bBottom div {
	background-image:url(../img/sprite.png);
	background-repeat:no-repeat;
}
.bTop {
	margin:0px 0px -5px 10px;
}
.bBottom {
	margin:0px 0px 0px 10px;
	background-position:100% -615px;
}
.bTop div, .bBottom div {
	margin:0px 10px 0px -10px;
	height:15px;
}
.bBottom div {
	background-position:0px -795px;
}

/**************************************/
/*  ROUNDED CORNERS WITH FULL IMAGE   */
/**************************************/
.bImg {
	margin-bottom:10px;
	margin-right:10px;
	background-position:top left;
	background-repeat:no-repeat;
	display:inline-block;
}
.bImg .bInner {
	margin-top:10px;
	margin-left:10px;
	margin-bottom:-10px;
	margin-right:-10px;
	padding:0px 10px 10px 0px;
	position:relative;
	background-position:bottom right;
	background-repeat:no-repeat;
}
.bImg .bTR, .bImg .bBL {
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	position:absolute;
	display:block;
}
.bImg .bTR {
	top:-10px;
	right:0px;
	background-position:top right;
}
.bImg .bBL {
	bottom:0px;
	left:-10px;
	background-position:bottom left
}


/**************************************/
/*            TITLE BAR               */
/**************************************/
#title {
	height:50px;
	background:url(../img/sprite.png) no-repeat 100% -810px;
	margin-left:10px;
}
#title h2 {
	margin:0px 0px 0px -10px;
	padding-left:10px;
	background:url(../img/sprite.png) no-repeat 0px -990px;
	font-family:Georgia;
	line-height:50px;
	font-size:2em;
	float:left;
	position:relative;
	left:0px;
}
#titleActions {
	float:right;
	overflow:hidden;
	height:50px;
	line-height:50px;
	font-size:14px;
	padding-right:10px;
	margin-right:-10px;
}
#titleActions a{
	color:#fff;
}
#titleActions .actionBlock {
	float:left;
	height:30px;
	padding:10px;
	margin:0;
	background:url(../img/vertical_separator.png) repeat-y top left;
	line-height:30px;
}

/* Title actions : Add post & Search */
#titleActions .listAdd .button span.icon {
	margin-left:10px;
	margin-top:-4px;
}

#titleActions .listSearch .search {
	background:url("../img/sprite.png") no-repeat 0 -420px;
	float:left;
	padding-left:10px;
}
#titleActions .listSearch .search label {
	display:none;
}
#titleActions .listSearch .search input {
	background:url("../img/sprite.png") no-repeat 100% -390px;
	border:0;
	height:18px;
	padding:5px 10px 5px 0px;
	font-size:14px;
	line-height:18px;
	color:#FFFFFF;
	width:170px;
}
#titleActions .listSearch .submit {
	float:left;
	margin-left:10px;
}
#titleActions .listSearch .submit button {
	width:33px;
}
#titleActions .listSearch .submit button .icon {
	margin:1px 0 5px -6px;
}


/**************************************/
/*          TRIPOLI OVERRIDE          */
/**************************************/
.content caption, .content form div {
padding-bottom:10px;
}


