/*  Reset ******************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, /*p, */ blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.red {
	border: 1px solid red;
}


/*  CSS, what did you think? ******************************************************/
body {
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #3f3f3f;
	line-height: 145%;
	font-size: 14px;
}

a {
	color: #e56100;
}

a:focus {
	outline: none;
}

textarea {
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 100%;
	padding: 2px;
}

.right {
	float: right;
}

.left {
	float: left;
}

table.striped td {
	border-bottom: 1px solid #ccc;
	padding-top: 3px;
}


/*  Main **********************************************************************/

/*
 
 #main
	#header
		#logo
		#slogan
		#linksAndSearch
			#siteLinks
			#languages
			#siteSearch
*/

#main {
}

/*  Header **********************************************************************/

#header {
	height: 111px;
}

#header #logo {
	margin-top: 30px;
}

#header #slogan {
	font-size: 11px;
	font-style: italic;
	color: #3d3d3d;
	line-height: 150%;
	height: 66px;
	border-left: 1px solid #e5e5e5;
	margin-top: 24px;
	width: 299px; /* grid_4 - 1px for left border */
}

#header #slogan strong {
	font-weight: normal;
	padding-left: 27px;
	padding-top: 16px;
	display: block;
	
}

#header #linksAndSearch {
	height: 21px;
	text-align: right;
	margin-top: 10px;
}

#header #linksAndSearch li,
#header #linksAndSearch ul {
	display: inline;
}

#header #linksAndSearch a {
	font-size: 11px;
	text-decoration: none;
	color: #3d3d3d;
}

#header #linksAndSearch a:hover,
#header #linksAndSearch a.selected {
/*	color: #3d3d3d; */
	color: #e56100;
}


#header #linksAndSearch #siteLinks {
	display: inline;
}

#header #linksAndSearch #siteLinks a {
	margin-right: 12px;
}

#header #linksAndSearch #languages {
	display: inline;
/*	border-left: 1px solid #e2e2e2; */
}

#header #linksAndSearch #languages a {
	margin-left: 12px;
}

#header #linksAndSearch #siteSearch {
	margin-top: 15px;
}

/*
#header #linksAndSearch #siteSearch input#search {
	background: url(../img/search_back.png) no-repeat;
	border: none;
	height: 30px;
	width: 170px;
	font-size: 14px;
	padding-left: 8px;
}
*/

#header #linksAndSearch #siteSearch {
	background: url(../img/search_back.png) no-repeat;
	height: 30px;
	float: right;
}

#header #linksAndSearch #siteSearch input#search {
	margin-top: 6px;
	margin-left: 7px;
	width: 160px;
	font-size: 14px;
	background: none;
	border: none;
}

#header #linksAndSearch #siteSearch input#searchSubmit {
	height: 30px;
	width: 29px;
	vertical-align: top;
}

/*  Main menu ******************************************************************/


#mainMenu {
	height: 27px;
}

#mainMenu ul {
	margin-top: 3px;
}

#mainMenu li {
	display: inline;
}

#mainMenu li a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	margin-right: 24px;
	text-transform: uppercase;
}

#mainMenu li a sup {
	font-size: 7px;
	vertical-align: text-top;
	color: #999;
}

#mainMenu li a:hover,
#mainMenu li a.selected {
	color: #e56100;
}



/*  Homepage ******************************************************************/

#homepageBackgroundLeft {
	background: url(../img/home_back_left.png);
	background-repeat: repeat-x;
	position: absolute;
	height: 490px;
	width: 50%;
	z-index: -100;
	display: inline;
}

#homepageBackgroundRight {
	background: url(../img/home_back_right.png);
	background-repeat: repeat-x;
	position: absolute;
	margin-left: 50%;
	height: 490px;
	width: 50%;
	z-index: -100;
}

#homepageBackgroundCenter {
	height: 335px;
	width: 1100px;
	position: absolute;
	left: 50%;
	margin-left: -550px;
	margin-top: 138px;
	background: url(../img/home_back_center.jpg);
	z-index: -99;
}

#homeFocus {
	height: 335px;
}

#homeFocus #focusText {
	padding-top: 70px;
	padding-left: 80px;
	width: 400px;
}

#homeFocus #focusText h1 {
	font-size: 30px;
	letter-spacing: -1px;
	color: #000;
	font-style: italic;
	text-shadow: 1px 0px 0 #ddd;
}

#homeFocus #focusText p {
	margin-top: 20px;
	color: #000;
	font-size: 16px;
	text-shadow: 1px 0px 0 #ccc;	
}

#homeFocus #focusText p a {
	font-size: 9px;
	text-transform: uppercase;
	color: #00A2B5;
	background: #D0D5E9;
	text-decoration: none;
	padding: 3px 8px;

}

#homeBody {
	padding-top: 45px;
}

#homeBody h2 {
	color: #804B86;
	font-size: 24px;
	margin-top: 0;
	line-height: 140%;
	font-style: italic;
}

#homeBody h2,
#homeBody p {
	margin-left: 30px;
}

