/* @override http://espaces.arf.asso.fr/mura/arf/assets/styles/style.css */

/* @override http://espaces.arf.asso.dev/mura/arf/assets/styles/style.css */

/*  This file is part of Mura CMS.

    Mura CMS is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, Version 2 of the License.

    Mura CMS is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Mura CMS.  If not, see <http://www.gnu.org/licenses/>.

*/



/* @group GLOBALS
===================================== */

body {
	color: #000;
	background: #998FAA;
	font-size: 11px;
	}

a { color: #A70E5E; }
a:hover { text-decoration: underline; }

/*p.intro {
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
	color: #666;
	}*/

/*.content img {
	padding: .5em;
	border: 1px solid #ccc;
	}*/


/* @group Globals - Headings
===================================== */

p#sectionTitle {
	position: absolute;
	top: 220px;
	left: 30px;
	margin: 0;
	font-size: 4em;
	font-weight: normal;
	color: #fff;
	}

h2.pageTitle {
	margin-bottom: .25em;
	font-size: 3em;
	}

h3, h4, h5, h6 {
	margin: 0 0 .5em;
	font-weight: normal;
	}

h3 {
	border-bottom: 1px solid #ebebeb;
	color: #333;
	font-size: 2.5em;
	line-height: 1.25;
	}

h4 {
	font-size: 2em;
	}

h5 {
	font-size: 1.6em;
	}

h6 {
	font-size: 1.2em;
	}

/* @end Globals - Headings
-------------------------------- */

/* @end GLOBALS
-------------------------------- */



/* @group LAYOUT
===================================== */

#container {
	position: relative;
	background: #fff;
	}

#content {
	padding: 30px;
	}
	
#primary {
	padding: 0px;
	width: 670px;
	}

.content {
	padding-top: 30px;
	}

.sidebar {
	margin: 0;
	width: 200px;
	}


.twoColSL .content {
	width: 400px;			/* Account for padding and border, reduced width 20px */
	}
.twoColSR .content {
	width: 600px;			/* Account for padding and border, reduced width 20px */
	}	
.threeCol .content {
	width: 520px;			/* Content Primary width adjustment- for 3 column layouts */
	padding: 0 10px;
	}


/* @group Layout - Header
===================================== */

#header {
	padding-top: 30px;
	/*background: url(images/bg_header.jpg) no-repeat left bottom;*/
	}
	
#header .logo {
	float: left;
	padding-left: 30px;
	}

#header h1 {
	float: left;
	color: #A70E5E;
	margin: 20px 0 0 30px;
	font-variant: small-caps;
}

#header h1 a {
	color: #938FAA;
	}

#header #searchForm {
	float: right;
	margin: 8px 20px 0 0;
	padding: 0;
	border: none;
	}

/* @end Layout - Header
-------------------------------- */


/* @group Layout - Footer
===================================== */

#footer {
	margin: 20px;
	padding: 1em;
	border-top: 1px solid #ebebeb;
	font-size: .85em;
	}

#footer ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#footer li {
	float: left;
	margin-right: .5em;
	padding-right: .5em;
	}

#footer li.last {
	margin: 0;
	padding: 0;
	border: none;
	}

#footer p {
	float: left;
	margin: 0;
	}

/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Breadcrumb
===================================== */

#crumbList {
	margin-bottom: 2em;
	}

#crumbList li {
	color: #999;
	}

#crumbList a {
	padding-bottom: 0;
	border: 0;
	color: #999;
	}

/* @end Nav - Breadcrumb
-------------------------------- */


/* @group Nav - Primary
===================================== */

#navPrimary {
	margin-top: 30px;
	background: #A70E5E;
	}

#navPrimary li {
	margin: 0;
	}
#navPrimary li.first {
	margin-left: 30px;
	}

#navPrimary a {
	display: block;
	padding: 0 1.5em;
	line-height: 3.2;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	}

#navPrimary li a:hover,
#navPrimary li:hover,
#navPrimary li.sfhover {
	color: #A70E5E;
	text-decoration: none;
	background-color: #EEEDF3;
	}

#navPrimary li.current a {
	color: #A70E5E;
	background-color: #EEEDF3;
	}

#navPrimary li ul { /* second-level lists */
	color: #A70E5E;
	background-color: #EEEDF3;
	}

#navPrimary li li {
	border-top: 1px solid #fc9700;
	}
#navPrimary li li.first {
	margin-left: 0;
	}

#navPrimary li:hover li a:hover,
#navPrimary li.sfhover li a:hover {
	color: #000;
	}

/* @end Nav - Primary
-------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */

/* @group SPACES/MEMBERS STYLE
=============================================== */

#navBar ul {
	margin-left: 0px;
	margin-top: -20px;
}
#navBar ul li {
	display:inline;
}