#homeBody p a {
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 5px;
	background: #e4e4e4;
	font-size: 11px;
	color: #804B86;
}

#homeBody a#homeDownload,
#homeBody a#homeDemosite {
	height: 43px;
	width: 191px;
	display: block;
	font-size: 20px;
	color: #474747;
	font-style: italic;
	text-shadow: 1px 1px 0 #fff;
	text-decoration: none;
	padding-left: 70px;
	padding-top: 19px;
	margin-left: 15px;
}

#homeBody a#homeDownload {
	background: url(../img/home-download-back.png);
	margin-bottom: 20px;
	margin-top: 5px;
}

#homeBody a#homeDemosite {
	background: url(../img/home-demosite-back.png);
}

#homeBody #fbPage {
	margin-left: 30px;
	margin-top: 20px;
}

/*  Normal page ***************************************************************/
/* 
	#sidebar
	#contentWrapper
		#breadcrumbs
		#content - content template goes inside here
*/

h1 {
	font-size: 30px;
	color: #2c2c2c;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: 120%;
/*	text-shadow: 0px 1px 0 #eee; */
}

h1 a {
	text-decoration: none;
}

h2 {
	font-size: 18px;
	color: #2c2c2c;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 15px;
}


h3 {
	font-size: 16px;
	color: #2c2c2c;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 15px;
}

pre {
	border-top: 1px solid #e99b65;
	border-bottom: 1px solid #e99b65;
	background: #fffaf5;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 155%;
	color: #525252;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
/*	white-space: -pre-wrap;      */ /* Opera 4-6 */
/*	white-space: -o-pre-wrap;    */ /* Opera 7 */
/*	word-wrap: break-word;       */ /* Internet Explorer 5.5+ */
}

li pre {
	margin-top: 10px;
	margin-bottom: 15px;
}

pre span.smarty {
	color: #9A3DA6;
}

p.small {
	font-size: 12px;
}

td, th {
	padding-right: 10px;
	padding-bottom: 5px;
}

td p {
	margin: 0;
}

th {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	padding-top: 20px;
	font-style: italic;
}

input.submit {
	color: #B74DC3;
	background: #F2F2F2;
	border: 1px solid #aaa;
	height: 23px;
}


#BackgroundLeft {
	background: url(../img/back_left.png);
	background-repeat: repeat-x;
	position: absolute;
	height: 203px;
	width: 50%;
	z-index: -100;
	display: inline;
}

#BackgroundRight {
	background: url(../img/back_right.png);
	background-repeat: repeat-x;
	position: absolute;
	margin-left: 50%;
	height: 203px;
	width: 50%;
	z-index: -100;
}

#BackgroundCenter {
	height: 49px;
	width: 1100px;
	position: absolute;
	left: 50%;
	margin-left: -550px;
	margin-top: 138px;
	background: url(../img/back_center.jpg);
	/* z-index: -99; */
}

#sidebar, #contentWrapper, #wideContentWrapper {
	margin-top: 80px;
	float: left;
}

#sidebar {
	width: 205px;
	margin-bottom: 50px;
}


#sidebar #sideMenu {
	font-size: 12px;
	width: 168px;
}

#sidebar #sideMenu ul li div {
	padding-top: 9px;
	padding-bottom: 2px;
	border-bottom: 1px solid #e5e5e5;
}

#sidebar #sideMenu ul li div.selected {
	background: url('../img/sidebar_active_back.gif') repeat-y;
}


#sidebar #sideMenu ul.level-1 li {
	background: url(../img/sidebar_bullet.gif) 0 16px no-repeat;
	padding-left: 10px;
}

#sidebar #sideMenu ul.level-1 li a {
	color: #2a2a2a;
	text-decoration: none;
	font-weight: bold;
}

#sidebar #sideMenu ul.level-1 li a:hover,
#sidebar #sideMenu ul.level-1 li a.selected {
	color: #e56100;
}

#sidebar #sideMenu ul.level-2 li {
	background: none;
}

#sidebar #sideMenu ul.level-2 li a {
	font-weight: normal;
	color: #323232;
}

#contentWrapper {
	border-left: 1px solid #e5e5e5;
	padding-left: 44px;
	margin-bottom: 50px;
}

#breadcrumbs {
	color: #606060;
	font-size: 11px;
	margin-bottom: 40px;
}

#breadcrumbs a {
	text-decoration: none;
	font-weight: bold;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#contentWrapper #content {
	color: #3f3f3f;
}

#contentWrapper #content ul {
	margin-left: 17px;
}

#contentWrapper #content ul li {
	background: url(../img/content_bullet.gif) 0 8px no-repeat;
	padding-left: 21px;
}

#contentWrapper #content ol {
	margin-left: 37px;
}

#contentWrapper #content ol li {
	list-style-type: decimal;
}

/*  Features *******************************************************************/

#features div.grid_2 {
	padding-top: 18px;
}


/*  Featured Sites *************************************************************/

#featuredSites img {
	border: 1px solid #aab6c3;
}

#featuredSites p {
	font-size: 12px;
}

/*  Sites Full List ***********************************************************/

/*
#sitesList div.violet {
	background: url(../img/violet.gif) 0 11px repeat-x;
	margin: 25px 0 15px;
}

#sitesList div.violet h2 {
	display: inline;
	padding-right: 15px;
	background: #fff;
}
*/

#sitesList div.site {
	line-height: 125%;
	margin-bottom: 10px;
}

#sitesList div.site a {
	text-decoration: none;
/*	color: #B766BC;	*/
}

#sitesList div.site span.by {
	font-size: 8px;
	vertical-align:top;
	color: #bbb;
	margin-top: -5px;
}

/*  Local sites ******************************************************/

#localSite {
	padding: 95px 200px 20px 50px;
}


#localSite h1 {
	font-size: 30px;
	letter-spacing: -1px;
	color: #000;
	font-style: italic;
	text-shadow: 1px 0px 0 #666;
}

/*  Toggle list articles ********************************************/

#toggleListArticles {
	border-bottom: 1px solid #e5e5e5;
}

.toggleListArticle {
	border-top: 1px solid #e5e5e5;
}

.toggleListArticle h2 {
	cursor: pointer;
	color: #E56100;
}

.toggleListArticle .details {
	display: none;
}

/*  Download ********************************************************/

#downloadRight {
	background: #e5e5e5;
}

#downloadRight p {
	margin: 15px;
}

/*  Search ********************************************************/

.highlight {
	background: #FCF1DD;
}

.anti_highlight .highlight {
	background: transparent;
}

#SearchResults a  {
	text-decoration: none;
}

#SearchResults a h2 {
	color: #E56100;
}

#SearchResults a p {
	color: #3F3F3F;
}

#SearchPaging a {
	text-decoration: none;
}

/*  Blog ***********************************************************/

#blog_content {
}

.article {
	margin-bottom: 45px;
}

#blog_content p.credits {
	margin-top: -20px;
	margin-bottom: 30px;
	font-size: 11px;
}

#blog_content p.credits span {
	color: #ddd;
}

#blog_content p.credits a {
	text-decoration: none;
}

#blog_rightside {
	font-size: 12px;
}

#blog_rightside span.commentcount {
	color: #bbb;
	font-size: 10px;
}

#blog_rightside ul {
}

#blog_rightside li {
	background: url(../img/sidebar_bullet.gif) 0 9px no-repeat;
	padding: 1px 10px;
}

#blog_rightside li a {
	text-decoration: none;
}

#add_comment {
	margin-bottom: 35px;
}

#add_comment div {
	margin-bottom: 5px;
}

#comments,
#comments textarea {
	font-size: 12px;
}

#comments .odd,
#comments .even {
	overflow: hidden;
}

#comments .odd {
	background: #f9f9f9;
}

#comments .author {
	margin: 15px 15px 0 15px;
}

#comments .date {
	margin: 0 15px 15px 15px;
}

#comments .comment {
	margin: 15px;
}

#comments .even {
	border-bottom: 1px solid #f9f9f9;
}

#comments .author {
	overflow: hidden;
	font-weight: bold;
}

#add_comment #text {
	width: 300px;
}




/*  Footer ********************************************************************/

#footer {
	border-top: 4px solid #727272;
	background-color: #393939;
	background-image: url(../img/footer_back.png);
	background-repeat: repeat-x;
	height: 241px;
	font-size: 12px;
	color: #bebebe;
	padding-top: 18px;
	margin-top: 35px;
}

#footer a {
	color: #bebebe;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #footerLeft {
	padding-top: 21px;
}

#footer #footerRight ul {
	vertical-align: bottom;
	float: right;
}

#footer #footerRight li {
	display: block;
	float: left;
	padding-top: 21px;
	margin-left: 30px;
}

#footer li.footerFb {
	background: url(../img/footer_fb.png) center top no-repeat;
}

#footer li.footerTw {
	background: url(../img/footer_tw.png) center top no-repeat;
}

#footer #footerLinks {
	border-top: 1px solid #505050;
	margin-top: 6px;
	padding-top: 25px;
}

#footer #footerLinks h3 {
	margin-bottom: 6px;
	font-size: 12px;
	color: #bebebe;
	font-weight: bold;
}

#footer #footerLinks li {
	line-height: normal;
	margin-bottom: 3px; 
}

/*  jQuery Tools ********************************************************************/


/* the overlayed element */
.simple_overlay {
	display:none;
	z-index:10000;
	background-color: #fff;
	width:750px;	
	min-height:480px;
	padding: 15px;
/*	border:1px solid #666; */
	/* CSS3 styling for latest browsers */
/*	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
*/
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../img/overlay_close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#img {
/*	border:1px solid #666; */
}

/* "next image" and "prev image" links */
.next, .prev {
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
/*	border:1px solid #666;	*/
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#000;
	font-size:14px;

	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#000;
	font-size:12px;
	border-top:2px solid #fff;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#fff !important;
	/*background: rgba(0, 0, 0, 0.6) url(../img/h80.png) repeat-x;		*/
}