#navBar a {
	color: #999;
	font-family: Arial;
	font-size: 14px;
}
#navBar .current a {
	color: #A70E5E;
}
#navBar  a:hover {
	text-decoration: underline;
}
#navBar .filters {
	display: none;
}

#members .header .title,
#networks .header .title,
#spaces .header .title,
#members .header .meta,
#spaces .header .meta {
	display: none;
}

#members .item .thumbnailWrapper,
#spaces .item .thumbnailWrapper {
	border: 1px solid #DDDDDD;
	float: left;
	height: 60px; 
	overflow: hidden;
	margin-right: 10px;
	width: 60px; 
	/*_margin-left: -35px;*/
}
#networks .thumbnailWrapper {
	border: 1px solid #DDDDDD;
	height: 60px; 
	overflow: hidden;
	width: 60px; 
}
#members h4,
#networks h4, 
#spaces h4 {
	font-size: 1.2em;	
}
#members h4 a,
#networks h4 a, 
#spaces h4 a {
	color: #A70E5E;	
	font-weight: bold;
}
#members .item,
#networks .item,
#spaces .item {
	border-bottom: 1px #ebebeb;
	border-bottom-style: dotted;
	padding-bottom: 10px;
	padding-top: 10px;
	min-height: 60px;
	_height: 60px;
}

/*#members .item .body,
#networks .item .body,
#spaces .item .body {
	
}*/
#members .item .body,
#spaces .item .body {
	margin-left: 70px;
}
#members .item .footer,
#spaces .item .footer {
	margin-left: 70px;
	margin-top: 5px;
}
#members .item .footer a,
#networks .item .footer a,
#spaces .item .footer a {
	font-size: 11px;
}
#members .item .footer a,
#networks .item .footer a,
#spaces .item .footer a {
	color: #999;
}
#networks .item .body ul {
	list-style-type: none;
	margin-bottom: 5px;
	margin-top: 5px;
	height: 80px;
}
#networks .item .body ul li {
	float: left;
	margin-right: 5px;
	width: 62px;
}
#networks .item .body ul li a {
	font-size: 9px;
}

#homepage #welcome {
	background-color: #EEEDF3;
	font-size: 1.5em;
	padding: 10px;
	margin-bottom: 30px;
}
#homepage .members,
#homepage .spaces {
	float: left;
	width: 320px;
}
#homepage .members {
	padding-left: 30px;
}
#homepage .members h3,
#homepage .spaces h3 {
	font-size: 1.6em;
}
#homepage .members .more,
#homepage .spaces .more {
	display: block;
	padding-top: 5px;
}


/* Items list */
.paging {
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	width: 620px;
}
.paging a {
	border: 1px solid #656565; 
	color: #656565;
	font-size: 9px;
	font-weight: bold;
	padding: 2px 5px;
	text-decoration: none;
}
.paging a:hover {
	border: 1px solid #A70E5E; 
	color: #A70E5E;
}
.paging a.current {
	background-color: #A70E5E;
	border: 1px solid #A70E5E; 
	color: #FFFFFF;
}

.sidebar button {
	margin-bottom: 20px;
}

/* CSS Buttons */
button {
	background:url("http://files.affinitiz.com/assets/styles/buttons/default_right.gif") no-repeat top right;
	border:0;
	cursor:pointer; 
	font-weight:bold; 
	height:22px;
	line-height:22px;
	margin-bottom:1px;
	margin-top:1px;
	overflow:visible; /* IE */
	padding:0 5px 0 0;
	white-space: nowrap;
}
button span {
	background:url("http://files.affinitiz.com/assets/styles/buttons/default_left.gif") no-repeat top left;
	color:#000; 
	display:block; 
	font:bold 10px/22px Arial;
	height:22px; 
	line-height:22px; 
	padding:0 5px 0 10px;
	_padding:3px 5px 3px 10px;
	_height: 12px;
}
button:hover,
button.large:hover {
	background-position:bottom right;
}
button:active,
button.large:active {
	/*color: red;
	background-position:top left;*/
	/*background-position:bottom right;*/
}
button:hover span,
button.large:hover span {
	background-position:bottom left;
}
button img {
	vertical-align: middle;
	padding-right:4px;
}
button.large { 
	background:url("http://files.affinitiz.com/assets/styles/buttons/large_right.gif") no-repeat top right;
	height:40px;
	line-height:40px;
}
button.large span {
	background:url("http://files.affinitiz.com/assets/styles/buttons/large_left.gif") no-repeat top left;
	font:bold 12px/40px Arial;
	height:40px; 
	line-height:40px;
	_padding:5px 10px 5px 10px;
	_height: 30px;
}
/*button.icon span {
	padding:0px 0px 0px 5px;
}*/
button.icon img {
	padding-right: 0px;
	padding-top: 4px;
}

/**
* Basic-Dialog for CFWindows
*/

.x-dlg-proxy {
	background:#d3d6d0;
	border:2px solid #b3b6b0;
}
.x-dlg-shadow{
	background:#cccccc;
   opacity:.3;
   -moz-opacity:.3;
   filter: alpha(opacity=30);
}
.x-dlg .x-dlg-hd {
	background: url("http://files.affinitiz.com/assets/styles/window/hd-sprite.gif") repeat-x 0 -82px;
	background-color:#333333;
	zoom:1;
}
.x-dlg .x-dlg-hd-left {
	opacity:.95;-moz-opacity:.95;filter:alpha(opacity=90);
	background: url("http://files.affinitiz.com/assets/styles/window/hd-sprite.gif") no-repeat 0 -41px;
	zoom:1;
}
.x-dlg .x-dlg-hd-right {
	background: url("http://files.affinitiz.com/assets/styles/window/hd-sprite.gif") no-repeat right 0;
	zoom:1;
}
.x-dlg .x-dlg-dlg-body{
	background:#eee;
	border:0 none;
	border-top:0 none;
	padding:0 0px 0px;
	position:absolute;
	top:24px;left:0;
	z-index:1;
}
.x-dlg-auto-tabs .x-dlg-dlg-body{
	background:transparent;
}
.x-dlg-auto-tabs .x-tabs-top .x-tabs-wrap{
	background:transparent;
}
.x-dlg .x-dlg-ft{
	border-top:1px solid #b3b6b0;
	background:#F0F0F0;
	padding-bottom:8px;
}
.x-dlg .x-dlg-bg{
	opacity:.90;-moz-opacity:.90;filter:alpha(opacity=85);
	zoom:1;
}
.x-dlg .x-dlg-bg-left,.x-dlg .x-dlg-bg-center,.x-dlg .x-dlg-bg-right{
}
.x-dlg .x-dlg-bg-center {
	padding: 0px 4px 4px 4px;
	background:transparent url("http://files.affinitiz.com/assets/styles/window/bg-center.gif") repeat-x bottom;
	zoom:1;
}
.x-dlg .x-dlg-bg-left{
	padding-left:4px;
	background:transparent url("http://files.affinitiz.com/assets/styles/window/bg-left.gif") no-repeat bottom left;
	zoom:1;
}
.x-dlg .x-dlg-bg-right{
	padding-right:4px;
	background:transparent url("http://files.affinitiz.com/assets/styles/window/bg-right.gif") no-repeat bottom right;
	zoom:1;
}
.x-dlg .x-tabs-top .x-tabs-body{
	border:0 none;
}
.x-dlg .x-tabs-bottom .x-tabs-body{
	border:1px solid #b3b6b0;
	border-bottom:0 none;
}
.x-dlg .x-layout-container  .x-tabs-body{
	border:0 none;
}
.x-dlg .x-dlg-close {
    background-image:url("http://files.affinitiz.com/assets/styles/window/close.gif");
}
.x-dlg .x-dlg-collapse {
    background-image:url("http://files.affinitiz.com/assets/styles/window/collapse.gif");
}
.x-dlg-collapsed .x-dlg-collapse {
    background-image:url("http://files.affinitiz.com/assets/styles/window/expand.gif");
}

.x-dlg div.x-resizable-handle-east{
	background-image:url("http://files.affinitiz.com/assets/styles/s.gif");
	border:0 none;
}
.x-dlg div.x-resizable-handle-south{
	background-image:url("http://files.affinitiz.com/assets/styles/s.gif");
	border:0 none;
}
.x-dlg div.x-resizable-handle-west{
	background-image:url("http://files.affinitiz.com/assets/styles/s.gif");
	border:0 none;
}

.x-dlg div.x-resizable-handle-southeast{
	background-image:url("http://files.affinitiz.com/assets/styles/s.gif");
	background-position: bottom right;
	width:8px;
	height:8px;
	border:0;
}
.x-dlg div.x-resizable-handle-southwest{
	background-image:url("http://files.affinitiz.com/assets/styles/s.gif");
	background-position: top right;
	margin-left:1px;
	margin-bottom:1px;
	border:0;
}
.x-dlg div.x-resizable-handle-north{
	background-image:url("http://files.affinitiz.com/assets/styles/s.gif");
	border:0 none;
}

/* @end CLUBS,NETWORKS AND MEMBERS PAGES -------- */


/* @group default.css Overrides
===================================== */

.svSyndLocal dl,
.svSyndRemote dl {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #ccc;
	}

dd img {
	width: 100px;
	}

dt.releaseDate {
	color: #666;
	}

/* @end default.css Overrides
-------------------------------- */


/* EOF */
