File Manager
INSERT INTO {DB_PREFIX}version VALUES (37);
INSERT INTO {DB_PREFIX}users VALUES (1,'admin','5f4dcc3b5aa765d61d8327deb882cf99',1,'','','',1,'2006-07-25 21:22:33','2009-05-13 07:43:16');
INSERT INTO {DB_PREFIX}userprefs VALUES (1,'use_wysiwyg','1',NULL);
INSERT INTO {DB_PREFIX}userprefs VALUES (1,'default_cms_language','en_US',NULL);
INSERT INTO {DB_PREFIX}userprefs VALUES (1,'date_format_string','%x %X',NULL);
INSERT INTO {DB_PREFIX}userprefs VALUES (1,'admintheme','OneEleven',NULL);
INSERT INTO {DB_PREFIX}userprefs VALUES (1,'bookmarks','on',NULL);
INSERT INTO {DB_PREFIX}userprefs VALUES (1,'recent','on',NULL);
INSERT INTO {DB_PREFIX}userprefs VALUES (1,'indent','on',NULL);
INSERT INTO {DB_PREFIX}userprefs VALUES (1,'ajax','0',NULL);
INSERT INTO {DB_PREFIX}userprefs VALUES (1,'paging','0',NULL);
INSERT INTO {DB_PREFIX}userprefs VALUES (1,'hide_help_links','0',NULL);
INSERT INTO {DB_PREFIX}userprefs VALUES (1,'wysiwyg','MicroTiny',NULL);
INSERT INTO {DB_PREFIX}userplugins VALUES (1,'user_agent','//Code to show the user\'s user agent information.\r\necho $_SERVER[\"HTTP_USER_AGENT\"];','Code to show the user\s user agent information','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}userplugins VALUES (2,'custom_copyright','//set start to date your site was published\r\n$startCopyRight=\'2004\';\r\n\r\n// check if start year is this year\r\nif(date(\'Y\') == $startCopyRight){\r\n// it was, just print this year\r\n echo $startCopyRight;\r\n}else{\r\n// it wasnt, print startyear and this year delimited with a dash\r\n echo $startCopyRight.\'-\'. date(\'Y\');\r\n}','Code to output copyright information','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}user_groups VALUES (1,1,'2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}templates VALUES (19,'Minimal template','{process_pagedata}\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\r\n\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\r\n{* Change lang=\"en\" to the language of your site *}\r\n\r\n<head>\r\n\r\n<title>{sitename} - {title}</title>\r\n{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}\r\n\r\n{metadata}\r\n{* Don\'t remove this! Metadata is entered in Site Admin/Global settings. *}\r\n\r\n{cms_stylesheet}\r\n{* This is how all the stylesheets attached to this template are linked to *}\r\n\r\n</head>\r\n\r\n<body>\r\n\r\n {* Start Navigation *}\r\n <div style=\"float: left; width: 25%;\">\r\n {menu loadprops=0 template=\'minimal_menu.tpl\'}\r\n </div>\r\n {* End Navigation *}\r\n\r\n {* Start Content *}\r\n <div>\r\n <h2>{title}</h2>\r\n {content} \r\n </div>\r\n {* End Content *}\r\n\r\n</body>\r\n</html>',NULL,NULL,1,0,'2006-07-25 21:22:33','2009-05-02 15:05:44');
INSERT INTO {DB_PREFIX}templates VALUES (15,'CSSMenu left + 1 column','{process_pagedata}<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n{* Change lang=\"en\" to the language of your site *}\n\n{* note: anything inside these are smarty comments, they will not show up in the page source *}\n <head>\n <title>{sitename} - {title}</title>\n{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}\n\n {metadata}\n{* Don\'t remove this! Metadata is entered in Site Admin/Global settings. *}\n\n {cms_stylesheet}\n{* This is how all the stylesheets attached to this template are linked to it *}\n\n {cms_selflink dir=\"start\" rellink=1}\n {cms_selflink dir=\"prev\" rellink=1}\n {cms_selflink dir=\"next\" rellink=1}\n{* Relational links for interconnections between pages, good for accessibility and Search Engine Optimization *}\n\n{* the literal below and the /literal at the end are needed whenever there are {\"curly brackets\"} as smarty will think it\'s something to process and will throw an error *}\n {literal}\n<script type=\"text/JavaScript\">\n<!--\n//pass min and max - measured against window width\nfunction P7_MinMaxW(a,b){\nvar nw=\"auto\",w=document.documentElement.clientWidth;\nif(w>=b){nw=b+\"px\";}if(w<=a){nw=a+\"px\";}return nw;\n}\n//-->\n</script>\n <!--[if lte IE 6]>\n <style type=\"text/css\">\n #pagewrapper {width:expression(P7_MinMaxW(720,950));}\n #container {height: 1%;}\n </style>\n <![endif]-->\n {/literal}\n{* The min and max page width for Internet Explorer is set here. For other browsers it\'s in the stylesheet \"Layout: Top menu + 2 columns\" *}\n\n <!--[if lte IE 6]>\n <script type=\"text/javascript\" src=\"modules/MenuManager/CSSMenu.js\"></script>\n <![endif]--> \n{* The above JavaScript is required for CSSMenu to work in IE *}\n\n </head>\n <body>\n <div id=\"pagewrapper\">\n{* first out side div/box *}\n\n{* start accessibility skip links, anything with the class of accessibility is hidden with CSS from visual browsers *}\n <ul class=\"accessibility\">\n <li>{anchor anchor=\'menu_vert\' title=\'Skip to navigation\' accesskey=\'n\' text=\'Skip to navigation\'}</li>\n <li>{anchor anchor=\'main\' title=\'Skip to content\' accesskey=\'s\' text=\'Skip to content\'}</li>\n </ul>\n{* end accessibility skip links *}\n\n <hr class=\"accessibility\" />\n{* anything class=\"accessibility\" is hidden for visual browsers by CSS *}\n\n{* Start Header, with logo image that links to the default start page. Logo image is changed in the stylesheet \"Layout: Left sidebar + 1 column\" *}\n <div id=\"header\">\n\n{* this holds the name of the site on the right side *}\n <h2 class=\"headright\">{sitename}</h2>\n\n{* a link back to home page and the header left image/logo, text is hidden using CSS *}\n <h1>{cms_selflink dir=\"start\" text=\"$sitename\"}</h1> \n <hr class=\"accessibility\" />\n </div>\n{* End Header *}\n\n{* Start Search, the input \"Submit\" is using an image, CSS: input.search-button *}\n <div id=\"search\">\n {search}\n </div>\n{* End Search *}\n\n{* Start Breadcrumbs *}\n <div class=\"crbk\">\n{* holds the right image, we need 2 divs to be able to make this site fluid, if it was fixed width we could use one div, one image *}\n\n <div class=\"breadcrumbs\">\n {cms_breadcrumbs root=\'Home\'}\n <hr class=\"accessibility\" />\n </div>\n </div>\n{* End Breadcrumbs *}\n\n{* Start Content (Navigation and Content columns) *}\n <div id=\"content\">\n\n{* Start Sidebar, 2 divs one for top image one for bottom image *}\n <div id=\"sidebar\">\n <div id=\"sidebara\">\n\n{* Start Navigation, stylesheet \"Navigation: CSSMenu - Vertical\" *}\n <h2 class=\"accessibility\">Navigation</h2>\n {menu loadprops=0 template=\'cssmenu.tpl\'}\n <hr class=\"accessibility\" />\n{* End Navigation *}\n\n{* Start News, stylesheet \"Module: News\" *}\n <div id=\"news\">\n <h2>News</h2>\n {news number=\'3\' detailpage=\'news\'}\n </div>\n{* End News *}\n\n </div>\n </div>\n{* End Sidebar *}\n\n{* Start Content Area, the back1, back2, back3, hold the 3 outside images, main holds the 4th one, to make the box complete, if the template were fixed width not fluid we could use just 2 divs and 2 images, 1 top 1 bottom *}\n <div class=\"back1\">\n <div class=\"back2\">\n <div class=\"back3\">\n <div id=\"main\">\n <div style=\"float: right;\">{print showbutton=true script=true}</div>\n <h2>{title}</h2>\n {content}\n <br />{* to insure space below the content *}\n\n{* Start relational links *}\n{* note this is the right side, when you float: divs you need to have float: right; divs first *}\n <div class=\"right49\">\n <p>{anchor anchor=\'main\' text=\'^ Top\'}</p>\n </div>\n\n <div class=\"left49\">\n <p> {cms_selflink dir=\"previous\" label=\"Previous page: \"}\n{* The label parameter doesn\'t need to be there if you\'re using English, but is here to show how it\'s used if you don\'t want the English text \"Previous page\" *}\n <br />\n {cms_selflink dir=\"next\"}\n </p>\n </div>\n{* End relational links *}\n\n <hr class=\"accessibility\" />\n <div class=\"clear\">\n </div>\n </div>\n </div>\n </div>\n </div>\n{* End Content Area *}\n\n </div>\n{* End Content *}\n\n{* Start Footer. Edit the footer in the Global Content Block called \"footer\" *}\n <div class=\"footback\">\n <div id=\"footer\">\n{* stylesheet \"Navigation: FatFootMenu\" *}\n <div id=\"fooleft\">\n {menu loadprops=0}\n </div>\n <div id=\"footrt\">\n {global_content name=\'footer\'}\n </div>\n <div class=\"clear\"></div>\n </div>\n </div>\n{* End Footer *}\n\n </div>\n{* end pagewrapper *}\n </body>\n</html>','','',1,0,'2006-07-25 21:22:33','2009-05-13 10:42:54');
INSERT INTO {DB_PREFIX}templates VALUES (16,'CSSMenu top + 2 columns','{process_pagedata}<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\r\n{* Change lang=\"en\" to the language of your site *}\r\n\r\n{* note: anything inside these are smarty comments, they will not show up in the page source *}\r\n\r\n <head>\r\n <title>{sitename} - {title}</title>\r\n{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}\r\n\r\n {metadata}\r\n{* Don\'t remove this! Metadata is entered in Site Admin/Global settings. *}\r\n\r\n {cms_stylesheet}\r\n{* This is how all the stylesheets attached to this template are linked to it *}\r\n\r\n {cms_selflink dir=\"start\" rellink=1}\r\n {cms_selflink dir=\"prev\" rellink=1}\r\n {cms_selflink dir=\"next\" rellink=1}\r\n{* Relational links for interconnections between pages, good for accessibility and Search Engine Optimization *}\r\n\r\n{* the literal below and the /literal at the end are needed whenever there are {\"curly brackets\"} as smarty will think it\'s something to process and will throw an error *}\r\n {literal}\r\n<script type=\"text/JavaScript\">\r\n<!--\r\n//pass min and max - measured against window width\r\nfunction P7_MinMaxW(a,b){\r\nvar nw=\"auto\",w=document.documentElement.clientWidth;\r\nif(w>=b){nw=b+\"px\";}if(w<=a){nw=a+\"px\";}return nw;\r\n}\r\n//-->\r\n</script>\r\n <!--[if lte IE 6]>\r\n <style type=\"text/css\">\r\n #pagewrapper {width:expression(P7_MinMaxW(720,950));}\r\n #container {height: 1%;}\r\n </style>\r\n <![endif]-->\r\n {/literal}\r\n{* The min and max page width for Internet Explorer is set here. For other browsers it\'s in the stylesheet \"Layout: Top menu + 2 columns\" *}\r\n\r\n <!--[if lte IE 6]>\r\n <script type=\"text/javascript\" src=\"modules/MenuManager/CSSMenu.js\"></script>\r\n <![endif]--> \r\n{* The above JavaScript is required for CSSMenu to work in IE *}\r\n </head>\r\n <body>\r\n <div id=\"pagewrapper\">\r\n\r\n{* start accessibility skip links, anything with the class of accessibility is hidden with CSS from visual browsers *}\r\n <ul class=\"accessibility\">\r\n <li>{anchor anchor=\'menu_vert\' title=\'Skip to navigation\' accesskey=\'n\' text=\'Skip to navigation\'}</li>\r\n <li>{anchor anchor=\'main\' title=\'Skip to content\' accesskey=\'s\' text=\'Skip to content\'}</li>\r\n </ul>\r\n{* end accessibility skip links *}\r\n\r\n <hr class=\"accessibility\" />\r\n{* Horizontal ruler that is hidden for visual browsers by CSS *}\r\n\r\n{* Start Header, with logo image that links to the default start page. Logo image is changed in the stylesheet \"Layout: Top menu + 2 columns\" *}\r\n <div id=\"header\">\r\n\r\n{* this holds the name of the site on the right side *}\r\n <h2 class=\"headright\">{sitename}</h2>\r\n\r\n{* a link back to home page and the header left image/logo, text is hidden using CSS *}\r\n <h1>{cms_selflink dir=\"start\" text=\"$sitename\"}</h1> \r\n <hr class=\"accessibility\" />\r\n </div>\r\n{* End Header *}\r\n\r\n{* Start Navigation *}\r\n <div id=\"menu_vert\">\r\n{* stylesheet \"Navigation: CSSMenu - Horizontal\" *}\r\n <h2 class=\"accessibility\">Navigation</h2>\r\n {menu loadprops=0 template=\'cssmenu.tpl\'}\r\n <hr class=\"accessibility\" />\r\n </div>\r\n{* End Navigation *}\r\n\r\n{* Start Search, the input \"Submit\" is using an image, CSS: input.search-button *}\r\n <div id=\"search\">\r\n {search}\r\n </div>\r\n{* End Search *}\r\n\r\n{* Start Breadcrumbs *}\r\n <div class=\"crbk\">\r\n{* holds the right image, we need 2 divs to be able to make this site fluid, if it was fixed width we could use one div, one image *}\r\n\r\n <div class=\"breadcrumbs\">\r\n {cms_breadcrumbs root=\'Home\'}\r\n <hr class=\"accessibility\" />\r\n </div>\r\n </div>\r\n{* End Breadcrumbs *}\r\n\r\n{* Start Content *}\r\n <div id=\"content\">\r\n\r\n{* Start Sidebar *}\r\n <div id=\"sidebar\">\r\n <div id=\"sidebarb\">\r\n {content block=\'Sidebar\'}\r\n\r\n{* Start News, stylesheet \"Module: News\" *}\r\n <div id=\"news\">\r\n <h2>News</h2>\r\n {news number=\'3\' detailpage=\'news\'}\r\n </div>\r\n{* End News *}\r\n\r\n </div>\r\n </div>\r\n{* End Sidebar *}\r\n\r\n{* Start Content Area, the back1, back2, back3, hold the 3 outside images, main holds the 4th one, to make the box complete, if the template were fixed width not fluid we could use just 2 divs and 2 images, 1 top 1 bottom *}\r\n <div class=\"back1\">\r\n <div class=\"back2\">\r\n <div class=\"back3\">\r\n <div id=\"main\">\r\n <div style=\"float: right;\">{print showbutton=true script=true}</div>\r\n <h2>{title}</h2>\r\n {content}\r\n <br />{* to insure space below content *}\r\n\r\n{* Start relational links *}\r\n{* note this is the right side, when you float: divs you need to have float: right; divs first *}\r\n <div class=\"right49\">\r\n <p>{anchor anchor=\'main\' text=\'^ Top\'}</p>\r\n </div>\r\n <div class=\"left49\">\r\n <p> {cms_selflink dir=\"previous\" label=\"Previous page: \"}\r\n{* The label parameter doesn\'t need to be there if you\'re using English, but is here to show how it\'s used if you don\'t want the English text \"Previous page\" *}\r\n\r\n <br />\r\n {cms_selflink dir=\"next\"}\r\n </p>\r\n </div>\r\n{* End relational links *}\r\n\r\n <hr class=\"accessibility\" />\r\n <div class=\"clear\"></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n{* End Content Area *}\r\n\r\n </div>\r\n{* End Content *}\r\n\r\n{* Start Footer. Edit the footer in the Global Content Block called \"footer\" *}\r\n <div class=\"footback\">\r\n <div id=\"footer\">\r\n{* stylesheet \"Navigation: FatFootMenu\" *}\r\n <div id=\"fooleft\">\r\n {menu loadprops=0}\r\n </div>\r\n <div id=\"footrt\">\r\n {global_content name=\'footer\'}\r\n </div>\r\n <div class=\"clear\"></div>\r\n </div>\r\n </div>\r\n{* End Footer *}\r\n\r\n </div>\r\n{* end pagewrapper *}\r\n\r\n </body>\r\n</html>','','',1,0,'2006-07-25 21:22:33','2009-05-13 10:42:54');
INSERT INTO {DB_PREFIX}templates VALUES (17,'Left simple navigation + 1 column','{process_pagedata}<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n{* Change lang=\"en\" to the language of your site *}\n\n{* note: anything inside these are smarty comments, they will not show up in the page source *}\n\n <head>\n <title>{sitename} - {title}</title>\n{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}\n\n {metadata}\n{* Don\'t remove this! Metadata is entered in Site Admin/Global settings. *}\n\n {cms_stylesheet}\n{* This is how all the stylesheets attached to this template are linked to it *}\n\n {cms_selflink dir=\"start\" rellink=1}\n {cms_selflink dir=\"prev\" rellink=1}\n {cms_selflink dir=\"next\" rellink=1}\n{* Relational links for interconnections between pages, good for accessibility and Search Engine Optimization *}\n\n{* the literal below and the /literal at the end are needed whenever there are {\"curly brackets\"} as smarty will think it\'s something to process and will throw an error *}\n {literal}\n<script type=\"text/JavaScript\">\n<!--\n//pass min and max - measured against window width\nfunction P7_MinMaxW(a,b){\nvar nw=\"auto\",w=document.documentElement.clientWidth;\nif(w>=b){nw=b+\"px\";}if(w<=a){nw=a+\"px\";}return nw;\n}\n//-->\n</script>\n <!--[if lte IE 6]>\n <style type=\"text/css\">\n #pagewrapper {width:expression(P7_MinMaxW(720,1200));}\n #container {height: 1%;}\n </style>\n <![endif]-->\n {/literal}\n{* The min and max page width for Internet Explorer is set here. For other browsers it\'s in the stylesheet \"Layout: Left sidebar + 1 column\" *}\n\n </head>\n <body>\n <div id=\"pagewrapper\">\n\n{* start accessibility skip links, anything with the class of accessibility is hidden with CSS from visual browsers *}\n <ul class=\"accessibility\">\n <li>{anchor anchor=\'menu_vert\' title=\'Skip to navigation\' accesskey=\'n\' text=\'Skip to navigation\'}</li>\n <li>{anchor anchor=\'main\' title=\'Skip to content\' accesskey=\'s\' text=\'Skip to content\'}</li>\n </ul>\n{* end accessibility skip links *}\n\n <hr class=\"accessibility\" />\n{* anything with class=\"accessibility is hidden for visual browsers by CSS *}\n\n{* Start Header, with logo image that links to the default start page. Logo image is changed in the stylesheet \"Layout: Left sidebar + 1 column\" *}\n <div id=\"header\">\n\n{* this holds the name of the site on the right side *}\n <h2 class=\"headright\">{sitename}</h2>\n\n{* this holds a link back to home page and the header left image/logo, text is hidden using CSS *}\n <h1>{cms_selflink dir=\"start\" text=\"$sitename\"}</h1> \n \n <hr class=\"accessibility\" />\n </div>\n{* End Header *}\n\n{* Start Search, the input \"Submit\" is using an image, CSS: input.search-button *}\n <div id=\"search\">\n {search}\n </div>\n{* End Search *}\n\n{* Start Breadcrumbs *}\n <div class=\"crbk\">\n{* holds the right image, we need 2 divs to be able to make this site fluid, if it was fixed width we could use one div, one image *}\n\n <div class=\"breadcrumbs\">\n {cms_breadcrumbs root=\'Home\'}\n <hr class=\"accessibility\" />\n </div>\n </div>\n{* End Breadcrumbs *}\n\n{* Start Content (Navigation and Content columns) *}\n <div id=\"content\">\n\n{* Start Sidebar, 2 divs one for top image one for bottom image *}\n <div id=\"sidebar\">\n <div id=\"sidebara\">\n\n{* Start Navigation, stylesheet \"Navigation: Simple - Vertical\" *}\n <div id=\"menu_vert\">\n <h2 class=\"accessibility\">Navigation</h2>\n {menu loadprops=0 template=\'simple_navigation.tpl\' collapse=\'1\'}\n </div>\n{* End Navigation *}\n\n{* Start News, style sheet \"Module: News\" *}\n <div id=\"news\">\n <h2>News</h2>\n {news number=\'3\' detailpage=\'news\'}\n </div>\n{* End News *}\n\n </div>\n </div>\n{* End Sidebar *}\n\n{* Start Content Area *}\n{* again 2 divs to hold top and bottom images, back is set to go to the right side then the main is set to come off the right side *}\n <div class=\"back\"> \n <div id=\"main\">\n <div style=\"float: right;\">{print showbutton=true script=true}</div>\n <h2>{title}</h2>\n {content}\n <br />\n{* this break is just to make sure we get space after the content *}\n\n{* Start relational links *}\n{* note this is the right side, when you float: divs you need to have float: right; divs first *}\n <div class=\"right49\">\n <p>{anchor anchor=\'main\' text=\'^ Top\'}</p>\n </div>\n\n <div class=\"left49\">\n <p> {cms_selflink dir=\"previous\" label=\"Previous page: \"}\n{* The label parameter doesn\'t need to be there if you\'re using English, but is here to show how it\'s used if you don\'t want the English text \"Previous page\" *}\n\n <br />\n {cms_selflink dir=\"next\"}\n </p>\n </div>\n{* End relational links *}\n\n <hr class=\"accessibility\" />\n </div>\n </div>\n{* End Content Area *}\n\n <div class=\"clear\"></div>\n{* this is to make sure the 2 divs stay tight *}\n\n </div>\n{* End Content *}\n\n{* Start Footer. Edit the footer in the Global Content Block called \"footer\" *}\n <div class=\"footback\">\n <div id=\"footer\">\n{* stylesheet \"Navigation: FatFootMenu\" *}\n <div id=\"fooleft\">\n {menu loadprops=0}\n </div>\n <div id=\"footrt\">\n {global_content name=\'footer\'}\n </div>\n <div class=\"clear\"></div>\n </div>\n </div>\n{* End Footer *}\n\n </div>\n{* end pagewrapper *}\n </body>\n</html>','','',1,0,'2006-07-25 21:22:33','2009-05-13 10:42:54');
INSERT INTO {DB_PREFIX}templates VALUES (18,'Top simple navigation + left subnavigation + 1 column','{process_pagedata}<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n{* Change lang=\"en\" to the language of your site *}\n\n{* note: anything inside these are smarty comments, they will not show up in the page source *}\n\n <head>\n <title>{sitename} - {title}</title>\n{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}\n\n {metadata}\n{* Don\'t remove this! Metadata is entered in Site Admin/Global settings. *}\n\n {cms_stylesheet}\n{* This is how all the stylesheets attached to this template are linked to it *}\n\n {cms_selflink dir=\"start\" rellink=1}\n {cms_selflink dir=\"prev\" rellink=1}\n {cms_selflink dir=\"next\" rellink=1}\n{* Relational links for interconnections between pages, good for accessibility and Search Engine Optimization *}\n\n{* the literal below and the /literal at the end are needed whenever there are {\"curly brackets\"} as smarty will think it\'s something to process and will throw an error *}\n {literal}\n<script type=\"text/JavaScript\">\n<!--\n//pass min and max - measured against window width\nfunction P7_MinMaxW(a,b){\nvar nw=\"auto\",w=document.documentElement.clientWidth;\nif(w>=b){nw=b+\"px\";}if(w<=a){nw=a+\"px\";}return nw;\n}\n//-->\n</script>\n <!--[if lte IE 6]>\n <style type=\"text/css\">\n #pagewrapper {width:expression(P7_MinMaxW(720,950));}\n #container {height: 1%;}\n </style>\n <![endif]-->\n {/literal}\n{* The min and max page width for Internet Explorer is set here. For other browsers it\'s in the stylesheet \"Layout: Top menu + 2 columns\" *}\n\n </head>\n <body>\n <div id=\"pagewrapper\">\n\n{* start accessibility skip links, anything with the class of accessibility is hidden with CSS from visual browsers *}\n <ul class=\"accessibility\">\n <li>{anchor anchor=\'menu_vert\' title=\'Skip to navigation\' accesskey=\'n\' text=\'Skip to navigation\'}</li>\n <li>{anchor anchor=\'main\' title=\'Skip to content\' accesskey=\'s\' text=\'Skip to content\'}</li>\n </ul>\n{* end accessibility skip links *}\n\n <hr class=\"accessibility\" />\n{* Horizontal ruler that is hidden for visual browsers by CSS *\n}\n{* Start Header, with logo image that links to the default start page. Logo image is changed in the stylesheet \"Layout: Top menu + 2 columns\" *}\n <div id=\"header\">\n\n{* this holds the name of the site on the right side *}\n <h2 class=\"headright\">{sitename}</h2>\n\n{* this holds a link back to home page and the header left image/logo, text is hidden using CSS *}\n <h1>{cms_selflink dir=\"start\" text=\"$sitename\"}</h1>\n <hr class=\"accessibility\" />\n </div>\n{* End Header *}\n\n{* Start Navigation *}\n <div id=\"menu_horiz\">\n{* stylesheet \"Navigation: Simple - Horizontal\" *}\n <h2 class=\"accessibility\">Navigation</h2>\n {menu loadprops=0 template=\'simple_navigation.tpl\' number_of_levels=\'1\'}\n <hr class=\"accessibility\" />\n </div>\n{* End Navigation *}\n{* Start Search, the input \"Submit\" is using an image, CSS: input.search-button *}\n <div id=\"search\">\n {search}\n </div>\n{* End Search *}\n\n{* Start Breadcrumbs *}\n <div class=\"crbk\">\n{* holds the right image, we need 2 divs to be able to make this site fluid, if it was fixed width we could use one div, one image *}\n\n <div class=\"breadcrumbs\">\n {cms_breadcrumbs root=\'Home\'}\n <hr class=\"accessibility\" />\n </div>\n </div>\n{* End Breadcrumbs *}\n\n{* Start Content (Navigation and Content columns) *}\n <div id=\"content\">\n\n{* Start Sidebar, 2 divs one for top image one for bottom image *}\n <div id=\"sidebar\">\n <div id=\"sidebara\">\n\n{* Start Sub Navigation, stylesheet \"Navigation: Simple - Vertical\" *}\n <div id=\"menu_vert\">\n <h2 class=\"accessibility\">Sub Navigation</h2>\n {menu loadprops=0 template=\'simple_navigation.tpl\' start_level=\'2\' collapse=\'1\'}\n <hr class=\"accessibility\" />\n </div>\n{* End Sub Navigation *}\n\n{* Start News, style sheet \"Module: News\" *}\n <div id=\"news\">\n <h2>News</h2>\n {news number=\'3\' detailpage=\'news\'}\n </div>\n{* End News *}\n\n </div>\n </div>\n{* End Sidebar *}\n\n{* Start Content Area, the back1, back2, back3, hold the 3 outside images, main holds the 4th one, to make the box complete, if the template were fixed width not fluid we could use just 2 divs and 2 images, 1 top 1 bottom *}\n <div class=\"back1\">\n <div class=\"back2\">\n <div class=\"back3\">\n <div id=\"main\">\n <div style=\"float: right;\">{print showbutton=true script=true}</div>\n <h2>{title}</h2>\n {content}\n <br />{* to insure space below content *}\n\n{* Start relational links *}\n{* note this is the right side, when you float: divs you need to have float: right; divs first *}\n <div class=\"right49\">\n <p>{anchor anchor=\'main\' text=\'^ Top\'}</p>\n </div>\n <div class=\"left49\">\n <p> {cms_selflink dir=\"previous\" label=\"Previous page: \"}\n{* The label parameter doesn\'t need to be there if you\'re using English, but is here to show how it\'s used if you don\'t want the English text \"Previous page\" *}\n\n <br />\n {cms_selflink dir=\"next\"}\n </p>\n </div>\n{* End relational links *}\n\n <hr class=\"accessibility\" />\n <div class=\"clear\"></div>\n </div>\n </div>\n </div>\n </div>\n{* End Content Area *}\n\n </div>\n{* End Content *}\n\n{* Start Footer. Edit the footer in the Global Content Block called \"footer\" *}\n <div class=\"footback\">\n <div id=\"footer\">\n{* stylesheet \"Navigation: FatFootMenu\" *}\n <div id=\"fooleft\">\n {menu loadprops=0}\n </div>\n <div id=\"footrt\">\n {global_content name=\'footer\'}\n </div>\n <div class=\"clear\"></div>\n </div>\n </div>\n{* End Footer *}\n\n </div>\n{* end pagewrapper *}\n\n </body>\n</html>','','',1,0,'2006-07-25 21:22:33','2009-05-13 10:42:54');
INSERT INTO {DB_PREFIX}templates VALUES (20,'ShadowMenu Tab + 2 columns','{process_pagedata}<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\r\n{* Change lang=\"en\" to the language of your site *}\r\n\r\n{* note: anything inside these are smarty comments, they will not show up in the page source *}\r\n\r\n <head>\r\n <title>{sitename} - {title}</title>\r\n{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}\r\n\r\n {metadata}\r\n{* Don\'t remove this! Metadata is entered in Site Admin/Global settings. *}\r\n\r\n {cms_stylesheet}\r\n{* This is how all the stylesheets attached to this template are linked to it *}\r\n\r\n {cms_selflink dir=\"start\" rellink=1}\r\n {cms_selflink dir=\"prev\" rellink=1}\r\n {cms_selflink dir=\"next\" rellink=1}\r\n{* Relational links for interconnections between pages, good for accessibility and Search Engine Optimization *}\r\n\r\n{* the literal below and the /literal at the end are needed whenever there are {\"curly brackets\"} as smarty will think it\'s something to process and will throw an error *}\r\n {literal}\r\n<script type=\"text/JavaScript\">\r\n<!--\r\n//pass min and max - measured against window width\r\nfunction P7_MinMaxW(a,b){\r\nvar nw=\"auto\",w=document.documentElement.clientWidth;\r\nif(w>=b){nw=b+\"px\";}if(w<=a){nw=a+\"px\";}return nw;\r\n}\r\n//-->\r\n</script>\r\n <!--[if lte IE 6]>\r\n <style type=\"text/css\">\r\n #pagewrapper {width:expression(P7_MinMaxW(720,950));}\r\n #container {height: 1%;}\r\n </style>\r\n <![endif]-->\r\n {/literal}\r\n{* The min and max page width for Internet Explorer is set here. For other browsers it\'s in the stylesheet \"Layout: Top menu + 2 columns\" *}\r\n\r\n <!--[if lte IE 6]>\r\n <script type=\"text/javascript\" src=\"modules/MenuManager/CSSMenu.js\"></script>\r\n <![endif]--> \r\n{* The above JavaScript is required for CSSMenu to work in IE *}\r\n\r\n </head>\r\n <body>\r\n <div id=\"pagewrapper\">\r\n\r\n{* start accessibility skip links, anything with the class of accessibility is hidden with CSS from visual browsers *}\r\n <ul class=\"accessibility\">\r\n <li>{anchor anchor=\'menu_vert\' title=\'Skip to navigation\' accesskey=\'n\' text=\'Skip to navigation\'}</li>\r\n <li>{anchor anchor=\'main\' title=\'Skip to content\' accesskey=\'s\' text=\'Skip to content\'}</li>\r\n </ul>\r\n{* end accessibility skip links *}\r\n\r\n <hr class=\"accessibility\" />\r\n{* Horizontal ruler that is hidden for visual browsers by CSS *}\r\n\r\n{* Start Header, with logo image that links to the default start page. Logo image is changed in the stylesheet \"Layout: Top menu + 2 columns\" *}\r\n <div id=\"header\">\r\n\r\n{* this holds the name of the site on the right side *}\r\n <h2 class=\"headright\">{sitename}</h2>\r\n\r\n{* a link back to home page and the header left image/logo, text is hidden using CSS *}\r\n <h1>{cms_selflink dir=\"start\" text=\"$sitename\"}</h1> \r\n <hr class=\"accessibility\" />\r\n </div>\r\n{* End Header *}\r\n\r\n{* Start Navigation, stylesheet \"Navigation: ShadowMenu - Horizontal\" *}\r\n <div id=\"menu_vert\">\r\n <h2 class=\"accessibility\">Navigation</h2>\r\n {menu loadprops=0 template=\'cssmenu_ulshadow.tpl\'}\r\n <hr class=\"accessibility\" />\r\n </div>\r\n{* End Navigation *}\r\n\r\n{* Start Search, the input \"Submit\" is using an image, CSS: input.search-button *}\r\n <div id=\"search\">\r\n {search}\r\n </div>\r\n{* End Search *}\r\n\r\n{* Start Breadcrumbs *}\r\n <div class=\"crbk\">\r\n{* holds the right image, we need 2 divs to be able to make this site fluid, if it was fixed width we could use one div, one image *}\r\n\r\n <div class=\"breadcrumbs\">\r\n {cms_breadcrumbs root=\'Home\'}\r\n <hr class=\"accessibility\" />\r\n </div>\r\n </div>\r\n{* End Breadcrumbs *}\r\n\r\n{* Start Content *}\r\n <div id=\"content\">\r\n\r\n{* Start Sidebar *}\r\n <div id=\"sidebar\">\r\n <div id=\"sidebarb\">\r\n {content block=\'Sidebar\'}\r\n\r\n{* Start News, stylesheet \"Module: News\" *}\r\n <div id=\"news\">\r\n <h2>News</h2>\r\n {news number=\'3\' detailpage=\'news\'}\r\n </div>\r\n{* End News *}\r\n\r\n </div>\r\n </div>\r\n{* End Sidebar *}\r\n\r\n{* Start Content Area, the back1, back2, back3, hold the 3 outside images, main holds the 4th one, to make the box complete, if the template were fixed width not fluid we could use just 2 divs and 2 images, 1 top 1 bottom *}\r\n <div class=\"back1\">\r\n <div class=\"back2\">\r\n <div class=\"back3\">\r\n <div id=\"main\">\r\n <div style=\"float: right;\">{print showbutton=true script=true}</div>\r\n <h2>{title}</h2>\r\n {content}\r\n <br />{* to insure space below content *}\r\n\r\n{* Start relational links *}\r\n{* note this is the right side, when you float: divs you need to have float: right; divs first *}\r\n <div class=\"right49\">\r\n <p>{anchor anchor=\'main\' text=\'^ Top\'}</p>\r\n </div>\r\n <div class=\"left49\">\r\n <p> {cms_selflink dir=\"previous\" label=\"Previous page: \"}\r\n{* The label parameter doesn\'t need to be there if you\'re using English, but is here to show how it\'s used if you don\'t want the English text \"Previous page\" *}\r\n\r\n <br />\r\n {cms_selflink dir=\"next\"}\r\n </p>\r\n </div>\r\n{* End relational links *}\r\n\r\n <hr class=\"accessibility\" />\r\n <div class=\"clear\"></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n{* End Content Area *}\r\n\r\n </div>\r\n{* End Content *}\r\n\r\n{* Start Footer. Edit the footer in the Global Content Block called \"footer\" *}\r\n <div class=\"footback\">\r\n <div id=\"footer\">\r\n{* stylesheet \"Navigation: FatFootMenu\" *}\r\n <div id=\"fooleft\">\r\n {menu loadprops=0}\r\n </div>\r\n <div id=\"footrt\">\r\n {global_content name=\'footer\'}\r\n </div>\r\n <div class=\"clear\"></div>\r\n </div>\r\n </div>\r\n{* End Footer *}\r\n\r\n </div>\r\n{* end pagewrapper *}\r\n\r\n </body>\r\n</html>','','',1,0,'2009-05-01 04:30:42','2009-05-13 10:42:54');
INSERT INTO {DB_PREFIX}templates VALUES (21,'ShadowMenu left + 1 column','{process_pagedata}<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n{* Change lang=\"en\" to the language of your site *}\n\n{* note: anything inside these are smarty comments, they will not show up in the page source *}\n\n <head>\n <title>{sitename} - {title}</title>\n{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}\n\n {metadata}\n{* Don\'t remove this! Metadata is entered in Site Admin/Global settings. *}\n\n {cms_stylesheet}\n{* This is how all the stylesheets attached to this template are linked to it *}\n\n {cms_selflink dir=\"start\" rellink=1}\n {cms_selflink dir=\"prev\" rellink=1}\n {cms_selflink dir=\"next\" rellink=1}\n{* Relational links for interconnections between pages, good for accessibility and Search Engine Optimization *}\n\n{* the literal below and the /literal at the end are needed whenever there are {\"curly brackets\"} as smarty will think it\'s something to process and will throw an error *}\n {literal}\n<script type=\"text/JavaScript\">\n<!--\n//pass min and max - measured against window width\nfunction P7_MinMaxW(a,b){\nvar nw=\"auto\",w=document.documentElement.clientWidth;\nif(w>=b){nw=b+\"px\";}if(w<=a){nw=a+\"px\";}return nw;\n}\n//-->\n</script>\n <!--[if lte IE 6]>\n <style type=\"text/css\">\n #pagewrapper {width:expression(P7_MinMaxW(720,950));}\n #container {height: 1%;}\n </style>\n <![endif]-->\n {/literal}\n{* The min and max page width for Internet Explorer is set here. For other browsers it\'s in the stylesheet \"Layout: Top menu + 2 columns\" *}\n\n <!--[if lte IE 6]>\n <script type=\"text/javascript\" src=\"modules/MenuManager/CSSMenu.js\"></script>\n <![endif]--> \n{* The above JavaScript is required for CSSMenu to work in IE *}\n\n </head>\n <body>\n <div id=\"pagewrapper\">\n\n{* start accessibility skip links, anything with the class of accessibility is hidden with CSS from visual browsers *}\n <ul class=\"accessibility\">\n <li>{anchor anchor=\'menu_vert\' title=\'Skip to navigation\' accesskey=\'n\' text=\'Skip to navigation\'}</li>\n <li>{anchor anchor=\'main\' title=\'Skip to content\' accesskey=\'s\' text=\'Skip to content\'}</li>\n </ul>\n{* end accessibility skip links *}\n\n <hr class=\"accessibility\" />\n{* Horizontal ruler that is hidden for visual browsers by CSS *}\n\n{* Start Header, with logo image that links to the default start page. Logo image is changed in the stylesheet \"Layout: Left sidebar + 1 column\" *}\n <div id=\"header\">\n\n{* this holds the name of the site on the right side *}\n <h2 class=\"headright\">{sitename}</h2>\n\n{* this holds a link back to home page and the header left image/logo, text is hidden using CSS *}\n <h1>{cms_selflink dir=\"start\" text=\"$sitename\"}</h1> \n <hr class=\"accessibility\" />\n </div>\n{* End Header *}\n\n{* Start Search, the input \"Submit\" is using an image, CSS: input.search-button *}\n <div id=\"search\">\n {search}\n </div>\n{* End Search *}\n\n{* Start Breadcrumbs *}\n <div class=\"crbk\">\n{* holds the right image, we need 2 divs to be able to make this site fluid, if it was fixed width we could use one div, one image *}\n\n <div class=\"breadcrumbs\">\n {cms_breadcrumbs root=\'Home\'}\n <hr class=\"accessibility\" />\n </div>\n </div>\n{* End Breadcrumbs *}\n\n{* Start Content (Navigation and Content columns) *}\n <div id=\"content\">\n\n{* Start Sidebar, 2 divs one for top image one for bottom image *}\n <div id=\"sidebar\">\n <div id=\"sidebara\">\n\n{* Start Navigation, stylesheet \"Navigation: ShadowMenu - Vertical\" *}\n <h2 class=\"accessibility\">Navigation</h2>\n {menu loadprops=0 template=\'cssmenu_ulshadow.tpl\'}\n <hr class=\"accessibility\" />\n\n{* Start News, stylesheet \"Module: News\" *}\n <div id=\"news\">\n <h2>News</h2>\n {news number=\'3\' detailpage=\'news\'}\n </div>\n{* End News *}\n\n </div>\n </div>\n{* End Sidebar *}\n\n{* Start Content Area, the back1, back2, back3, hold the 3 outside images, main holds the 4th one, to make the box complete, if the template were fixed width not fluid we could use just 2 divs and 2 images, 1 top 1 bottom *}\n <div class=\"back1\">\n <div class=\"back2\">\n <div class=\"back3\">\n <div id=\"main\">\n <div style=\"float: right;\">{print showbutton=true script=true}</div>\n <h2>{title}</h2>\n {content}\n <br />{* to insure space below content *}\n\n{* Start relational links *}\n{* note this is the right side, when you float: divs you need to have float: right; divs first *}\n <div class=\"right49\">\n <p>{anchor anchor=\'main\' text=\'^ Top\'}</p>\n </div>\n <div class=\"left49\">\n <p> {cms_selflink dir=\"previous\" label=\"Previous page: \"}\n{* The label parameter doesn\'t need to be there if you\'re using English, but is here to show how it\'s used if you don\'t want the English text \"Previous page\" *}\n\n <br />\n {cms_selflink dir=\"next\"}\n </p>\n </div>\n{* End relational links *}\n\n <hr class=\"accessibility\" />\n <div class=\"clear\"></div>\n </div>\n </div>\n </div>\n </div>\n{* End Content Area *}\n\n </div>\n{* End Content *}\n\n{* Start Footer. Edit the footer in the Global Content Block called \"footer\" *}\n <div class=\"footback\">\n <div id=\"footer\">\n{* stylesheet \"Navigation: FatFootMenu\" *}\n <div id=\"fooleft\">\n {menu loadprops=0}\n </div>\n <div id=\"footrt\">\n {global_content name=\'footer\'}\n </div>\n <div class=\"clear\"></div>\n </div>\n </div>\n{* End Footer *}\n\n </div>\n{* end pagewrapper *}\n\n </body>\n</html>','','',1,0,'2009-05-01 23:17:51','2009-05-13 10:42:54');
INSERT INTO {DB_PREFIX}templates VALUES (22,'NCleanBlue','{process_pagedata}<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\r\n\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\r\n{* Change lang=\"en\" to the language of your site *}\r\n\r\n{* note: anything inside these are smarty comments, they will not show up in the page source *}\r\n <head>\r\n{if isset($canonical)}<link rel=\"canonical\" href=\"{$canonical}\" />{elseif isset($content_obj)}<link rel=\"canonical\" href=\"{$content_obj->GetURL()}\" />{/if}\r\n\r\n<title>{title} | {sitename}</title>\r\n{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}\r\n\r\n{metadata}\r\n{* Don\'t remove this! Metadata is entered in Site Admin/Global settings. *}\r\n\r\n{cms_stylesheet}\r\n{* This is how all the stylesheets attached to this template are linked to *}\r\n\r\n{cms_selflink dir=\"start\" rellink=1}\r\n{cms_selflink dir=\"prev\" rellink=1}\r\n{cms_selflink dir=\"next\" rellink=1}\r\n{* Relational links for interconnections between pages, good for accessibility and Search Engine Optmization *}\r\n\r\n<!--[if IE 6]>\r\n<script type=\"text/javascript\" src=\"modules/MenuManager/CSSMenu.js\"></script>\r\n<![endif]-->\r\n{* The above JavaScript is required for Menu - NCleanBlue-css to work in IE6 *}\r\n\r\n{* the literal below and the /literal at the end are needed whenever there are {\"curly brackets\"} as smarty will think it\'s something to process and will throw an error *}\r\n{* IE6 png fix *}\r\n{literal}\r\n<!--[if IE 6]>\r\n<script type=\"text/javascript\" src=\"uploads/NCleanBlue/js/ie6fix.js\"></script>\r\n<script type=\"text/javascript\">\r\n // argument is a CSS selector\r\n DD_belatedPNG.fix(\'.sbar-top,.sbar-bottom,.main-top,.main-bottom,#version\');\r\n</script>\r\n<style type=\"text/css\">\r\n/* enable background image caching in IE6 */\r\nhtml {filter:expression(document.execCommand(\"BackgroundImageCache\", false, true));} \r\n</style>\r\n<![endif]-->\r\n{/literal}\r\n\r\n </head>\r\n <body>\r\n <div id=\"ncleanblue\">\r\n <div id=\"pagewrapper\" class=\"core-wrap-960 core-center\">\r\n{* start accessibility skip links *}\r\n <ul class=\"accessibility\">\r\n <li>{anchor anchor=\'menu_vert\' title=\'Skip to navigation\' accesskey=\'n\' text=\'Skip to navigation\'}</li>\r\n <li>{anchor anchor=\'main\' title=\'Skip to content\' accesskey=\'s\' text=\'Skip to content\'}</li>\r\n </ul>\r\n{* end accessibility skip links *}\r\n <hr class=\"accessibility\" />\r\n{* Horizontal ruler that is hidden for visual browsers by CSS *}\r\n\r\n{* Start Header, with logo image that links to the default start page *}\r\n <div id=\"header\" class=\"util-clearfix\">\r\n{* logo image that links to the default start page. Logo image is changed in the style sheet \"Layout: NCleanBlue\" *}\r\n <div id=\"logo\" class=\"core-float-left\">\r\n {cms_selflink dir=\"start\" text=\"$sitename\"}\r\n </div>\r\n \r\n{* Start Search, the input \"Submit\" is using an image, CSS: div#search input.search-button *}\r\n <div id=\"search\" class=\"core-float-right\">\r\n {search search_method=\"post\"}\r\n </div>\r\n{* End Search *}\r\n <span class=\"util-clearb\"> </span>\r\n \r\n{* Start Navigation, style sheet \"Layout: NCleanBlue\", starting at Menu ROOT *}\r\n <h2 class=\"accessibility util-clearb\">Navigation</h2>\r\n{* anything class=\"accessibility\" is hidden for visual browsers by CSS *}\r\n <div class=\"page-menu util-clearfix\">\r\n {menu loadprops=0 template=\'cssmenu_ulshadow.tpl\'}\r\n </div>\r\n <hr class=\"accessibility util-clearb\" />\r\n{* End Navigation *}\r\n\r\n </div>\r\n{* End Header *}\r\n\r\n{* Start Content (Navigation and Content columns) *}\r\n <div id=\"content\" class=\"util-clearfix\"> \r\n\r\n{* Start Optional tag CMS Version Information, also is a good example how smarty works, the big star that holds the version number, you may remove it here and the style sheet where it is marked. *}\r\n <div title=\"CMS - {cms_version} - {cms_versionname}\" id=\"version\">\r\n {capture assign=\'cms_version\'}{cms_version|lower}{/capture}{\"/-([a-z]).*/\"|preg_replace:\"\":$cms_version}\r\n </div>\r\n{* End Optional tag *}\r\n\r\n{* Start Bar *}\r\n <div id=\"bar\" class=\"util-clearfix\">\r\n{* Start Breadcrumbs, a bit of letting you know where your at *}\r\n <div class=\"breadcrumbs core-float-right\">\r\n {cms_breadcrumbs root=\'Home\'}\r\n </div>\r\n{* End Breadcrumbs *}\r\n\r\n <hr class=\"accessibility util-clearb\" />\r\n </div>\r\n{* End Bar *}\r\n\r\n{* Start left side *}\r\n <div id=\"left\" class=\"core-float-left\">\r\n <div class=\"sbar-top\">\r\n <h2 class=\"sbar-title\">News</h2>\r\n </div>\r\n <div class=\"sbar-main\">\r\n{* Start News *}\r\n <div id=\"news\">\r\n {news number=\'3\' detailpage=\'news\'}\r\n </div>\r\n <img class=\"screen\" src=\"uploads/NCleanBlue/screen-1.6.jpg\" width=\"139\" height=\"142\" title=\"CMS - {cms_version} - {cms_versionname}\" alt=\"CMS - {cms_version} - {cms_versionname}\" />\r\n{* End News *} \r\n </div>\r\n <span class=\"sbar-bottom\"> </span> \r\n </div>\r\n{* End left side *}\r\n\r\n{* Start Content Area, right side *}\r\n <div id=\"main\" class=\"core-float-right\">\r\n\r\n{* main top, holds top image and print image *}\r\n <div class=\"main-top\">\r\n <div class=\"print core-float-right\">\r\n {print showbutton=true}\r\n </div>\r\n </div> \r\n \r\n{* main content *}\r\n <div class=\"main-main util-clearfix\">\r\n <h1 class=\"title\">{title}</h1>\r\n {content}\r\n </div>\r\n \r\n{* Start main bottom and relational links *}\r\n <div class=\"main-bottom\">\r\n <div class=\"right49 core-float-right\">\r\n {anchor anchor=\'main\' text=\'^ Top\'}\r\n </div>\r\n <div class=\"left49 core-float-left\">\r\n <span>\r\n {cms_selflink dir=\"previous\" label=\"Previous page: \"} \r\n{* The label parameter doesn\'t need to be there if you\'re using English, but is here to show how it\'s used if you don\'t want the English text \"Previous page\" *}\r\n </span>\r\n <span>\r\n {cms_selflink dir=\"next\"} \r\n </span>\r\n </div>\r\n{* End relational links *}\r\n\r\n <hr class=\"accessibility\" />\r\n </div>\r\n{* End main bottom *}\r\n\r\n </div>\r\n{* End Content Area, right side *}\r\n\r\n </div>\r\n{* End Content *}\r\n\r\n </div>\r\n{* end pagewrapper *}\r\n <span class=\"util-clearb\"> </span>\r\n \r\n{* Start Footer *}\r\n <div id=\"footer-wrapper\">\r\n <div id=\"footer\" class=\"core-wrap-960\">\r\n{* first foot menu *}\r\n <div class=\"block core-float-left\">\r\n {menu loadprops=0 template=\'minimal_menu.tpl\' number_of_levels=\'1\'}\r\n </div>\r\n \r\n{* second foot menu if active page has children *}\r\n <div class=\"block core-float-left\">\r\n {menu loadprops=0 template=\'minimal_menu.tpl\' start_level=\"2\"}\r\n </div>\r\n \r\n{* edit the footer in the Global Content Block called \"footer\" *}\r\n <div class=\"block cms core-float-left\">\r\n {global_content name=\'footer\'}\r\n </div>\r\n \r\n <span class=\"util-clearb\"> </span>\r\n </div>\r\n </div>\r\n{* End Footer *}\r\n </div>\r\n{* End Div *}\r\n </body>\r\n</html>','','',1,1,'2009-05-06 14:20:10','2009-05-13 10:43:19');
INSERT INTO {DB_PREFIX}templates VALUES (23,'Simplex','{strip}\r\n{process_pagedata}\r\n\r\n{* With cms_lang_info we retrieve current language information, assign gives us $nls variable we can work with *}\r\n{cms_lang_info assign=''nls''}\r\n\r\n{* using strip as we don''t want useless whitespace, especially not before doctype *}\r\n{/strip}<!doctype html>\r\n<html lang=''{if isset($nls)}{$nls->htmlarea()}{/if}'' dir=''{if isset($nls)}{$nls->direction()}{/if}''>\r\n<head>\r\n<meta charset=''{if isset($nls)}{$nls->encoding()}{/if}''>\r\n<title>{title} - {sitename}</title>\r\n<meta name=''viewport'' content=''initial-scale=1.0 maximum-scale=1.0 user-scalable=no'' />\r\n<meta name=''HandheldFriendly'' content=''true'' />\r\n{* Don''t remove this! Metadata is entered in Site Admin/Global settings. *}\r\n{metadata}\r\n{* See in news detail template how cannonical url can be assigned from module *}\r\n{if isset($canonical)}<link rel=''canonical'' href=''{$canonical}'' />{elseif isset($content_obj)}<link rel=''canonical'' href=''{$content_obj->GetURL()}'' />{/if}\r\n{* This is how all the stylesheets attached to this template are linked to *}\r\n{cms_stylesheet}\r\n{* using google fonts *}\r\n<link href=''//fonts.googleapis.com/css?family=Oswald:400,700'' rel=''stylesheet'' type=''text/css''>\r\n{* learning IE lower then Version 9 some html5 *}\r\n<!--[if lt IE 9]>\r\n<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>\r\n<![endif]-->\r\n{* Relational links for interconnections between pages, good for accessibility and Search Engine Optmization *}\r\n{cms_selflink dir=''start'' rellink=''1''}\r\n{cms_selflink dir=''prev'' rellink=''1''}\r\n{cms_selflink dir=''next'' rellink=''1''}\r\n</head>\r\n<body id=''boxed''>\r\n<!-- #wrapper (wrapping content in a box) -->\r\n<div class=''container centered'' id=''wrapper''>\r\n <!-- accessibility links, jump to nav or content -->\r\n <ul class="visuallyhidden">\r\n <li>{anchor anchor=''nav'' title=''Skip to navigation'' accesskey=''n'' text=''Skip to navigation''}</li>\r\n <li>{anchor anchor=''main'' title=''Skip to content'' accesskey=''s'' text=''Skip to content''}</li>\r\n </ul>\r\n <!-- accessibility //-->\r\n <!-- .top (top section of page containing logo, navigation search...) -->\r\n <header class=''top''>\r\n <div class=''row header''>\r\n <!-- .logo (cmsms logo on the left side) -->\r\n <div class=''logo grid_4''>\r\n <a href=''{root_url}'' title=''{sitename}''>\r\n <img src=''{uploads_url}/simplex/images/cmsmadesimple-logo.png'' width=''227'' height=''59'' alt=''{sitename}'' />\r\n <span class=''palm''></span>\r\n </a>\r\n </div>\r\n <!-- .logo //-->\r\n <!-- .main-navigation (main navigation on the right side) -->\r\n <nav class=''main-navigation grid_8 noprint'' id=''nav'' role=''navigation''>\r\n {menu template=''Simplex_Navigation.tpl''}\r\n </nav>\r\n <!-- .main-navigation //-->\r\n </div>\r\n <!-- .header-bottom (bottom part of header containing catchphrase and search field) -->\r\n <div class=''row header-bottom''>\r\n <section class=''phrase''>\r\n <span class=''grid_7''>Content Management System the way it was meant to be.</span>\r\n {strip}\r\n {search assign=''is_search''}{* assigned search module tag, now we can build different search template for this site template and have fun with html5, Read http://www.w3.org/TR/html-markup/input.search.html for full attirbute specs *}\r\n {if isset($is_search)}\r\n <div class=''grid_5 search noprint'' role=''search''>\r\n {$startform}\r\n <label for=''{$search_actionid}searchinput'' class=''visuallyhidden''>{$searchprompt}:</label>\r\n <input type=''search'' class=''search-input'' id=''{$search_actionid}searchinput'' name=''{$search_actionid}searchinput'' size=''20'' maxlength=''50'' value='''' placeholder=''{$searchtext}'' />\r\n {if isset($hidden)}{$hidden}{/if}\r\n {$endform}\r\n </div>\r\n {/if}{/strip}\r\n </section>\r\n </div>\r\n <div class=''clear''></div>\r\n <!-- .header-bottom //-->\r\n <!-- .banner (banner area for a slider or teaser image) -->\r\n <section class=''banner row noprint'' role=''banner''>\r\n <div class=''banner-text''>\r\n <ul>\r\n <li>Flexible</li>\r\n <li>Powerful</li>\r\n <li>Secure</li>\r\n <li>Robust</li>\r\n </ul>\r\n </div>\r\n <div class=''banner-image cf''>\r\n {strip}\r\n {* you do not need a module for every simple site functionality. For example you can build a simple slideshow\r\n with php glob function (http://www.php.net/manual/en/function.glob.php) without wasting your system resources \r\n by using modules or plugins.\r\n Below would search for files matching .jpg in folder named teaser in simplex theme folder *}\r\n {assign var=''teaser'' value=''uploads/simplex/teaser/*.jpg''|glob}\r\n {foreach from=$teaser item=''one''}\r\n <div><img src=''{root_url}/{$one}'' width=''852'' height=''275'' alt='''' /></div>\r\n {/foreach}\r\n {/strip}\r\n </div>\r\n </section>\r\n <!-- .banner //-->\r\n </header>\r\n <!-- .top //-->\r\n <!-- .content-wrapper (wrapping div for content area) -->\r\n <div class=''content-wrapper cf''>\r\n <!-- .content (display content first) -->\r\n <div class=''content-inner grid_8 push_4''>\r\n <!-- .content-top (breadcrumbs and print button) -->\r\n <div class=''content-top cf'' itemscope itemtype=''http://data-vocabulary.org/Breadcrumb''> \r\n {* menu manager has action breadcrumbs since 1.11, you can use {cms_breadcrumbs} tag or {menu action=''breadcrumbs''} as below *}\r\n {menu action=''breadcrumbs''} \r\n {* print tag from CMSPrinting Module *}\r\n {print showbutton=''false'' class=''printbutton noprint''} \r\n </div>\r\n <!-- .content-top //-->\r\n <!-- .content (actual content with title and content tags) -->\r\n <article class=''content'' id=''main'' role=''main''>\r\n <h1>{title}</h1> {* title tag *}\r\n {content} {* content entered in page editor area *}\r\n </article>\r\n <!-- .content //-->\r\n </div>\r\n <!-- .content-inner //-->\r\n <!-- .sidebar (then show sidebar) -->\r\n <aside class=''sidebar grid_4 pull_8''>\r\n {* sample of using News Module tag for summary of latest two articles *}\r\n {news summarytemplate=''Summary_Simplex'' number=''2'' detailpage=''news'' detailtemplate=''Simplex_Detail''}\r\n </aside>\r\n <!-- .sidebar //-->\r\n <div class=''cf grid_8 prefix_4''>\r\n <span class=''previous''>{cms_selflink dir=''previous''}</span>\r\n <span class=''next''>{cms_selflink dir=''next''}</span>\r\n </div>\r\n </div>\r\n <!-- .content-wrapper //-->\r\n <!-- .footer (footer area) -->\r\n <footer class=''row footer''>\r\n <span class=''back-top''>{anchor anchor=''main'' text=''↑''}</span>\r\n <section class=''grid_4 copyright''>\r\n <ul class=''social cf''>\r\n <li class=''twitter''><a title=''Twitter'' href=''http://twitter.com/#!/cmsms''>Twitter</a></li>\r\n <li class=''facebook''><a title=''Facebook'' href=''https://www.facebook.com/cmsmadesimple''>Facebook</a></li>\r\n <li class=''linkedin''><a title=''LinkedIn'' href=''http://www.linkedin.com/groups?gid=1139537''>LinkedIn</a></li>\r\n <li class=''youtube''><a title=''YouTube'' href=''http://www.youtube.com/user/cmsmadesimple''>YouTube</a></li>\r\n </ul>\r\n {global_content name=''footer''}\r\n </section>\r\n <section class=''grid_8 noprint''>\r\n <nav class=''footer-navigation row''>\r\n {menu template=''Simplex_Navigation.tpl'' excludeprefix=''home'' number_of_levels=''2'' loadprops=''0''}\r\n </nav>\r\n </section> \r\n </footer>\r\n <div class=''clear''></div>\r\n</div>\r\n<!-- #wrapper //--> \r\n{cms_jquery exclude=''jquery-ui.min.js,jquery.ui.nestedSortable.js,jquery.json.min.js'' append=''uploads/simplex/js/functions.min.js''}\r\n</body>\r\n</html>','','',1,0,'2012-04-23 13:36:19','2012-05-17 09:41:42');
INSERT INTO {DB_PREFIX}siteprefs VALUES ('enablesitedownmessage','0','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}siteprefs VALUES ('sitedownmessage','<p>Site is currently down for maintenance.</p>','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}siteprefs VALUES ('sitedownmessagetemplate','-1','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}siteprefs VALUES ('useadvancedcss','1','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}siteprefs VALUES ('metadata','<meta name=\"Generator\" content=\"CMS Made Simple - Copyright (C) 2004-12 Ted Kulp. All rights reserved.\" />\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n ','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}siteprefs VALUES ('xmlmodulerepository','','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}siteprefs VALUES ('logintheme','OneEleven','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}siteprefs VALUES ('global_umask','022',NULL,NULL);
INSERT INTO {DB_PREFIX}siteprefs VALUES ('frontendlang','',NULL,NULL);
INSERT INTO {DB_PREFIX}siteprefs VALUES ('frontendwysiwyg','',NULL,NULL);
INSERT INTO {DB_PREFIX}siteprefs VALUES ('nogcbwysiwyg','0',NULL,NULL);
INSERT INTO {DB_PREFIX}siteprefs VALUES ('urlcheckversion','',NULL,NULL);
INSERT INTO {DB_PREFIX}siteprefs VALUES ('defaultdateformat','',NULL,NULL);
INSERT INTO {DB_PREFIX}siteprefs VALUES ('css_max_age','0',NULL,NULL);
INSERT INTO {DB_PREFIX}siteprefs VALUES ('backendwysiwyg','MicroTiny',NULL,NULL);
INSERT INTO {DB_PREFIX}siteprefs VALUES ('disablesafemodewarning','0',NULL,NULL);
INSERT INTO {DB_PREFIX}siteprefs VALUES ('allowparamcheckwarnings','0',NULL,NULL);
INSERT INTO {DB_PREFIX}siteprefs VALUES ('enablenotifications','1',NULL,NULL);
INSERT INTO {DB_PREFIX}siteprefs VALUES ('page_active','1',NULL,NULL);
INSERT INTO {DB_PREFIX}siteprefs VALUES ('page_showinmenu','1',NULL,NULL);
INSERT INTO {DB_PREFIX}siteprefs VALUES ('page_cachable','1',NULL,NULL);
INSERT INTO {DB_PREFIX}siteprefs VALUES ('page_metadata','{* Add code here that should appear in the metadata section of all new pages *}',NULL,NULL);
INSERT INTO {DB_PREFIX}siteprefs VALUES ('defaultpagecontent','<!-- Add code here that should appear in the content block of all new pages -->',NULL,NULL);
INSERT INTO {DB_PREFIX}siteprefs VALUES ('default_parent_page','-1',NULL,NULL);
INSERT INTO {DB_PREFIX}siteprefs VALUES ('additional_editors','',NULL,NULL);
INSERT INTO {DB_PREFIX}siteprefs VALUES ('page_searchable','1',NULL,NULL);
INSERT INTO {DB_PREFIX}siteprefs VALUES ('page_extra1','',NULL,NULL);
INSERT INTO {DB_PREFIX}siteprefs VALUES ('page_extra2','',NULL,NULL);
INSERT INTO {DB_PREFIX}siteprefs VALUES ('page_extra3','',NULL,NULL);
INSERT INTO {DB_PREFIX}siteprefs VALUES ('sitedownexcludes','',NULL,NULL);
INSERT INTO {DB_PREFIX}siteprefs VALUES ('clear_vc_cache','0',NULL,NULL);
INSERT INTO {DB_PREFIX}permissions VALUES (1,'Add Pages','Add Pages','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (2,'Add Groups','Add Groups','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (4,'Add Templates','Add Templates','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (5,'Add Users','Add Users','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (6,'Modify Any Page','Modify Any Page','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (7,'Modify Groups','Modify Groups','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (8,'Modify Group Assignments','Modify Group Assignments','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (9,'Modify Permissions','Modify Permissions for Groups','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (11,'Modify Templates','Modify Templates','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (12,'Modify Users','Modify Users','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (13,'Remove Pages','Remove Pages','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (14,'Remove Groups','Remove Groups','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (16,'Remove Templates','Remove Templates','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (17,'Remove Users','Remove Users','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (18,'Modify Modules','Modify Modules','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (20,'Modify Files','Modify Files','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (21,'Modify Site Preferences','Modify Site Preferences','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (22,'Modify Stylesheets','Modify Stylesheets','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (23,'Add Stylesheets','Add Stylesheets','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (24,'Remove Stylesheets','Remove Stylesheets','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (25,'Add Stylesheet Assoc','Add Stylesheet Associations','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (26,'Modify Stylesheet Assoc','Modify Stylesheet Associations','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (27,'Remove Stylesheet Assoc','Remove Stylesheet Associations','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (28,'Modify User-defined Tags','Modify User defined Tags','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (29,'Clear Admin Log','Clear Admin Log','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (30,'Add Global Content Blocks','Add Global Content Blocks','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (31,'Modify Global Content Blocks','Modify Global Content Blocks','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (32,'Remove Global Content Blocks','Remove Global Content Blocks','2006-07-25 21:22:33','2006-07-25 21:22:33');
INSERT INTO {DB_PREFIX}permissions VALUES (35,'Modify Events','Modify Events','2006-01-27 20:06:58','2006-01-27 20:06:58');
INSERT INTO {DB_PREFIX}permissions VALUES (36,'View Tag Help','View Tag Help','2006-01-27 20:06:58','2006-01-27 20:06:58');
INSERT INTO {DB_PREFIX}permissions VALUES (44,'Manage All Content','Manage All Content','2009-05-06 15:04:11','2009-05-06 15:04:11');
INSERT INTO {DB_PREFIX}permissions VALUES (46,'Reorder Content','Reorder Content','2009-05-06 15:04:11','2009-05-06 15:04:11');
INSERT INTO {DB_PREFIX}htmlblobs VALUES (1,'footer','<p>© Copyright {custom_copyright} - CMS Made Simple<br />\r\nThis site is powered by <a href=\"http://www.cmsmadesimple.org\">CMS Made Simple</a> version {cms_version}</p>','',1,1,'2006-07-25 21:22:32','2006-07-25 21:22:32');
INSERT INTO {DB_PREFIX}groups VALUES (1,'Admin',1,'2006-07-25 21:22:32','2006-07-25 21:22:32');
INSERT INTO {DB_PREFIX}groups VALUES (2,'Editor',1,'2006-07-25 21:22:32','2006-07-25 21:22:32');
INSERT INTO {DB_PREFIX}groups VALUES (3,'Designer',1,'2006-07-25 21:22:32','2006-07-25 21:22:32');
INSERT INTO {DB_PREFIX}group_perms VALUES (176,3,30,'2009-05-12 08:05:26','2009-05-12 08:05:26');
INSERT INTO {DB_PREFIX}group_perms VALUES (177,3,25,'2009-05-12 08:05:26','2009-05-12 08:05:26');
INSERT INTO {DB_PREFIX}group_perms VALUES (178,3,4,'2009-05-12 08:05:26','2009-05-12 08:05:26');
INSERT INTO {DB_PREFIX}group_perms VALUES (179,3,31,'2009-05-12 08:05:26','2009-05-12 08:05:26');
INSERT INTO {DB_PREFIX}group_perms VALUES (180,3,26,'2009-05-12 08:05:26','2009-05-12 08:05:26');
INSERT INTO {DB_PREFIX}group_perms VALUES (181,3,22,'2009-05-12 08:05:26','2009-05-12 08:05:26');
INSERT INTO {DB_PREFIX}group_perms VALUES (182,3,11,'2009-05-12 08:05:26','2009-05-12 08:05:26');
INSERT INTO {DB_PREFIX}group_perms VALUES (183,3,32,'2009-05-12 08:05:26','2009-05-12 08:05:26');
INSERT INTO {DB_PREFIX}group_perms VALUES (184,3,27,'2009-05-12 08:05:26','2009-05-12 08:05:26');
INSERT INTO {DB_PREFIX}group_perms VALUES (185,3,24,'2009-05-12 08:05:26','2009-05-12 08:05:26');
INSERT INTO {DB_PREFIX}group_perms VALUES (186,3,16,'2009-05-12 08:05:26','2009-05-12 08:05:26');
INSERT INTO {DB_PREFIX}group_perms VALUES (187,2,44,'2009-05-12 08:05:26','2009-05-12 08:05:26');
INSERT INTO {DB_PREFIX}events VALUES ('Core','LoginPost',1);
INSERT INTO {DB_PREFIX}events VALUES ('Core','LogoutPost',2);
INSERT INTO {DB_PREFIX}events VALUES ('Core','AddUserPre',3);
INSERT INTO {DB_PREFIX}events VALUES ('Core','AddUserPost',4);
INSERT INTO {DB_PREFIX}events VALUES ('Core','EditUserPre',5);
INSERT INTO {DB_PREFIX}events VALUES ('Core','EditUserPost',6);
INSERT INTO {DB_PREFIX}events VALUES ('Core','DeleteUserPre',7);
INSERT INTO {DB_PREFIX}events VALUES ('Core','DeleteUserPost',8);
INSERT INTO {DB_PREFIX}events VALUES ('Core','AddGroupPre',9);
INSERT INTO {DB_PREFIX}events VALUES ('Core','AddGroupPost',10);
INSERT INTO {DB_PREFIX}events VALUES ('Core','EditGroupPre',11);
INSERT INTO {DB_PREFIX}events VALUES ('Core','EditGroupPost',12);
INSERT INTO {DB_PREFIX}events VALUES ('Core','DeleteGroupPre',13);
INSERT INTO {DB_PREFIX}events VALUES ('Core','DeleteGroupPost',14);
INSERT INTO {DB_PREFIX}events VALUES ('Core','AddStylesheetPre',15);
INSERT INTO {DB_PREFIX}events VALUES ('Core','AddStylesheetPost',16);
INSERT INTO {DB_PREFIX}events VALUES ('Core','EditStylesheetPre',17);
INSERT INTO {DB_PREFIX}events VALUES ('Core','EditStylesheetPost',18);
INSERT INTO {DB_PREFIX}events VALUES ('Core','DeleteStylesheetPre',19);
INSERT INTO {DB_PREFIX}events VALUES ('Core','DeleteStylesheetPost',20);
INSERT INTO {DB_PREFIX}events VALUES ('Core','AddTemplatePre',21);
INSERT INTO {DB_PREFIX}events VALUES ('Core','AddTemplatePost',22);
INSERT INTO {DB_PREFIX}events VALUES ('Core','EditTemplatePre',23);
INSERT INTO {DB_PREFIX}events VALUES ('Core','EditTemplatePost',24);
INSERT INTO {DB_PREFIX}events VALUES ('Core','DeleteTemplatePre',25);
INSERT INTO {DB_PREFIX}events VALUES ('Core','DeleteTemplatePost',26);
INSERT INTO {DB_PREFIX}events VALUES ('Core','TemplatePreCompile',27);
INSERT INTO {DB_PREFIX}events VALUES ('Core','TemplatePostCompile',28);
INSERT INTO {DB_PREFIX}events VALUES ('Core','AddGlobalContentPre',29);
INSERT INTO {DB_PREFIX}events VALUES ('Core','AddGlobalContentPost',30);
INSERT INTO {DB_PREFIX}events VALUES ('Core','EditGlobalContentPre',31);
INSERT INTO {DB_PREFIX}events VALUES ('Core','EditGlobalContentPost',32);
INSERT INTO {DB_PREFIX}events VALUES ('Core','DeleteGlobalContentPre',33);
INSERT INTO {DB_PREFIX}events VALUES ('Core','DeleteGlobalContentPost',34);
INSERT INTO {DB_PREFIX}events VALUES ('Core','GlobalContentPreCompile',35);
INSERT INTO {DB_PREFIX}events VALUES ('Core','GlobalContentPostCompile',36);
INSERT INTO {DB_PREFIX}events VALUES ('Core','ContentEditPre',37);
INSERT INTO {DB_PREFIX}events VALUES ('Core','ContentEditPost',38);
INSERT INTO {DB_PREFIX}events VALUES ('Core','ContentDeletePre',39);
INSERT INTO {DB_PREFIX}events VALUES ('Core','ContentDeletePost',40);
INSERT INTO {DB_PREFIX}events VALUES ('Core','AddUserDefinedTagPre',41);
INSERT INTO {DB_PREFIX}events VALUES ('Core','AddUserDefinedTagPost',42);
INSERT INTO {DB_PREFIX}events VALUES ('Core','EditUserDefinedTagPre',43);
INSERT INTO {DB_PREFIX}events VALUES ('Core','EditUserDefinedTagPost',44);
INSERT INTO {DB_PREFIX}events VALUES ('Core','DeleteUserDefinedTagPre',45);
INSERT INTO {DB_PREFIX}events VALUES ('Core','DeleteUserDefinedTagPost',46);
INSERT INTO {DB_PREFIX}events VALUES ('Core','ModuleInstalled',47);
INSERT INTO {DB_PREFIX}events VALUES ('Core','ModuleUninstalled',48);
INSERT INTO {DB_PREFIX}events VALUES ('Core','ModuleUpgraded',49);
INSERT INTO {DB_PREFIX}events VALUES ('Core','ContentStylesheet',50);
INSERT INTO {DB_PREFIX}events VALUES ('Core','ContentPreCompile',51);
INSERT INTO {DB_PREFIX}events VALUES ('Core','ContentPostCompile',52);
INSERT INTO {DB_PREFIX}events VALUES ('Core','ContentPostRender',53);
INSERT INTO {DB_PREFIX}events VALUES ('Core','SmartyPreCompile',54);
INSERT INTO {DB_PREFIX}events VALUES ('Core','SmartyPostCompile',55);
INSERT INTO {DB_PREFIX}events VALUES ('Core','ChangeGroupAssignPre',56);
INSERT INTO {DB_PREFIX}events VALUES ('Core','ChangeGroupAssignPost',57);
INSERT INTO {DB_PREFIX}events VALUES ('Core','StylesheetPreCompile',58);
INSERT INTO {DB_PREFIX}events VALUES ('Core','StylesheetPostCompile',59);
INSERT INTO {DB_PREFIX}events VALUES ('Core','LoginFailed',60);
INSERT INTO {DB_PREFIX}events VALUES ('Core','TemplatePreFetch',61);
INSERT INTO {DB_PREFIX}css_assoc VALUES (17,41,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',4);
INSERT INTO {DB_PREFIX}css_assoc VALUES (16,39,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',1);
INSERT INTO {DB_PREFIX}css_assoc VALUES (18,31,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',4);
INSERT INTO {DB_PREFIX}css_assoc VALUES (18,35,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',5);
INSERT INTO {DB_PREFIX}css_assoc VALUES (18,30,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',6);
INSERT INTO {DB_PREFIX}css_assoc VALUES (18,38,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',2);
INSERT INTO {DB_PREFIX}css_assoc VALUES (18,42,'template','2009-04-30 17:44:09','2009-04-30 17:44:09',3);
INSERT INTO {DB_PREFIX}css_assoc VALUES (18,39,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',1);
INSERT INTO {DB_PREFIX}css_assoc VALUES (16,31,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',4);
INSERT INTO {DB_PREFIX}css_assoc VALUES (16,34,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',2);
INSERT INTO {DB_PREFIX}css_assoc VALUES (16,35,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',3);
INSERT INTO {DB_PREFIX}css_assoc VALUES (16,30,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',5);
INSERT INTO {DB_PREFIX}css_assoc VALUES (15,31,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',3);
INSERT INTO {DB_PREFIX}css_assoc VALUES (15,33,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',2);
INSERT INTO {DB_PREFIX}css_assoc VALUES (15,32,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',1);
INSERT INTO {DB_PREFIX}css_assoc VALUES (15,30,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',4);
INSERT INTO {DB_PREFIX}css_assoc VALUES (15,35,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',5);
INSERT INTO {DB_PREFIX}css_assoc VALUES (17,32,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',1);
INSERT INTO {DB_PREFIX}css_assoc VALUES (17,35,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',3);
INSERT INTO {DB_PREFIX}css_assoc VALUES (17,30,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',5);
INSERT INTO {DB_PREFIX}css_assoc VALUES (17,42,'template','2009-04-30 01:10:05','2009-04-30 01:10:05',2);
INSERT INTO {DB_PREFIX}css_assoc VALUES (17,31,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',6);
INSERT INTO {DB_PREFIX}css_assoc VALUES (20,39,'template','2009-05-01 04:30:42','2009-05-01 04:30:42',1);
INSERT INTO {DB_PREFIX}css_assoc VALUES (20,31,'template','2009-05-01 04:30:42','2009-05-01 04:30:42',4);
INSERT INTO {DB_PREFIX}css_assoc VALUES (20,43,'template','2009-05-01 04:33:01','2009-05-01 04:33:01',2);
INSERT INTO {DB_PREFIX}css_assoc VALUES (20,35,'template','2009-05-01 04:30:42','2009-05-01 04:30:42',3);
INSERT INTO {DB_PREFIX}css_assoc VALUES (20,30,'template','2009-05-01 04:30:42','2009-05-01 04:30:42',5);
INSERT INTO {DB_PREFIX}css_assoc VALUES (21,31,'template','2009-05-01 23:17:51','2009-05-01 23:17:51',3);
INSERT INTO {DB_PREFIX}css_assoc VALUES (21,45,'template','2009-05-02 00:20:26','2009-05-02 00:20:26',2);
INSERT INTO {DB_PREFIX}css_assoc VALUES (21,32,'template','2009-05-01 23:17:51','2009-05-01 23:17:51',1);
INSERT INTO {DB_PREFIX}css_assoc VALUES (21,30,'template','2009-05-01 23:17:51','2009-05-01 23:17:51',4);
INSERT INTO {DB_PREFIX}css_assoc VALUES (21,35,'template','2009-05-01 23:17:51','2009-05-01 23:17:51',5);
INSERT INTO {DB_PREFIX}css_assoc VALUES (15,46,'template','2009-05-02 15:05:19','2009-05-02 15:05:19',6);
INSERT INTO {DB_PREFIX}css_assoc VALUES (21,46,'template','2009-05-02 15:05:22','2009-05-02 15:05:22',6);
INSERT INTO {DB_PREFIX}css_assoc VALUES (16,46,'template','2009-05-02 15:05:24','2009-05-02 15:05:24',6);
INSERT INTO {DB_PREFIX}css_assoc VALUES (20,46,'template','2009-05-02 15:05:27','2009-05-02 15:05:27',6);
INSERT INTO {DB_PREFIX}css_assoc VALUES (17,46,'template','2009-05-02 15:05:29','2009-05-02 15:05:29',7);
INSERT INTO {DB_PREFIX}css_assoc VALUES (22,48,'template','2009-05-06 14:31:08','2009-05-06 14:31:08',1);
INSERT INTO {DB_PREFIX}css_assoc VALUES (18,46,'template','2009-05-02 15:05:34','2009-05-02 15:05:34',7);
INSERT INTO {DB_PREFIX}css_assoc VALUES (22,47,'template','2009-05-06 14:31:14','2009-05-06 14:31:14',2);
INSERT INTO {DB_PREFIX}css_assoc VALUES (22,49,'template','2009-05-06 14:31:20','2009-05-06 14:31:20',3);
INSERT INTO {DB_PREFIX}css_assoc VALUES (23,50,'template','2012-04-24 13:16:37','2012-04-24 13:16:37',2);
INSERT INTO {DB_PREFIX}css_assoc VALUES (23,51,'template','2012-04-24 13:16:44','2012-04-24 13:16:44',3);
INSERT INTO {DB_PREFIX}css_assoc VALUES (23,52,'template','2012-04-26 07:47:34','2012-04-26 07:47:34',1);
INSERT INTO {DB_PREFIX}css_assoc VALUES (23,53,'template','2012-04-30 12:28:14','2012-04-30 12:28:14',4);
INSERT INTO {DB_PREFIX}css VALUES (41,'Handheld','/*********************************************\r\nSample stylesheet for mobile and small screen handheld devices\r\n\r\nJust a simple layout suitable for smaller screens with less \r\nstyling cabapilities and minimal css\r\n\r\nNote: If you dont want to support mobile devices you can\r\nsafely remove this stylesheet.\r\n*********************************************/\r\n/* remove all padding and margins and set width to 100%. This should be default for handheld devices but its good to set these explicitly */\r\nbody {\r\nmargin:0;\r\npadding:0;\r\nwidth:100%;\r\n}\r\n\r\n/* hide accessibility noprint and definition */\r\n.accessibility,\r\n.noprint,\r\ndfn {\r\ndisplay:none;\r\n}\r\n\r\n/* dont want to download image for header so just set bg color */\r\ndiv#header,\r\ndiv#footer {\r\nbackground-color: #385C72; \r\ncolor: #fff;\r\ntext-align:center;\r\n}\r\n\r\n/* text colors for header and footer */\r\ndiv#header a,\r\ndiv#footer a {\r\ncolor: #fff;\r\n}\r\n\r\n/* this doesnt look as nice, but takes less space */\r\ndiv#menu_vert ul li,\r\ndiv#menu_horiz ul li {\r\ndisplay:inline;\r\n}\r\n\r\n/* small border at the bottom to have some indicator */\r\ndiv#menu_vert ul,\r\ndiv#menu_horiz ul {\r\nborder-bottom:1px solid #fff;\r\n}\r\n\r\n/* save some space */\r\ndiv.breadcrumbs {\r\ndisplay:none;\r\n}','handheld','','2006-07-25 21:22:32','2006-07-25 21:22:32');
INSERT INTO {DB_PREFIX}css VALUES (30,'Print','/*\r\nSections that are hidden when printing the page. We only want the content printed.\r\n*/\r\n\r\n\r\nbody {\r\ncolor: #000 !important; /* we want everything in black */\r\nbackground-color:#fff !important; /* on white background */\r\nfont-family:arial; /* arial is nice to read ;) */\r\nborder:0 !important; /* no borders thanks */\r\n}\r\n\r\n/* This affects every tag */\r\n* {\r\nborder:0 !important; /* again no borders on printouts */\r\n}\r\n\r\n/* \r\nno need for accessibility on printout. \r\nMark all your elements in content you \r\ndont want to get printed with class=\"noprint\"\r\n*/\r\n.accessibility,\r\n.noprint\r\n {\r\ndisplay:none !important; \r\n}\r\n\r\n/* \r\nremove all width constraints from content area\r\n*/\r\ndiv#content,\r\ndiv#main {\r\ndisplay:block !important;\r\nwidth:100% !important;\r\nborder:0 !important;\r\npadding:1em !important;\r\n}\r\n\r\n/* hide everything else! */\r\ndiv#header,\r\ndiv#header h1 a,\r\ndiv.breadcrumbs,\r\ndiv#search,\r\ndiv#footer,\r\ndiv#menu_vert,\r\ndiv#news,\r\ndiv.right49,\r\ndiv.left49,\r\ndiv#sidebar {\r\n display: none !important;\r\n}\r\n\r\nimg {\r\nfloat:none; /* this makes images couse a pagebreak if it doesnt fit on the page */\r\n}','print','','2006-07-25 21:22:32','2006-07-25 21:22:32');
INSERT INTO {DB_PREFIX}css VALUES (31,'Accessibility and cross-browser tools','/* accessibility */\r\n/* menu links accesskeys */\r\nspan.accesskey {\r\n text-decoration: none;\r\n}\r\n/* accessibility divs are hidden by default, text, screenreaders and such will show these */\r\n.accessibility, hr {\r\n/* position set so the rest can be set out side of visual browser viewport */\r\n position: absolute;\r\n/* takes it out top side */\r\n top: -999em;\r\n/* takes it out left side */\r\n left: -999em;\r\n}\r\n/* definition tags are also hidden, these are also used for accessibility menu links */\r\ndfn {\r\n position: absolute;\r\n left: -1000px;\r\n top: -1000px;\r\n width: 0;\r\n height: 0;\r\n overflow: hidden;\r\n display: inline;\r\n}\r\n/* end accessibility */\r\n/* wiki style external links */\r\n/* external links will have \"(external link)\" text added, lets hide it */\r\na.external span {\r\n position: absolute;\r\n left: -5000px;\r\n width: 4000px;\r\n}\r\na.external {\r\n/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */\r\n padding: 0 12px 0 0;\r\n}\r\n/* colors for external links */\r\na.external:link {\r\n color: #18507C;\r\n/* background image for the link to show wiki style arrow */\r\n background: url([[root_url]]/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;\r\n}\r\na.external:visited {\r\n color: #18507C;\r\n/* a different color can be used for visited external links */\r\n/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/\r\n background: url([[root_url]]/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;\r\n}\r\na.external:hover {\r\n color: #18507C;\r\n/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */\r\n background: url([[root_url]]/uploads/NCleanBlue/external.gif) no-repeat 100% 0;\r\n background-color: inherit;\r\n}\r\n/* end wiki style external links */\r\n/* clearing */\r\n/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/\r\n.clearfix:after {\r\n content: \".\";\r\n display: block;\r\n height: 0;\r\n clear: both;\r\n visibility: hidden;\r\n}\r\n.clear {\r\n height: 0;\r\n clear: both;\r\n width: 90%;\r\n visibility: hidden;\r\n}\r\n#main .clear {\r\n height: 0;\r\n clear: right;\r\n width: 90%;\r\n visibility: hidden;\r\n}\r\n* html>body .clearfix {\r\n display: inline-block;\r\n width: 100%;\r\n}\r\n* html .clear {\r\n/* Hides from IE-mac \\*/\r\n height: 1%;\r\n clear: right;\r\n width: 90%;\r\n/* End hide from IE-mac */\r\n}\r\n/* end clearing */','screen','','2006-07-25 21:22:32','2009-05-13 10:42:54');
INSERT INTO {DB_PREFIX}css VALUES (32,'Layout: Left sidebar + 1 column','/* browsers interpret margin and padding a little differently, we\'ll remove all default padding and margins and set them later on */\r\n* {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n/*Set initial font styles*/\r\nbody {\r\n text-align: left;\r\n font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\r\n font-size: 75.01%;\r\n line-height: 1em;\r\n}\r\n/*set font size for all divs, this overrides some body rules*/\r\ndiv {\r\n font-size: 1em;\r\n}\r\n/*if img is inside \"a\" it would have borders, we don\'t want that*/\r\nimg {\r\n border: 0;\r\n}\r\n/*default link styles*/\r\na, a:link a:active {\r\n/* set all links to have underline */\r\n text-decoration: underline;\r\n/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */\r\n background-color: inherit;\r\n/* this is a bluish color, you change this for all default link colors */\r\n color: #18507C;\r\n}\r\na:visited {\r\n/* keeps the underline */\r\n text-decoration: underline;\r\n background-color: inherit;\r\n/* a different color is used for visited links */\r\n color: #18507C;\r\n}\r\na:hover {\r\n/* remove underline on hover */\r\n text-decoration: none;\r\n background-color: inherit;\r\n/* using a different color makes the hover obvious */\r\n color: #385C72;\r\n}\r\n/*****************basic layout *****************/\r\nbody {\r\n margin: 0;\r\n padding: 0;\r\n/* default text color for entire site*/\r\n color: #333;\r\n/* you can set your own image and background color here */\r\n background: #f4f4f4 url([[root_url]]/uploads/ngrey/body.png) repeat-x left top;\r\n}\r\ndiv#pagewrapper {\r\n/* min max width, IE wont understand these, so we will use java script magic in the <head> */\r\n max-width: 99em;\r\n min-width: 60em;\r\n/* now that width is set this centers wrapper */\r\n margin: 0 auto;\r\n background-color: #fefefe;\r\n color: black;\r\n}\r\n/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */\r\ndiv#header {\r\n/* adjust according your image size */\r\n height: 100px;\r\n margin: 0;\r\n padding: 0;\r\n/* you can set your own image here, will go behind h1 a image */\r\n background: #f4f4f4 url([[root_url]]/uploads/ngrey/bg_banner.png) repeat-x left top;\r\n/* border just the bottom */\r\n border-bottom: 1px solid #D9E2E6;\r\n}\r\ndiv#header h1 a {\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/logoCMS.png) no-repeat left top;\r\n/* this will make the \"a\" link a solid shape */\r\n display: block;\r\n/* adjust according your image size */\r\n height: 100px;\r\n/* this hides the text */\r\n text-indent: -999em;\r\n/* old firefox would have shown underline for the link, this explicitly hides it */\r\n text-decoration: none;\r\n}\r\ndiv#header h1 {\r\n margin: 0;\r\n padding: 0;\r\n/*these keep IE6 from pushing the header to more than the set size*/\r\n line-height: 0;\r\n font-size: 0;\r\n/* this will keep IE6 from flickering on hover */\r\n background: url([[root_url]]/uploads/ngrey/logoCMS.png) no-repeat left top;\r\n}\r\ndiv#header h2 {\r\n/* this is where the site name is */\r\n float: right;\r\n line-height: 1.2em;\r\n/* this keeps IE6 from not showing the whole text */\r\n font-size: 1.5em;\r\n/* keeps the size uniform */\r\n margin: 35px 65px 0px 0px;\r\n/* adjust according your text size */\r\n color: #f4f4f4;\r\n}\r\ndiv.crbk {\r\n/* sets all to 0 */\r\n margin: 0;\r\n padding: 0;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainrtup.gif) no-repeat right bottom;\r\n}\r\ndiv.breadcrumbs {\r\n/* CSS short hand rule first value is top then right, bottom and left */\r\n padding: 1em 0em 1em 1em;\r\n/* its good to set font sizes to be relative, this way viewer can change his/her font size */\r\n font-size: 90%;\r\n/* css shorthand rule will be opened to be \"0px 0px 0px 0px\" */\r\n margin: 0px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainleftup.gif) no-repeat left bottom;\r\n}\r\ndiv.breadcrumbs span.lastitem {\r\n font-weight: bold;\r\n}\r\ndiv#search {\r\n/* position for the search box */\r\n float: right;\r\n/* enough width for the search input box */\r\n width: 27em;\r\n text-align: right;\r\n padding: 0.5em 0 0.2em 0;\r\n margin: 0 1em;\r\n}\r\n/* a class for Submit button for the search input box */\r\ninput.search-button {\r\n border: none;\r\n height: 22px;\r\n width: 53px;\r\n margin-left: 5px;\r\n padding: 0px 2px 2px 0px;\r\n/* makes the hover cursor show, you can set your own cursor here */\r\n cursor: pointer;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/search.gif) no-repeat center center;\r\n}\r\ndiv#content {\r\n/* some air above and under menu and content */\r\n margin: 1.5em auto 2em 0;\r\n padding: 0px;\r\n}\r\n/* this gets all the outside calls that were used on the div#main before */\r\ndiv.back1 {\r\n/* this will give room for sidebar to be on the left side, make sure this number is bigger than sidebar width */\r\n margin-left: 29%;\r\n/* and some air on the right */\r\n margin-right: 2%;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainrt1.gif) no-repeat right top;\r\n}\r\n/* this is an IE6 hack, you may see these through out the CSS */\r\n* html div.back1 {\r\n/* unlike other browser IE6 needs float:right and a width */\r\n float: right;\r\n width: 69%;\r\n/* and we take this out or it will stop at the bottom */\r\n margin-left: 0%;\r\n/* and some air on the right */\r\n margin-right: 10px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainrt1.gif) no-repeat right top;\r\n}\r\ndiv.back2 {\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainleft1.gif) no-repeat left top;\r\n}\r\ndiv.back3 {\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/wbtmleft.gif) no-repeat left bottom;\r\n}\r\ndiv#main {\r\n/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */\r\n padding: 10px 15px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/rtup.gif) no-repeat right bottom;\r\n}\r\ndiv.back #main {\r\n/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */\r\n padding: 10px 30px 1px 15px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/wbtmleft.gif) no-repeat left bottom;\r\n}\r\ndiv.back {\r\n/* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */\r\n margin-left: 29%;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/wtopleft.gif) no-repeat left top;\r\n}\r\ndiv#sidebar {\r\n/* set sidebar left. Change to right, float: right; instead, but you will need to change the margins. */\r\n float: left;\r\n/* sidebar width, if you change this change div.back and/or div.back1 margins */\r\n width: 26%;\r\n/* FIX IE double margin bug */\r\n display: inline;\r\n/* the 20px is on the bottom, insures space above footer if longer than content */\r\n margin: 0px 0px 20px;\r\n padding: 0px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainrt1.gif) no-repeat right top;\r\n}\r\ndiv#sidebara {\r\n padding: 13px 15px 3px 0px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainrtup.gif) no-repeat right bottom;\r\n}\r\ndiv#sidebarb {\r\n padding: 10px 10px 1px 0px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainrtup.gif) no-repeat right bottom;\r\n}\r\ndiv.footback {\r\n/* keep footer below content and menu */\r\n clear: both;\r\n/* this sets 10px on right to let the right image show, the balance 10px left on next div */\r\n padding: 0px 10px 0px 0px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/wfootrt.gif) no-repeat right top;\r\n}\r\ndiv#footer {\r\n/* this sets 10px on left to balance 10px right on last div */\r\n padding: 0px 0px 0px 10px;\r\n/* color of text, the link color is set below */\r\n color: #595959;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/wtopleft.gif) no-repeat left top;\r\n}\r\ndiv.leftfoot {\r\n float: left;\r\n width: 30%;\r\n margin-left: 20px\r\n}\r\ndiv#footer p {\r\n/* sets different font size from default */\r\n font-size: 0.8em;\r\n/* some air for footer */\r\n padding: 1.5em;\r\n/* centered text */\r\n text-align: center;\r\n margin: 0;\r\n}\r\ndiv#footer p a {\r\n/* footer link would be same color as default we want it same as footer text */\r\n color: #595959;\r\n}\r\n/* as we hid all hr for accessibility we create new hr with div class=\"hr\" element */\r\ndiv.hr {\r\n height: 1px;\r\n padding: 1em;\r\n border-bottom: 1px dotted black;\r\n margin: 1em;\r\n}\r\n/* relational links under content */\r\ndiv.left49 {\r\n/* combined percentages of left+right equaling 100% might lead to rounding error on some browser */\r\n width: 70%;\r\n}\r\ndiv.right49 {\r\n float: right;\r\n width: 29%;\r\n/* set right to keep text on right */\r\n text-align: right;\r\n}\r\n/********************CONTENT STYLING*********************/\r\n/* HEADINGS */\r\ndiv#content h1 {\r\n/* font size for h1 */\r\n font-size: 2em;\r\n line-height: 1em;\r\n margin: 0;\r\n}\r\ndiv#content h2 {\r\n color: #294B5F;\r\n/* font size for h2 the higher the h number the smaller the font size, most times */\r\n font-size: 1.5em;\r\n text-align: left;\r\n/* some air around the text */\r\n padding-left: 0.5em;\r\n padding-bottom: 1px;\r\n/* set borders around header */\r\n border-bottom: 1px solid #899092;\r\n border-left: 1.1em solid #899092;\r\n/* a larder than h1 line height */\r\n line-height: 1.5em;\r\n/* and some air under the border */\r\n margin: 0 0 0.5em 0;\r\n}\r\ndiv#content h3 {\r\n color: #294B5F;\r\n font-size: 1.3em;\r\n line-height: 1.3em;\r\n margin: 0 0 0.5em 0;\r\n}\r\ndiv#content h4 {\r\n color: #294B5F;\r\n font-size: 1.2em;\r\n line-height: 1.3em;\r\n margin: 0 0 0.25em 0;\r\n}\r\ndiv#content h5 {\r\n color: #294B5F;\r\n font-size: 1.1em;\r\n line-height: 1.3em;\r\n margin: 0 0 0.25em 0;\r\n}\r\nh6 {\r\n color: #294B5F;\r\n font-size: 1em;\r\n line-height: 1.3em;\r\n margin: 0 0 0.25em 0;\r\n}\r\n/* END HEADINGS */\r\n/* TEXT */\r\np {\r\n/* default p font size, this is set different in some other divs */\r\n font-size: 1em;\r\n/* some air around p elements */\r\n margin: 0 0 1.5em 0;\r\n line-height: 1.4em;\r\n padding: 0;\r\n}\r\nblockquote {\r\n border-left: 10px solid #ddd;\r\n margin-left: 10px;\r\n}\r\nstrong, b {\r\n/* explicit setting for these */\r\n font-weight: bold;\r\n}\r\nem, i {\r\n/* explicit setting for these */\r\n font-style: italic;\r\n}\r\n/* Wrapping text in <code> tags. Makes CSS not validate */\r\ncode, pre {\r\n/* css-3 */\r\n white-space: pre-wrap;\r\n/* Mozilla, since 1999 */\r\n white-space: -moz-pre-wrap;\r\n/* Opera 4-6 */\r\n white-space: -pre-wrap;\r\n/* Opera 7 */\r\n white-space: -o-pre-wrap;\r\n/* Internet Explorer 5.5+ */\r\n word-wrap: break-word;\r\n font-family: \"Courier New\", Courier, monospace;\r\n font-size: 1em;\r\n}\r\npre {\r\n/* black border for pre blocks */\r\n border: 1px solid #000;\r\n/* set different from surroundings to stand out */\r\n background-color: #ddd;\r\n margin: 0 1em 1em 1em;\r\n padding: 0.5em;\r\n line-height: 1.5em;\r\n font-size: 90%;\r\n}\r\n/* Separating the divs on the template explanation page */\r\ndiv.templatecode {\r\n margin: 0 0 2.5em;\r\n}\r\n/* END TEXT */\r\n/* LISTS */\r\n/* lists in content need some margins to look nice */\r\ndiv#main ul,\r\ndiv#main ol,\r\ndiv#main dl {\r\n font-size: 1.0em;\r\n line-height: 1.4em;\r\n margin: 0 0 1.5em 0;\r\n}\r\ndiv#main ul li,\r\ndiv#main ol li {\r\n margin: 0 0 0.25em 3em;\r\n}\r\n/* definition lists topics on bold */\r\ndiv#main dl {\r\n margin-bottom: 2em;\r\n padding-bottom: 1em;\r\n border-bottom: 1px solid #c0c0c0;\r\n}\r\ndiv#main dl dt {\r\n font-weight: bold;\r\n margin: 0 0 0 1em;\r\n}\r\ndiv#main dl dd {\r\n margin: 0 0 1em 1em;\r\n}\r\n/* END LISTS */','screen','','2006-07-25 21:22:32','2009-05-10 14:06:00');
INSERT INTO {DB_PREFIX}css VALUES (33,'Navigation: CSSMenu - Vertical','/* Vertical menu for the CMS CSS Menu Module */\r\n/* by Alexander Endresen and mark and Nuno */\r\n/* The wrapper determines the width of the menu elements */\r\n#menuwrapper {\r\n/* just smaller than it\'s containing div */\r\n width: 95%;\r\n margin-left: 0px;\r\n/* room at bottom */\r\n margin-bottom: 10px;\r\n}\r\n/* Unless you know what you do, do not touch this */\r\n#primary-nav, #primary-nav ul {\r\n/* remove any default bullets */\r\n list-style: none;\r\n margin: 0px;\r\n padding: 0px;\r\n/* make sure it fills out */\r\n width: 100%;\r\n/* just a little bump */\r\n margin-left: 1px;\r\n}\r\n#primary-nav ul {\r\n/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */\r\n position: absolute;\r\n/* just a little bump down for second level ul */\r\n top: 5px;\r\n/* keeps the left side of this ul on the right side of the one it came out of */\r\n left: 100%;\r\n/* keeps it hidden till hover event */\r\n display: none;\r\n}\r\n#primary-nav ul ul {\r\n/* no bump down for third level ul */\r\n top: 0px;\r\n}\r\n#primary-nav li {\r\n/* negative bottom margin pulls them together, images look like one border between */\r\n margin-bottom: -1px;\r\n/* keeps within it\'s container */\r\n position: relative;\r\n/* bottom padding pushes \"a\" up enough to show our image */\r\n padding: 0px 0px 4px 0px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/liup.gif) no-repeat right bottom;\r\n}\r\n#primary-nav li li {\r\n/* you can set your width here, if no width or set auto it will only be as wide as the text in it */\r\n width: 220px;\r\n padding: 0px;\r\n/* removes first level li image */\r\n background-image: none;\r\n}\r\n/* Styling the basic apperance of the menu \"a\" elements */\r\nul#primary-nav li a {\r\n/* specific font size, this could be larger or smaller than default font size */\r\n font-size: 1em;\r\n/* make sure we keep the font normal */\r\n font-weight: normal;\r\n/* set default link colors */\r\n color: #595959;\r\n/* pushes li out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */\r\n padding: 0.8em 0.5em 0.5em 0.5em;\r\n/* makes it hold a shape */\r\n display: block;\r\n/* removes underline from default link setting */\r\n text-decoration: none;\r\n/* you can set your own image here this is tall enough to cover text heavy links */\r\n background: url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\r\n}\r\nul#primary-nav a span {\r\n/* makes it hold a shape */\r\n display: block;\r\n/* pushes text to right */\r\n padding-left: 1.5em;\r\n}\r\nul#primary-nav li a:hover {\r\n/* stops image flicker in some browsers */\r\n background: url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\r\n/* changes text color on hover */\r\n color: #899092;\r\n}\r\nul#primary-nav li li a:hover {\r\n/* you can set your own image here, second level \"a\" */\r\n background: url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\r\n/* contrast color to image behind it */\r\n color: #FFF;\r\n}\r\nul#primary-nav li a.menuactive {\r\n/* black and bold to set it off from non active */\r\n color: #000;\r\n font-weight: bold;\r\n}\r\nul#primary-nav li li a.menuactive {\r\n/* contrast color to image behind it, set below */\r\n color: #FFF;\r\n/* not bold as text color and image behind it set it off from non active */\r\n font-weight: normal;\r\n}\r\nul#primary-nav li ul a {\r\n/* insures alignment */\r\n text-align: left;\r\n margin: 0px;\r\n/* relative to it\'s container */\r\n position: relative;\r\n/* more padding to left than default */\r\n padding: 6px 3px 6px 15px;\r\n font-weight: normal;\r\n/* darker than first level \"a\" */\r\n color: #000;\r\n/* removes any borders that may have been set in first level */\r\n border-top: 0 none;\r\n border-right: 0 none;\r\n border-left: 0 none;\r\n/* removes image set in first level \"a\" */\r\n background: none;\r\n}\r\nul#primary-nav li ul {\r\n/* very lite grey color, by now you should know what the rest mean */\r\n background: #F3F5F5;\r\n margin: 0px;\r\n padding: 0px;\r\n position: absolute;\r\n width: auto;\r\n height: auto;\r\n display: none;\r\n position: absolute;\r\n z-index: 999;\r\n border-top: 1px solid #FFFFFF;\r\n border-bottom: 1px solid #374B51;\r\n /*Info: The opacity property is CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/\r\n opacity: 0.95;\r\n/* CSS 3 */\r\n}\r\n/* Fixes IE7 bug */\r\n#primary-nav li, #primary-nav li.menuparent {\r\n min-height: 1em;\r\n}\r\n/* Styling the basic apperance of the second level active page elements (shows what page in the menu is being displayed) */\r\n#primary-nav li li.menuactive, #primary-nav li.menuactive.menuparenth li.menuactive {\r\n/* set your image here, dark grey image with white text set above*/\r\n background: url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\r\n}\r\n#primary-nav li.menuparent span {\r\n/* padding on left for image */\r\n padding-left: 1.5em;\r\n/* down arrow to note it has children, left side of text */\r\n background: url([[root_url]]/uploads/ngrey/active.png) no-repeat left center;\r\n}\r\n#primary-nav li.menuparent:hover li.menuparent span {\r\n/* remove left padding as image is on right side of text */\r\n padding-left: 0;\r\n/* right arrow to note it has children, right side of text */\r\n background: url([[root_url]]/uploads/ngrey/parent.png) no-repeat right center;\r\n}\r\n#primary-nav li.menuparenth li.menuparent span,\r\n#primary-nav li.menuparenth li.menuparenth span {\r\n/* same as above but this is for IE6, gif image as it can\'t handle transparent png */\r\n padding-left: 0;\r\n background: url([[root_url]]/uploads/ngrey/parent.gif) no-repeat right center;\r\n}\r\n#primary-nav li.menuparenth span,\r\n#primary-nav li.menuparent:hover span,\r\n#primary-nav li.menuparent.menuactive span,\r\n#primary-nav li.menuparent.menuactiveh span, {\r\n/* right arrow to note hover */\r\n background: url([[root_url]]/uploads/ngrey/parent.png) no-repeat left center;\r\n}\r\n#primary-nav li li span,\r\n#primary-nav li.menuparent li span,\r\n#primary-nav li.menuparent:hover li span,\r\n#primary-nav li.menuparenth li span,\r\n#primary-nav li.menuparenth li.menuparenth li span,\r\n#primary-nav li.menuparent li.menuparent li span,\r\n#primary-nav li.menuparent li.menuparent:hover li span {\r\n/* removes any images set above unless it\'s a parent or active parent */\r\n background: none;\r\n/* removes padding that is used for arrows */\r\n padding-left: 0px;\r\n}\r\n/* IE6 flicker fix */\r\n#primary-nav li.menuh,\r\n#primary-nav li.mnuparenth,\r\n#primary-nav li.mnuactiveh {\r\n background: url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\r\n color: #899092;\r\n}\r\n#primary-nav li:hover li a {\r\n/* removes any images set above unless it\'s a parent or active parent */\r\n background: none;\r\n color: #000;\r\n}\r\n/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add\r\n#primary-nav li:hover ul ul ul,\r\n#primary-nav li.menuparenth ul ul ul,\r\n*/\r\n#primary-nav ul,\r\n#primary-nav li:hover ul,\r\n#primary-nav li:hover ul ul,\r\n#primary-nav li.menuparenth ul,\r\n#primary-nav li.menuparenth ul ul {\r\n display: none;\r\n}\r\n/* for fourth level add\r\n#primary-nav ul ul ul li:hover ul,\r\n#primary-nav ul ul ul li.menuparenth ul,\r\n*/\r\n#primary-nav li:hover ul,\r\n#primary-nav ul li:hover ul,\r\n#primary-nav ul ul li:hover ul,\r\n#primary-nav li.menuparenth ul,\r\n#primary-nav ul li.menuparenth ul,\r\n#primary-nav ul ul li.menuparenth ul {\r\n display: block;\r\n}\r\n/* IE Hack, will cause the css to not validate */\r\n#primary-nav li,\r\n#primary-nav li.menuparenth {\r\n _float: left;\r\n _height: 1%;\r\n}\r\n#primary-nav li a {\r\n _height: 1%;\r\n}\r\n/* BIG NOTE: I didn\'t do anything to these 2, never tested */\r\n#primary-nav li.sectionheader {\r\n border-left: 1px solid #006699;\r\n border-top: 1px solid #006699;\r\n font-size: 130%;\r\n font-weight: bold;\r\n padding: 1.5em 0 0.8em 0.5em;\r\n background-color: #fff;\r\n margin: 0;\r\n width: 100%;\r\n}\r\n/* separator */\r\n#primary-nav li hr.separator {\r\n display: block;\r\n height: 0.5em;\r\n color: #abb0b6;\r\n background-color: #abb0b6;\r\n width: 100%;\r\n border: 0;\r\n margin: 0;\r\n padding: 0;\r\n border-top: 1px solid #006699;\r\n border-right: 1px solid #006699;\r\n}','screen','','2006-07-25 21:22:32','2009-05-10 20:20:30');
INSERT INTO {DB_PREFIX}css VALUES (34,'Navigation: CSSMenu - Horizontal','/* by Alexander Endresen and mark and Nuno */\r\n#menu_vert {\r\n/* no margin/padding so it fills the whole div */\r\n margin: 0;\r\n padding: 0;\r\n}\r\n.clearb {\r\n/* needed for some browsers */\r\n clear: both;\r\n}\r\n#menuwrapper {\r\n/* set the background color for the menu here */\r\n background-color: #243135;\r\n/* IE6 Hack */\r\n height: 1%;\r\n width: auto;\r\n/* one border at the top */\r\n border-top: 1px solid #3F565C;\r\n margin: 0;\r\n padding: 0;\r\n}\r\nul#primary-nav, ul#primary-nav ul {\r\n/* remove any default bullets */\r\n list-style-type: none;\r\n margin: 0;\r\n padding: 0;\r\n}\r\nul#primary-nav {\r\n/* pushes the menu div up to give room above for background color to show */\r\n padding-top: 10px;\r\n/* keeps the first menu item off the left side */\r\n padding-left: 10px;\r\n}\r\nul#primary-nav ul {\r\n/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */\r\n position: absolute;\r\n/* top being the bottom of the li it comes out of */\r\n top: auto;\r\n/* keeps it hidden till hover event */\r\n display: none;\r\n/* same size but different color for each border */\r\n border-top: 1px solid #C8D3D7;\r\n border-right: 1px solid #C8D3D7;\r\n border-bottom: 1px solid #ADC0C7;\r\n border-left: 1px solid #A5B9C0;\r\n}\r\nul#primary-nav ul ul {\r\n/* now we move the next level ul down from the top a little for distinction */\r\n margin-top: 1px;\r\n/* pull it in on the left, helps us not lose the hover effect when going to next level */\r\n margin-left: -1px;\r\n/* keeps the left side of this ul on the right side of the one it came out of */\r\n left: 100%;\r\n/* sets the top of it inline with the li it came out of */\r\n top: 0px;\r\n}\r\nul#primary-nav li {\r\n/* floating left will set menu items to line up left to right else they will stack top to bottom */\r\n float: left;\r\n/* no margin/padding keeps them next to each other, the padding will be in the \"a\" */\r\n margin: 0px;\r\n padding: 0px;\r\n}\r\n#primary-nav li li {\r\n/* Set the width of the menu elements at second level. Leaving first level flexible. */\r\n width: 220px;\r\n/* removes any left margin it may have picked up from the first li */\r\n margin-left: 0px;\r\n/* keeps them tight to the one above, no missed hovers */\r\n margin-top: -1px;\r\n/* removes the left float set in first li so these will stack from top down */\r\n float: none;\r\n/* relative to the ul they are in */\r\n position: relative;\r\n}\r\n/* set the \"a\" link look here */\r\nul#primary-nav li a {\r\n/* specific font size, this could be larger or smaller than default font size */\r\n font-size: 1em;\r\n/* make sure we keep the font normal */\r\n font-weight: normal;\r\n/* set default link colors */\r\n color: #fff;\r\n/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */\r\n padding: 12px 15px 15px;\r\n display: block;\r\n/* sets no underline on links */\r\n text-decoration: none;\r\n}\r\nul#primary-nav li a:hover {\r\n/* kind of obvious */\r\n background-color: transparent;\r\n}\r\nul#primary-nav li li a:hover {\r\n/* this is set to #000, black, below so hover will be white text */\r\n color: #FFF;\r\n}\r\nul#primary-nav li a.menuactive {\r\n color: #000;\r\n/* bold to set it off from non active */\r\n font-weight: bold;\r\n/* set your image here */\r\n background: url([[root_url]]/uploads/ngrey/nav.png) repeat-x left 0px;\r\n}\r\nul#primary-nav li a.menuactive:hover {\r\n color: #000;\r\n/* keep it the same */\r\n font-weight: bold;\r\n}\r\n#primary-nav li li a.menuparent span {\r\n/* makes it hold a shape */\r\n display: block;\r\n/* set your image here, right arrow, 98% over from the left, 100% or \'right\' puts it to far */\r\n background: url([[root_url]]/uploads/ngrey/parent.png) no-repeat 98% center;\r\n}\r\n/* gif for IE6, as it can\'t handle transparent png */\r\n* html #primary-nav li li a.menuparent span {\r\n/* set your image here, right arrow, 98% over from the left, 100% or \'right\' puts it to far */\r\n background: url([[root_url]]/uploads/ngrey/parent.gif) no-repeat 98% center;\r\n}\r\nul#primary-nav li ul a {\r\n/* insures alignment */\r\n text-align: left;\r\n margin: 0px;\r\n/* keeps it relative to it\'s container */\r\n position: relative;\r\n/* less padding than first level no need for large links here */\r\n padding: 6px 3px 6px 15px;\r\n/* if first level is set to bold this will reset this level */\r\n font-weight: normal;\r\n/* first level is #FFF/white, we need black to contrast with light background */\r\n color: #000;\r\n border-top: 0 none;\r\n border-right: 0 none;\r\n border-left: 0 none;\r\n}\r\nul#primary-nav li ul {\r\n/* very lite grey color, by now you should know what the rest mean */\r\n background: #F3F5F5;\r\n margin: 0px;\r\n padding: 0px;\r\n position: absolute;\r\n width: auto;\r\n height: auto;\r\n display: none;\r\n position: absolute;\r\n z-index: 999;\r\n border-top: 1px solid #FFFFFF;\r\n border-bottom: 1px solid #374B51;\r\n/*Info: The opacity property is CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/\r\n opacity: 0.95;\r\n/* CSS 3 */\r\n}\r\nul#primary-nav li ul ul {\r\n/*Info: The opacity property is CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/\r\n opacity: 95;\r\n/* CSS 3 */\r\n}\r\n/* Styling the appearance of menu items on hover */\r\n#primary-nav li:hover,\r\n#primary-nav li.menuh,\r\n#primary-nav li.menuparenth,\r\n#primary-nav li.menuactiveh {\r\n/* set your image here, dark grey image */\r\n background: url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\r\n color: #000\r\n}\r\n/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add\r\n#primary-nav li:hover ul ul ul,\r\n#primary-nav li.menuparenth ul ul ul,\r\n*/\r\n#primary-nav ul,\r\n#primary-nav li:hover ul,\r\n#primary-nav li:hover ul ul,\r\n#primary-nav li.menuparenth ul,\r\n#primary-nav li.menuparenth ul ul {\r\n display: none;\r\n}\r\n/* for fourth level add\r\n#primary-nav ul ul ul li:hover ul,\r\n#primary-nav ul ul ul li.menuparenth ul,\r\n*/\r\n#primary-nav li:hover ul,\r\n#primary-nav ul li:hover ul,\r\n#primary-nav ul ul li:hover ul,\r\n#primary-nav li.menuparenth ul,\r\n#primary-nav ul li.menuparenth ul,\r\n#primary-nav ul ul li.menuparenth ul {\r\n display: block;\r\n}\r\n/* IE6 Hacks */\r\n#primary-nav li li {\r\n float: left;\r\n clear: both;\r\n}\r\n#primary-nav li li a {\r\n height: 1%;\r\n}','screen','','2006-07-25 21:22:32','2009-05-10 16:52:41');
INSERT INTO {DB_PREFIX}css VALUES (35,'Module: News','div#news {\r\n/* margin for the entire div surrounding the news items */\r\n margin: 2em 0 1em 1em;\r\n/* border set here */\r\n border: 1px solid #909799;\r\n/* sets it off from surroundings */\r\n background: #f5f5f5;\r\n}\r\ndiv#news h2 {\r\n line-height: 2em;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\r\n color: #f5f5f5;\r\n border: none\r\n}\r\n.NewsSummary {\r\n/* padding for the news article summary */\r\n padding: 0.5em 0.5em 1em;\r\n/* margin to the bottom of the news article summary */\r\n margin: 0 0.5em 1em 0.5em;\r\n border-bottom: 1px solid #ccc;\r\n}\r\n.NewsSummaryPostdate {\r\n/* smaller than default text size */\r\n font-size: 90%;\r\n/* bold to set it off from text */\r\n font-weight: bold;\r\n}\r\n.NewsSummaryLink {\r\n/* bold to set it off from text */\r\n font-weight: bold;\r\n/* little more room at top */\r\n padding-top: 0.2em;\r\n}\r\n.NewsSummaryCategory {\r\n/* italic to set it off from text */\r\n font-style: italic;\r\n margin: 5px 0;\r\n}\r\n.NewsSummaryAuthor {\r\n/* italic to set it off from text */\r\n font-style: italic;\r\n padding-bottom: 0.5em;\r\n}\r\n.NewsSummarySummary, .NewsSummaryContent {\r\n/* larger than default text */\r\n line-height: 140%;\r\n}\r\n.NewsSummaryMorelink {\r\n padding-top: 0.5em;\r\n}\r\n#NewsPostDetailDate {\r\n/* smaller text */\r\n font-size: 90%;\r\n margin-bottom: 5px;\r\n/* bold to set it off from text */\r\n font-weight: bold;\r\n}\r\n#NewsPostDetailSummary {\r\n/* larger than default text */\r\n line-height: 150%;\r\n}\r\n#NewsPostDetailCategory {\r\n/* italic to set it off from text */\r\n font-style: italic;\r\n border-top: 1px solid #ccc;\r\n margin-top: 0.5em;\r\n padding: 0.2em 0;\r\n}\r\n#NewsPostDetailContent {\r\n margin-bottom: 15px;\r\n/* larger than default text */\r\n line-height: 150%;\r\n}\r\n#NewsPostDetailAuthor {\r\n padding-bottom: 1.5em;\r\n/* italic to set it off from text */\r\n font-style: italic;\r\n}\r\n/* more divs, left unstyled, just so you know the IDs of them */ \r\n#NewsPostDetailTitle {\r\n}\r\n#NewsPostDetailHorizRule {\r\n}\r\n#NewsPostDetailPrintLink {\r\n}\r\n#NewsPostDetailReturnLink {\r\n}\ndiv#news ul li {\n padding: 2px 2px 2px 5px;\n margin-left: 20px;\n}','screen','','2006-07-25 21:22:32','2009-05-09 23:29:39');
INSERT INTO {DB_PREFIX}css VALUES (38, 'Navigation: Simple - Horizontal','/********************MENU*********************/\r\n/* hack for IE6 */\r\n* html div#menu_horiz {\r\n/* hide ie/mac \\*/\r\n height: 1%;\r\n/* end hide */\r\n}\r\ndiv#menu_horiz {\r\n/* background color for the entire menu row */\r\n background-color: #243135;\r\n/* insure full width */\r\n width: 100%;\r\n/* set height */\r\n height: 49px;\r\n margin: 0;\r\n}\r\ndiv#menu_horiz ul {\r\n/* remove any default bullets */\r\n list-style-type: none;\r\n margin: 0;\r\n/* pushes the menu div up to give room above for background color to show */\r\n padding-top: 10px;\r\n/* keeps the first menu item off the left side */\r\n padding-left: 10px;\r\n}\r\n/* menu list items */\r\ndiv#menu_horiz li {\r\n/* makes the list horizontal */\r\n float: left;\r\n/* remove any default bullets */\r\n list-style: none;\r\n/* still no margin */\r\n margin: 0;\r\n}\r\n/* the links, that is each list item */\r\ndiv#menu_horiz a, div#menu_horiz h3 span, div#menu_horiz .sectionheader span {\r\n/* pushes li out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */\r\n padding: 12px 15px 15px 0px;\r\n/* still no margin */\r\n margin: 0;\r\n/* removes default underline */\r\n text-decoration: none;\r\n/* default link color */\r\n color: #FFF;\r\n/* makes it hold a shape, IE has problems with this, fixed above */\r\n display: block;\r\n}\r\n/* hover state for links */\r\ndiv#menu_horiz li a:hover {;\r\n/* set your image here, dark grey image with white text set above*/\r\n background: url([[root_url]]/uploads/ngrey/nav.png) repeat-x left -50px;\r\n}\r\ndiv#menu_horiz a span {\r\n/* compensates for no left padding on the \"a\" */\r\n padding-left: 15px;\r\n}\r\ndiv#menu_horiz li.parent a span {\r\n/* no left padding on the \"a\" we can set it here, it lets us use the span for an image */\r\n padding-left: 20px;\r\n/* set your image here, down arrow to note it has children, left side of text */\r\n background: url([[root_url]]/uploads/ngrey/active.gif) no-repeat 0.3em center;\r\n}\r\ndiv#menu_horiz li.parent a:hover span {\r\n padding-left: 20px;\r\n/* hover replaces default with right arrow image */\r\n background: url([[root_url]]/uploads/ngrey/parent.gif) no-repeat 0.3em center;\r\n}\r\ndiv#menu_horiz li.menuactive a span {\r\n padding-left: 20px;\r\n/* menuactive replaces default with right arrow image */\r\n background: url([[root_url]]/uploads/ngrey/parent.gif) no-repeat 0.5em center;\r\n color: #000;\r\n}\r\ndiv#menu_horiz li.currentpage h3 span {\r\n padding-left: 12px;\r\n/* menuactive replaces default with right arrow image */\r\n background: url([[root_url]]/uploads/ngrey/nav.png) repeat-x left 0px;\r\n color: #000;\r\n}\r\ndiv#menu_horiz .sectionheader span {\r\n/* compensates for no left padding on the \"sectionheader\" */\r\n padding-left: 15px;\r\n}\r\n/* active parent, that is the first level parent of a child page that is the current page */\r\ndiv#menu_horiz li.menuactive, div#menu_horiz li.menuactive a:hover {\r\n/* set your image here, light image with #000/black text set below*/\r\n background: url([[root_url]]/uploads/ngrey/nav.png) repeat-x left 0px;\r\n color: #000;\r\n}','screen','','2006-07-25 21:22:32','2010-05-29 13:06:18');
INSERT INTO {DB_PREFIX}css VALUES (39,'Layout: Top menu + 2 columns','/* browsers interpret margin and padding a little differently, we\'ll remove all default padding and margins and set them later on */\r\n* {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n/*Set initial font styles*/\r\nbody {\r\n text-align: left;\r\n font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\r\n font-size: 75.01%;\r\n line-height: 1em;\r\n}\r\n/*set font size for all divs, this overrides some body rules*/\r\ndiv {\r\n font-size: 1em;\r\n}\r\n/*if img is inside \"a\" it would have borders, we don\'t want that*/\r\nimg {\r\n border: 0;\r\n}\r\n/*default link styles*/\r\n/* set all links to have underline and bluish color */\r\na, a:link a:active {\r\n text-decoration: underline;\r\n/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */\r\n background-color: inherit;\r\n color: #18507C;\r\n}\r\na:visited {\r\n text-decoration: underline;\r\n background-color: inherit;\r\n color: #18507C;\r\n/* a different color can be used for visited links */\r\n}\r\n/* remove underline on hover and change color */\r\na:hover {\r\n text-decoration: none;\r\n background-color: inherit;\r\n color: #385C72;\r\n}\r\n/*****************basic layout *****************/\r\nbody {\r\n margin: 0;\r\n padding: 0;\r\n/* default text color for entire site*/\r\n color: #333;\r\n/* you can set your own image and background color here */\r\n background: #f4f4f4 url([[root_url]]/uploads/ngrey/body.png) repeat-x left top;\r\n}\r\ndiv#pagewrapper {\r\n/* min max width, IE wont understand these, so we will use java script magic in the <head> */\r\n max-width: 99em;\r\n min-width: 60em;\r\n/* now that width is set this centers wrapper */\r\n margin: 0 auto;\r\n background-color: #fefefe;\r\n color: black;\r\n}\r\n/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */\r\ndiv#header {\r\n/* adjust according your image size */\r\n height: 100px;\r\n margin: 0;\r\n padding: 0;\r\n /* you can set your own image here, will go behind h1 a image */\r\n background: #f4f4f4 url([[root_url]]/uploads/ngrey/bg_banner.png) repeat-x left top;\r\n/* border just the bottom */\r\n border-bottom: 1px solid #D9E2E6;\r\n}\r\ndiv#header h1 a {\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/logoCMS.png) no-repeat left top;\r\n/* this will make the \"a\" link a solid shape */\r\n display: block;\r\n/* adjust according your image size */\r\n height: 100px;\r\n/* this hides the text */\r\n text-indent: -999em;\r\n/* old firefox would have shown underline for the link, this explicitly hides it */\r\n text-decoration: none;\r\n}\r\ndiv#header h1 {\r\n margin: 0;\r\n padding: 0;\r\n/*these keep IE6 from pushing the header to more than the set size*/\r\n line-height: 0;\r\n font-size: 0;\r\n/* this will keep IE6 from flickering on hover */\r\n background: url([[root_url]]/uploads/ngrey/logoCMS.png) no-repeat left top;\r\n}\r\ndiv#header h2 {\r\n/* this is where the site name is */\r\n float: right;\r\n line-height: 1.2em;\r\n/* this keeps IE6 from not showing the whole text */\r\n font-size: 1.5em;\r\n/* keeps the size uniform */\r\n margin: 35px 65px 0px 0px;\r\n/* adjust according your text size */\r\n color: #f4f4f4;\r\n}\r\ndiv.crbk {\r\n/* sets all to 0 */\r\n margin: 0;\r\n padding: 0;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainrtup.gif) no-repeat right bottom;\r\n}\r\ndiv.breadcrumbs {\r\n/* CSS short hand rule first value is top then right, bottom and left */\r\n padding: 1em 0em 1em 1em;\r\n/* its good to set font sizes to be relative, this way viewer can change his/her font size */\r\n font-size: 90%;\r\n/* css shorthand rule will be opened to be \"0px 0px 0px 0px\" */\r\n margin: 0px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainleftup.gif) no-repeat left bottom;\r\n}\r\ndiv.breadcrumbs span.lastitem {\r\n font-weight: bold;\r\n}\r\ndiv#search {\r\n/* position for the search box */\r\n float: right;\r\n/* enough width for the search input box */\r\n width: 27em;\r\n text-align: right;\r\n padding: 0.5em 0 0.2em 0;\r\n margin: 0 1em;\r\n}\r\n/* a class for Submit button for the search input box */\r\ninput.search-button {\r\n border: none;\r\n height: 22px;\r\n width: 53px;\r\n margin-left: 5px;\r\n padding: 0px 2px 2px 0px;\r\n/* makes the hover cursor show, you can set your own cursor here */\r\n cursor: pointer;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/search.gif) no-repeat center center;\r\n}\r\ndiv#content {\r\n/* some air above and under menu and content */\r\n margin: 1.5em auto 2em 0;\r\n padding: 0px;\r\n}\r\n/* this gets all the outside calls that were used on the div#main before */\r\ndiv.back1 {\r\n/* this will give room for sidebar to be on the left side, make sure this number is bigger than sidebar width */\r\n margin-left: 29%;\r\n/* and some air on the right */\r\n margin-right: 2%;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainrt1.gif) no-repeat right top;\r\n}\r\n/* this is an IE6 hack, you may see these through out the CSS */\r\n* html div.back1 {\r\n/* unlike other browser IE6 needs float:right and a width */\r\n float: right;\r\n width: 69%;\r\n/* and we take this out or it will stop at the bottom */\r\n margin-left: 0%;\r\n/* and some air on the right */\r\n margin-right: 10px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainrt1.gif) no-repeat right top;\r\n}\r\ndiv.back2 {\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainleft1.gif) no-repeat left top;\r\n}\r\ndiv.back3 {\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/wbtmleft.gif) no-repeat left bottom;\r\n}\r\ndiv#main {\r\n/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */\r\n padding: 10px 15px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/rtup.gif) no-repeat right bottom;\r\n}\r\ndiv#sidebar {\r\n/* set sidebar left. Change to right, float: right; instead, but you will need to change the margins. */\r\n float: left;\r\n/* sidebar width, if you change this change div.back and/or div.back1 margins */\r\n width: 26%;\r\n/* FIX IE double margin bug */\r\n display: inline;\r\n/* the 20px is on the bottom, insures space above footer if longer than content */\r\n margin: 0px 0px 20px;\r\n padding: 0px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainrt.gif) no-repeat right top;\r\n}\r\ndiv#sidebarb {\r\n padding: 10px 15px 10px 20px;\r\n/* this one is for sidebar with content and no menu */\r\n background: url([[root_url]]/uploads/ngrey/mainrtup.gif) no-repeat right bottom;\r\n}\r\ndiv#sidebarb div#news {\r\n/* less margin surrounding the news, sidebarb has enough */\r\n margin: 2em 0 1em 0em;\r\n}\r\ndiv#sidebara {\r\n padding: 10px 15px 15px 0px;\r\n/* this one is for sidebar with menu and no content */\r\n background: url([[root_url]]/uploads/ngrey/mainrtup.gif) no-repeat right bottom;\r\n}\r\ndiv.footback {\r\n/* keep footer below content and menu */\r\n clear: both;\r\n/* this sets 10px on right to let the right image show, the balance 10px left on next div */\r\n padding: 0px 10px 0px 0px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/wfootrt.gif) no-repeat right top;\r\n}\r\ndiv#footer {\r\n/* this sets 10px on left to balance 10px right on last div */\r\n padding: 0px 0px 0px 10px;\r\n/* color of text, the link color is set below */\r\n color: #595959;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/wtopleft.gif) no-repeat left top;\r\n}\r\ndiv.leftfoot {\r\n float: left;\r\n width: 30%;\r\n margin-left: 20px\r\n}\r\ndiv#footer p {\r\n/* sets different font size from default */\r\n font-size: 0.8em;\r\n/* some air for footer */\r\n padding: 1.5em;\r\n/* centered text */\r\n text-align: center;\r\n margin: 0;\r\n}\r\ndiv#footer p a {\r\n/* footer link would be same color as default we want it same as footer text */\r\n color: #595959;\r\n}\r\n/* as we hid all hr for accessibility we create new hr with div class=\"hr\" element */\r\ndiv.hr {\r\n height: 1px;\r\n padding: 1em;\r\n border-bottom: 1px dotted black;\r\n margin: 1em;\r\n}\r\n/* relational links under content */\r\ndiv.left49 {\r\n/* combined percentages of left+right equaling 100% might lead to rounding error on some browser */\r\n width: 70%;\r\n}\r\ndiv.right49 {\r\n float: right;\r\n width: 29%;\r\n/* set right to keep text on right */\r\n text-align: right;\r\n}\r\n/********************CONTENT STYLING*********************/\r\n/* HEADINGS */\r\ndiv#content h1 {\r\n/* font size for h1 */\r\n font-size: 2em;\r\n line-height: 1em;\r\n margin: 0;\r\n}\r\ndiv#content h2 {\r\n color: #294B5F;\r\n/* font size for h2 the higher the h number the smaller the font size, most times */\r\n font-size: 1.5em;\r\n text-align: left;\r\n/* some air around the text */\r\n padding-left: 0.5em;\r\n padding-bottom: 1px;\r\n/* set borders around header */\r\n border-bottom: 1px solid #899092;\r\n border-left: 1.1em solid #899092;\r\n/* a larder than h1 line height */\r\n line-height: 1.5em;\r\n/* and some air under the border */\r\n margin: 0 0 0.5em 0;\r\n}\r\ndiv#content h3 {\r\n color: #294B5F;\r\n font-size: 1.3em;\r\n line-height: 1.3em;\r\n margin: 0 0 0.5em 0;\r\n}\r\ndiv#content h4 {\r\n color: #294B5F;\r\n font-size: 1.2em;\r\n line-height: 1.3em;\r\n margin: 0 0 0.25em 0;\r\n}\r\ndiv#content h5 {\r\n color: #294B5F;\r\n font-size: 1.1em;\r\n line-height: 1.3em;\r\n margin: 0 0 0.25em 0;\r\n}\r\nh6 {\r\n color: #294B5F;\r\n font-size: 1em;\r\n line-height: 1.3em;\r\n margin: 0 0 0.25em 0;\r\n}\r\n/* END HEADINGS */\r\n/* TEXT */\r\np {\r\n/* default p font size, this is set different in some other divs */\r\n font-size: 1em;\r\n/* some air around p elements */\r\n margin: 0 0 1.5em 0;\r\n line-height: 1.4em;\r\n padding: 0;\r\n}\r\nblockquote {\r\n border-left: 10px solid #ddd;\r\n margin-left: 10px;\r\n}\r\nstrong, b {\r\n/* explicit setting for these */\r\n font-weight: bold;\r\n}\r\nem, i {\r\n/* explicit setting for these */\r\n font-style: italic;\r\n}\r\n/* Wrapping text in <code> tags. Makes CSS not validate */\r\ncode, pre {\r\n/* css-3 */\r\n white-space: pre-wrap;\r\n/* Mozilla, since 1999 */\r\n white-space: -moz-pre-wrap;\r\n/* Opera 4-6 */\r\n white-space: -pre-wrap;\r\n/* Opera 7 */\r\n white-space: -o-pre-wrap;\r\n/* Internet Explorer 5.5+ */\r\n word-wrap: break-word;\r\n font-family: \"Courier New\", Courier, monospace;\r\n font-size: 1em;\r\n}\r\npre {\r\n/* black border for pre blocks */\r\n border: 1px solid #000;\r\n/* set different from surroundings to stand out */\r\n background-color: #ddd;\r\n margin: 0 1em 1em 1em;\r\n padding: 0.5em;\r\n line-height: 1.5em;\r\n font-size: 90%;\r\n}\r\n/* Separating the divs on the template explanation page */\r\ndiv.templatecode {\r\n margin: 0 0 2.5em;\r\n}\r\n/* END TEXT */\r\n/* LISTS */\r\n/* lists in content need some margins to look nice */\r\ndiv#main ul,\r\ndiv#main ol,\r\ndiv#main dl {\r\n font-size: 1.0em;\r\n line-height: 1.4em;\r\n margin: 0 0 1.5em 0;\r\n}\r\ndiv#main ul li,\r\ndiv#main ol li {\r\n margin: 0 0 0.25em 3em;\r\n}\r\n/* definition lists topics on bold */\r\ndiv#main dl {\r\n margin-bottom: 2em;\r\n padding-bottom: 1em;\r\n border-bottom: 1px solid #c0c0c0;\r\n}\r\ndiv#main dl dt {\r\n font-weight: bold;\r\n margin: 0 0 0 1em;\r\n}\r\ndiv#main dl dd {\r\n margin: 0 0 1em 1em;\r\n}\r\n/* END LISTS */','screen','','2006-07-25 21:22:32','2009-05-10 00:13:04');
INSERT INTO {DB_PREFIX}css VALUES (42, 'Navigation: Simple - Vertical', '/******************** MENU *********************/\n#menu_vert {\n margin: 0;\n padding: 0;\n}\n#menu_vert ul {\n/* remove any bullets */\n list-style: none;\n/* margin/padding set in li */\n margin: 0px;\n padding: 0px;\n}\n#menu_vert ul ul {\n margin: 0;\n/* padding right sets second level li in on right from first li */\n padding: 0px 5px 0px 0px;\n/* replaces bottom of li.menuactive menuparent, looks like li below it, set in 5px more, is sitting on top of it */\n background: transparent url([[root_url]]/uploads/ngrey/liup.gif) no-repeat right -4px;\n}\n#menu_vert li {\n/* remove any bullets */\n list-style: none;\n/* negative bottom margin pulls them together, images look like one border between */\n margin: 0px 0px -1px;\n/* bottom padding pushes "a" up enough to show our image */\n padding: 0px 0px 4px 0px;\n/* you can set your own image here */\n background: transparent url([[root_url]]/uploads/ngrey/liup.gif) no-repeat right bottom;\n}\n#menu_vert li.currentpage {\n padding: 0px 0px 3px 0px;\n}\n#menu_vert li.menuactive {\n margin: 0;\n padding: 0px;\n/* replaced by image in ul ul */\n background: none;\n}\n#menu_vert li.menuactive ul {\n margin: 0;\n}\n#menu_vert li.activeparent {\n margin: 0;\n padding: 0px;\n}\n/* fix stupid IE6 bug with display:block; */\n* html #menu_vert li {\n height: 1%;\n}\n* html #menu_vert li a {\n height: 1%;\n}\n* html #menu_vert li hr {\n height: 1%;\n}\n/** end fix **/\n/* first level links */\ndiv#menu_vert a {\n/* IE6 has problems with this, fixed above */\n display: block;\n/* some air for it */\n padding: 0.8em 0.3em 0.5em 1.5em;\n/* this will be link color for all levels */\n color: #18507C;\n/* Fixes IE7 whitespace bug */\n min-height: 1em;\n/* no underline for links */\n text-decoration: none;\n/* you can set your own image here this is tall enough to cover text heavy links */\n background: transparent url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\n}\n/* next level links, more padding and smaller font */\ndiv#menu_vert ul ul a {\n font-size: 90%;\n padding: 0.8em 0.3em 0.5em 2.8em;\n}\n/* third level links, more padding */\ndiv#menu_vert ul ul ul a {\n padding: 0.5em 0.3em 0.3em 3em;\n}\n/* hover state for all links */\ndiv#menu_vert a:hover {\n background-color: transparent;\n color: #595959;\n text-decoration: underline;\n}\ndiv#menu_vert a.activeparent:hover {\n color: #595959;\n}\n/* active parent, that is the first level parent of a child page that is the current page */\ndiv#menu_vert li.activeparent {\n/* you can set your own image here */\n background: transparent url([[root_url]]/uploads/ngrey/liup.gif) no-repeat right -65px;\n/* white to contrast with background image */\n color: #fff;\n}\ndiv#menu_vert li.activeparent a.activeparent {\n/* you can set your own image here */\n background: transparent url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\n/* to contrast with background image */\n color: #000;\n}\ndiv#menu_vert li a.parent {\n/* takes left padding out so span image has room on left */\n padding-left: 0em;\n}\ndiv#menu_vert ul ul li a.parent {\n/* increased padding on left offsets it from one above */\n padding-left: 0.9em;\n}\ndiv#menu_vert li a.parent span {\n display: block;\n margin: 0;\n/* adds left padding taken out of "a.parent" */\n padding-left: 1.5em;\n/* arrow on left for pages with children, points down, you can set your own image here */\n background: transparent url([[root_url]]/uploads/ngrey/active.png) no-repeat 2px center;\n}\ndiv#menu_vert li a.parent:hover {\n/* removes underline hover effect */\n text-decoration: none;\n}\ndiv#menu_vert li a.parent:hover span {\n display: block;\n margin: 0;\n padding-left: 1.5em;\n/* arrow on left for pages with children, points right for hover, you can set your own image here */\n background: transparent url([[root_url]]/uploads/ngrey/parent.png) no-repeat 2px center;\n}\ndiv#menu_vert li a.menuactive.menuparent {\n/* sets it in a little more than a.parent */\n padding-left: 0.35em;\n}\ndiv#menu_vert ul ul li a.menuactive.menuparent {\n/* sets it in a little more on next level */\n padding-left: 0.99em;\n}\ndiv#menu_vert li a.menuactive.menuparent span {\n display: block;\n margin: 0;\n/* to contrast with non active pages */\n font-weight: bold;\n padding-left: 1.5em;\n/* arrow on left for active pages with children, points right, you can set your own image here */\n background: transparent url([[root_url]]/uploads/ngrey/parent.png) no-repeat 2px center;\n}\ndiv#menu_vert li a.menuactive.menuparent:hover {\n text-decoration: none;\n color: #18507C;\n}\ndiv#menu_vert ul ul li a.activeparent {\n color: #fff;\n}\n/* current pages in the default Menu Manager template are unclickable. This is for current page on first level */\ndiv#menu_vert ul h3 {\n display: block;\n/* some air for it */\n padding: 0.8em 0.5em 0.5em 1.5em;\n/* this will be link color for all levels */\n color: #000;\n/* instead of the normal font size for <h3> */\n font-size: 1em;\n/* as <h3> normally has some margin by default */\n margin: 0;\n/* you can set your own image here, same as "a" */\n background: transparent url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\n}\n/* next level current pages, more padding, smaller font and no background color or bottom border */\ndiv#menu_vert ul ul h3 {\n font-size: 90%;\n padding: 0.8em 0.5em 0.5em 2.8em;\n/* you can set your own image here, same as "a" */\n background: transparent url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\n color: #000;\n}\n/* current page on third level, more padding */\ndiv#menu_vert ul ul ul h3 {\n padding: 0.6em 0.5em 0.2em 3em;\n}\n/* BIG NOTE: I didn''t do anything to these, never tested */\n/* section header */\ndiv#menu_vert li.sectionheader {\n border-right: none;\n padding: 0.8em 0.5em 0.5em 1.5em;\n background: transparent url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\n line-height: 1em;\n margin: 0;\n color: #18507C;\n cursor:text;\n}\n/* separator */\ndiv#menu_vert .separator {\n height: 1px !important;\n margin-top: -1px;\n margin-bottom: 0;\n -padding: 2px 0 2px 0;\n background-color: #000;\n overflow: hidden !important;\n line-height: 1px !important;\n font-size: 1px;\n/* for ie */\n}\ndiv#menu_vert li.separator hr {\n display: none;\n/* this is for accessibility */\n}', 'screen','', '2009-04-30 01:09:15', '2009-07-23 00:17:42');
INSERT INTO {DB_PREFIX}css VALUES (43, 'Navigation: ShadowMenu - Horizontal', '/* by Alexander Endresen and mark */\r\n#menu_vert {\r\n/* no margin/padding so it fills the whole div */\r\n margin: 0;\r\n padding: 0;\r\n}\r\n.clearb {\r\n/* needed for some browsers */\r\n clear: both;\r\n}\r\n#menuwrapper {\r\n/* set the background color for the menu here */\r\n background-color: #243135;\r\n/* IE6 Hack */\r\n height: 1%;\r\n width: auto;\r\n/* one border at the top */\r\n border-top: 1px solid #3F565C;\r\n margin: 0;\r\n padding: 0;\r\n}\r\nul#primary-nav {\r\n list-style-type: none;\r\n margin: 0px;\r\n padding-top: 10px;\r\n padding-left: 10px;\r\n}\r\n#primary-nav ul {\r\n/* remove any default bullets */\r\n list-style-type: none;\r\n/* sets width of second level ul to background image */\r\n width: 210px;\r\n margin: 0px;\r\n padding: 0px;\r\n/* make the ul stay in place so when we hover it lets the drops go over the content instead of displacing it */\r\n position: absolute;\r\n/* top being the bottom of the li it comes out of */\r\n top: auto;\r\n/* keeps it hidden till hover event */\r\n display: none;\r\n/* room at top for li so image top shows correct */\r\n padding-top: 9px;\r\n/* set your image here, tall enough for the ul */\r\n background: url([[root_url]]/uploads/ngrey/ultopup.png) no-repeat left top;\r\n}\r\n/* IE6 hacks on the above code */\r\n* html #primary-nav ul {\r\n padding-top: 13px;\r\n background: url([[root_url]]/uploads/ngrey/ultopup.gif) no-repeat left top;\r\n}\r\n#primary-nav ul ul {\r\n/* insures no top margins */\r\n margin-top: 0px;\r\n/* pulls the last ul back over the preceding ul */\r\n margin-left: -1px;\r\n/* keeps the left side of this ul on the right side of the preceding ul */\r\n left: 100%;\r\n/* negative margin pulls the left centered in li next to it */\r\n top: -3px;\r\n/* set your image here, tall enough for the ul, this is the left arrow for third level ul */\r\n background: url([[root_url]]/uploads/ngrey/ultoprt.png) no-repeat left top;\r\n}\r\n/* IE6 hacks on the above code */\r\n* html #primary-nav ul ul {\r\n margin-top: 0px;\r\n padding-left: 5px;\r\n left: 100%;\r\n top: -7px;\r\n/* IE6 gets gif as it can''t handle transparent png */\r\n background: url([[root_url]]/uploads/ngrey/ultoprt.gif) no-repeat right top;\r\n}\r\n#primary-nav li {\r\n/* a little space to the left of each top level menu item */\r\n margin-left: 5px;\r\n/* floating left will set menu items to line up left to right else they will stack top to bottom */\r\n float: left;\r\n}\r\n#primary-nav li li {\r\n/* a little more space to the left of each menu item */\r\n margin-left: 8px;\r\n/* keeps them tight to the one above, no missed hovers */\r\n margin-top: -1px;\r\n/* removes the left float set in first li so these will stack from top down */\r\n float: none;\r\n/* relative to the ul they are in */\r\n position: relative;\r\n}\r\n/* IE6 hacks on the above code */\r\n* html #primary-nav li li {\r\n margin-left: 6px;\r\n/* helps hold it inside the ul */\r\n width: 171px;\r\n}\r\nul#primary-nav li a {\r\n/* specific font size, this could be larger or smaller than default font size */\r\n font-size: 1em;\r\n/* make sure we keep the font normal */\r\n font-weight: normal;\r\n/* set default link colors */\r\n color: #fff;\r\n/* doing tab menus require a bit different padding, this will give room on right for image to show, adjust to width of your image */\r\n padding: 0px 11px 0px 0px;\r\n/* makes it hold a shape */\r\n display: block;\r\n/* remove default "a" underline */\r\n text-decoration: none;\r\n}\r\nul#primary-nav li a span {\r\n/* takes normal "a" padding minus some for right image */\r\n padding: 12px 4px 12px 15px;\r\n/* makes it hold a shape */\r\n display: block;\r\n}\r\nul#primary-nav li a:hover {\r\n/* kind of obvious */\r\n background-color: transparent;\r\n}\r\nul#primary-nav li {\r\n/* set your image here */\r\n background: url([[root_url]]/uploads/ngrey/navrttest.gif) no-repeat right -51px;\r\n}\r\nul#primary-nav li span {\r\n/* set your image here */\r\n background: url([[root_url]]/uploads/ngrey/navlefttest.gif) repeat-x left -51px;\r\n/* set text color here also to insure color */\r\n color: #fff;\r\n/* just to be sure */\r\n font-weight: normal;\r\n}\r\nul#primary-nav li li {\r\n/* remove any image set in first level li */\r\n background: none;\r\n}\r\nul#primary-nav li li span {\r\n/* remove any image set in first level li span */\r\n background: none;\r\n/* set text color here also to insure color */\r\n color: #fff;\r\n/* just to be sure */\r\n font-weight: normal;\r\n}\r\nul#primary-nav li:hover,\r\nul#primary-nav li.menuh,\r\nul#primary-nav li.menuparenth {\r\n/* set hover image, right side */\r\n background: url([[root_url]]/uploads/ngrey/navrttest.gif) no-repeat right 0px;\r\n}\r\nul#primary-nav li:hover span,\r\nul#primary-nav li.menuh span,\r\nul#primary-nav li.menuparenth span {\r\n/* set hover image, left side */\r\n background: url([[root_url]]/uploads/ngrey/navlefttest.gif) repeat-x left 0px;\r\n/* change text color on hover */\r\n color: #000;\r\n font-weight: normal;\r\n}\r\n/* IE6 hacks, the JS used for hover effect in IE6 puts class menuh on li, unless they have a class then just an "h" as seen above and below */\r\nul#primary-nav li li.menuh {\r\n background: none;\r\n font-weight: normal;\r\n}\r\n/* IE6 hacks */\r\nul#primary-nav li.menuparenth li span {\r\n background: none;\r\n color: #000;\r\n font-weight: normal;\r\n}\r\n/* IE6 hacks */\r\nul#primary-nav li.menuparenth li.menuparent span {\r\n/* gif for IE6, as it can''t handle transparent png */\r\n background: url([[root_url]]/uploads/ngrey/parent.gif) no-repeat right center;\r\n color: #000\r\n}\r\n/* IE6 hacks */\r\nul#primary-nav li.menuparenth li.menuh span {\r\n background: none;\r\n color: #FFF;\r\n font-weight: normal;\r\n}\r\n/* IE6 hacks */\r\nul#primary-nav li.menuparenth li.menuparenth {\r\n background: none;\r\n color: #FFF;\r\n font-weight: normal;\r\n}\r\nul#primary-nav li.menuactive a {\r\n/* set your image here for active tab right */\r\n background: url([[root_url]]/uploads/ngrey/navrttest.gif) no-repeat right 0px;\r\n}\r\nul#primary-nav li a.menuactive span {\r\n/* set your image here for active tab left */\r\n background: url([[root_url]]/uploads/ngrey/navlefttest.gif) repeat-x left 0px;\r\n/* non active is #FFF/white, we need #000/black to contrast with light background */\r\n color: #000;\r\n/* bold to set it off from non active */\r\n font-weight: bold;\r\n}\r\n#primary-nav li li a {\r\n/* second level padding, no image and not as big */\r\n padding: 5px 10px;\r\n/* to keep it within li */\r\n width: 165px;\r\n/* space between them */\r\n margin: 5px;\r\n background: none;\r\n}\r\n/* IE6 hacks to above code */\r\n* html #primary-nav li li a {\r\n padding: 5px 10px;\r\n width: 165px;\r\n margin: 0px;\r\n color: #000;\r\n}\r\n#primary-nav li li:hover {\r\n/* remove image set in first level */\r\n background: none;\r\n}\r\n#primary-nav li li a:hover {\r\n/* set different image than first level */\r\n background: url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\r\n/* we need #FFF/white to contrast with dark background */\r\n color: #FFF;\r\n}\r\n#primary-nav li.menuparent li a:hover span {\r\n/* insures text color */\r\n color: #FFF;\r\n}\r\nul#primary-nav li:hover li a span {\r\n/* first level is #FFF/white, we need #000/black to contrast with light background */\r\n color: #000;\r\n/* just to insure normal */\r\n font-weight: normal;\r\n}\r\n#primary-nav li li.menuactive a.menuactive, #primary-nav li li.menuactive a.menuactive:hover {\r\n/* set your image here, lighter than hover */\r\n background: url([[root_url]]/uploads/ngrey/nav.png) repeat-x left 0px;\r\n/* non active is #FFF/white, we need #000/black to contrast with light background */\r\n color: #000;\r\n}\r\n#primary-nav li li.menuactive a.menuactive span {\r\n/* insures text color */\r\n color: #000\r\n}\r\n#primary-nav li li.menuactive a.menuactive:hover span {\r\n/* insures text color */\r\n color: #000;\r\n}\r\n/* IE6 hacks to above code */\r\n#primary-nav li li.menuparenth a.menuparent span {\r\n/* right arrow for menu parent, IE6 gif */\r\n background: url([[root_url]]/uploads/ngrey/parent.gif) no-repeat right center;\r\n color: #000\r\n}\r\n/* IE6 hacks to above code */\r\n#primary-nav li li.menuparenth a.menuparent:hover span {\r\n color: #FFF\r\n}\r\n#primary-nav li li.menuparent a.menuparent span {\r\n/* right arrow for parent item */\r\n background: url([[root_url]]/uploads/ngrey/parent.gif) no-repeat right center;\r\n}\r\n#primary-nav li.menuactive li a:hover span {\r\n/* black text */\r\n color: #000\r\n}\r\nul#primary-nav li li a.menuactive span {\r\n/* remove image set in first level */\r\n background: none;\r\n font-weight: normal;\r\n}\r\n#primary-nav li.menuactive li a {\r\n/* second level active link color */\r\n color: #0587A9;\r\n text-decoration: none;\r\n background: none;\r\n}\r\n#primary-nav li.menuactive li a:hover {\r\n/* dark image for hover */\r\n background: url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\r\n}\r\n#primary-nav li.menuactive li a:hover span {\r\n/* white text to contrast with dark background image on hover */\r\n color: #FFF;\r\n}\r\nul#primary-nav li:hover li a span, ul#primary-nav li.menuparenth li a span {\r\n padding: 0px;\r\n background: none;\r\n}\r\n/* this is a special li type from the menu template, used to hold the bottom image for ul set above */\r\n#primary-nav ul li.separator, #primary-nav .separator:hover {\r\n/* set same as ul */\r\n width: 210px;\r\n/* height of image */\r\n height: 9px;\r\n/* negative margin pulls it down to cover ul image */\r\n margin: 0px 0px -8px;\r\n/* set your image here */\r\n background: url([[root_url]]/uploads/ngrey/ulbtmrt.png) no-repeat left bottom;\r\n}\r\n/* same as above for next level to insure it shows correct */\r\n#primary-nav ul ul li.separator, #primary-nav ul ul li.separator:hover {\r\n height: 9px;\r\n margin: 0px 0px -8px;\r\n background: url([[root_url]]/uploads/ngrey/ulbtmrt.png) no-repeat left bottom;\r\n}\r\n/* IE6 hacks */\r\n* html #primary-nav ul li.separator {\r\n height: 2px;\r\n background: url([[root_url]]/uploads/ngrey/ulbtmrt.gif) no-repeat left bottom;\r\n}\r\n/* IE6 hacks */\r\n* html #primary-nav ul li.separatorh {\r\n margin: 0px 0px -8px;\r\n height: 2px;\r\n background: url([[root_url]]/uploads/ngrey/ultop.gif) no-repeat left top;\r\n}\r\n/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add\r\n#primary-nav li:hover ul ul ul,\r\n#primary-nav li.menuparenth ul ul ul,\r\n*/\r\n#primary-nav ul,\r\n#primary-nav li:hover ul,\r\n#primary-nav li:hover ul ul,\r\n#primary-nav li.menuparenth ul,\r\n#primary-nav li.menuparenth ul ul {\r\n display: none;\r\n}\r\n/* for fourth level add\r\n#primary-nav ul ul ul li:hover ul,\r\n#primary-nav ul ul ul li.menuparenth ul,\r\n*/\r\n#primary-nav li:hover ul,\r\n#primary-nav ul li:hover ul,\r\n#primary-nav ul ul li:hover ul,\r\n#primary-nav li.menuparenth ul,\r\n#primary-nav ul li.menuparenth ul,\r\n#primary-nav ul ul li.menuparenth ul {\r\n display: block;\r\n}\r\n/* IE Hacks */\r\n#primary-nav li li {\r\n float: left;\r\n clear: both;\r\n}\r\n#primary-nav li li a {\r\n height: 1%;\r\n}', 'screen','','2009-05-01 04:32:33','2009-07-20 18:18:21');
INSERT INTO {DB_PREFIX}css VALUES (45,'Navigation: ShadowMenu - Vertical','/* Vertical menu for the CMS CSS Menu Module */\r\n/* by Alexander Endresen and mark */\r\n#menuwrapper {\r\n/* just smaller than it\'s containing div */\r\n width: 95%;\r\n margin-left: 0px;\r\n/* room at bottom */\r\n margin-bottom: 10px;\r\n}\r\n/* Unless you know what you do, do not touch this */\r\n#primary-nav, #primary-nav ul {\r\n/* remove any default bullets */\r\n list-style: none;\r\n margin: 0px;\r\n padding: 0px;\r\n/* make sure it fills out */\r\n width: 100%;\r\n/* just a little bump */\r\n margin-left: 1px;\r\n}\r\n#primary-nav li {\r\n/* negative bottom margin pulls them together, images look like one border between */\r\n margin-bottom: -1px;\r\n/* keeps within it\'s container */\r\n position: relative;\r\n/* bottom padding pushes \"a\" up enough to show our image */\r\n padding: 0px 0px 4px 0px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/liup.gif) no-repeat right bottom;\r\n}\r\n#primary-nav li li {\r\n/* you can set your width here, if no width or set auto it will only be as wide as the text in it */\r\n width: 190px;\r\n/* changes padding inherited from first level */\r\n padding: 0px 10px;\r\n/* removes first level li image */\r\n background-image: none;\r\n}\r\n/* Styling the basic appearance of the menu \"a\" elements */\r\nul#primary-nav li a {\r\n/* specific font size, this could be larger or smaller than default font size */\r\n font-size: 1em;\r\n/* make sure we keep the font normal */\r\n font-weight: normal;\r\n/* set default link colors */\r\n color: #595959;\r\n/* pushes li out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */\r\n padding: 0.8em 0.5em 0.5em 0.5em;\r\n/* makes it hold a shape */\r\n display: block;\r\n/* removes underline from default link setting */\r\n text-decoration: none;\r\n/* you can set your own image here this is tall enough to cover text heavy links */\r\n background: url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\r\n}\r\nul#primary-nav a span {\r\n/* makes it hold a shape */\r\n display: block;\r\n/* pushes text to right */\r\n padding-left: 1.5em;\r\n}\r\nul#primary-nav li a:hover {\r\n/* stops image flicker in some browsers */\r\n background: url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\r\n/* changes text color on hover */\r\n color: #899092\r\n}\r\nul#primary-nav li li a:hover {\r\n/* you can set your own image here, second level \"a\" */\r\n background: url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\r\n/* contrast color to image behind it */\r\n color: #FFF\r\n}\r\nul#primary-nav li a.menuactive {\r\n/* black and bold to set it off from non active */\r\n color: #000;\r\n font-weight: bold;\r\n}\r\nul#primary-nav li ul a {\r\n/* insure alignment */\r\n text-align: left;\r\n margin: 0px;\r\n/* relative to it\'s container */\r\n position: relative;\r\n/* even padding all 4 sides */\r\n padding: 6px;\r\n/* make sure we keep the font normal */\r\n font-weight: normal;\r\n/* set default link colors from here on */\r\n color: #000;\r\n/* remove any background that may have been set in level above */\r\n background: none;\r\n}\r\nul#primary-nav li ul {\r\n/* remove any default bullets */\r\n list-style-type: none;\r\n/* sets width of second level ul to background image */\r\n width: 209px;\r\n height: auto;\r\n/* negative margin pulls it over the parent ul */\r\n margin: 0px 0px 0px -2px;\r\n/* top padding gives room for image shadow and pushes li down into image */\r\n padding: 10px 0px 0px;\r\n/* make the ul stay in place so when we hover it lets the drops go over the content instead of displacing it */\r\n position: absolute;\r\n/* keeps the left side of this ul on the right side of the preceding ul */\r\n left: 100%;\r\n/* negative top pulls up so left arrow centered in li next to it */\r\n top: -2px;\r\n display: none;\r\n/* set your image here, tall enough for the ul, this is the left arrow for second ul and on */\r\n background: url([[root_url]]/uploads/ngrey/ultoprt.png) no-repeat left top;\r\n}\r\n/* a lot of the same as above, minor changes */\r\nul#primary-nav li ul ul {\r\n list-style-type: none;\r\n/* bit more negative left margin */\r\n margin: 0px 0px 0px -8px;\r\n/* you can call a property twice but not a property:\'value\', this flat lines it */\r\n padding: 0px;\r\n/* now we just change one with \'property\'-top:value */\r\n padding-top: 10px;\r\n position: absolute;\r\n width: 209px;\r\n height: auto;\r\n/* negative top pulls up so left arrow centered in li next to it, more on 3rd ul covers default drop increase */\r\n top: -5px;\r\n left: 100%;\r\n display: none;\r\n/* set your image here */\r\n background: url([[root_url]]/uploads/ngrey/ultoprt.png) no-repeat left top;\r\n}\r\n* html ul#primary-nav li ul {\r\n/* gif for IE6, as it can\'t handle transparent png */\r\n background: url([[root_url]]/uploads/ngrey/ultoprt.gif) no-repeat left top;\r\n}\r\n* html ul#primary-nav li ul ul {\r\n/* gif for IE6, as it can\'t handle transparent png */\r\n background: url([[root_url]]/uploads/ngrey/ultoprt.gif) no-repeat left top;\r\n}\r\n/* this is a special li type from the menu template, used to hold the bottom image for ul set above */\r\n#primary-nav ul li.separator, #primary-nav .separator:hover {\r\n/* set same as ul */\r\n width: 209px;\r\n padding: 0px;\r\n/* height of image */\r\n height: 9px;\r\n/* negative margin pulls it down to cover ul image */\r\n margin: 0px 0px -9px;\r\n/* set your image here */\r\n background: url([[root_url]]/uploads/ngrey/ulbtmrt.png) no-repeat left bottom;\r\n}\r\n/* IE6 \'star html\' Hack */\r\n* html #primary-nav li ul li.separator {\r\n height: 2px;\r\n/* set your image here */\r\n background: url([[root_url]]/uploads/ngrey/ulbtmrt.gif) no-repeat left bottom;\r\n}\r\n/* Fixes IE7 bug*/\r\n#primary-nav li, #primary-nav li.menuparent {\r\n min-height: 1em;\r\n}\r\n/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */\r\n#primary-nav li li.menuactive a.menuactive {\r\n/* contrast color to image behind it */\r\n color: #FFF;\r\n/* not bold as text color and image behind it set it off from non active */\r\n font-weight: normal;\r\n/* set your image here, dark grey image with white text set above*/\r\n background: url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\r\n}\r\n#primary-nav li.menuparent span {\r\n/* padding on left for image */\r\n padding-left: 1.5em;\r\n/* down arrow to note it has children, left side of text */\r\n background: url([[root_url]]/uploads/ngrey/active.png) no-repeat left center;\r\n}\r\n#primary-nav li.menuparent:hover li.menuparent span {\r\n/* remove left padding as image is on right side of text */\r\n padding-left: 0;\r\n/* right arrow to note it has children, right side of text */\r\n background: url([[root_url]]/uploads/ngrey/parent.png) no-repeat right center;\r\n}\r\n#primary-nav li.menuparenth li.menuparent span,\r\n#primary-nav li.menuparenth li.menuparenth span {\r\n/* same as above but this is for IE6, gif image as it can\'t handle transparent png */\r\n padding-left: 0;\r\n background: url([[root_url]]/uploads/ngrey/parent.gif) no-repeat right center;\r\n}\r\n#primary-nav li.menuparent:hover span,\r\n#primary-nav li.menuparent.menuactive span,\r\n#primary-nav li.menuparent.menuactiveh span,\r\n#primary-nav li.menuparenth span {\r\n/* right arrow on hover */\r\n background: url([[root_url]]/uploads/ngrey/parent.png) no-repeat left center;\r\n}\r\n#primary-nav li li span,\r\n#primary-nav li.menuparent li span,\r\n#primary-nav li.menuparent:hover li span,\r\n#primary-nav li.menuparenth li span,\r\n#primary-nav li.menuparenth li.menuparenth li span,\r\n#primary-nav li.menuparent li.menuparent li span,\r\n#primary-nav li.menuparent li.menuparent:hover li span {\r\n/* removes any images set above unless it\'s a parent or active parent */\r\n background: none;\r\n padding-left: 0px;\r\n}\r\n/* Styling the appearance of menu items on hover */\r\n#primary-nav li:hover li a,\r\n#primary-nav li.menuh li a,\r\n#primary-nav li.menuparenth li a,\r\n#primary-nav li.menuactiveh li a {\r\n/* removes any images set above unless it\'s a parent or active parent */\r\n background: none;\r\n color: #000;\r\n}\r\n/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add\r\n#primary-nav li:hover ul ul ul,\r\n#primary-nav li.menuparenth ul ul ul,\r\n*/\r\n#primary-nav ul,\r\n#primary-nav li:hover ul,\r\n#primary-nav li:hover ul ul,\r\n#primary-nav li.menuparenth ul,\r\n#primary-nav li.menuparenth ul ul {\r\n display: none;\r\n}\r\n/* for fourth level add\r\n#primary-nav ul ul ul li:hover ul,\r\n#primary-nav ul ul ul li.menuparenth ul,\r\n*/\r\n#primary-nav li:hover ul,\r\n#primary-nav ul li:hover ul,\r\n#primary-nav ul ul li:hover ul,\r\n#primary-nav li.menuparenth ul,\r\n#primary-nav ul li.menuparenth ul,\r\n#primary-nav ul ul li.menuparenth ul {\r\n display: block;\r\n}\r\n/* IE Hack, will cause the css to not validate */\r\n#primary-nav li, #primary-nav li.menuparenth {\r\n _float: left;\r\n _height: 1%;\r\n}\r\n#primary-nav li a {\r\n _height: 1%;\r\n}\r\n/* BIG NOTE: I didn\'t do anything to these 2, never tested */\r\n#primary-nav li.sectionheader {\r\n border-left: 1px solid #006699;\r\n border-top: 1px solid #006699;\r\n font-size: 130%;\r\n font-weight: bold;\r\n padding: 1.5em 0 0.8em 0.5em;\r\n background-color: #fff;\r\n margin: 0;\r\n width: 100%;\r\n}\r\n/* separator */\r\n#primary-nav li hr.separator {\r\n display: block;\r\n height: 0.5em;\r\n color: #abb0b6;\r\n background-color: #abb0b6;\r\n width: 100%;\r\n border: 0;\r\n margin: 0;\r\n padding: 0;\r\n border-top: 1px solid #006699;\r\n border-right: 1px solid #006699;\r\n}','screen','','2009-05-02 00:20:03','2009-05-11 00:43:17');
INSERT INTO {DB_PREFIX}css VALUES (46,'Navigation: FatFootMenu','#footer ul {\r\n/* some margin is set in the footer padding */\r\n margin: 0px;\r\n/* calling a specific side, left in this case */\r\n margin-left: 5px;\r\n padding: 0px;\r\n/* remove any default bullets, image used in li call */\r\n list-style: none;\r\n}\r\n#footer ul li {\r\n/* remove any default bullets, image used for consistency */\r\n list-style: none;\r\n/* float left to set first level li items across the top */\r\n float:left;\r\n/* a little margin at top */\r\n margin: 5px 0px 0px;\r\n/* padding all the way around */\r\n padding: 5px;\r\n/* you can set your own image here, used for consistency */\r\n background: url([[root_url]]/uploads/ngrey/dot.gif) no-repeat left 10px;\r\n}\r\n#footer ul li a {\r\n/* this will make the \"a\" link a solid shape */\r\n display:block;\r\n margin: 2px 0px 4px;\r\n padding: 0px 5px 5px 5px;\r\n}\r\n/* set h3 to look like \"a\" */\r\n#footer li h3 {\r\n font-weight:normal;\r\n font-size:100%;\r\n margin: 2px 0px 2px 0px;\r\n padding: 0px 5px 5px 5px;\r\n}\r\n/* set h3 to look like \"a\", less margin at this level */\r\n#footer li li h3 {\r\n font-weight:normal;\r\n font-size:100%;\r\n margin: 0px;\r\n padding: 0px 5px 5px 5px;\r\n}\r\n#footer ul li li {\r\n/* remove any default bullets, image used for consistency */\r\n list-style: none;\r\n/* remove float so they line up under top li */\r\n float:none;\r\n/* less margin/padding */\r\n margin: 0px;\r\n padding: 0px 0px 0px 5px;\r\n/* you can set your own image here, used for consistency */\r\n background: url([[root_url]]/uploads/ngrey/dot.gif) no-repeat left 3px;\r\n}\r\n/* fix for IE6 */\r\n* html #footer ul li a {\r\n margin: 2px 0px 0px;\r\n padding: 0px 5px 5px 5px;\r\n}\r\n* html #footer ul li li a {\r\n margin: 0px 0px 0px;\r\n padding: 0px 5px 0px 5px;\r\n}\r\n/* End fix for IE6 */\r\n#footer ul ul {\r\n/* remove float so they line up under top li */\r\n float:none;\r\n/* a little margin to offset it */\r\n margin: 0px 0px 0px 8px;\r\n padding: 0;\r\n}\r\n#footer ul ul ul {\r\n/* remove float so they line up under li above it */\r\n float:none;\r\n/* a little margin to offset it */\r\n margin: 0px 0px 0px 8px;\r\n padding: 0;\r\n}','screen','','2009-05-02 15:05:04','2009-05-09 23:47:45');
INSERT INTO {DB_PREFIX}css VALUES (47,'ncleanbluecore','/*\r\n @Nuno Costa [criacaoweb.net] Core CSS.\r\n @Licensed under GPL and MIT.\r\n @Status: Stable\r\n @Version: 0.1-20090418\r\n \r\n @Contributors:\r\n \r\n --------------------------------------------------------------- \r\n*/\r\n/*----------- Global Containers ----------- */\r\n/* \r\n.core-wrap-100 = width - 100% of Browser Fluid\r\n.core-wrap-960 = width - 960px - fixed\r\n.core-wrap-780 = width - 780px - fixed\r\n.custom-wrap-x = width - custom - declared in another css (your site css)\r\n*/\r\n.core-wrap-100 {\r\n width: 100%;\r\n}\r\n.core-wrap-960 {\r\n width: 960px;\r\n}\r\n.core-wrap-780 {\r\n width: 780px;\r\n}\r\n.core-wrap-100,\r\n.core-wrap-960,\r\n.core-wrap-780,\r\n.custom-wrap-x {\r\n margin-left: auto;\r\n margin-right: auto;\r\n}\r\n/*----------- Global Float ----------- */\r\n.core-wrap-100 .core-float-left,\r\n.core-wrap-960 .core-float-left,\r\n.core-wrap-780 .core-float-left,\r\n.custom-wrap-x .core-float-left {\r\n float: left;\r\n display: inline;\r\n}\r\n.core-wrap-100 .core-float-right,\r\n.core-wrap-960 .core-float-right,\r\n.core-wrap-780 .core-float-right,\r\n.custom-wrap-x .core-float-right {\r\n float: right;\r\n display: inline;\r\n}\r\n/*----------- Global Center ----------- */\r\n.core-wrap-100 .core-center,\r\n.core-wrap-960 .core-center,\r\n.core-wrap-780 .core-center,\r\n.custom-wrap-x .core-center {\r\n margin-left: auto;\r\n margin-right: auto;\r\n}','screen','','2009-05-06 14:28:28','2009-05-11 02:35:43');
INSERT INTO {DB_PREFIX}css VALUES (48,'ncleanblueutils','/*\r\n @Nuno Costa [criacaoweb.net] Utils CSS.\r\n @Licensed under GPL2 and MIT.\r\n @Status: Stable\r\n @Version: 0.1-20090418\r\n \r\n @Contributors:\r\n - http://meyerweb.com/eric/tools/css/reset/index.html \r\n \r\n --------------------------------------------------------------- \r\n*/\r\n/* From: http://meyerweb.com/eric/tools/css/reset/index.html (Original) */\r\n/* v1.0 | 20080212 */\r\nhtml, body, div, span, applet, object, iframe,\r\nh1, h2, h3, h4, h5, h6, p, blockquote, pre,\r\na, abbr, acronym, address, big, cite, code,\r\ndel, dfn, em, font, img, ins, kbd, q, s, samp,\r\nsmall, strike, strong, sub, sup, tt, var,\r\nb, u, i, center,\r\ndl, dt, dd, ol, ul, li,\r\nfieldset, form, label, legend,\r\ntable, caption, tbody, tfoot, thead, tr, th, td {\r\n margin: 0;\r\n padding: 0;\r\n border: 0;\r\n outline: 0;\r\n font-size: 100%;\r\n vertical-align: baseline;\r\n background: transparent;\r\n}\r\n/*\r\nStantby for nowbody {\r\n line-height: 1;\r\n}\r\n*/\r\nol, ul {\r\n list-style: none;\r\n}\r\nblockquote, q {\r\n quotes: none;\r\n}\r\nblockquote:before,\r\nblockquote:after,\r\nq:before, q:after {\r\n content: \'\';\r\n content: none;\r\n}\r\n/* remember to define focus styles! */\r\n:focus {\r\n outline: 0;\r\n}\r\n/* remember to highlight inserts somehow! */\r\nins {\r\n text-decoration: none;\r\n}\r\ndel {\r\n text-decoration: line-through;\r\n}\r\n/* tables still need \'cellspacing=\"0\"\' in the markup */\r\ntable {\r\n border-collapse: collapse;\r\n border-spacing: 0;\r\n}\r\n/* ------- @Nuno Costa [criacaoweb.net] Utils CSS. ---------- */\r\n* {\r\n font-weight: inherit;\r\n font-style: inherit;\r\n font-family: inherit;\r\n}\r\ndfn {\r\n display: none;\r\n overflow: hidden;\r\n}\r\n/* ----------- Clear Floated Elements ----------- */\r\nhtml body .util-clearb {\r\n background: none;\r\n border: 0;\r\n clear: both;\r\n display: block;\r\n float: none;\r\n font-size: 0;\r\n margin: 0;\r\n padding: 0;\r\n position: static;\r\n overflow: hidden;\r\n visibility: hidden;\r\n width: 0;\r\n height: 0;\r\n}\r\n/* ----------- Fix to Clear Floated Elements ----------- */\r\n.util-clearfix:after {\r\n clear: both;\r\n content: \'.\';\r\n display: block;\r\n visibility: hidden;\r\n height: 0;\r\n}\r\n.util-clearfix {\r\n display: inline-block;\r\n}\r\n* html .util-clearfix {\r\n height: 1%;\r\n}\r\n.util-clearfix {\r\n display: block;\r\n}','screen','','2009-05-06 14:29:17','2009-05-11 02:38:10');
INSERT INTO {DB_PREFIX}css VALUES (49, 'Layout: NCleanBlue', '/* \n@Nuno Costa [criacaoweb.net]\n@Since [cmsms 1.6]\n@Contributors: Mark and Dev-Team\n*/\nbody {\n/* default text for entire site */\n font: normal 0.8em Tahoma, Verdana, Arial, Helvetica, sans-serif;\n/* default text color for entire site */\n color: #3A3A36;\n/* you can set your own image and background color here */\n background: #fff url([[root_url]]/uploads/NCleanBlue/bg__full.png) repeat-x scroll left top;\n}\n/* Mask helper for browsers ZOOM, Rezise and Decrease */\n#ncleanblue {\n/* set to width of viewport */\n width: auto;\n/* you can set your own image and background color here */\n background: #fff url([[root_url]]/uploads/NCleanBlue/bg__full.png) repeat-x scroll left top;\n}\n/* wiki style external links */\n/* external links will have "(external link)" text added, lets hide it */\na.external span {\n position: absolute;\n left: -5000px;\n width: 4000px;\n}\na.external {\n/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */\n padding: 0 12px 0 0;\n}\n/* colors for external links */\na.external:link {\n color: #679EBC;\n/* background image for the link to show wiki style arrow */\n background: url([[root_url]]/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;\n}\na.external:visited {\n color: #18507C;\n/* a different color can be used for visited external links */\n/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/\n background: url([[root_url]]/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;\n}\na.external:hover {\n color: #18507C;\n/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */\n background: url([[root_url]]/uploads/NCleanBlue/external.gif) no-repeat 100% 0;\n background-color: inherit;\n}\n/* end wiki style external links */\n/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */\n.accessibility, hr {\n/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */\n position: absolute;\n top: -9999em;\n left: -9999em;\n background: none;\n border: 0;\n clear: both;\n display: block;\n float: none;\n font-size: 0;\n margin: 0;\n padding: 0;\n overflow: hidden;\n visibility: hidden;\n width: 0;\n height: 0;\n border: none;\n}\n/* ------------ Standard HTML elements and their default settings ------------ */\nb, strong{font-weight: bold;}i, em{ font-style: italic;}\np {\n padding: 0;\n margin-top: 0.5em;\n margin-bottom: 1em;\n text-align:left;\n}\nh1, h2, h3, h4, h5 {\n line-height: 1.6em;\n font-weight: normal;\n width: auto;\n font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;\n}\n/*default link styles*/\na {\n color: #679EBC;\n text-decoration: none;\n text-align: left;\n}\na:hover {\n color: #3A6B85;\n}\na:active {\n color: #3A6B85;\n}\na:visited {\n color: #679EBC;\n}\ninput, textarea, select {\n font-size: 0.95em;\n}\n/* ------------ Wrapper ------------ */\ndiv#pagewrapper {\n font-size: 95%;\n position: relative;\n z-index: 1;\n}\n/* ------------ Header ------------ */\n#header {\n height: 111px;\n width: 960px;\n}\n#logo a {\n/* adjust according your image size */\n height: 75px;\n width: 215px;\n/* forces full link size */\n display: block;\n/* this hides the text */\n text-indent: -9999em;\n margin-top: 0;\n margin-left: 0;\n/* you can set your own image here, note size adjustments */\n background: url([[root_url]]/uploads/NCleanBlue/logo.png) no-repeat left top;\n}\n/* ------------ Header - Search ------------ */\ndiv#search {\n width: 190px;\n height: 28px;\n margin-top: 31px;\n margin-right: 20px;\n}\ndiv#search label {\n text-indent: -9999em;\n height: 0pt;\n width: 0pt;\n display: none;\n}\ndiv#search input.search-input {\n/* specific size for image, your image may need these adjusted */\n width: 143px;\n height: 17px;\n/* removes default borders, allows use of image */\n border-style: none;\n/* text color */\n color: #999;\n/* padding of text */\n padding: 7px 0px 4px 10px;\n float: left;\n/* set all font properties at once, weight, size, family */\n font: bold 0.9em Arial, Helvetica, sans-serif;\n/* left input image, set your own here */\n background: url([[root_url]]/uploads/NCleanBlue/search.png) no-repeat left top;\n}\ndiv#search input.search-button {\n/* specific size for image, your image may need these adjusted */\n width: 37px;\n height: 28px;\n/* removes default borders, allows use of image */\n border-style: none;\n/* hides text, image has text */\n text-indent: -9999em;\n float: left;\n margin: 0;\n/* provides positive hover effect */\n cursor: pointer;\n/* removes default size/height */\n font-size: 0px;\n line-height: 0px;\n/* submit button image, set your own here */\n background: transparent url([[root_url]]/uploads/NCleanBlue/search.png) no-repeat right top;\n}\n/* ------------ Content ------------ */\n#content {\n width: auto;\n/* all text in #content will default align left, changed in other calls */\n text-align: left;\n}\n#bar {\n width: auto;\n height: 40px;\n padding-right: 1em;\n padding-left: 1em;\n}\n.print {\n margin-right: 75px;\n margin-top: 10px;\n}\n#version {\n width: 50px;\n height: 31px;\n position: absolute;\n z-index: 5;\n top: 130px;\n right: -16px;\n font-size: 1.6em;\n font-weight: bold;\n padding: 28px 15px;\n color: #FFF;\n text-align: center;\n vertical-align: middle;\n background: url([[root_url]]/uploads/NCleanBlue/version.png) no-repeat left top;\n}\n/* IE6 fixes */\n* html div#version {\n top: 150px;\n}\n/* End IE6 fixes */\n/* Site Title */\nh1.title {\n font-size: 1.8em;\n color: #666666;\n margin-bottom: 0.5em;\n}\n/* Breadcrumbs */\ndiv.breadcrumbs {\n padding: 0.5em 0;\n font-size: 80%;\n margin: 0 1em;\n}\ndiv.breadcrumbs span.lastitem {\n font-weight: bold;\n}\n/* ------------ Side Bar (Left) ------------ */\n#left {\n width: 250px;\n}\n/* Image that Represents the new CMS design */\n#left .screen {\n margin: 10px 50px;\n}\n/* End */\n.sbar-title {\n font: bold 1.2em Arial, Helvetica, sans-serif;\n color: #252523;\n}\n.sbar-top {\n height: 20px;\n width: auto;\n padding: 10px;\n background: url([[root_url]]/uploads/NCleanBlue/bg__content.png) no-repeat left top;\n}\n.sbar-main {\n width: auto;\n border-right: 1px solid #E2E2E2;\n border-left: 1px solid #E2E2E2;\n background: #F0F0F0;\n}\nspan.sbar-bottom {\n width: auto;\n display: block;\n height: 10px;\n background: url([[root_url]]/uploads/NCleanBlue/bg__content.png) no-repeat left bottom;\n}\n/* ------------ Main (Right) ------------ */\n#main {\n width: 690px;\n}\n.main-top {\n height: 15px;\n width: auto;\n background: url([[root_url]]/uploads/NCleanBlue/bg__content.png) no-repeat right top;\n}\n.main-main {\n width: auto;\n border-right: 1px solid #E2E2E2;\n border-left: 1px solid #E2E2E2;\n background: #F0F0F0;\n padding: 20px;\n padding-top: 0px;\n}\n.main-bottom {\n width: auto;\n height: 41px;\n background: url([[root_url]]/uploads/NCleanBlue/bg__content.png) no-repeat right bottom;\n}\n.right49, .left49 {\n font-size: 0.85em;\n margin: 7px 5px 5px 10px;\n font-weight: bold;\n}\n.left49 span {\n display: block;\n padding-top: 1px;\n}\n.left49 a {\n font-weight: normal;\n}\n.right49 {\n height: 28px;\n width: 50px;\n padding-right: 10px;\n background: url([[root_url]]/uploads/NCleanBlue/bull.png) no-repeat right top;\n}\n.right49 a, .right49 a:visited {\n padding: 7px 4px;\n display: block;\n color: #000;\n height: 15px;\n background: url([[root_url]]/uploads/NCleanBlue/bull.png) no-repeat left top;\n}\n#main h2,\n#main h3,\n#main h4,\n#main h5,\n#main h6 {\n font-size: 1.4em;\n color: #301E12;\n}\ndiv#main ul,\ndiv#main ol,\ndiv#main dl,\n#footer ul,\n#footer ol {\n line-height: 1em;\n margin: 0 0 1.5em 0;\n}\ndiv#main ul,\n#footer ul {\n list-style: circle;\n}\ndiv#main ul li,\ndiv#main ol li,\n#footer ul li,\n#footer ol li {\n padding: 2px 2px 2px 5px;\n margin-left: 20px;\n}\n/* definition lists topics on bold */\ndiv#main dl dt {\n font-weight: bold;\n margin: 0 0 0 1em;\n}\ndiv#main dl dd {\n margin: 0 0 1em 1em;\n}\ndiv#main dl {\n margin-bottom: 2em;\n padding-bottom: 1em;\n border-bottom: 1px solid #c0c0c0;\n}\n/* ------------ Footer ------------ */\n#footer-wrapper {\n min-height: 235px;\n height: auto!important;\n height: 235px;\n width: auto;\n margin-top: 5px;\n text-align: center;\n margin-right: 00px;\n margin-left: 0px;\n background: #7CA3B5 url([[root_url]]/uploads/NCleanBlue/bg__footer.png) repeat-x left top;\n}\n#footer {\n color: #FFF;\n font-size: 0.8em;\n min-height: 235px;\n height: auto!important;\n height: 235px;\n background: #7CA3B5 url([[root_url]]/uploads/NCleanBlue/bg__footer.png) repeat-x left top;\n}\n#footer .block {\n width: 300px;\n margin: 20px 10px 10px;\n}\n#footer .cms {\n text-align: right;\n}\n/* ------------ Footer Links ------------ */\n#footer ul {\n width: auto;\n text-align: left;\n margin-left: 50px;\n}\n#footer ul ul {\n margin-left: 0px;\n}\n#footer ul li a {\n color: #FFF;\n display: block;\n font-weight: normal;\n margin-bottom: 0.5em;\n text-decoration: none;\n}\n#footer a {\n color: #DCEDF1;\n text-decoration: underline;\n font-weight: bold;\n}\n/* ------------ END LAYOUT ---------------*/\n/* ------------ Menu ROOT ------------ */\n.page-menu {\n width: auto;\n height: 35px;\n margin: 3px 0 0 20px;\n}\n.menuwrapper {}\n\nul#primary-nav li hr.menu_separator{\n position: relative;\n visibility: hidden;\n display:block;\n width:5px;\n height: 32px;\n margin: 0px 5px 0px;\n}\n.page-menu ul#primary-nav {\n height: 1%;\n float: left;\n list-style: none;\n padding: 0;\n margin: 0;\n}\n.page-menu ul#primary-nav li {\n float: left;\n}\n.page-menu ul#primary-nav li a,\n.page-menu ul#primary-nav li a span {\n display: block;\n padding: 0 10px;\n background-repeat: no-repeat;\n background-image: url([[root_url]]/uploads/NCleanBlue/tabs.gif);\n}\n.page-menu ul#primary-nav li a {\n padding-left: 0;\n color: #000;\n font-weight: bold;\n line-height: 2.15em;\n text-decoration: none;\n margin-left: 1px;\n font-size: 0.85em;\n}\n.page-menu ul#primary-nav li a:hover,\n.page-menu ul#primary-nav li a:active {\n color: #000;\n}\n.page-menu ul#primary-nav li a.menuactive,\n.page-menu ul#primary-nav li a:hover span {\n color: #000;\n}\n.page-menu ul#primary-nav li a span {\n padding-top: 6px;\n padding-right: 0;\n padding-bottom: 5px;\n}\n.page-menu ul#primary-nav li a.menuparenth,\n.page-menu ul#primary-nav li a.menuactive,\n.page-menu ul#primary-nav li a:hover,\n.page-menu ul#primary-nav li a:focus,\n.page-menu ul#primary-nav li a:active {\n background-position: 100% -120px;\n}\n.page-menu ul#primary-nav li a {\n background-position: 100% -80px;\n}\n.page-menu ul#primary-nav li a.menuactive span,\n.page-menu ul#primary-nav li a:hover span,\n.page-menu ul#primary-nav li a:focus span,\n.page-menu ul#primary-nav li a:active span {\n background-position: 0 -40px;\n}\n.page-menu ul#primary-nav li a span {\n background-position: 0 0;\n}\n.page-menu ul#primary-nav .sectionheader,\n.page-menu ul#primary-nav li a:link.menuactive,\n.page-menu ul#primary-nav li a:visited.menuactive {\n/* @ Opera, use pseudo classes otherwise it confuses cursor... */\n cursor: text;\n}\n.page-menu ul#primary-nav li span,\n.page-menu ul#primary-nav li a,\n.page-menu ul#primary-nav li a:hover,\n.page-menu ul#primary-nav li a:focus,\n.page-menu ul#primary-nav li a:active {\n/* @ Opera, we need to be explicit again here now... */\n cursor: pointer;\n}\n/* Additional IE specific bug fixes... */\n* html .page-menu ul#primary-nav {\n display: inline-block;\n}\n*:first-child+html .page-menu ul#primary-nav {\n display: inline-block;\n}\n/* -------------------- menu dropdow -------------------------\n/* Unless you know what you do, do not touch this */\n/* Reset all ROOT menu styles. */\nul#primary-nav ul.unli li li a span,\nul#primary-nav ul.unli li a span,\nul#primary-nav .menuparent .unli .menuparent .unli li a span {\n font-weight: normal;\n background-image: none;\n display: block;\n padding-top: 0px;\n padding-left: 0px;\n padding-right: 0px;\n padding-bottom: 0px;\n}\n#primary-nav {\n margin: 0px;\n padding: 0px;\n}\n#primary-nav ul {\n list-style: none;\n margin: -6px 0px 0px;\n padding: 0px;\n/* Set the width of the menu elements at second level. Leaving first level flexible. */\n width: 209px;\n}\n#primary-nav ul {\n position: absolute;\n z-index: 1001;\n top: auto;\n display: none;\n padding-top: 9px;\n background: url([[root_url]]/uploads/NCleanBlue/ultop.png) no-repeat left top;\n}\n* html #primary-nav ul.unli {\n padding-top: 12px;\n background: url([[root_url]]/uploads/NCleanBlue/ultop.gif) no-repeat left top;\n}\n#primary-nav ul.unli ul {\n margin-left: -7px;\n left: 100%;\n top: 3px;\n}\n* html #primary-nav ul.unli ul {\n margin-left: -0px;\n}\n#primary-nav li {\n margin: 0px;\n float: left;\n}\n#primary-nav li li {\n margin-left: 7px;\n margin-top: -1px;\n float: none;\n position: relative;\n}\n/* Styling the basic appearance of the menu elements */\nul#primary-nav ul hr.menu_separator{\n position: relative;\n visibility: visible;\n display:block;\n width:130px;\n height: 1px;\n margin: 2px 30px 2px;\n padding: 0em;\n border-bottom: 1px solid #ccc;\n border-top-width: 0px;\n border-right-width: 0px;\n border-left-width: 0px;\n border-top-style: none;\n border-right-style: none;\n border-left-style: none;\n}\n#primary-nav .separator,\n#primary-nav .separatorh {\n height: 9px;\n width: 209px;\n margin: 0px 0px -8px;\n background: url([[root_url]]/uploads/NCleanBlue/ulbtm.png) no-repeat left bottom;\n}\n* html #primary-nav .separator {\n z-index:-1;\n background: url([[root_url]]/uploads/NCleanBlue/ulbtm.gif) no-repeat left bottom;\n}\n*:first-child+html #primary-nav .separator {\n z-index:-1;\n}\n#primary-nav ul.unli li a {\n padding: 0px 10px;\n width: 165px;\n margin: 5px;\n background-image: none;\n}\n* html #primary-nav ul.unli li a {\n padding: 0px 10px 0px 5px;\n width: 165px;\n margin: 5px 0px;\n}\n#primary-nav li li a:hover {\n background-color: #DBE7F2;\n}\n/* Styling the basic appearance of the active page elements (shows what page in the menu is being displayed) */\n#primary-nav li.menuactive li a {\n text-decoration: none;\n background: none;\n}\n#primary-nav ul.unli li.menuparenth,\n#primary-nav ul.unli a:hover,\n#primary-nav ul.unli a.menuactive {\n background-color: #DBE7F2;\n}\n/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */\n#primary-nav ul.unli li .menuparent,\n#primary-nav ul.unli li .menuparent:hover,\n#primary-nav ul.unli li .menuparent,\n#primary-nav .menuactive.menuparent .unli .menuactive.menuparent .menuactive.menuparent {\n background-image: url([[root_url]]/uploads/NCleanBlue/arrow.gif);\n background-position: center right;\n background-repeat: no-repeat;\n}\n/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */\n#primary-nav ul,\n#primary-nav li:hover ul,\n#primary-nav li:hover ul ul,\n#primary-nav li:hover ul ul ul,\n#primary-nav li.menuparenth ul,\n#primary-nav li.menuparenth ul ul,\n#primary-nav li.menuparenth ul ul ul {\n display: none;\n}\n#primary-nav li:hover ul,\n#primary-nav ul li:hover ul,\n#primary-nav ul ul li:hover ul,\n#primary-nav ul ul ul li:hover ul,\n#primary-nav li.menuparenth ul,\n#primary-nav ul li.menuparenth ul,\n#primary-nav ul ul li.menuparenth ul,\n#primary-nav ul ul ul li.menuparenth ul {\n display: block;\n}\n/* IE Hacks */\n#primary-nav li li {\n float: left;\n clear: both;\n}\n#primary-nav li li a {\n height: 1%;\n}\n/*************** End Menu *****************/\n/* ------------ News Module ------------ */\n#news {\n padding: 10px;\n}\n.NewsSummary {\n}\n.NewsSummaryPostdate,\n.NewsSummaryCategory,\n.NewsSummaryAuthor {\n font-style: italic;\n font-size: 0.8em;\n}\n.NewsSummaryLink {\n margin: 2px 0;\n}\n.NewsSummaryContent {\n margin: 10px 0;\n}\n.NewsSummaryMorelink {\n margin: 5px 0 15px;\n}\n/* ------------ End News Module ------------ */', 'screen','', '2009-05-06 14:30:25', '2009-07-22 17:39:51');
INSERT INTO {DB_PREFIX}css VALUES (50, 'Simplex: Core', '[[strip]][[* using strip in stylesheet to remove unneeded empty space, will reduce the file size *]]\r\n/* =====================================\r\nBASE STYLES\r\n===================================== */\r\narticle, aside, details, figcaption, figure, footer, header, hgroup, nav, section { \r\n display: block\r\n}\r\n/* taken from HTML5 Boilerplate http://h5bp.com */\r\nhtml { \r\n font-size: 100%; \r\n -webkit-text-size-adjust: 100%; \r\n -ms-text-size-adjust: 100%\r\n}\r\naudio, canvas, video { \r\n display: inline-block; \r\n *display: inline; \r\n *zoom: 1\r\n}\r\naudio:not([controls]) { \r\n display: none\r\n}\r\n[hidden] { \r\n display: none\r\n}\r\n/* text selection */\r\n.content-wrapper ::-moz-selection { \r\n background: #f39c2c;\r\n background: rgba(243,156,44,0.7);\r\n color: #555;\r\n text-shadow: none\r\n}\r\n.content-wrapper ::selection { \r\n background: #f39c2c; \r\n background: rgba(243,156,44,0.7);\r\n color: #555;\r\n text-shadow: none \r\n}\r\n/* Consistent box sizing and appearance */\r\ninput[type="checkbox"], input[type="radio"] { \r\n box-sizing: border-box; \r\n padding: 0; \r\n *width: 13px; \r\n *height: 13px\r\n}\r\ninput[type="search"] { \r\n -webkit-appearance: textfield; \r\n -moz-box-sizing: content-box; \r\n -webkit-box-sizing: content-box; \r\n box-sizing: content-box\r\n}\r\ninput[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { \r\n -webkit-appearance: none\r\n}\r\n/* Remove inner padding and border in FF3/4 */\r\nbutton::-moz-focus-inner, input::-moz-focus-inner { \r\n border: 0; \r\n padding: 0\r\n}\r\n/*\r\n * 1. Remove default vertical scrollbar in IE6/7/8/9\r\n * 2. Allow only vertical resizing\r\n */\r\ntextarea { \r\n overflow: auto; \r\n vertical-align: top; \r\n resize: vertical\r\n}\r\nul, ol { \r\n margin: 1em 0; \r\n padding: 0 0 0 40px\r\n}\r\ndd { \r\n margin: 0 0 0 40px\r\n}\r\nnav ul, nav ol { \r\n list-style: none; \r\n list-style-image: none; \r\n margin: 0; \r\n padding: 0\r\n}\r\n/* Redeclare monospace font family */\r\npre, code, kbd, samp { \r\n font-family: monospace, serif; _font-family: ''courier new'', monospace; \r\n font-size: 1em }\r\n/* Improve readability of pre-formatted text in all browsers */\r\npre { \r\n white-space: pre;\r\n white-space: pre-wrap; \r\n word-wrap: break-word\r\n}\r\nq { \r\n quotes: none\r\n}\r\nq:before, q:after { \r\n content: ""; \r\n content: none\r\n}\r\nsmall { \r\n font-size: 85%\r\n}\r\n/* Hide from both screenreaders and browsers */\r\n.hidden { \r\n display: none !important; \r\n visibility: hidden\r\n}\r\n/* Hide only visually, but have it available for screenreaders */\r\n.visuallyhidden { \r\n border: 0; \r\n clip: rect(0,0,0,0); \r\n height: 1px; \r\n margin: -1px; \r\n overflow: hidden; \r\n padding: 0; \r\n position: absolute; \r\n width: 1px\r\n}\r\n/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard */\r\n.visuallyhidden.focusable:active, \r\n.visuallyhidden.focusable:focus { \r\n clip: auto; \r\n height: auto; \r\n margin: 0; \r\n overflow: visible; \r\n position: static; \r\n width: auto\r\n}\r\n/* Hide visually and from screenreaders, but maintain layout */\r\n.invisible { \r\n visibility: hidden\r\n}\r\n/* correct text resizing */\r\nhtml { \r\n font-size: 100%; \r\n -webkit-text-size-adjust: 100%; \r\n -ms-text-size-adjust: 100% \r\n}\r\nbody { \r\n margin: 0; \r\n font-size: 1em;\r\n /* -webkit-font-smoothing: antialiased */\r\n}\r\n/* =====================================\r\n12 COLUMN GRID\r\n===================================== */\r\n\r\n/* ================================\r\nDesktop\r\n================================ */\r\n\r\n/* the wraping container */\r\n.container {\r\n width: 92%;\r\n min-width: 980px;\r\n max-width: 1260px\r\n}\r\n/* align the site */\r\n.leftaligned {\r\n margin: 0 auto 0 0\r\n}\r\n.rightaligned {\r\n margin: 0 0 0 auto\r\n}\r\n.centered {\r\n margin: 0 auto\r\n}\r\n/* Global Grid layout */\r\n.grid_1,\r\n.grid_2,\r\n.grid_3,\r\n.grid_4,\r\n.grid_5,\r\n.grid_6,\r\n.grid_7,\r\n.grid_8,\r\n.grid_9,\r\n.grid_10,\r\n.grid_11,\r\n.grid_12 {\r\n display:inline;\r\n float: left;\r\n position: relative;\r\n margin-left: .96%;\r\n margin-right: .96% \r\n}\r\n\r\n/* alpha and omega classes remove margins, aplha = no margin left, omega = no margin right */\r\n.alpha { margin-left: 0 }\r\n.omega { margin-right: 0 }\r\n\r\n/* Grid sizes up to 12 columns */\r\n.container .grid_1 { width:6.333% }\r\n.container .grid_2 { width:14.667% }\r\n.container .grid_3 { width:23.0% }\r\n.container .grid_4 { width:31.333% }\r\n.container .grid_5 { width:39.667% }\r\n.container .grid_6 { width:48.0% }\r\n.container .grid_7 { width:56.333% }\r\n.container .grid_8 { width:64.667% }\r\n.container .grid_9 { width:73.0% }\r\n.container .grid_10 { width:81.333% }\r\n.container .grid_11 { width:89.667% }\r\n.container .grid_12 { width:98.0% }\r\n\r\n/* Prefix to add extra space left */\r\n.container .prefix_1 { padding-left:8.333% }\r\n.container .prefix_2 { padding-left:16.667% }\r\n.container .prefix_3 { padding-left:25.0% }\r\n.container .prefix_4 { padding-left:33.333% }\r\n.container .prefix_5 { padding-left:41.667% }\r\n.container .prefix_6 { padding-left:50.0% }\r\n.container .prefix_7 { padding-left:58.333% }\r\n.container .prefix_8 { padding-left:66.667% }\r\n.container .prefix_9 { padding-left:75.0% }\r\n.container .prefix_10 { padding-left:83.333% }\r\n.container .prefix_11 { padding-left:91.667% }\r\n\r\n/* Suffix to add extra space right */\r\n.container .suffix_1 { padding-right:8.333% }\r\n.container .suffix_2 { padding-right:16.667% }\r\n.container .suffix_3 { padding-right:25.0% }\r\n.container .suffix_4 { padding-right:33.333% }\r\n.container .suffix_5 { padding-right:41.667% }\r\n.container .suffix_6 { padding-right:50.0% }\r\n.container .suffix_7 { padding-right:58.333% }\r\n.container .suffix_8 { padding-right:66.667% }\r\n.container .suffix_9 { padding-right:75.0% }\r\n.container .suffix_10 { padding-right:83.333% }\r\n.container .suffix_11 { padding-right:91.667% }\r\n\r\n/* Push columns to right */\r\n.container .push_1 { left:8.333% }\r\n.container .push_2 { left:16.667% }\r\n.container .push_3 { left:25.0% }\r\n.container .push_4 { left:33.333% }\r\n.container .push_5 { left:41.667% }\r\n.container .push_6 { left:50.0% }\r\n.container .push_7 { left:58.333% }\r\n.container .push_8 { left:66.667% }\r\n.container .push_9 { left:75.0% }\r\n.container .push_10 { left:83.333% }\r\n.container .push_11 { left:91.667% }\r\n\r\n/* Pull columns to left */\r\n.container .pull_1 { left:-8.333% }\r\n.container .pull_2 { left:-16.667% }\r\n.container .pull_3 { left:-25.0% }\r\n.container .pull_4 { left:-33.333% }\r\n.container .pull_5 { left:-41.667% }\r\n.container .pull_6 { left:-50.0% }\r\n.container .pull_7 { left:-58.333% }\r\n.container .pull_8 { left:-66.667% }\r\n.container .pull_9 { left:-75.0% }\r\n.container .pull_10 { left:-83.333% }\r\n.container .pull_11 { left:-91.667% }\r\n\r\n/* =====================================\r\nTablet (Portrait) \r\n===================================== */\r\n@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {\r\n .container {\r\n width: 92%;\r\n min-width: 768px;\r\n max-width: 1024px\r\n } \r\n}\r\n\r\n/* =====================================\r\nSmartphones (Portait) \r\n===================================== */\r\n@media only screen and (max-width: 320px) {\r\n .container {\r\n width: 92%;\r\n min-width: 300px;\r\n max-width: 320px\r\n } \r\n .container .grid_1, \r\n .container .grid_2,\r\n .container .grid_3,\r\n .container .grid_4,\r\n .container .grid_5,\r\n .container .grid_6,\r\n .container .grid_7,\r\n .container .grid_8,\r\n .container .grid_9,\r\n .container .grid_10,\r\n .container .grid_11,\r\n .container .grid_12 { \r\n width: 98%; \r\n margin: 0 1%;\r\n float: none\r\n }\r\n}\r\n\r\n/* =====================================\r\nSmartphones (Landscape) \r\n===================================== */\r\n@media only screen and (min-width: 321px) and (max-width: 767px) {\r\n .container {\r\n width: 92%;\r\n min-width: 321px;\r\n max-width: 767px\r\n } \r\n .container .grid_1, \r\n .container .grid_2,\r\n .container .grid_3,\r\n .container .grid_4,\r\n .container .grid_5,\r\n .container .grid_6,\r\n .container .grid_7,\r\n .container .grid_8,\r\n .container .grid_9,\r\n .container .grid_10,\r\n .container .grid_11,\r\n .container .grid_12 { \r\n width: 98%;\r\n margin: 0 1%;\r\n display: block;\r\n float: none\r\n } \r\n}\r\n\r\n/* =====================================\r\nSmartphones (Portrait & Landscape) \r\n===================================== */\r\n@media only screen and (min-width: 300px) and (max-width: 767px) {\r\n .container .prefix_1,\r\n .container .prefix_2,\r\n .container .prefix_3,\r\n .container .prefix_4,\r\n .container .prefix_5,\r\n .container .prefix_6,\r\n .container .prefix_7,\r\n .container .prefix_8,\r\n .container .prefix_9,\r\n .container .prefix_10,\r\n .container .prefix_11,\r\n .container .suffix_1,\r\n .container .suffix_2,\r\n .container .suffix_3,\r\n .container .suffix_4,\r\n .container .suffix_5,\r\n .container .suffix_6,\r\n .container .suffix_7,\r\n .container .suffix_8,\r\n .container .suffix_9,\r\n .container .suffix_10,\r\n .container .suffix_11 { \r\n padding-right: 0;\r\n padding-left: 0\r\n } \r\n .container .push_1,\r\n .container .push_2,\r\n .container .push_3,\r\n .container .push_4,\r\n .container .push_5,\r\n .container .push_6,\r\n .container .push_7,\r\n .container .push_8,\r\n .container .push_9,\r\n .container .push_10,\r\n .container .push_11,\r\n .container .pull_1,\r\n .container .pull_2,\r\n .container .pull_3,\r\n .container .pull_4,\r\n .container .pull_5,\r\n .container .pull_6,\r\n .container .pull_7,\r\n .container .pull_8,\r\n .container .pull_9,\r\n .container .pull_10,\r\n .container .pull_11 {\r\n left: auto;\r\n right: auto\r\n }\r\n}\r\n\r\n/* =====================================\r\niPhone 4, iPad2, Retina stuff ?\r\n===================================== */\r\n@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {\r\n\r\n/* if you buy me one i might test and add something here */\r\n\r\n}\r\n\r\n/* =====================================\r\nCLEARING FLOATS\r\n===================================== */\r\n.clear {\r\n clear: both;\r\n display: block;\r\n overflow: hidden;\r\n visibility: hidden;\r\n width: 0;\r\n height: 0\r\n}\r\n\r\n.cf:before, \r\n.cf:after,\r\n.row:before,\r\n.row:after{ \r\n content: ""; \r\n display: table\r\n}\r\n.cf:after,\r\n.row:after{ \r\n clear: both\r\n}\r\n.cf,\r\n.row { \r\n *zoom: 1\r\n}\r\n\r\n[[/strip]]', '', 'screen', '2012-04-24 13:15:51', '2012-05-06 18:49:29');
INSERT INTO {DB_PREFIX}css VALUES (51, 'Simplex: Layout', '[[strip]][[* using strip in stylesheet to remove unneeded empty space, will reduce the file size *]]\r\n\r\n[[* APPEARANCE *]]\r\n[[* \r\nBy adding #boxed id to body tag you can easily change appearance of the site.\r\nThis would add a background image to body and content would be wrapped in a box.\r\nBy removing that id the background is removed and site is presented in white.\r\n\r\nHow: Go to Template -> Simplex and find <body>\r\nNow simply edit as following <body id=''boxed''>\r\n\r\nYou can as well reposition your site by changing class on wrapping div.\r\nFind in Simplex Template following: \r\n\r\n<div class=''container centered'' id=''wrapper''>\r\n\r\nNow change "centered" to "left" or "right" and page will be left or right aligned.\r\n*]]\r\n\r\n[[* assign the images path to a variable *]]\r\n[[capture assign=''path'']][[uploads_url]]/simplex/images[[/capture]]\r\n\r\n[[* COLORS *]]\r\n\r\n[[assign var=''boxed_bg'' value="#d1d1d1 url(`$path`/boxed-bg.gif)"]]\r\n\r\n[[assign var=''light_grey'' value=''#f1f1f1'']]\r\n[[assign var=''grey'' value=''#e9e9e9'']]\r\n[[assign var=''dark_grey'' value=''#555'']]\r\n[[assign var=''white'' value=''#fff'']]\r\n[[assign var=''orange'' value=''#f39c2c'']]\r\n[[assign var=''dark_orange'' value=''#e6870e'']]\r\n[[assign var=''yellow'' value=''#fdbd34'']]\r\n\r\n\r\n/* =====================================\r\nBASIC STYLES\r\n===================================== */\r\nbody {\r\n background: [[$white]];\r\n font-family: sans-serif; /* sans-serif falls back to default OS and Browser font, usually Arial or Helvetica and so on */\r\n font-size: 12px;\r\n color: [[$dark_grey]];\r\n line-height: 1.3\r\n}\r\n/* you can change appearance of the page by adding or removing #boxed id to body tag. */\r\nbody#boxed {\r\n background: [[$boxed_bg]] repeat\r\n}\r\n/* add some space inside the boxed container */\r\n#boxed .container {\r\n padding: 0 1%\r\n}\r\na img {\r\n border: none\r\n}\r\n/* you can use these classes to align images to left or right */\r\n.right {\r\n float: right\r\n}\r\n.left {\r\n float:left\r\n}\r\n/* if image needs some space add this class to img tag\r\n * so at the end a left floating image would be <img src=''some.jpg'' class=''left spacing'' alt=''foo'' />\r\n */\r\n.spacing {\r\n margin: 10px\r\n}\r\n.spacing.left {\r\n margin: 10px 10px 10px 0\r\n}\r\n.spacing.right {\r\n margin: 10px 0 10px 10px\r\n}\r\n/* or add a 2 px border to image or something, change as you need it */\r\n.border {\r\n border: 2px solid [[$grey]]\r\n}\r\n/* some styling for code chunks */\r\ncode, samp, kbd {\r\n font-family: Consolas, ''Andale Mono WT'', ''Andale Mono'', ''Lucida Console'', ''Lucida Sans Typewriter'', monospace;\r\n color: [[$dark_grey]]\r\n}\r\npre code {\r\n line-height: 1.4;\r\n font-size: 11px\r\n}\r\npre {\r\n padding: 10px;\r\n margin: 10px 0;\r\n overflow: auto;\r\n width: 93%;\r\n background: [[$light_grey]];\r\n border-radius: 6px;\r\n -webkit-border-radius: 6px;\r\n -moz-border-radius: 6px;\r\n -o-border-radius: 6px\r\n}\r\n/* target IE7 and IE6 */\r\n*:first-child+html pre {\r\n padding-bottom: 20px;\r\n overflow-y: hidden;\r\n overflow: visible;\r\n overflow-x: auto\r\n}\r\n* html pre {\r\n padding-bottom: 20px;\r\n overflow: visible;\r\n overflow-x: auto\r\n}\r\n/* horizontal ruler */\r\nhr { \r\n border: solid [[$grey]]; \r\n border-width: 1px 0 0 0; \r\n clear: both; \r\n margin: 10px 0 30px 0; \r\n height: 0\r\n}\r\n/* =====================================\r\nCOMMON TYPOGRAPHY\r\n===================================== */\r\n\r\n/* link default styles */\r\na { \r\n color: [[$orange]];\r\n}\r\na:visited { \r\n color: [[$dark_orange]] \r\n}\r\na:hover { \r\n color: [[$dark_grey]];\r\n transition: transform 0.6s ease-out;\r\n -webkit-transition: color 0.6s ease-out;\r\n -moz-transition: color 0.6s ease-out;\r\n -o-transition: color 0.6s ease-out; \r\n text-decoration: underline\r\n}\r\na:focus { \r\n outline: thin dotted\r\n}\r\na:hover, a:active { \r\n outline: 0\r\n}\r\n/* add icon to links with class external */\r\na.external span {\r\n display: inline-block;\r\n width: 9px;\r\n height: 9px;\r\n text-indent: -999em;\r\n margin: 0 3px;\r\n /* using sprite image, but left as reference to single image \r\n background: transparent url([[$path]]/external-icon.png) no-repeat 0 0\r\n */\r\n background: transparent url([[$path]]/simplex-sprite.png) no-repeat -10px -130px;\r\n}\r\na.external:hover span {\r\n background-position: -10px -139px\r\n}\r\n/* default heading styles */\r\nh1,\r\nh2,\r\nh3 {\r\n font-family: ''Oswald'', Impact, Haettenschweiler, ''Arial Narrow Bold'', sans-serif;\r\n}\r\nh1 {\r\n color: [[$orange]];\r\n margin: 10px 0;\r\n font-size: 28px;\r\n text-transform: uppercase;\r\n}\r\nh2 {\r\n color: [[$dark_grey]];\r\n font-size: 22px\r\n}\r\nh3 {\r\n color: [[$dark_grey]];\r\n font-weight: 300;\r\n font-size: 18px\r\n}\r\n/* blockquotes and cites */\r\nblockquote, \r\nblockquote p { \r\n font-size: 14px; \r\n line-height: 1.5; \r\n color: [[$dark_grey]]; \r\n font-style: italic;\r\n font-family: Georgia, Times New Roman, serif\r\n}\r\nblockquote { \r\n margin: 0 0 20px 0; \r\n padding: 9px 10px 10px 19px; \r\n border-left: 5px solid [[$light_grey]]\r\n}\r\nblockquote cite { \r\n display: block; \r\n font-size: 12px; \r\n color: [[$dark_grey]] \r\n}\r\nblockquote cite:before { \r\n content: "\\2014 \\0020"; \r\n}\r\nblockquote cite a, \r\nblockquote cite a:visited, \r\nblockquote cite a:visited {\r\n font-family: Georgia, Times New Roman, serif; \r\n}\r\n\r\n/* =====================================\r\nLAYOUT\r\n===================================== */\r\n/* wrapping the page in a box */\r\n#wrapper {\r\n margin-top: 10px;\r\n border-top: 5px solid [[$orange]]\r\n}\r\n/* you can switch appearance of the page by adding or removing id #boxed to body tag */\r\n#boxed #wrapper {\r\n background: [[$white]];\r\n box-shadow: 2px 2px 8px [[$dark_grey]]\r\n}\r\n \r\n/* ------ HEADER SECTION ------ */\r\n/* if you need height or something for header part add style here */\r\n.header {\r\n \r\n}\r\n/* the logo */\r\n.logo {\r\n margin-top: 12px;\r\n position: relative\r\n}\r\n/* having some fun with palm, rotating with css3, will not work in IE */\r\n.logo .palm {\r\n position: absolute;\r\n top: 5px;\r\n left: 45px;\r\n /* using sprite image as background, left as reference to single image \r\n background: url([[$path]]/palm-circle.png) no-repeat;\r\n */\r\n background: url([[$path]]/simplex-sprite.png) no-repeat -10px -10px;\r\n display: block;\r\n width: 48px;\r\n height: 48px;\r\n transition: transform 0.6s ease-out; \r\n -webkit-transition: -webkit-transform 0.6s ease-out;\r\n -moz-transition: -moz-transform 0.6s ease-out;\r\n -o-transition: -o-transform 0.6s ease-out;\r\n -webkit-perspective: 1000;\r\n -webkit-backface-visibility: hidden; \r\n}\r\n/* css3 transform rotating palm on hover */\r\n.logo a:hover .palm {\r\n transform: rotate(360deg); \r\n -webkit-transform: rotate(360deg);\r\n -moz-transform: rotate(360deg);\r\n -o-transform: rotate(360deg) \r\n}\r\n.top .header {\r\n border-bottom: 1px solid [[$light_grey]]\r\n}\r\n\r\n/* ------ NAVIGATION ------ */\r\n\r\n/* first level */\r\nnav.main-navigation {\r\n z-index: 990;\r\n height: 55px;\r\n line-height: 37px;\r\n margin-top: 20px;\r\n}\r\nnav.main-navigation > ul {\r\n float:right;\r\n padding: 0\r\n}\r\nnav.main-navigation > ul > li {\r\n float: left;\r\n padding: 0;\r\n margin:0 12px;\r\n position: relative\r\n}\r\nnav.main-navigation > ul > li:first-child,\r\nnav.main-navigation > ul > li.first {\r\n margin-left: 0\r\n}\r\nnav.main-navigation > ul > li:last-child,\r\nnav.main-navigation > ul > li.last {\r\n margin-right: 0\r\n}\r\nnav.main-navigation > ul > li > a,\r\nnav.main-navigation > ul > li.sectionheader span {\r\n font-family: ''Oswald'', Impact, Haettenschweiler, ''Arial Narrow Bold'', sans-serif;\r\n color: [[$dark_grey]];\r\n text-decoration: none;\r\n font-size: 14px;\r\n font-weight: 600;\r\n cursor: pointer;\r\n text-transform: uppercase\r\n}\r\n/* Second Level */\r\nnav.main-navigation ul li ul {\r\n top: -999em;\r\n left: -999em;\r\n position: absolute;\r\n display: block;\r\n height: 0px;\r\n width: 200px; \r\n padding: 10px;\r\n background: [[$white]];\r\n background: rgba(255,255,255,.95); \r\n box-shadow: 1px 1px 8px [[$dark_grey]];\r\n -webkit-box-shadow: 1px 1px 8px [[$dark_grey]];\r\n -moz-box-shadow: 1px 1px 8px [[$dark_grey]];\r\n -o-box-shadow: 1px 1px 8px [[$dark_grey]];\r\n border-radius: 6px;\r\n -webkit-border-radius: 6px;\r\n -moz-border-radius: 6px;\r\n -o-border-radius: 6px;\r\n border: 1px solid [[$grey]] \r\n}\r\nnav.main-navigation > ul > li:hover > ul { \r\n height: auto;\r\n z-index: 9999;\r\n top: 37px;\r\n right: 0;\r\n left: auto;\r\n display: block\r\n}\r\nnav.main-navigation ul ul li {\r\n position: relative;\r\n line-height: 1;\r\n margin: 0;\r\n padding: 0;\r\n border-bottom: 1px dotted [[$grey]]\r\n}\r\n/* third level */\r\nnav.main-navigation > ul > li > ul > li:hover > ul { \r\n height: auto;\r\n top: 0;\r\n right: auto;\r\n left: -210px;\r\n z-index: 999; \r\n display: block\r\n}\r\n/* navigation text color */\r\nnav.main-navigation ul li li a,\r\nnav.main-navigation ul li li.sectionheader span {\r\n padding: 6px 12px;\r\n font-family: sans-serif;\r\n text-transform: none;\r\n font-weight: normal;\r\n font-size: 12px;\r\n text-decoration: none;\r\n color: [[$dark_grey]];\r\n display: block\r\n}\r\nnav.main-navigation a:hover,\r\nnav.main-navigation a.current,\r\nnav.main-navigation li.sectionheader span:hover,\r\nnav.main-navigation li.sectionheader span.current,\r\nnav.main-navigation li.sectionheader span.parent,\r\nnav.main-navigation ul ul li a:hover,\r\nnav.main-navigation ul ul li a.current {\r\n color: [[$orange]]\r\n}\r\n/* bottom part of header*/\r\n.header-bottom {\r\n height: 55px;\r\n line-height: 55px\r\n}\r\n/* catchphrase */\r\n.phrase span {\r\n font-family: ''Oswald'', Impact, Haettenschweiler, ''Arial Narrow Bold'', sans-serif;\r\n text-transform: uppercase;\r\n color: #ddd;\r\n font-size: 16px;\r\n font-weight: 700\r\n}\r\n/* search */\r\n.search {\r\n text-align: right;\r\n}\r\n/* webkit browser add icons to input of type search, we dont want it here now */\r\ninput.search-input::-webkit-search-decoration,\r\ninput.search-input::-webkit-search-results-button,\r\ninput.search-input::-webkit-search-results-decoration {\r\n -webkit-appearance:none\r\n}\r\n/* styling the search input field */\r\ninput.search-input {\r\n border: 1px solid [[$light_grey]]; \r\n height: 17px;\r\n line-height: 17px;\r\n outline: 0;\r\n margin: 13px 0 0 0;\r\n width: 165px;\r\n padding: 5px 0 3px 35px;\r\n font-size: 11px;\r\n color: [[$dark_grey]];\r\n transition: all .35s ease-in-out;\r\n -webkit-transition: all .35s ease-in-out;\r\n -moz-transition: all .35s ease-in-out;\r\n -o-transition: all .35s ease-in-out; \r\n /* using sprite image, left as reference to single image \r\n background: [[$white]] url([[$path]]/search-icon.png) 10px 50% no-repeat\r\n */\r\n background: [[$white]] url([[$path]]/simplex-sprite.png) 0px -434px no-repeat\r\n}\r\ninput.search-input:focus {\r\n border: 1px solid [[$orange]];\r\n width: 240px; \r\n box-shadow: 0 0 3px [[$orange]]; \r\n -webkit-box-shadow: 0 0 3px [[$orange]];\r\n -moz-box-shadow: 0 0 3px [[$orange]];\r\n -o-box-shadow: 0 0 3px [[$orange]];\r\n}\r\n \r\n/* ------ BANNER AREA ------ */\r\n.banner {\r\n overflow: hidden;\r\n background: [[$orange]]\r\n}\r\n/* left text in orange box */\r\n.banner-text {\r\n padding:0 0 0 1%;\r\n position: relative;\r\n float: left;\r\n max-height: 275px;\r\n width: 30.333%\r\n}\r\n.banner-text ul {\r\n padding: 32px 0;\r\n}\r\n.banner-text li {\r\n list-style: none;\r\n display: block;\r\n color: [[$dark_orange]];\r\n text-shadow: 0px 1px 0 [[$yellow]], 0 -1px 0 rgba(0,0,0,0.3);\r\n font-size: 36px;\r\n font-weight: 700;\r\n transition: all 2s linear;\r\n -webkit-transition: all 1.5s linear;\r\n -moz-transition: all 1.5s linear;\r\n -o-transition: all 1.5s linear;\r\n display: block\r\n}\r\n/* animating unordered list text in banner */\r\n.banner-text li:hover {\r\n text-indent: 120px;\r\n opacity: 0;\r\n transform: scale(2) rotate(35deg);\r\n -webkit-transform: scale(2) rotate(35deg);\r\n -moz-transform: scale(2) rotate(35deg);\r\n -o-transform: scale(2) rotate(35deg)\r\n}\r\n/* images on the right */\r\n.banner-image {\r\n float:right;\r\n display: block;\r\n position: relative;\r\n width: 67.667%;\r\n overflow: hidden;\r\n background: [[$grey]]\r\n}\r\n.banner-image div {\r\n position: absolute;\r\n z-index: 0;\r\n width: 100%;\r\n min-height: 100px;\r\n overflow: hidden;\r\n display: block;\r\n top: 0;\r\n left: 0\r\n}\r\n.banner-image img {\r\n display: block;\r\n height: auto;\r\n width: 100%;\r\n bottom: 0;\r\n max-width: 100%;\r\n}\r\n/* ------ CONTENT AREA ------ */\r\n.content-wrapper {\r\n padding-top: 20px\r\n}\r\n.content-top {\r\n background: url([[$path]]/dots.gif) repeat-x 0 50%;\r\n font-family: Georgia, Times New Roman, serif;\r\n color: [[$dark_grey]];\r\n font-style: italic;\r\n line-height: 20px\r\n}\r\n\r\n/* breadcrumbs */\r\n.breadcrumb {\r\n display: inline-block;\r\n background: [[$white]];\r\n width: auto;\r\n padding-right: 6px\r\n}\r\n.breadcrumb a {\r\n color: [[$dark_grey]];\r\n display: inline-block;\r\n width: auto;\r\n background: [[$white]]\r\n}\r\n\r\n/* print button */\r\na.printbutton {\r\n display: block;\r\n padding-left: 6px;\r\n width: 16px;\r\n height: 16px;\r\n float:right;\r\n text-indent: -999em;\r\n /* using sprite image, left as reference to single image\r\n background: [[$white]] url([[$path]]/print-icon.png) no-repeat 6px -16px;\r\n */\r\n background: [[$white]] url([[$path]]/simplex-sprite.png) no-repeat -4px -94px;\r\n transition: all 0.2s ease-out; \r\n -webkit-transition: all 0.2s ease-out;\r\n -moz-transition: all 0.2s ease-out;\r\n -o-transition: all 0.2s ease-out \r\n}\r\na.printbutton:hover {\r\n /* using sprite image, left as reference to single image\r\n background: [[$white]] url([[$path]]/print-icon.png) no-repeat 6px 0;\r\n */\r\n background: [[$white]] url([[$path]]/simplex-sprite.png) no-repeat -4px -78px;\r\n}\r\n\r\n/* news module summary -> content */\r\n.content .news-summary span.heading {\r\n display: none\r\n}\r\n.content .news-article {\r\n margin-bottom: 15px;\r\n padding-bottom: 15px;\r\n border-bottom: 1px dotted [[$grey]]\r\n}\r\n.content .news-summary ul.category-list {\r\n margin: 15px 0\r\n}\r\n.content .news-summary ul.category-list li a,\r\n.news-summary ul.category-list li span {\r\n border-radius: 4px\r\n}\r\n.news-summary ul.category-list li span {\r\n opacity: .4\r\n}\r\n/* news module summary -> sitewide (content + sidebar) */\r\n/* article heading */\r\n.news-article h2 {\r\n margin: 0 0 15px 0\r\n}\r\n.news-article h2 a {\r\n font-family: ''Oswald'', Impact, Haettenschweiler, ''Arial Narrow Bold'', sans-serif;\r\n text-transform: uppercase;\r\n color: [[$dark_grey]];\r\n font-size: 16px;\r\n text-decoration: none;\r\n font-weight: 700\r\n}\r\n/* date circle, well square for IE */\r\n.news-article .date {\r\n background: [[$orange]];\r\n color: [[$white]];\r\n display: block;\r\n float:left;\r\n width: 40px;\r\n padding: 6px;\r\n height: 40px;\r\n border-radius: 26px;\r\n text-align: center;\r\n font-family: Georgia, Times New Roman, serif\r\n}\r\n.news-article .day {\r\n font-size: 20px;\r\n line-height: 1;\r\n padding-bottom: 2px;\r\n font-style: italic;\r\n display: block\r\n}\r\n.news-article.month {\r\n font-size: 11px;\r\n display: block\r\n}\r\n/* author and category */\r\n.news-article .author,\r\n.news-article .category {\r\n font-family: Georgia, Times New Roman, serif;\r\n display: block;\r\n padding-left: 60px;\r\n font-size: 11px;\r\n font-style: italic\r\n}\r\n/* category list on top of summary */\r\n.news-summary ul.category-list {\r\n margin:15px 0 0 0;\r\n padding:0;\r\n list-style: none\r\n}\r\n.news-summary ul.category-list li {\r\n float:left;\r\n display: block;\r\n width: auto;\r\n margin-right: 5px\r\n}\r\n.news-summary ul.category-list li a,\r\n.news-summary ul.category-list li span {\r\n display: block;\r\n color: [[$dark_grey]];\r\n padding: 4px 8px;\r\n background: [[$light_grey]];\r\n border-radius: 4px 4px 0 0;\r\n text-decoration: none;\r\n font-size: 11px;\r\n text-transform: uppercase\r\n}\r\n.news-summary ul.category-list li a:hover {\r\n color: [[$orange]]\r\n}\r\n.news-summary .paginate {\r\n font: italic 11px/1.2 Georgia, Times New Roman, serif;\r\n \r\n}\r\n.news-summary .paginate a {\r\n padding: 0 3px;\r\n}\r\n.news-meta {\r\n background: [[$light_grey]];\r\n padding: 10px;\r\n margin: 10px 0\r\n}\r\n/* more link */\r\n.more,\r\n.more a,\r\n/* back link */\r\n.back,\r\n.back a,\r\n/* previous, next links */\r\n.previous a,\r\n.next a,\r\n.previous,\r\n.next {\r\n font: italic 12px/1.3 Georgia, Times New Roman, serif;\r\n color: [[$dark_grey]];\r\n text-decoration: none\r\n} \r\n/* hover behavior of more, next, previous links */\r\n.more a:hover,\r\n.back a:hover,\r\n.previous a:hover,\r\n.next a:hover {\r\n text-decoration: underline\r\n}\r\n.previous,\r\n.next {\r\n padding: 6px 0;\r\n}\r\n/* align next link to right */\r\n.previous {\r\n float:left;\r\n}\r\n.next {\r\n float: right\r\n}\r\n\r\n/* ------ SIDEBAR AREA ------ */\r\n\r\n/* news module summary -> sidebar */\r\n.sidebar .news-summary span.heading {\r\n background: url([[$path]]/dots.gif) repeat-x 0 50%;\r\n color: [[$dark_grey]];\r\n font: normal 16px/20px Georgia, Times New Roman, serif;\r\n margin: 0 0 15px 0;\r\n display: block\r\n}\r\n.sidebar .news-summary .heading span {\r\n display: inline-block;\r\n width: auto;\r\n background: [[$white]];\r\n padding-right: 6px\r\n}\r\n.sidebar .news-article {\r\n padding: 15px;\r\n position: relative;\r\n background: [[$light_grey]];\r\n margin-bottom: 20px;\r\n border-radius: 0 0 6px 0\r\n}\r\n/* creating a bubble box with css3 */\r\n.sidebar .news-article:before {\r\n content:'''';\r\n position: absolute;\r\n bottom: -15px;\r\n right: 25px;\r\n width: 10px;\r\n height: 35px;\r\n -webkit-transform: rotate(55deg) skewY(55deg);\r\n -moz-transform: rotate(55deg) skewY(55deg);\r\n -o-transform: rotate(55deg) skewY(55deg);\r\n -ms-transform: rotate(55deg) skewY(55deg);\r\n transform: rotate(55deg) skewY(55deg);\r\n background: [[$light_grey]]\r\n}\r\n\r\n/* ------ FOOTER AREA ------ */\r\n/* footer wrapper */\r\n.footer {\r\n position: relative;\r\n background: transparent url([[$path]]/footer-background.png) repeat-x top;\r\n border-bottom: 1px dotted [[$grey]];\r\n margin: 25px 0 10px 0;\r\n padding: 20px 0\r\n}\r\n/* copyright text */\r\n.copyright {\r\n padding-top: 15px\r\n}\r\n.copyright p,\r\n.copyright a {\r\n color: [[$dark_grey]];\r\n font-size: 11px\r\n}\r\n/* social icons */\r\n.footer ul.social {\r\n padding: 0;\r\n margin: 0\r\n}\r\n.footer .social li {\r\n float:left;\r\n margin: 0;\r\n padding: 0;\r\n list-style: none;\r\n margin-right: 6px\r\n}\r\n.footer .social li a {\r\n display: block;\r\n width: 24px;\r\n height: 24px;\r\n transition: all 0.2s ease-out; \r\n -webkit-transition: all 0.2s ease-out;\r\n -moz-transition: all 0.2s ease-out;\r\n -o-transition: all 0.2s ease-out; \r\n text-indent: -999em\r\n}\r\n.footer .social li.facebook a { \r\n /* using sprite image, left as reference to single image \r\n background: transparent url([[$path]]/facebook-icon.png) no-repeat 0 -24px\r\n */\r\n background: transparent url([[$path]]/simplex-sprite.png) no-repeat -10px -260px\r\n}\r\n.footer .social li.facebook a:hover {\r\n /* using sprite image, left as reference to single image \r\n background: transparent url([[$path]]/facebook-icon.png) no-repeat 0 0\r\n */\r\n background: transparent url([[$path]]/simplex-sprite.png) no-repeat -10px -236px\r\n}\r\n.footer .social li.twitter a { \r\n /* background: transparent url([[$path]]/twitter-icon.png) no-repeat 0 -24px */\r\n background: transparent url([[$path]]/simplex-sprite.png) no-repeat -10px -192px\r\n}\r\n.footer .social li.twitter a:hover {\r\n /* background: transparent url([[$path]]/twitter-icon.png) no-repeat 0 0 */\r\n background: transparent url([[$path]]/simplex-sprite.png) no-repeat -10px -168px\r\n}\r\n.footer .social li.linkedin a { \r\n /* background: transparent url([[$path]]/linkedin-icon.png) no-repeat 0 -24px */\r\n background: transparent url([[$path]]/simplex-sprite.png) no-repeat -10px -328px\r\n}\r\n.footer .social li.linkedin a:hover {\r\n /* background: transparent url([[$path]]/linkedin-icon.png) no-repeat 0 0 */\r\n background: transparent url([[$path]]/simplex-sprite.png) no-repeat -10px -304px\r\n}\r\n.footer .social li.youtube a { \r\n /* background: transparent url([[$path]]/youtube-icon.png) no-repeat 0 -24px */\r\n background: transparent url([[$path]]/simplex-sprite.png) no-repeat -10px -396px\r\n}\r\n.footer .social li.youtube a:hover {\r\n /* background: transparent url([[$path]]/youtube-icon.png) no-repeat 0 0 */\r\n background: transparent url([[$path]]/simplex-sprite.png) no-repeat -10px -372px\r\n}\r\n/* back to top anchor */\r\n.back-top a {\r\n display: inline-block;\r\n width: auto;\r\n padding: 8px;\r\n border-left: 5px solid [[$white]];\r\n border-right: 5px solid [[$white]];\r\n font: normal italic 11px/20px Georgia, Times New Roman, serif;\r\n text-decoration: none;\r\n color: [[$dark_grey]];\r\n background: [[$light_grey]];\r\n color: [[$dark_grey]];\r\n border-radius: 10px 0 10px 0;\r\n -webkit-border-radius: 10px 0 10px 0;\r\n -moz-border-radius: 10px 0 10px 0;\r\n -o-border-radius: 10px 0 10px 0;\r\n position: absolute;\r\n top: -14px;\r\n left: 48%\r\n}\r\n/* Footer navigation */\r\n.footer-navigation {\r\n padding-top: 15px\r\n}\r\n.footer-navigation > ul > li {\r\n float:left;\r\n width: 32.333%\r\n}\r\n.footer-navigation > ul > li > a,\r\n.footer-navigation > ul > li span.sectionheader {\r\n font-family: ''Oswald'', Impact, Haettenschweiler, ''Arial Narrow Bold'', sans-serif;\r\n text-transform: uppercase;\r\n color: [[$dark_grey]];\r\n text-decoration: none;\r\n display: block\r\n}\r\n/* second level */\r\n.footer-navigation > ul ul {\r\n margin-top: 10px\r\n}\r\n.footer-navigation > ul > li li {\r\n float: none;\r\n width: 100%;\r\n display: block\r\n}\r\n.footer-navigation > ul > li li a,\r\n.footer-navigation > ul > li.sectionheader li a,\r\n.footer-navigation > ul > li li span.sectionheader {\r\n text-decoration: none;\r\n font-family: sans-serif;\r\n font-weight: normal;\r\n text-transform: none; \r\n display: block;\r\n padding: 2px 0;\r\n color: [[$dark_grey]]\r\n}\r\n.footer-navigation > ul > li li a:hover {\r\n color: [[$orange]]\r\n}\r\n\r\n[[/strip]]', '', 'screen', '2012-04-24 13:16:21', '2013-04-17 14:33:49');
INSERT INTO {DB_PREFIX}css VALUES (52, 'Simplex: Print', '/* reset body background and color, just in case */\r\nbody {\r\n background: #fff;\r\n color: #000;\r\n font-family: Georgia, Times New Roman, serif;\r\n font-size: 12pt\r\n}\r\n/* any element with class noprint or listed below should not be printed */\r\n.noprint,\r\n.visuallyhidden {\r\n display: none\r\n}\r\n/* display image as block */\r\nimg {\r\n display: block;\r\n float: none\r\n}\r\n/* remove width and floats from elements */\r\n#wrapper,\r\n.container,\r\n.container .grid_1, \r\n.container .grid_2,\r\n.container .grid_3,\r\n.container .grid_4,\r\n.container .grid_5,\r\n.container .grid_6,\r\n.container .grid_7,\r\n.container .grid_8,\r\n.container .grid_9,\r\n.container .grid_10,\r\n.container .grid_11,\r\n.container .grid_12 {\r\n width: 100%;\r\n margin: 0;\r\n float: none \r\n}\r\n/* links arent clickable on paper, lets display url */\r\na:link:after {\r\n content: " (" attr(href) ") ";\r\n}\r\na {\r\n text-decoration: underline\r\n}\r\n', 'print', '', '2012-04-26 07:47:10', '2012-05-06 17:10:32');
INSERT INTO {DB_PREFIX}css VALUES (53, 'Simplex: Mobile', '[[strip]][[* using strip in stylesheet to remove unneeded empty space, will reduce the file size *]]\r\n\r\n/* Default styles for screens up to 1024px width */\r\n/* realign logo for mobile devices */\r\n.logo.grid_4 {\r\n float: none;\r\n display: block;\r\n text-align: center;\r\n margin:10px 0;\r\n padding:0;\r\n width: 100%\r\n}\r\n/* hide rotating palm */\r\n.logo .palm {\r\n display: none\r\n}\r\n/* realign navigation for mobile devices */\r\nnav.main-navigation {\r\n float: none;\r\n margin: 0;\r\n height: auto;\r\n line-height: 1\r\n}\r\nnav.main-navigation > ul {\r\n float:none;\r\n position: relative;\r\n padding: 0\r\n}\r\nnav.main-navigation ul li {\r\n background: #f1f1f1;\r\n display: block;\r\n position: relative;\r\n border-radius: 4px 4px 0 0;\r\n padding: 0 10px;\r\n margin: 0 1px\r\n}\r\nnav.main-navigation > ul > li > a,\r\nnav.main-navigation > ul > li.sectionheader > span {\r\n font-size: 12px;\r\n line-height: 28px;\r\n}\r\n/* second level navigation */\r\nnav.main-navigation ul li ul {\r\n top: -999em;\r\n left: -999em;\r\n width: 200px;\r\n height: auto;\r\n display: block;\r\n position: absolute;\r\n}\r\nnav.main-navigation > ul > li:hover > ul,\r\nnav.main-navigation > ul > li.active > ul {\r\n top: 28px;\r\n left: 0;\r\n z-index: 999;\r\n right: auto\r\n}\r\nnav.main-navigation ul ul li {\r\n position: relative;\r\n background: #fff;\r\n line-height: 1;\r\n height: auto;\r\n margin: 0;\r\n padding: 0\r\n} \r\nnav.main-navigation > ul > li li a {\r\n line-height: 1\r\n}\r\n/* third level */\r\nnav.main-navigation > ul > li > ul > li:hover > ul {\r\n left: 0;\r\n top: 28px\r\n}\r\n/* close button (appended to dropdown with jquery) */\r\n.close-button {\r\n display: block;\r\n background: url([[uploads_url]]/simplex/images/close_button.png) no-repeat;\r\n text-indent: -999em;\r\n position: absolute;\r\n bottom: -5px;\r\n right: -5px;\r\n width: 24px;\r\n height: 24px\r\n}\r\n/* display phrase text and search box in full width */\r\n.header-bottom {\r\n height: auto;\r\n line-height: 1.2;\r\n padding: 10px 0\r\n}\r\n.search input {\r\n text-align: center;\r\n padding: 5px 0 3px 0;\r\n display: block\r\n}\r\n/* phrase */\r\n.phrase .grid_7 {\r\n margin: 0;\r\n width: 100%;\r\n float: none;\r\n display: block\r\n}\r\n/* hide banner text and size image area */\r\n.banner-text {\r\n display: none;\r\n width: 0\r\n}\r\n.banner-image {\r\n display: block;\r\n width: 100%;\r\n float:none;\r\n margin: 0;\r\n padding: 0\r\n}\r\n/* hide print button */\r\na.printbutton {\r\n display: none\r\n}\r\n\r\n/* =====================================\r\nTablet (Portrait) \r\n===================================== */\r\n@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {\r\n /* realign navigation for mobile devices */\r\n nav.main-navigation {\r\n float: none;\r\n margin: 0;\r\n line-height: 1\r\n }\r\n nav.main-navigation ul li {\r\n position: static\r\n }\r\n nav.main-navigation > ul > li > a,\r\n nav.main-navigation > ul > li.sectionheader > span {\r\n font-size: 14px\r\n } \r\n .header-bottom {\r\n height: auto;\r\n line-height: 1.2;\r\n padding: 10px 0\r\n }\r\n .search input {\r\n width: 60%;\r\n text-align: center;\r\n padding: 5px 0 3px 0;\r\n display: block\r\n }\r\n}\r\n\r\n/* =====================================\r\nSmartphones (Landscape) \r\n===================================== */\r\n@media only screen and (min-width: 321px) and (max-width: 767px) { \r\n nav.main-navigation ul li {\r\n position: static\r\n } \r\n nav.main-navigation > ul > li > a.\r\n nav.main-navigation > ul > li.sectionheader > span {\r\n font-size: 10px\r\n }\r\n}\r\n\r\n/* =====================================\r\nSmartphones (Portait) \r\n===================================== */\r\n@media only screen and (max-width: 480px) {\r\n .logo img {\r\n margin: 20px auto\r\n }\r\n /* realing navigation */\r\n nav.main-navigation {\r\n line-height: 1\r\n }\r\n nav.main-navigation > ul > li:hover > ul,\r\n nav.main-navigation > ul > li.active > ul {\r\n top: 58px;\r\n left: 2%;\r\n right: auto\r\n } \r\n nav.main-navigation ul li {\r\n float: none;\r\n position: relative;\r\n background: none;\r\n border-bottom: 1px dotted #f1f1f1;\r\n border-radius: 0;\r\n padding: 8px 0;\r\n margin: 0\r\n }\r\n nav.main-navigation > ul > li > a,\r\n nav.main-navigation > ul > li.sectionheader span {\r\n font-size: 20px\r\n }\r\n /* search box */\r\n .grid_5.search {\r\n float:none;\r\n margin: 0 auto;\r\n width: 100%;\r\n } \r\n .search input {\r\n width: 80%;\r\n text-align: center;\r\n padding: 5px 0 3px 0;\r\n display: block\r\n } \r\n /* hiding footer navigation or it is squeezed to much */\r\n .footer-navigation {\r\n display: none\r\n }\r\n .footer .copyright {\r\n text-align: center\r\n }\r\n}\r\n\r\n[[/strip]]', '', 'screen and (min-width: 300px) and (max-width: 1024px)', '2012-04-30 12:27:44', '2013-04-17 14:36:32');
INSERT INTO {DB_PREFIX}crossref VALUES ('global_content',1,'template',15,'2009-05-10 16:57:24','2009-05-10 16:57:24');
INSERT INTO {DB_PREFIX}crossref VALUES ('global_content',1,'template',16,'2009-05-09 17:04:30','2009-05-09 17:04:30');
INSERT INTO {DB_PREFIX}crossref VALUES ('global_content',1,'template',20,'2009-05-09 23:57:31','2009-05-09 23:57:31');
INSERT INTO {DB_PREFIX}crossref VALUES ('global_content',1,'template',18,'2009-05-09 17:19:20','2009-05-09 17:19:20');
INSERT INTO {DB_PREFIX}crossref VALUES ('global_content',1,'template',17,'2009-05-09 21:20:18','2009-05-09 21:20:18');
INSERT INTO {DB_PREFIX}crossref VALUES ('global_content',1,'template',21,'2009-05-10 16:59:13','2009-05-10 16:59:13');
INSERT INTO {DB_PREFIX}crossref VALUES ('global_content',1,'template',22,'2009-05-11 02:01:23','2009-05-11 02:01:23');
INSERT INTO {DB_PREFIX}content_props VALUES (16,'string','Sidebar','','','','<p>Just some test content goes here as an example of a very long sentence that probably should have been divided into several smaller sentences, were it not for this just being a test sentence on one of the default pages of CMS Made Simple, an excellent Content Management System for easily creating web sites, this sentence is added when adding/editing a page in the Sidebar: text area, this comes from the template place holder {ldelim}content block=\'Sidebar\'}.</p>',NULL,'2009-05-04 17:02:56');
INSERT INTO {DB_PREFIX}content_props VALUES (47,'string','content_en','','','','<p>The CMS Made Simple community is always at your service if you need some help with your site. Here is where you find more information and support:</p>\r\n<ul>\r\n<li>{cms_selflink ext=\'http://wiki.cmsmadesimple.org/\' text=\'The CMSMS Documentation Wiki\'} -- start here, this documentation is a community effort where anyone registered in the forums can add and edit</li>\r\n<li>{cms_selflink ext=\'http://forum.cmsmadesimple.org/\' text=\'The CMSMS Forums\'} -- here you can search for answers to your questions or ask just about anything.</li>\r\n<li>{cms_selflink ext=\'http://cmsmadesimple.org/main/support/IRC\' text=\'IRC\'} -- IRC is short for Internet Relay Chat and is like a community chat. Many developers hang out here and others that are ready to discuss and give support.</li>\r\n</ul>\r\n<p>Please remember that people involved in developing and supporting CMSMS have day jobs and other duties and might not be available 24/7. Be patient and polite and you will get better answers.</p>\r\n<p>Hope you will enjoy using CMS Made Simple for creating your web sites! If you want to contribute to the development yourself, you are very welcome to do so. You can contact us on {cms_selflink ext=\'http://cmsmadesimple.org/main/support/IRC\' text=\'IRC\'} or hit the {cms_selflink ext=\'http://forum.cmsmadesimple.org/\' text=\'forums\'} to get involved.</p>',NULL,'2009-05-12 20:23:09');
INSERT INTO {DB_PREFIX}content_props VALUES (30,'string','content_en','','','','<p>The Menu Manager is a module that reads your page hierarchy and builds a navigation using a \'Menu Manager Template\'. By default a few sample menu manager templates are included with your default installation. For most users these are enough, as a menu basically is just an unordered list that is styled with CSS.</p>\r\n<p>The Menu Manager module also accepts various optional attributes (parameters) in the {ldelim}menu{rdelim} tag to allow you to customize its behavior. You can see the list and explanation of these parameters in the Menu Manager Help which can be found on the right side of the screen when you click on \"Layout » Menu Manager\" in the administration console.</p>\r\n<p>Customizing templates in the Menu Manager is as simple as clicking the \'Import Template to Database\' button, which will then allow you to create a template with a new name, and modify the layout of the template. You can use your new navigation template by specifying the new name in the call to {ldelim}menu{rdelim} in your page template. i.e: {ldelim}menu template=\'mynewtemplate\'{rdelim}.</p>\r\n<h3>Menu Manager in the CMSMS Admin Panel</h3>\r\n<p>Read more about how to do this in the <strong>Help</strong> for the Menu Manager in the CMSMS Admin Panel. It can be found in the Layout menu.</p>',NULL,'2009-05-12 20:16:51');
INSERT INTO {DB_PREFIX}content_props VALUES (55,'string','image','','','','-1',NULL,'2009-05-09 14:04:30');
INSERT INTO {DB_PREFIX}content_props VALUES (24,'string','content_en','','','','<p>With the default installation of CMS Made Simple come six modules and a number of tags. The features of these are described and displayed on the following pages.</p>\r\n<p>To find out more about the core modules, click {cms_selflink page=\'modules\' text=\'Modules\'}. For an explanation the core tags, simply click {cms_selflink page=\'tags\' text=\'Tags\'}.</p>',NULL,'2009-05-12 20:40:16');
INSERT INTO {DB_PREFIX}content_props VALUES (20,'string','content_en','','','','<p>There are six modules that come with the default installation of CMS Made Simple. On the following pages we explain how these are used. Click on each module name in the menu to the left or in the list below.</p>\r\n<p>To insert a module in a template or a page you normally use the <code>{ldelim}cms_module}</code> tag with the module name as one of the parameters. But to simplify things, all core modules also have a tag wrapper, so that they are called simple by their name, like <code>{ldelim}news}</code>.</p>\r\n<ul>\r\n<li>{cms_selflink page=\'news\' text=\'News\'}</li>\r\n<li>{cms_selflink page=\'menu-manager-2\' text=\'Menu Manager\'}</li>\r\n<li>{cms_selflink page=\'theme-manager\' text=\'Theme Manager\'}</li>\r\n<li>{cms_selflink page=\'microtiny\' text=\'MicroTiny\'}</li>\r\n<li>{cms_selflink page=\'search\' text=\'Search\'}</li>\r\n<li>{cms_selflink page=\'module-manager\' text=\'Module Manager\'}</li>\r\n</ul>',NULL,'2009-05-12 20:41:29');
INSERT INTO {DB_PREFIX}content_props VALUES (24,'string','block1','','','',NULL,NULL,'2009-05-12 20:40:16');
INSERT INTO {DB_PREFIX}content_props VALUES (40,'string','content_en','','','','<p>The Menu Manager has already been explained on the How CMSMS Works » {cms_selflink page=\'menu-manager\' text=\'Menu Manager\'} page. It is a very powerful module that can be used for any kind of navigation system on your web site.</p>',NULL,'2009-05-12 20:48:34');
INSERT INTO {DB_PREFIX}content_props VALUES (41,'string','content_en','','','','<p>The Theme Manager module allows you to import and export templates and their attached stylesheets, including any images they use, as \"themes\". This allows you to share your look and feel with other CMSMS users.</p>\r\n<p>It is very easy to convert any kind of template to be used with CMS Made Simple. Many templates like this have already been converted and can be installed using the Theme Manager, the CMSMS community also shares themes for anyone to download and use at the {cms_selflink ext=\'http://themes.cmsmadesimple.org\' text=\'CMSMS Themes site\' target=\"_blank\"}.</p>',NULL,'2009-05-12 20:50:17');
INSERT INTO {DB_PREFIX}content_props VALUES (42,'string','content_en','','','','<p>MicroTiny is a so called WYSIWYG editor for editing pages. WYSIWYG stands for What You See Is What You Get. It works similar to a word processor, where you can select the style for the content and see how it is going to look on the page.</p>\r\n<p>Among available WYSIWYG editors CMS Made Simple has decided to use MicroTiny (the stripped down version of TinyMCE). TinyMCE is among the most developed WYSIWYG editors, with regular updates, a large following and customizable features.</p>\r\n<p>However, it is very difficult to create a cross-browser online editor that works in all different kinds of environments. If you are familiar with HTML you can select no WYSIWYG in My Preferences » User Preferences in the Admin Panel. That gives you more control over the code that will be on the page.</p>\r\n<p>There are also other WYSIWYG editor modules available for download.</p>',NULL,'2009-05-12 20:50:43');
INSERT INTO {DB_PREFIX}content_props VALUES (43,'string','content_en','','','','<p>Search is a module for searching \"core\" content along with certain registered modules. You put in a word or two and it gives you back matching, relevant results.</p>\r\n<p>You can see the search module in use in the default templates, like on this page. Simply put <code>{ldelim}search}</code> in your template, where you want the search form to appear. If you want the results of a search to appear on a different page, you can specify this with the parameter <code>resultpage=\'page alias\'</code>.</p>\r\n<p>For more information, see the Search module in the Admin Panel, in the Extensions menu.</p>',NULL,'2009-05-12 20:51:17');
INSERT INTO {DB_PREFIX}content_props VALUES (39,'string','content_en','','','','<p>Most web sites have a section for the latest news. In CMS Made Simple the best way to accomplish that is by using the News module.</p>\r\n<p>To display a list of news items you insert the tag <code>{ldelim}news number=\'5\' category=\'General\'}</code>. On this page the tag is inserted in the template. But it can also be inserted on a page. You can see the News module in use in the sidebar to the left.</p>\r\n<p>There are a number of parameters that can be used in conjunction with this tag. To read about how a module is used, navigate to Extensions » Modules in the Admin Panel and click on \"Help\" for the module you want to read about.</p>',NULL,'2009-05-12 20:42:16');
INSERT INTO {DB_PREFIX}content_props VALUES (45,'string','content_en','','','','<p>Events are a new powerful way of assigning actions to events. For example if you would like to send an email to the site administrator when a new file is uploaded or a new page is created by another user you could add some code to those events to be executed when that event happens.</p>\r\n<p>In brief here\'s how it works:</p>\r\n<p>a) A module, or the core, can register, and then Send Events such as \"newNews\", or \"newFronteEndUser\" or \"fileUploaded\", \"editPage\", etc, etc, etc. there\'s some 50 events in the core at the moment, and then uploads and frontend users have been configured to send events, We still have to do selfreg, etc, etc, etc.</p>\r\n<p>b) There are pages in the admin to allow you to specify which modules, and/or user tags should handle those events, and the order that each of those handlers should be called in.</p>\r\n<p>c) If one of the handlers of an event is a module, then.... the modules DoEvent method is called with the name of the event, and whatever data it wants to send. Each triggered event needs to be documented, but as of this moment, most are.</p>',NULL,'2009-05-12 20:22:16');
INSERT INTO {DB_PREFIX}content_props VALUES (55,'string','target','','','','',NULL,'2009-05-09 14:04:30');
INSERT INTO {DB_PREFIX}content_props VALUES (38,'string','content_en','','','','<p>These are the basic steps when creating a website with CMS Made Simple:</p>\r\n<ol>\r\n<li><em>Plan</em> -- Determine what pages you want (structure) and how you want these pages to look (design). </li>\r\n<li><em>Create Templates</em> -- Create one or several template(s) that determine the layout of your pages. </li>\r\n<li><em>Style the Templates</em> -- Attach one or more stylesheets to each template and style the layout and content with CSS. </li>\r\n<li><em>Create Pages</em> -- Then you create pages, add content to them and select what template to use for each page. </li>\r\n</ol>\r\n<p>When a user navigates to your site the page is created from the template, adding the content where the placeholder(s) are in the template.</p>',NULL,'2009-05-12 20:22:33');
INSERT INTO {DB_PREFIX}content_props VALUES (16,'string','block1','','','',NULL,NULL,'2009-05-04 17:02:56');
INSERT INTO {DB_PREFIX}content_props VALUES (18,'string','content_en','','','','<p>This is basically the same as the last one, CSSMenu top + 2 column, with the menu on the left instead of across the top there isn\'t a whole lot to say about it.</p>\r\n<h3>Filler Text</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut ac leo in lorem ultricies sollicitudin. Vivamus molestie elit nec nulla. Suspendisse potenti. Suspendisse at lorem. Donec pulvinar, magna eget molestie pretium, justo sem iaculis urna, eget condimentum nibh augue pellentesque arcu. Integer tristique tempor mauris. Sed justo orci, commodo volutpat, sagittis vitae, varius vitae, massa. Maecenas pede ligula, iaculis sit amet, pharetra eu, adipiscing consectetuer, eros. Duis ullamcorper nisl ac magna. Nunc neque dolor, posuere dapibus, convallis non, tristique sed, nibh. Suspendisse quis leo. Phasellus pretium erat ut purus. Duis facilisis consectetuer sapien. Nulla eget pede ut nisl faucibus consequat. Quisque erat lectus, luctus in, pellentesque ac, adipiscing eu, enim. Donec ultrices laoreet urna.</p>\r\n<h3>Subheading</h3>\r\n<p>Vestibulum vitae tellus. Fusce quis ligula. Cras mi. Mauris congue, lacus eget rhoncus venenatis, mi nunc volutpat nisl, ut ornare erat augue quis mauris. Nulla in sem. Donec semper odio ac ante. Cras a libero in risus mattis commodo. Phasellus pellentesque lectus. Donec a mi. Integer euismod neque at arcu. Morbi ligula nulla, dapibus nec, fermentum ut, tristique vel, pede. Morbi at diam. Vestibulum quam. Cras consectetuer wisi id neque. Etiam dictum vulputate ligula. Aliquam erat volutpat. Proin vitae lorem in justo imperdiet nonummy. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Suspendisse leo. Sed in eros ut lectus lacinia condimentum.</p>',NULL,'2009-05-12 20:39:49');
INSERT INTO {DB_PREFIX}content_props VALUES (20,'string','target','','','','',NULL,'2009-05-12 20:41:29');
INSERT INTO {DB_PREFIX}content_props VALUES (20,'string','image','','','','',NULL,'2009-05-12 20:41:29');
INSERT INTO {DB_PREFIX}content_props VALUES (20,'string','thumbnail','','','','',NULL,'2009-05-12 20:41:29');
INSERT INTO {DB_PREFIX}content_props VALUES (20,'string','extra1','','','','',NULL,'2009-05-12 20:41:29');
INSERT INTO {DB_PREFIX}content_props VALUES (20,'string','extra2','','','','',NULL,'2009-05-12 20:41:29');
INSERT INTO {DB_PREFIX}content_props VALUES (20,'string','extra3','','','','',NULL,'2009-05-12 20:41:29');
INSERT INTO {DB_PREFIX}content_props VALUES (20,'string','searchable','','','','',NULL,'2009-05-12 20:41:29');
INSERT INTO {DB_PREFIX}content_props VALUES (20,'string','pagedata','','','','',NULL,'2009-05-12 20:41:29');
INSERT INTO {DB_PREFIX}content_props VALUES (20,'string','disable_wysiwyg','','','','',NULL,'2009-05-12 20:41:29');
INSERT INTO {DB_PREFIX}content_props VALUES (29,'string','content_en','','','','<p>The content is the information for the page. We have already mentioned that for each page on your site you choose what template to use. When you add content to a page, it is automatically placed in the placeholders of the template selected for that page.</p>\r\n<p>A template can define one or several content areas, or content blocks. To add more content blocks to your template, use <code>{ldelim}content block=\'block name\'}</code>. These blocks will then appear as text areas when you edit or add a page that uses that template.</p>\r\n<p>You can make a content block use only one line, instead of a full text area, by using the parameter oneline=true. That is, the full tag being: <code>{ldelim}content block=\'block name\' oneline=true}</code>. Read about more parameters in the help for the Content tag in the CMSMS Admin Panel, under Extensions » Tags.</p>\r\n<h3>Content Types</h3>\r\n<p>There are currently 6 main content types in version {cms_version} \"{cms_versionname}\". These content types determine the type of content for each menu item.</p>\r\n<ul>\r\n<li>Content</li>\r\n<li>Error Page</li>\r\n<li>External Page Link</li>\r\n<li>Internal Page Link</li>\r\n<li>Section Header</li>\r\n<li>Separator</li>\r\n</ul>\r\n<p>The <strong>Content</strong> type is simply a regular page. Normally this is the only one you will use. That is what this page you are reading is. Here you can put any content that you would put on a regular page. The layout of these types of pages are controlled by the templates. For each <strong>content</strong> page you create you must add the title, menu text, choose if it is going to have a parent and choose a template for it. If you login as admin and change the template of this page, you will see exactly how it works.</p>\r\n<p>The <strong>Error Page</strong> type is just what it sounds like, a page you set for \"404 page not found\" errors, where you can add the content that shows when a 404 error occurs, a target type and title, you can also choose the template it uses, it has no parent as it is not part of the menu.</p>\r\n<p>The <strong>External Page Link</strong> type is just what it sounds like, a link to another external page and you add the title, menu text, choose if it is going to have a parent and a destination page along with the target setting and other options that a content type page has. This <strong>external page link</strong> type also shows up in the menu following the same hierarchy rules as the <strong>content</strong> type.</p>\r\n<p>The <strong>Internal Page Link</strong> type is also just what it sounds like, a link to another internal page. This <strong>internal page link</strong> type also shows up in the menu following the same hierarchy rules as the <strong>content</strong> type and you add the title, menu text, choose if it is going to have a parent and a destination page along with the target setting and other options that a content type page has.</p>\r\n<p>The <strong>Section Header</strong> type is used to break up menus into groupings (sections). This is unrelated to the hierarchy, as the section headers have no associated pages with them but can be used to group a set of links of similar content under them. They are just a little bit of text to say what the next few links are in reference to.</p>\r\n<p>The <strong>Separator</strong> type is just what it sounds like, a separator that appears on the menus. This type follows the hierarchy set in content management pages.</p>',NULL,'2009-05-12 20:16:13');
INSERT INTO {DB_PREFIX}content_props VALUES (46,'string','content_en','','','','<p>There are three kinds of extensions, that can add many kinds of functionality to your default CMS Made Simple install. They are called tags, user defined tags, and modules.</p>\r\n<h3>Tags</h3>\r\n<p>Tags are the simplest form of extensions. They are designed to accomplish just one small and specific task.</p>\r\n<p>There are a number of custom tags available with CMS Made Simple. To find what kind of tags are available look in Extensions » Tags in the Admin Panel.</p>\r\n<p>To insert any of these in a template or a page, simply type e.g. <code>{ldelim}content}</code>. Many of these Smarty tags are used as placeholders in a template, i.e. placeholders for content, navigation, breadcrumbs etc.</p>\r\n<p>Website developers who have a bit of PHP experience will find it easy to create and share their own custom tags.</p>\r\n<h3>User defined tags</h3>\r\n<p>Users can also create their own tags to insert in templates or pages., these are called user defined tags. They are snippets of php code (but without the <?php and ?> surrounding them), providing the ability to add re-usable pieces of php functionality to your site. User defined tags are inserted in templates and pages just like tags: <code>{ldelim}tagname}</code>.</p>\r\n<p>Typically, user defined tags provide a utility that is special to a website, and likely won\'t need to be re-used on another site. Also they are typically small and used for simple tasks.</p>\r\n<p>{cms_selflink ext=\'http://wiki.cmsmadesimple.org/index.php/Share_your_tags_here\' text=\'Share your user defined tags and use those that others have created\'}.</p>\r\n<h3>Modules</h3>\r\n<p>Modules are the highest level of plugin in the CMS Made Simple environment. They are designed to allow developers to implement complex tasks within CMSMS. A module typically provides advanced functionality, usually interacts with the database in complex ways, and may provide numerous reports or forms on the website. Additionally, a module may have an administrative interface to allow manipulating its data and its settings.</p>\r\n<p>An extremely well defined API <em>(Application Programming Interface)</em> has been written to allow module developers to write complex, intricate, and fully functioning applications for use within a CMSMS powered website.</p>\r\n<p>There are {cms_selflink page=\'modules\' text=\'a few modules included\'} with the default installation of CMS Made Simple. Other popular modules are Frontend Users, Album, Calendar, Guestbook and Form Builder.</p>\r\n<p>The ModuleManager module (included with CMS Made Simple) allows browsing a list of available modules, reading about them, and then installing them on your website.</p>\r\n<p>To insert modules in a template or a page, you actually use the module name as a parameter to the <code>{ldelim}cms_module}</code> tag. It looks like this: <code>{ldelim}cms_module module=\'modulename\' parameter1=\'this\' parameter2=5 parameter3=\'that\'}</code>. It is normal for modules to accept parameters to effect changes to their default behavior, though it is not always required.</p>\r\n<h3>Read more</h3>\r\n<p>You can read more about extensions in the {cms_selflink ext=\'http://wiki.cmsmadesimple.org/index.php/User_Handbook/Admin_Panel/Extensions\' text=\'CMSMS documentation\'}.</p>',NULL,'2009-05-12 20:21:29');
INSERT INTO {DB_PREFIX}content_props VALUES (28,'string','content_en','','','','<p>One of the little known features of CMS Made Simple is the User Defined tag. Basically, this allows you to write PHP code inside the Admin Panel. Use the \'Add User Defined Tag\' button in Extension » User Defined Tags in the Admin Panel, write some code, and then insert into a template or page with {literal}{newpluginname}{/literal}. Simple!</p>\r\n<p>As an example, I\'ve put together a one line plugin/tag that will show your current User Agent information (which browser you\'re using). The output is right here: <strong>{user_agent}</strong>.</p>\r\n<p>If you\'re not looking at the source, all that is in the page is {literal}{user_agent}{/literal}. To see how this code works, edit the user_agent tag in the Extensions » User Defined Tags page of the admin.</p>\r\n<p>This is a VERY powerful feature if used right. Remember, user defined tags do not get cached, therefore, scripts to rotate ad banners and such will work just fine. Note also that tag code has to be written <em>without</em> opening < ? php and ending ? > tags.</p>',NULL,'2009-05-12 20:58:46');
INSERT INTO {DB_PREFIX}content_props VALUES (19,'string','block1','','','',NULL,NULL,'2009-05-12 20:25:03');
INSERT INTO {DB_PREFIX}content_props VALUES (44,'string','content_en',NULL,NULL,NULL,'<p>This is an example of the very minimal that needs to be in a CMSMS template. No stylesheet is attached to the template, which is why it doesn\'t look very nice...</p>\r\n\r\n<p>However, to make it slightly more appealing, some inline styling was used, for floating the content to the right of the menu.</p>\r\n\r\n<p>The menu in this page template is using the <strong>Minimal Navigation</strong> template for Menu Manager. No accessibility stuff is in there, so it\'s recommended that the <strong>Simple Navigation</strong> menu template is rather used.</p>','2006-07-25 21:22:31','2006-07-25 21:22:31');
INSERT INTO {DB_PREFIX}content_props VALUES (31,'string','content_en',NULL,NULL,NULL,'asdf','2006-07-25 21:22:31','2006-07-25 21:22:31');
INSERT INTO {DB_PREFIX}content_props VALUES (32,'string','content_en',NULL,NULL,NULL,'asdf','2006-07-25 21:22:31','2006-07-25 21:22:31');
INSERT INTO {DB_PREFIX}content_props VALUES (49,'string','target','','','','',NULL,'2009-05-12 20:26:53');
INSERT INTO {DB_PREFIX}content_props VALUES (49,'string','pagedata','','','','',NULL,'2009-05-12 20:26:53');
INSERT INTO {DB_PREFIX}content_props VALUES (19,'string','content_en','','','','<p>CMS Made Simple {cms_version} was installed with numerous default templates (you choose this during the installation process). These are to display some of the features of CMS Made Simple and to give you a head start when creating your own web sites.</p>\r\n<p>The tags that are unique to templates in CMS Made Simple are described on the page {cms_selflink page=\'cmsms_tags\' text=\'CMSMS tags in the templates\'} (see menu to the left). Click on any link beneath that page in the menu to the left to see what the default templates look like.</p>\r\n<h4>Changing the style of Default Templates</h4>\r\n<p>All of the templates and style sheets have comments throughout them to help you find where to change the look of them.</p>\r\n<h3>Menus/navigation</h3>\r\n<p>Two kinds of navigation are used in these templates. For each there is a menu template in the Menu Manager. <strong>CSSMenu </strong>is a dropdown menu using only CSS. Well, for Internet Explorer 6 some JavaScript has to be used... Two of the page templates are using CSSMenu for navigation, {cms_selflink page=\'cssmenu_horizontal\' text=\'one with the menu horizontally at the top\'} and the other {cms_selflink page=\'cssmenu_vertical\' text=\'with the menu vertically to the left\'}.</p>\r\n<p>The other navigation type is what we call <strong>Simple Navigation</strong>. That is just an unordered list that gets its style and appearance from the style sheets (CSS). Also here {cms_selflink page=\'top_left\' text=\'one page template is using a horizontal simple navigation\'} and the other {cms_selflink page=\'navleft\' text=\'a vertical menu\'}.</p>\r\n<p>The menu tag in each template is used like this: <code>{ldelim}menu template=\'cssmenu.tpl\'}</code>, where the <code>cssmenu.tpl</code> is the name of the Menu Manager template, if you make a custom menu template you don\'t need to use the .tpl on the end. More parameters can be used, for example to start a menu from the second level, collapse the children pages until the parent is clicked etc. Read more about that in the Menu Manager Help in the Admin Panel.</p>',NULL,'2009-05-12 20:25:03');
INSERT INTO {DB_PREFIX}content_props VALUES (26,'string','content_en','','','','<p>There are plenty of tags included with the CMSMS core. Some of them are demonstrated here, for any questions as to the parameters they can take or anything else please see the Tags Help.</p>\r\n<h3>{ldelim}anchor}</h3>\r\n<dl> <dt>Syntax used</dt> <dd><code>{ldelim}anchor anchor=\'here\' text=\'Scroll Down\' class=\'myclass\' title=\'mytitle\' tabindex=\'1\' accesskey=\'s\'}</code></dd> <dt>Display</dt> <dd>Creates a link to an anchor on the same page. Used for example for the ^Top link at the bottom of this page.</dd> </dl>\r\n<h3>{ldelim}cms_breadcrumbs{rdelim}</h3>\r\n<dl> <dt>Syntax used</dt> <dd><code>{ldelim}cms_breadcrumbs root=\'Home\'{rdelim}</code></dd> <dt>Display</dt> <dd>Breadcrumbs are a navigational technique displaying all visited pages leading from the home page to the currently viewed page. You find it under the header on this page.</dd></dl>\r\n<h3>{ldelim}cms_module}</h3>\r\n<dl> <dt>Syntax used</dt> <dd><code>{ldelim}cms_module module=\'somemodulename\' param1=\'something\' param2=true}</code></dd> <dt>Display</dt> <dd>This tag is used to insert modules into your templates and pages. Used for any module that you download. In the default templates, wrapper tags are used for inserting modules though. That is, a tag is made to insert a cms_module tag.</dd> </dl>\r\n<h3>{ldelim}cms_selflink}</h3>\r\n<dl> <dt>Syntax used</dt> <dd><code>{ldelim}cms_selflink page=\"1\"}</code> or <code>{ldelim}cms_selflink page=\"alias\"}</code></dd> <dt>Display</dt> <dd>Creates a link to another CMSMS content page inside your template or content. Can also be used for external links with the ext parameter. </dd> <dt>Example</dt> <dd>{cms_selflink page=\'modules\' text=\'Link to the modules page\'} </dd> <dd>{cms_selflink ext=\'http://www.cmsmadesimple.org\' text=\'This is an external link to the CMS Made Simple website\'}</dd> </dl>\r\n<h3>{ldelim}cms_version}</h3>\r\n<dl> <dt>Syntax used</dt> <dd><code>{ldelim}cms_version}</code></dd> <dt>Display</dt> <dd>Displays current version number of CMS Made Simple. </dd> <dt>Example</dt> <dd>See the footer on this page.</dd> </dl>\r\n<h3>{ldelim}cms_versionname}</h3>\r\n<dl> <dt>Syntax used</dt> <dd><code>{ldelim}cms_versionname}</code></dd> <dt>Display</dt> <dd>Displays current version name of CMS Made Simple. </dd> <dt>Example</dt> <dd>See the footer on this page.</dd> </dl>\r\n<h3>{ldelim}current_date}</h3>\r\n<dl> <dt>Syntax used</dt> <dd><code>{ldelim}current_date format=\"%A %d-%b-%y %T %Z\"}</code></dd> <dt>Display</dt> <dd>Prints the current date and time.</dd> <dt>Example</dt> <dd>{current_date format=\"%A %d-%b-%y %T %Z\"}</dd> </dl>\r\n<h3>{ldelim}embed}</h3>\r\n<dl> <dt>Syntax used</dt> <dd><code>{ldelim}embed url=\"http://www.cmsmadesimple.org\"}</code></dd> <dt>Display</dt> <dd>Enable inclusion (embeding) of any other application into the CMS. The most usual use could be a forum. </dd> </dl>\r\n<h3>{ldelim}global_content}</h3>\r\n<dl> <dt>Syntax used</dt> <dd><code>{ldelim}global_content name=\'footer\'}</code></dd> <dt>Display</dt> <dd>Inserts a Global Content Block (previously known as HTML blob) into your template or page. The code for the footer of this page is in a Global Content Block. </dd> </dl>\r\n<h3>{ldelim}menu_text}</h3>\r\n<dl> <dt>Syntax used</dt> <dd><code>{ldelim}menu_text}</code></dd> <dt>Display</dt> <dd>Prints the menu text of the page.</dd> <dt>Example</dt> <dd>{menu_text}</dd> </dl>\r\n<h3>{ldelim}modified_date}</h3>\r\n<dl> <dt>Syntax used</dt> <dd><code>{ldelim}modified_date format=\"%A %d-%b-%y %T %Z\"}</code></dd> <dt>Display</dt> <dd>Prints the date and time the page was last modified. </dd> <dt>Example</dt> <dd>{modified_date format=\"%A %d-%b-%y %T %Z\"}</dd> </dl>\r\n<h3>{ldelim}print}</h3>\r\n<dl> <dt>Syntax used</dt> <dd><code>{ldelim}print}</code></dd> <dt>Display</dt> <dd>Creates a link to only the content of the page.</dd> <dt>Example</dt> <dd>{print}</dd> </dl>\r\n<h3>{ldelim}site_mapper}</h3>\r\n<dl> <dt>Syntax used</dt> <dd><code>{ldelim}site_mapper}</code></dd> <dt>Display</dt> <dd>Prints out a sitemap.</dd> <dt>Example</dt> <dd>{site_mapper}</dd> </dl>\r\n<h3>{ldelim}valid_xhtml}</h3>\r\n<dl> <dt>Syntax used</dt> <dd><code>{ldelim}valid_xhtml}</code></dd> <dt>Display</dt> <dd>Creates a link to the W3C HTML validation service.</dd> <dt>Example</dt> <dd>{valid_xhtml}</dd> </dl>',NULL,'2009-05-12 20:56:54');
INSERT INTO {DB_PREFIX}content_props VALUES (28,'string','target','','','','',NULL,'2009-05-12 20:58:46');
INSERT INTO {DB_PREFIX}content_props VALUES (28,'string','pagedata','','','','',NULL,'2009-05-12 20:58:46');
INSERT INTO {DB_PREFIX}content_props VALUES (28,'string','extra1','','','','',NULL,'2009-05-12 20:58:46');
INSERT INTO {DB_PREFIX}content_props VALUES (26,'string','target','','','','',NULL,'2009-05-12 20:56:54');
INSERT INTO {DB_PREFIX}content_props VALUES (26,'string','pagedata','','','','',NULL,'2009-05-12 20:56:54');
INSERT INTO {DB_PREFIX}content_props VALUES (26,'string','extra1','','','','',NULL,'2009-05-12 20:56:54');
INSERT INTO {DB_PREFIX}content_props VALUES (26,'string','extra2','','','','',NULL,'2009-05-12 20:56:54');
INSERT INTO {DB_PREFIX}content_props VALUES (26,'string','extra3','','','','',NULL,'2009-05-12 20:56:54');
INSERT INTO {DB_PREFIX}content_props VALUES (26,'string','image','','','','-1',NULL,'2009-05-12 20:56:54');
INSERT INTO {DB_PREFIX}content_props VALUES (26,'string','thumbnail','','','','',NULL,'2009-05-12 20:56:54');
INSERT INTO {DB_PREFIX}content_props VALUES (26,'string','searchable','','','','1',NULL,'2009-05-12 20:56:54');
INSERT INTO {DB_PREFIX}content_props VALUES (26,'string','disable_wysiwyg','','','','0',NULL,'2009-05-12 20:56:54');
INSERT INTO {DB_PREFIX}content_props VALUES (55,'string','thumbnail','','','','',NULL,'2009-05-09 14:04:30');
INSERT INTO {DB_PREFIX}content_props VALUES (15,'string','target','','','','',NULL,'2009-05-13 10:12:18');
INSERT INTO {DB_PREFIX}content_props VALUES (15,'string','pagedata','','','','',NULL,'2009-05-13 10:12:18');
INSERT INTO {DB_PREFIX}content_props VALUES (15,'string','extra1','','','','',NULL,'2009-05-13 10:12:18');
INSERT INTO {DB_PREFIX}content_props VALUES (15,'string','extra2','','','','',NULL,'2009-05-13 10:12:18');
INSERT INTO {DB_PREFIX}content_props VALUES (15,'string','extra3','','','','',NULL,'2009-05-13 10:12:18');
INSERT INTO {DB_PREFIX}content_props VALUES (16,'string','target','','','','',NULL,'2009-05-04 17:02:56');
INSERT INTO {DB_PREFIX}content_props VALUES (16,'string','pagedata','','','','',NULL,'2009-05-04 17:02:56');
INSERT INTO {DB_PREFIX}content_props VALUES (16,'string','extra1','','','','',NULL,'2009-05-04 17:02:56');
INSERT INTO {DB_PREFIX}content_props VALUES (16,'string','extra2','','','','',NULL,'2009-05-04 17:02:56');
INSERT INTO {DB_PREFIX}content_props VALUES (16,'string','extra3','','','','',NULL,'2009-05-04 17:02:56');
INSERT INTO {DB_PREFIX}content_props VALUES (16,'string','image','','','','-1',NULL,'2009-05-04 17:02:56');
INSERT INTO {DB_PREFIX}content_props VALUES (16,'string','thumbnail','','','','',NULL,'2009-05-04 17:02:56');
INSERT INTO {DB_PREFIX}content_props VALUES (16,'string','searchable','','','','1',NULL,'2009-05-04 17:02:56');
INSERT INTO {DB_PREFIX}content_props VALUES (16,'string','disable_wysiwyg','','','','0',NULL,'2009-05-04 17:02:56');
INSERT INTO {DB_PREFIX}content_props VALUES (16,'string','content_en','','','','<p>This is a drop-down menu that is using only CSS (although some Javascript is required for Internet Explorer 6, note: IE6 will not let you use 2 of these menu types in a template at the same time as the second one will fail to open). It can be either vertical or horizontal.</p>\r\n<p>The code we have inserted in the template that this page is using is simply <code>{ldelim}menu template=\'cssmenu.tpl\'}</code>. You style the menu in the stylesheet <strong>Navigation: CSSMenu - Horizontal</strong> or <strong>Navigation: CSSMenu - Vertical</strong> for the vertical CSSMenu.</p>\r\n<p>But to be on the safe side, copy this style sheet and attach your new style sheet to the template instead (and make your changes in your new style sheet). Then you can always revert to the default style sheet if something goes wrong.</p>',NULL,'2009-05-04 17:02:56');
INSERT INTO {DB_PREFIX}content_props VALUES (15,'string','image','','','','-1',NULL,'2009-05-13 10:12:18');
INSERT INTO {DB_PREFIX}content_props VALUES (15,'string','thumbnail','','','','',NULL,'2009-05-13 10:12:18');
INSERT INTO {DB_PREFIX}content_props VALUES (15,'string','searchable','','','','1',NULL,'2009-05-13 10:12:18');
INSERT INTO {DB_PREFIX}content_props VALUES (15,'string','disable_wysiwyg','','','','0',NULL,'2009-05-13 10:12:18');
INSERT INTO {DB_PREFIX}content_props VALUES (15,'string','image1','','','','uploads/images/logo1.gif',NULL,'2009-05-13 10:12:18');
INSERT INTO {DB_PREFIX}content_props VALUES (51,'string','content_en','','','','<p>Using the same menu template as the previous theme. We changed the child ul CSS to use a different top image. This involves changing some of the margin and padding as the images are a different shape. Note the difference in the second level and third level ul images, one has an arrow up and the other has an arrow left.</p>\r\n<h3>Filler Text</h3>\r\n<p>Curabitur ornare velit molestie nulla. Fusce fermentum facilisis mi. Maecenas volutpat, eros ac pellentesque mollis, urna elit rutrum turpis, congue convallis nibh erat nec purus. Sed malesuada consectetuer turpis. Nulla sollicitudin placerat augue. Vestibulum ut sem eget turpis laoreet cursus. Vestibulum ante urna, mollis eget, cursus eget, viverra non, lectus. Aliquam erat volutpat. Aenean gravida tempor nulla. Sed sem lorem, pulvinar non, placerat non, vestibulum sed, tellus. Phasellus fermentum velit id dui. Praesent vulputate. Nam in dui.</p>\r\n<p>Maecenas tristique, tortor nec eleifend luctus, nibh leo imperdiet wisi, et accumsan est lectus in orci. Proin facilisis, odio auctor feugiat accumsan, sapien purus iaculis dui, a volutpat augue pede ut sem. Nulla facilisi. Aliquam suscipit elementum ipsum. Morbi urna. Nam eros justo, varius sit amet, euismod eu, dictum nec, neque. Nullam id mi eu odio tempor adipiscing. Quisque hendrerit euismod nunc. Ut erat nulla, pellentesque nec, luctus eu, dictum nec, augue. Aliquam tincidunt sodales arcu. Nam porta sagittis quam. Vivamus eget purus egestas velit congue consectetuer.</p>',NULL,'2009-05-08 22:21:34');
INSERT INTO {DB_PREFIX}content_props VALUES (51,'string','target','','','','',NULL,'2009-05-08 22:21:34');
INSERT INTO {DB_PREFIX}content_props VALUES (51,'string','pagedata','','','','',NULL,'2009-05-08 22:21:34');
INSERT INTO {DB_PREFIX}content_props VALUES (51,'string','extra1','','','','',NULL,'2009-05-08 22:21:34');
INSERT INTO {DB_PREFIX}content_props VALUES (51,'string','extra2','','','','',NULL,'2009-05-08 22:21:34');
INSERT INTO {DB_PREFIX}content_props VALUES (51,'string','extra3','','','','',NULL,'2009-05-08 22:21:34');
INSERT INTO {DB_PREFIX}content_props VALUES (51,'string','image','','','','-1',NULL,'2009-05-08 22:21:34');
INSERT INTO {DB_PREFIX}content_props VALUES (51,'string','thumbnail','','','','',NULL,'2009-05-08 22:21:34');
INSERT INTO {DB_PREFIX}content_props VALUES (51,'string','searchable','','','','1',NULL,'2009-05-08 22:21:34');
INSERT INTO {DB_PREFIX}content_props VALUES (51,'string','disable_wysiwyg','','','','0',NULL,'2009-05-08 22:21:34');
INSERT INTO {DB_PREFIX}content_props VALUES (51,'string','Sidebar','','','','<h4>Filler Text</h4>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras sodales gravida est. Nullam enim ipsum, convallis quis, iaculis quis, facilisis eu, felis. Proin euismod hendrerit tortor. Aliquam erat volutpat. Morbi tempus diam sit amet neque. Sed sem metus, sagittis vel, lobortis ac, tempus sit amet, wisi. Phasellus in diam. Maecenas ultrices rutrum mauris. Vestibulum dolor justo, blandit a, posuere quis, varius at, tellus. Vestibulum convallis. Nulla ut leo sed elit eleifend varius. Aenean eget est id lorem posuere laoreet.</p>',NULL,'2009-05-08 22:21:34');
INSERT INTO {DB_PREFIX}content_props VALUES (18,'string','target','','','','',NULL,'2009-05-12 20:39:49');
INSERT INTO {DB_PREFIX}content_props VALUES (18,'string','pagedata','','','','',NULL,'2009-05-12 20:39:49');
INSERT INTO {DB_PREFIX}content_props VALUES (18,'string','extra1','','','','',NULL,'2009-05-12 20:39:49');
INSERT INTO {DB_PREFIX}content_props VALUES (18,'string','extra2','','','','',NULL,'2009-05-12 20:39:49');
INSERT INTO {DB_PREFIX}content_props VALUES (18,'string','extra3','','','','',NULL,'2009-05-12 20:39:49');
INSERT INTO {DB_PREFIX}content_props VALUES (18,'string','image','','','','-1',NULL,'2009-05-12 20:39:49');
INSERT INTO {DB_PREFIX}content_props VALUES (18,'string','thumbnail','','','','',NULL,'2009-05-12 20:39:49');
INSERT INTO {DB_PREFIX}content_props VALUES (18,'string','searchable','','','','1',NULL,'2009-05-12 20:39:49');
INSERT INTO {DB_PREFIX}content_props VALUES (18,'string','disable_wysiwyg','','','','0',NULL,'2009-05-12 20:39:49');
INSERT INTO {DB_PREFIX}content_props VALUES (52,'string','content_en','','','','<p>Again using the same menu template as the two previous themes. We changed the child ul CSS to use a different top image. This involves changing some of the margin and padding as the images are a different shape. Note the second level and third level ul are now using the same image that has an arrow left.</p>\r\n<h3>Filler Text</h3>\r\n<p>Curabitur ornare velit molestie nulla. Fusce fermentum facilisis mi. Maecenas volutpat, eros ac pellentesque mollis, urna elit rutrum turpis, congue convallis nibh erat nec purus. Sed malesuada consectetuer turpis. Nulla sollicitudin placerat augue. Vestibulum ut sem eget turpis laoreet cursus. Vestibulum ante urna, mollis eget, cursus eget, viverra non, lectus. Aliquam erat volutpat. Aenean gravida tempor nulla. Sed sem lorem, pulvinar non, placerat non, vestibulum sed, tellus. Phasellus fermentum velit id dui. Praesent vulputate. Nam in dui.</p>\r\n<p>Maecenas tristique, tortor nec eleifend luctus, nibh leo imperdiet wisi, et accumsan est lectus in orci. Proin facilisis, odio auctor feugiat accumsan, sapien purus iaculis dui, a volutpat augue pede ut sem. Nulla facilisi. Aliquam suscipit elementum ipsum. Morbi urna. Nam eros justo, varius sit amet, euismod eu, dictum nec, neque. Nullam id mi eu odio tempor adipiscing. Quisque hendrerit euismod nunc. Ut erat nulla, pellentesque nec, luctus eu, dictum nec, augue. Aliquam tincidunt sodales arcu. Nam porta sagittis quam. Vivamus eget purus egestas velit congue consectetuer.</p>',NULL,'2009-05-08 22:21:49');
INSERT INTO {DB_PREFIX}content_props VALUES (52,'string','target','','','','',NULL,'2009-05-08 22:21:49');
INSERT INTO {DB_PREFIX}content_props VALUES (52,'string','pagedata','','','','',NULL,'2009-05-08 22:21:49');
INSERT INTO {DB_PREFIX}content_props VALUES (52,'string','extra1','','','','',NULL,'2009-05-08 22:21:49');
INSERT INTO {DB_PREFIX}content_props VALUES (52,'string','extra2','','','','',NULL,'2009-05-08 22:21:49');
INSERT INTO {DB_PREFIX}content_props VALUES (52,'string','extra3','','','','',NULL,'2009-05-08 22:21:49');
INSERT INTO {DB_PREFIX}content_props VALUES (52,'string','image','','','','-1',NULL,'2009-05-08 22:21:49');
INSERT INTO {DB_PREFIX}content_props VALUES (52,'string','thumbnail','','','','',NULL,'2009-05-08 22:21:49');
INSERT INTO {DB_PREFIX}content_props VALUES (52,'string','searchable','','','','1',NULL,'2009-05-08 22:21:49');
INSERT INTO {DB_PREFIX}content_props VALUES (52,'string','disable_wysiwyg','','','','0',NULL,'2009-05-08 22:21:49');
INSERT INTO {DB_PREFIX}content_props VALUES (54,'string','content_en','','','','<p>Nuno has graciously supplied us with another of his great looking designs.</p>\r\n<p>This one is using a new menu template so we can style the drop down for the children pages, using an image for the second ul going from the top down, it has an extra li at the bottom of the child pages ul <li class="separator once" style="list-style-type: none;">&nbsp; </li> this is used to hold the bottom image.</p>\r\n<h3>Filler Text</h3>\r\n<p>Maecenas tristique, tortor nec eleifend luctus, nibh leo imperdiet wisi, et accumsan est lectus in orci. Proin facilisis, odio auctor feugiat accumsan, sapien purus iaculis dui, a volutpat augue pede ut sem. Nulla facilisi. Aliquam suscipit elementum ipsum. Morbi urna. Nam eros justo, varius sit amet, euismod eu, dictum nec, neque. Nullam id mi eu odio tempor adipiscing. Quisque hendrerit euismod nunc. Ut erat nulla, pellentesque nec, luctus eu, dictum nec, augue. Aliquam tincidunt sodales arcu. Nam porta sagittis quam. Vivamus eget purus egestas velit congue consectetuer.</p>',NULL,'2009-05-08 22:20:56');
INSERT INTO {DB_PREFIX}content_props VALUES (54,'string','target','','','','',NULL,'2009-05-08 22:20:56');
INSERT INTO {DB_PREFIX}content_props VALUES (54,'string','pagedata','','','','',NULL,'2009-05-08 22:20:56');
INSERT INTO {DB_PREFIX}content_props VALUES (54,'string','extra1','','','','',NULL,'2009-05-08 22:20:56');
INSERT INTO {DB_PREFIX}content_props VALUES (55,'string','searchable','','','','1',NULL,'2009-05-09 14:04:30');
INSERT INTO {DB_PREFIX}content_props VALUES (34,'string','content_en','','','','<p>So how is a web-site created with CMS Made Simple? There are a couple of terms that are central to understanding this.</p>\r\n<p>You first need to have templates, which is the HTML code for your pages. This is styled with CSS in one or more style sheets that are attached to each template. You then create pages that contain your websites content using one of these templates.</p>\r\n<p>That doesn\'t sound too hard, does it? Basically you don\'t need to know any HTML or CSS to get a site up with CMS Made Simple. But if you want to customize it to your liking, consider learning some {cms_selflink ext=\"http://www.w3schools.com/css/\" text=\"CSS\" target=\"_blank\"}.</p>\r\n<p>In the menu to the left you can read more about this, as well as more advanced features like the Menu Manager, additional extensions for adding many kinds of functionality to your site and the Event Manager for managing work flow. Last is a summary of the basic work flow when creating a site with CMS Made Simple.</p>',NULL,'2009-05-12 20:11:52');
INSERT INTO {DB_PREFIX}content_props VALUES (34,'string','target','','','','',NULL,'2009-05-12 20:11:52');
INSERT INTO {DB_PREFIX}content_props VALUES (34,'string','pagedata','','','','',NULL,'2009-05-12 20:11:52');
INSERT INTO {DB_PREFIX}content_props VALUES (34,'string','extra1','','','','',NULL,'2009-05-12 20:11:52');
INSERT INTO {DB_PREFIX}content_props VALUES (34,'string','extra2','','','','',NULL,'2009-05-12 20:11:52');
INSERT INTO {DB_PREFIX}content_props VALUES (34,'string','extra3','','','','',NULL,'2009-05-12 20:11:52');
INSERT INTO {DB_PREFIX}content_props VALUES (34,'string','image','','','','-1',NULL,'2009-05-12 20:11:52');
INSERT INTO {DB_PREFIX}content_props VALUES (34,'string','thumbnail','','','','',NULL,'2009-05-12 20:11:52');
INSERT INTO {DB_PREFIX}content_props VALUES (34,'string','searchable','','','','1',NULL,'2009-05-12 20:11:52');
INSERT INTO {DB_PREFIX}content_props VALUES (34,'string','disable_wysiwyg','','','','0',NULL,'2009-05-12 20:11:52');
INSERT INTO {DB_PREFIX}content_props VALUES (36,'string','target','','','','',NULL,'2009-05-12 20:12:30');
INSERT INTO {DB_PREFIX}content_props VALUES (36,'string','pagedata','','','','',NULL,'2009-05-12 20:12:30');
INSERT INTO {DB_PREFIX}content_props VALUES (36,'string','extra1','','','','',NULL,'2009-05-12 20:12:30');
INSERT INTO {DB_PREFIX}content_props VALUES (36,'string','extra2','','','','',NULL,'2009-05-12 20:12:30');
INSERT INTO {DB_PREFIX}content_props VALUES (36,'string','extra3','','','','',NULL,'2009-05-12 20:12:30');
INSERT INTO {DB_PREFIX}content_props VALUES (36,'string','image','','','','-1',NULL,'2009-05-12 20:12:30');
INSERT INTO {DB_PREFIX}content_props VALUES (36,'string','thumbnail','','','','',NULL,'2009-05-12 20:12:30');
INSERT INTO {DB_PREFIX}content_props VALUES (36,'string','searchable','','','','1',NULL,'2009-05-12 20:12:30');
INSERT INTO {DB_PREFIX}content_props VALUES (36,'string','disable_wysiwyg','','','','0',NULL,'2009-05-12 20:12:30');
INSERT INTO {DB_PREFIX}content_props VALUES (36,'string','content_en','','','','<p>A <em>template</em> is basically the HTML layout, or the design, of a page. This is the work of the designer. Whatever is in a template is used on every page that uses that template, meaning that the person editing the content doesn\'t need any web design skills.</p>\r\n<p>In the template there are placeholders for content and navigation areas. When a user is visiting your site the page is automatically generated from the template and the placeholders are filled with the content.</p>\r\n<p>The template is the HTML structure. It is then styled in one or more <em>style sheets</em> that are attached to each template. This styling is done with CSS. So to get a site look the way you want you should be familiar with HTML and CSS on at least a basic level. But don\'t worry, there are themes with ready-made templates and style sheets for you to download!</p>\r\n<p>When you first install CMS Made Simple there are some basic templates that you can use and customize to your needs. Those templates are described in the section {cms_selflink page=default_templates text=\'Default Templates Explained\'}. The designer of your site can also add new templates to make the site look any way you want. The CMSMS community also shares themes for anyone to download and use at {cms_selflink ext=\'http://themes.cmsmadesimple.org\' text=\'the CMSMS Themes site\' target=\"_blank\"}.</p>\r\n<h3>Templates and style sheets in the CMSMS Admin Panel</h3>\r\n<p>In the CMSMS Admin Panel you will find the templates and style sheets in the <strong>Layout</strong> menu.</p>',NULL,'2009-05-12 20:12:30');
INSERT INTO {DB_PREFIX}content_props VALUES (37,'string','target','','','','',NULL,'2009-05-12 20:13:19');
INSERT INTO {DB_PREFIX}content_props VALUES (37,'string','pagedata','','','','',NULL,'2009-05-12 20:13:19');
INSERT INTO {DB_PREFIX}content_props VALUES (37,'string','extra1','','','','',NULL,'2009-05-12 20:13:19');
INSERT INTO {DB_PREFIX}content_props VALUES (37,'string','extra2','','','','',NULL,'2009-05-12 20:13:19');
INSERT INTO {DB_PREFIX}content_props VALUES (37,'string','extra3','','','','',NULL,'2009-05-12 20:13:19');
INSERT INTO {DB_PREFIX}content_props VALUES (37,'string','image','','','','-1',NULL,'2009-05-12 20:13:19');
INSERT INTO {DB_PREFIX}content_props VALUES (37,'string','thumbnail','','','','',NULL,'2009-05-12 20:13:19');
INSERT INTO {DB_PREFIX}content_props VALUES (37,'string','searchable','','','','1',NULL,'2009-05-12 20:13:19');
INSERT INTO {DB_PREFIX}content_props VALUES (37,'string','disable_wysiwyg','','','','0',NULL,'2009-05-12 20:13:19');
INSERT INTO {DB_PREFIX}content_props VALUES (37,'string','content_en','','','','<p>Pages determine the structure of your web-site as seen in the admin Content » Pages page. Think of a web-site as a set of pages. These pages are accessed through a menu. You can also link to a page from within another page.</p>\r\n<h3>Navigation/Menu</h3>\r\n<p>The navigation, or the menu, is a set of links that help the user to navigate through the pages on your web site. These links are automatically created by CMS Made Simple from the page structure. This hierarchy is what drives the menu you see on the left of this page.</p>\r\n<p>Pages can be in several levels, like a tree of generations. The top level in the menu are the parent pages. Each parent page can have children pages, which in turn can be parents to other children.</p>\r\n<p>The page template determines where on a page the navigation is placed.</p>\r\n<p>You can create any kind of navigation you can dream of by customizing a menu template for <em>Menu Manager</em>. However, the default templates should work for most situations as the menu basically is just an unordered list that you style to your liking with CSS. The web is full of good articles about styling a list of links, one of the best is {cms_selflink ext=\"http://css.maxdesign.com.au/listutorial/index.htm\" text=\"listutorial at maxdesign\" target=\"_blank\"}</p>\r\n<h3>Pages in the CMSMS Admin Panel</h3>\r\n<p>You add pages, as well as other content (see next chapter), in the CMSMS Admin Panel from the Content » Pages menu.</p>',NULL,'2009-05-12 20:13:19');
INSERT INTO {DB_PREFIX}content_props VALUES (29,'string','target','','','','',NULL,'2009-05-12 20:16:13');
INSERT INTO {DB_PREFIX}content_props VALUES (29,'string','pagedata','','','','',NULL,'2009-05-12 20:16:13');
INSERT INTO {DB_PREFIX}content_props VALUES (29,'string','extra1','','','','',NULL,'2009-05-12 20:16:13');
INSERT INTO {DB_PREFIX}content_props VALUES (29,'string','extra2','','','','',NULL,'2009-05-12 20:16:13');
INSERT INTO {DB_PREFIX}content_props VALUES (29,'string','extra3','','','','',NULL,'2009-05-12 20:16:13');
INSERT INTO {DB_PREFIX}content_props VALUES (29,'string','image','','','','-1',NULL,'2009-05-12 20:16:13');
INSERT INTO {DB_PREFIX}content_props VALUES (29,'string','thumbnail','','','','',NULL,'2009-05-12 20:16:13');
INSERT INTO {DB_PREFIX}content_props VALUES (29,'string','searchable','','','','1',NULL,'2009-05-12 20:16:13');
INSERT INTO {DB_PREFIX}content_props VALUES (29,'string','disable_wysiwyg','','','','0',NULL,'2009-05-12 20:16:13');
INSERT INTO {DB_PREFIX}content_props VALUES (30,'string','target','','','','',NULL,'2009-05-12 20:16:51');
INSERT INTO {DB_PREFIX}content_props VALUES (30,'string','pagedata','','','','',NULL,'2009-05-12 20:16:51');
INSERT INTO {DB_PREFIX}content_props VALUES (30,'string','extra1','','','','',NULL,'2009-05-12 20:16:51');
INSERT INTO {DB_PREFIX}content_props VALUES (30,'string','extra2','','','','',NULL,'2009-05-12 20:16:51');
INSERT INTO {DB_PREFIX}content_props VALUES (30,'string','extra3','','','','',NULL,'2009-05-12 20:16:51');
INSERT INTO {DB_PREFIX}content_props VALUES (30,'string','image','','','','-1',NULL,'2009-05-12 20:16:51');
INSERT INTO {DB_PREFIX}content_props VALUES (30,'string','thumbnail','','','','',NULL,'2009-05-12 20:16:51');
INSERT INTO {DB_PREFIX}content_props VALUES (30,'string','searchable','','','','1',NULL,'2009-05-12 20:16:51');
INSERT INTO {DB_PREFIX}content_props VALUES (30,'string','disable_wysiwyg','','','','0',NULL,'2009-05-12 20:16:51');
INSERT INTO {DB_PREFIX}content_props VALUES (46,'string','target','','','','',NULL,'2009-05-12 20:21:29');
INSERT INTO {DB_PREFIX}content_props VALUES (46,'string','pagedata','','','','',NULL,'2009-05-12 20:21:29');
INSERT INTO {DB_PREFIX}content_props VALUES (46,'string','extra1','','','','',NULL,'2009-05-12 20:21:29');
INSERT INTO {DB_PREFIX}content_props VALUES (46,'string','extra2','','','','',NULL,'2009-05-12 20:21:29');
INSERT INTO {DB_PREFIX}content_props VALUES (46,'string','extra3','','','','',NULL,'2009-05-12 20:21:29');
INSERT INTO {DB_PREFIX}content_props VALUES (46,'string','image','','','','-1',NULL,'2009-05-12 20:21:29');
INSERT INTO {DB_PREFIX}content_props VALUES (46,'string','thumbnail','','','','',NULL,'2009-05-12 20:21:29');
INSERT INTO {DB_PREFIX}content_props VALUES (46,'string','searchable','','','','1',NULL,'2009-05-12 20:21:29');
INSERT INTO {DB_PREFIX}content_props VALUES (46,'string','disable_wysiwyg','','','','0',NULL,'2009-05-12 20:21:29');
INSERT INTO {DB_PREFIX}content_props VALUES (45,'string','target','','','','',NULL,'2009-05-12 20:22:16');
INSERT INTO {DB_PREFIX}content_props VALUES (45,'string','pagedata','','','','',NULL,'2009-05-12 20:22:16');
INSERT INTO {DB_PREFIX}content_props VALUES (45,'string','extra1','','','','',NULL,'2009-05-12 20:22:16');
INSERT INTO {DB_PREFIX}content_props VALUES (45,'string','extra2','','','','',NULL,'2009-05-12 20:22:16');
INSERT INTO {DB_PREFIX}content_props VALUES (45,'string','extra3','','','','',NULL,'2009-05-12 20:22:16');
INSERT INTO {DB_PREFIX}content_props VALUES (45,'string','image','','','','-1',NULL,'2009-05-12 20:22:16');
INSERT INTO {DB_PREFIX}content_props VALUES (45,'string','thumbnail','','','','',NULL,'2009-05-12 20:22:16');
INSERT INTO {DB_PREFIX}content_props VALUES (45,'string','searchable','','','','1',NULL,'2009-05-12 20:22:16');
INSERT INTO {DB_PREFIX}content_props VALUES (45,'string','disable_wysiwyg','','','','0',NULL,'2009-05-12 20:22:16');
INSERT INTO {DB_PREFIX}content_props VALUES (19,'string','target','','','','',NULL,'2009-05-12 20:25:03');
INSERT INTO {DB_PREFIX}content_props VALUES (19,'string','pagedata','','','','',NULL,'2009-05-12 20:25:03');
INSERT INTO {DB_PREFIX}content_props VALUES (19,'string','extra1','','','','',NULL,'2009-05-12 20:25:03');
INSERT INTO {DB_PREFIX}content_props VALUES (19,'string','extra2','','','','',NULL,'2009-05-12 20:25:03');
INSERT INTO {DB_PREFIX}content_props VALUES (19,'string','extra3','','','','',NULL,'2009-05-12 20:25:03');
INSERT INTO {DB_PREFIX}content_props VALUES (19,'string','image','','','','-1',NULL,'2009-05-12 20:25:03');
INSERT INTO {DB_PREFIX}content_props VALUES (19,'string','thumbnail','','','','',NULL,'2009-05-12 20:25:03');
INSERT INTO {DB_PREFIX}content_props VALUES (19,'string','searchable','','','','1',NULL,'2009-05-12 20:25:03');
INSERT INTO {DB_PREFIX}content_props VALUES (19,'string','disable_wysiwyg','','','','0',NULL,'2009-05-12 20:25:03');
INSERT INTO {DB_PREFIX}content_props VALUES (49,'string','extra1','','','','',NULL,'2009-05-12 20:26:53');
INSERT INTO {DB_PREFIX}content_props VALUES (49,'string','extra2','','','','',NULL,'2009-05-12 20:26:53');
INSERT INTO {DB_PREFIX}content_props VALUES (49,'string','extra3','','','','',NULL,'2009-05-12 20:26:53');
INSERT INTO {DB_PREFIX}content_props VALUES (49,'string','image','','','','-1',NULL,'2009-05-12 20:26:53');
INSERT INTO {DB_PREFIX}content_props VALUES (49,'string','thumbnail','','','','',NULL,'2009-05-12 20:26:53');
INSERT INTO {DB_PREFIX}content_props VALUES (49,'string','searchable','','','','1',NULL,'2009-05-12 20:26:53');
INSERT INTO {DB_PREFIX}content_props VALUES (49,'string','disable_wysiwyg','','','','0',NULL,'2009-05-12 20:26:53');
INSERT INTO {DB_PREFIX}content_props VALUES (49,'string','content_en','','','','<p>Here we explain the tags that are used in the default templates that are specific to templates in CMS Made Simple. The rest of the templates are just pure HTML. You can read more about that in the {cms_selflink ext=\'http://wiki.cmsmadesimple.org/index.php/User_Handbook/Getting_Started/Designer/Templates\' text=\'documentation wiki\'}.</p>\r\n<div class=\"templatecode\">\r\n<h3>Page title</h3>\r\n<pre><title>{ldelim}sitename} - {ldelim}title}</title>\r\n</pre>\r\n<p>For each page using these tags in a template the tags are replaced with the site name you specify in Site Admin » Global settings and the title you specify when you add/edit each page.</p>\r\n<p><em>Read more</em> about the <code>{ldelim}sitename}</code> and <code>{ldelim}title}</code> tags in Extensions » Tags in the Admin Panel.</p>\r\n</div>\r\n<div class=\"templatecode\">\r\n<h3>Metadata</h3>\r\n<pre>{ldelim}metadata}\r\n</pre>\r\n<p>This tag adds to your page any metadata that you have specified in Site Admin » Global settings and also page specific metadata that you can add under the Options tab when adding/editing a page.</p>\r\n<p>It is also used for knowing the base folder for your site when using pretty URLs. So don\'t remove this if you use Pretty URLs!</p>\r\n<p><em>Read more</em> about the <code>{ldelim}metadata}</code>tag in Extensions » Tags in the Admin Panel.</p>\r\n</div>\r\n<div class=\"templatecode\">\r\n<h3>Stylesheets (deprecated)</h3>\r\n<pre>{ldelim}stylesheet}\r\n</pre>\r\n<p>This tag links to all style sheets (CSS) that you have attached to a template. It means that you only have to add this tag once and all attached style sheets will be linked automatically.</p>\r\n<p><em>Read more</em> about the <code>{ldelim}stylesheet}</code> tag in Extensions » Tags in the Admin Panel.</p>\r\n</div>\r\n<div class=\"templatecode\">\r\n<h3>Stylesheets</h3>\r\n<pre>{ldelim}cms_stylesheet}\r\n</pre>\r\n<p>This tag is the newer version of the tag above. The tag links to all style sheets (CSS) that you have attached to a template. It means that you only have to add this tag once and all attached style sheets will be linked automatically.</p><p>The new tag allows you to use smarty variables like [[$red]] to indicate a color, and one change will change it througout your layout. The new tag requires that [[root_url]]/ be put in front of images, as the stylesheets are cached.</p>\r\n<p><em>Read more</em> about the <code>{ldelim}cms_stylesheet}</code> tag in Extensions » Tags in the Admin Panel.</p>\r\n</div>\r\n<div class=\"templatecode\">\r\n<h3>Relational links</h3>\r\n<pre>{ldelim}cms_selflink dir=\"start\" rellink=1}\r\n{ldelim}cms_selflink dir=\"prev\" rellink=1}\r\n{ldelim}cms_selflink dir=\"next\" rellink=1}\r\n</pre>\r\n<p>These are relational links for interconnections between pages, which is good for accessibility and Search Engine Optmization</p>\r\n<p><em>Read more</em> about the <code>{ldelim}cms_selflink}</code> tag in Extensions » Tags in the Admin Panel.</p>\r\n</div>\r\n<div class=\"templatecode\">\r\n<h3>Page width in Internet Explorer 6</h3>\r\n<pre>{ldelim}literal}\r\n<script type=\"text/JavaScript\">\r\n<!--\r\n//pass min and max -measured against window width\r\nfunction P7_MinMaxW(a,b){ldelim}\r\n var nw=\"auto\",w=document.documentElement.clientWidth;\r\n if(w>=b){ldelim}nw=b+\"px\";}if(w<=a){ldelim}nw=a+\"px\";}return nw;\r\n}\r\n//-->\r\n</script>\r\n<!--[if lte IE 6]>\r\n<style type=\"text/css\">\r\n#pagewrapper {ldelim}width:expression(P7_MinMaxW(720,950));}\r\n#container {ldelim}height: 1%;}\r\n</style>\r\n<![endif]-->\r\n{ldelim}/literal}</pre>\r\n<p>This isn\'t a tag really, but displays how to insert JavaScript in a CMSMS template.</p>\r\n<p>The default templates use fluid page width. But Internet Explorer 6 doesn\'t understand min-width and max-width, so for that browser the min and max page width is set with this JavaScript. For other browsers the page width is set in the style sheets beginning with \"Layout: ...\"</p>\r\n</div>\r\n<div class=\"templatecode\">\r\n<h3>Skip links for accessibility</h3>\r\n<pre>{ldelim}anchor anchor=\'main\' title=\'Skip to content\' accesskey=\'s\' text=\'Skip to content\'}\r\n</pre>\r\n<p>Anchor links (links to an anchor in the same page) are inserted with the <code>{ldelim}anchor}</code> tag. In the default templates this is used for skip links that are visible to screen readers, but hidden with CSS to visual browsers.</p>\r\n<p><em>Read more</em> about the <code>{ldelim}anchor}</code> tag in Extensions » Tags in the Admin Panel.</p>\r\n</div>\r\n<div class=\"templatecode\">\r\n<h3>Header with logo image that links to default page</h3>\r\n<pre>{ldelim}cms_selflink dir=\"start\" text=\"$sitename\"}\r\n</pre>\r\n<p>In the header the <h1> tag (hidden by CSS) is a link to the page that is selected as the default page. The <code>dir=\"start\"</code> parameter in the {ldelim}cms_selflink} tag is used for this. To get the site name as the text for the link, the <code>$sitename</code> variable is used.</p>\r\n<p><em>Read more</em> about the <code>{ldelim}cms_selflink}</code> tag in Extensions » Tags in the Admin Panel.</p>\r\n</div>\r\n<div class=\"templatecode\">\r\n<h3>Search</h3>\r\n<pre>{ldelim}search}\r\n</pre>\r\n<p>To insert a search form on your site, simply use the {ldelim}search} tag. Search is actually a module and should therefore be called as a parameter in the {ldelim}cms_module} tag, like this: <code>{ldelim}cms_module module=\'search\'}</code>. But to simplify matters, we did a wrapper tag so that it\'s easier to remember.</p>\r\n<p><em>Read more</em> about the Search module in Extensions » Modules in the Admin Panel.</p>\r\n</div>\r\n<div class=\"templatecode\">\r\n<h3>Breadcrumbs</h3>\r\n<pre>{ldelim}breadcrumbs starttext=\'You are here\' root=\'Home\' delimiter=\'»\'}\r\n</pre>\r\n<p>Breadcrumbs is a path to the current page. In the default templates we have chosen to put the text \'You are here\' before the path and force \'Home\' to always be the root in the path, even if it isn\'t. With the delimiter parameter you can select the delimiter that separates entries in the path.</p>\r\n<p><em>Read more</em> about the <code>{ldelim}breadcrumbs}</code> tag in Extensions » Tags in the Admin Panel.</p>\r\n</div>\r\n<div class=\"templatecode\">\r\n<h3>Navigation</h3>\r\n<pre>{ldelim}menu template=\'simple navigation.tpl\' collapse=\'1\'}\r\n</pre>\r\n<p>This is how you insert a menu where you want it to appear. Like the <code>{ldelim}search}</code> tag, this is actually just a wrapper tag, as the Menu Manager is a module.</p>\r\n<p>In the default templates the menu manager template that is used for the menus are stored in files. That\'s why you see the .tpl extension in the template parameter. But you can easily import menu templates to the database and edit them directly in the Admin Panel. Then you simply omit the .tpl extension in the template parameter.</p>\r\n<p><em>Read more</em> about the Menu Manager module in Extensions » Modules in the Admin Panel.</p>\r\n</div>\r\n<div class=\"templatecode\">\r\n<h3>News</h3>\r\n<pre>{ldelim}news number=\'3\' detailpage=\'news\'}\r\n</pre>\r\n<p>This tag will display the last three news articles. When clicking a news article to read the details, it is opened on the page with the page alias \'news\'. That\'s what the detailpage parameter is doing.</p>\r\n<p>Like all core modules there is a wrapper tag for the News module, to make it easier to use.</p>\r\n<p><em>Read more</em> about the News module tag in Extensions » News in the Admin Panel.</p>\r\n</div>\r\n<div class=\"templatecode\">\r\n<h3>Print button</h3>\r\n<pre>{ldelim}print showbutton=true script=true}\r\n</pre>\r\n<p>The <code>{ldelim}print}</code> tag is used to insert a print link. With the showbutton parameter set to true we have told the tag to output a button instead of text. The script parameter set to true means the print dialog window opens when clicking the button, for immediate printing.</p>\r\n<p>The <code>{ldelim}print}</code> tag prints everything that is in your <code>{ldelim}content}</code> tag, that is only the content for a page.</p>\r\n<p><em>Read more</em> about the <code>{ldelim}print}</code> tag in Extensions » Tags in the Admin Panel.</p>\r\n</div>\r\n<div class=\"templatecode\">\r\n<h3>Page content</h3>\r\n<pre><h2>{ldelim}title}</h2>\r\n{ldelim}content}</pre>\r\n<p>Maybe the most important tag in your template. Where you put the <code>{ldelim}content}</code> is where the content for your page will appear.</p>\r\n<p>We have also chosen to put the page title on every page (the <code>{ldelim}title}</code> tag), so that you don\'t have to put that in the content for every page.</p><p>The default <code>{ldelim}content}</code> tag is <strong>required</strong> for all templates.</p>\r\n<p><em>Read more</em> about the <code>{ldelim}content}</code> and <code>{ldelim}title}</code> tags in Extensions » Tags in the Admin Panel.</p>\r\n</div>\r\n<div class=\"templatecode\">\r\n<h3>Previous/next links</h3>\r\n<pre>{ldelim}anchor anchor=\'main\' text=\'^ Top\'}\r\n{ldelim}cms_selflink dir=\"previous\" label=\"Previous page: \"}\r\n{ldelim}cms_selflink dir=\"next\"}\r\n</pre>\r\n<p>Some more internal links. These are using the dir parameter to link to the previous and next pages in the page hierarchy (separators and section headers will be omitted as they are no pages).</p>\r\n</div>\r\n<div class=\"templatecode\">\r\n<h3>Page footer</h3>\r\n<pre>{ldelim}global_content name=\'footer\'}</pre>\r\n<p>Instead of bloating your template with lots of code you can put some code in a Global Content Block. Then call that Global Content Block with the <code>{ldelim}global_content}</code> tag. It\'s also useful for content or HTML code that is reused on several pages or templates.</p>\r\n<p>In the default templates we have put the footer text in a Global Content Block with the name \'footer\'. You find the Global Content Blocks in the Content menu in the Admin Panel.</p>\r\n<p><em>Read more</em> about the <code>{ldelim}global_content}</code> tag in Extensions » Tags in the Admin Panel.</p>\r\n</div>',NULL,'2009-05-12 20:26:53');
INSERT INTO {DB_PREFIX}content_props VALUES (13,'string','content_en','','','','<p>This template has the menu in left sidebar. The menu is using the <strong>Simple Navigation</strong> menu template. It is styled in the stylesheet called <strong>Navigation: Simple - Vertical</strong>.</p>\r\n<p>You can easily float the sidebar with the menu to the right instead. Look in the <strong>Layout: Left sidebar + 1 column</strong> style sheet for the <code>float:left;</code> property in the <code>div#sidebar</code> element. Change that to <code>float:right;</code> and the sidebar with the menu will instead be on the right side of the content, of course you will also have to adjust the margins for the sidebar and the div#main, basically just swap the left and right margins.</p>',NULL,'2009-05-04 16:08:43');
INSERT INTO {DB_PREFIX}content_props VALUES (13,'string','target','','','','',NULL,'2009-05-04 16:08:43');
INSERT INTO {DB_PREFIX}content_props VALUES (13,'string','pagedata','','','','',NULL,'2009-05-04 16:08:43');
INSERT INTO {DB_PREFIX}content_props VALUES (13,'string','extra1','','','','',NULL,'2009-05-04 16:08:43');
INSERT INTO {DB_PREFIX}content_props VALUES (13,'string','extra2','','','','',NULL,'2009-05-04 16:08:43');
INSERT INTO {DB_PREFIX}content_props VALUES (13,'string','extra3','','','','',NULL,'2009-05-04 16:08:43');
INSERT INTO {DB_PREFIX}content_props VALUES (13,'string','image','','','','-1',NULL,'2009-05-04 16:08:43');
INSERT INTO {DB_PREFIX}content_props VALUES (13,'string','thumbnail','','','','',NULL,'2009-05-04 16:08:43');
INSERT INTO {DB_PREFIX}content_props VALUES (13,'string','searchable','','','','1',NULL,'2009-05-04 16:08:43');
INSERT INTO {DB_PREFIX}content_props VALUES (13,'string','disable_wysiwyg','','','','0',NULL,'2009-05-04 16:08:43');
INSERT INTO {DB_PREFIX}content_props VALUES (22,'string','content_en','','','','<p>With the Menu Manager you can easily split the navigation in two parts. On this page the top level in the page hierarchy is displayed horizontally and depending on what page is displayed a localized sub-menu is displayed vertically to the left. In this case the sub-menu to the left displays the sub-levels (children) to <strong>Default Templates Explained</strong>.</p>\r\n<h3>The {ldelim}menu} tag</h3>\r\n<p>The <code>{ldelim}menu}</code> tag is inserted twice in the page template. First where the main navigation is, which should only show the top level. It looks like this: <code>{ldelim}menu template=\'simple_navigation.tpl\' number_of_levels=\'1\'}</code>.</p>\r\n<p>The sub navigation should only contain the second level and down, depending on what is selected on the first level. Also, the third level links should only display when its parent on the second level is clicked, otherwise they are hidden. That is, the second level is collapsed unless the current page has sub pages.</p>\r\n<p>The tag for the sub navigation looks like this: <code>{ldelim}menu template=\'simple_navigation.tpl\' start_level=\'2\' collapse=\'1\'}</code>.</p>\r\n<h3>Attached style sheets for the menu</h3>\r\n<p>As the main navigation and the sub navigation need to be styled differently (one horizontal, the other vertical), two navigation style sheets are attached to this page template. <strong>Navigation: Simple - Horizontal</strong> is for styling the horizontal main menu. <strong>Navigation: Simple - Vertical</strong> on the other hand, contains the style for the sub navigation to the left.</p>\r\n<h3>Both using the same Menu Manager template</h3>\r\n<p>However, as you could see, both parts of the navigation are using the same menu manager template. That is because the output code is the same. It is only through CSS that the two parts get styled differently.</p>\r\n<h3>Floating the sidebar to the right</h3>\r\n<p>You can easily float the sidebar with the sub navigation to the right instead. Look in the <strong>Layout: Top menu + 2 columns</strong> style sheet for the <code>float:left;</code> property in the <code>div#sidebar</code> element. Change that to <code>float:right;</code> and the sidebar with the menu will instead be on the right side of the content, of course you will also have to adjust the margins for the sidebar and the div#main, basically just swap the left and right margins.</p>',NULL,'2009-05-06 21:11:31');
INSERT INTO {DB_PREFIX}content_props VALUES (22,'string','target','','','','',NULL,'2009-05-06 21:11:31');
INSERT INTO {DB_PREFIX}content_props VALUES (22,'string','pagedata','','','','',NULL,'2009-05-06 21:11:31');
INSERT INTO {DB_PREFIX}content_props VALUES (22,'string','extra1','','','','',NULL,'2009-05-06 21:11:31');
INSERT INTO {DB_PREFIX}content_props VALUES (22,'string','extra2','','','','',NULL,'2009-05-06 21:11:31');
INSERT INTO {DB_PREFIX}content_props VALUES (22,'string','extra3','','','','',NULL,'2009-05-06 21:11:31');
INSERT INTO {DB_PREFIX}content_props VALUES (22,'string','image','','','','-1',NULL,'2009-05-06 21:11:31');
INSERT INTO {DB_PREFIX}content_props VALUES (22,'string','thumbnail','','','','',NULL,'2009-05-06 21:11:31');
INSERT INTO {DB_PREFIX}content_props VALUES (22,'string','searchable','','','','1',NULL,'2009-05-06 21:11:31');
INSERT INTO {DB_PREFIX}content_props VALUES (22,'string','disable_wysiwyg','','','','0',NULL,'2009-05-06 21:11:31');
INSERT INTO {DB_PREFIX}content_props VALUES (24,'string','target','','','','',NULL,'2009-05-12 20:40:16');
INSERT INTO {DB_PREFIX}content_props VALUES (24,'string','pagedata','','','','',NULL,'2009-05-12 20:40:16');
INSERT INTO {DB_PREFIX}content_props VALUES (24,'string','extra1','','','','',NULL,'2009-05-12 20:40:16');
INSERT INTO {DB_PREFIX}content_props VALUES (24,'string','extra2','','','','',NULL,'2009-05-12 20:40:16');
INSERT INTO {DB_PREFIX}content_props VALUES (24,'string','extra3','','','','',NULL,'2009-05-12 20:40:16');
INSERT INTO {DB_PREFIX}content_props VALUES (24,'string','image','','','','-1',NULL,'2009-05-12 20:40:16');
INSERT INTO {DB_PREFIX}content_props VALUES (24,'string','thumbnail','','','','',NULL,'2009-05-12 20:40:16');
INSERT INTO {DB_PREFIX}content_props VALUES (24,'string','searchable','','','','1',NULL,'2009-05-12 20:40:16');
INSERT INTO {DB_PREFIX}content_props VALUES (24,'string','disable_wysiwyg','','','','0',NULL,'2009-05-12 20:40:16');
INSERT INTO {DB_PREFIX}content_props VALUES (39,'string','target','','','','',NULL,'2009-05-12 20:42:16');
INSERT INTO {DB_PREFIX}content_props VALUES (39,'string','pagedata','','','','',NULL,'2009-05-12 20:42:16');
INSERT INTO {DB_PREFIX}content_props VALUES (39,'string','extra1','','','','',NULL,'2009-05-12 20:42:16');
INSERT INTO {DB_PREFIX}content_props VALUES (39,'string','extra2','','','','',NULL,'2009-05-12 20:42:16');
INSERT INTO {DB_PREFIX}content_props VALUES (39,'string','extra3','','','','',NULL,'2009-05-12 20:42:16');
INSERT INTO {DB_PREFIX}content_props VALUES (39,'string','image','','','','-1',NULL,'2009-05-12 20:42:16');
INSERT INTO {DB_PREFIX}content_props VALUES (39,'string','thumbnail','','','','',NULL,'2009-05-12 20:42:16');
INSERT INTO {DB_PREFIX}content_props VALUES (39,'string','searchable','','','','1',NULL,'2009-05-12 20:42:16');
INSERT INTO {DB_PREFIX}content_props VALUES (39,'string','disable_wysiwyg','','','','0',NULL,'2009-05-12 20:42:16');
INSERT INTO {DB_PREFIX}content_props VALUES (40,'string','target','','','','',NULL,'2009-05-12 20:48:34');
INSERT INTO {DB_PREFIX}content_props VALUES (40,'string','pagedata','','','','',NULL,'2009-05-12 20:48:34');
INSERT INTO {DB_PREFIX}content_props VALUES (40,'string','extra1','','','','',NULL,'2009-05-12 20:48:34');
INSERT INTO {DB_PREFIX}content_props VALUES (40,'string','extra2','','','','',NULL,'2009-05-12 20:48:34');
INSERT INTO {DB_PREFIX}content_props VALUES (40,'string','extra3','','','','',NULL,'2009-05-12 20:48:34');
INSERT INTO {DB_PREFIX}content_props VALUES (40,'string','image','','','','-1',NULL,'2009-05-12 20:48:34');
INSERT INTO {DB_PREFIX}content_props VALUES (40,'string','thumbnail','','','','',NULL,'2009-05-12 20:48:34');
INSERT INTO {DB_PREFIX}content_props VALUES (40,'string','searchable','','','','1',NULL,'2009-05-12 20:48:34');
INSERT INTO {DB_PREFIX}content_props VALUES (40,'string','disable_wysiwyg','','','','0',NULL,'2009-05-12 20:48:34');
INSERT INTO {DB_PREFIX}content_props VALUES (41,'string','target','','','','',NULL,'2009-05-12 20:50:17');
INSERT INTO {DB_PREFIX}content_props VALUES (41,'string','pagedata','','','','',NULL,'2009-05-12 20:50:17');
INSERT INTO {DB_PREFIX}content_props VALUES (41,'string','extra1','','','','',NULL,'2009-05-12 20:50:17');
INSERT INTO {DB_PREFIX}content_props VALUES (41,'string','extra2','','','','',NULL,'2009-05-12 20:50:17');
INSERT INTO {DB_PREFIX}content_props VALUES (41,'string','extra3','','','','',NULL,'2009-05-12 20:50:17');
INSERT INTO {DB_PREFIX}content_props VALUES (41,'string','image','','','','-1',NULL,'2009-05-12 20:50:17');
INSERT INTO {DB_PREFIX}content_props VALUES (41,'string','thumbnail','','','','',NULL,'2009-05-12 20:50:17');
INSERT INTO {DB_PREFIX}content_props VALUES (41,'string','searchable','','','','1',NULL,'2009-05-12 20:50:17');
INSERT INTO {DB_PREFIX}content_props VALUES (41,'string','disable_wysiwyg','','','','0',NULL,'2009-05-12 20:50:17');
INSERT INTO {DB_PREFIX}content_props VALUES (42,'string','target','','','','',NULL,'2009-05-12 20:50:43');
INSERT INTO {DB_PREFIX}content_props VALUES (42,'string','pagedata','','','','',NULL,'2009-05-12 20:50:43');
INSERT INTO {DB_PREFIX}content_props VALUES (42,'string','extra1','','','','',NULL,'2009-05-12 20:50:43');
INSERT INTO {DB_PREFIX}content_props VALUES (42,'string','extra2','','','','',NULL,'2009-05-12 20:50:43');
INSERT INTO {DB_PREFIX}content_props VALUES (42,'string','extra3','','','','',NULL,'2009-05-12 20:50:43');
INSERT INTO {DB_PREFIX}content_props VALUES (42,'string','image','','','','-1',NULL,'2009-05-12 20:50:43');
INSERT INTO {DB_PREFIX}content_props VALUES (42,'string','thumbnail','','','','',NULL,'2009-05-12 20:50:43');
INSERT INTO {DB_PREFIX}content_props VALUES (42,'string','searchable','','','','1',NULL,'2009-05-12 20:50:43');
INSERT INTO {DB_PREFIX}content_props VALUES (42,'string','disable_wysiwyg','','','','0',NULL,'2009-05-12 20:50:43');
INSERT INTO {DB_PREFIX}content_props VALUES (50,'string','target','','','','',NULL,'2009-05-12 20:52:14');
INSERT INTO {DB_PREFIX}content_props VALUES (50,'string','pagedata','','','','',NULL,'2009-05-12 20:52:14');
INSERT INTO {DB_PREFIX}content_props VALUES (50,'string','extra1','','','','',NULL,'2009-05-12 20:52:14');
INSERT INTO {DB_PREFIX}content_props VALUES (50,'string','extra2','','','','',NULL,'2009-05-12 20:52:14');
INSERT INTO {DB_PREFIX}content_props VALUES (50,'string','extra3','','','','',NULL,'2009-05-12 20:52:14');
INSERT INTO {DB_PREFIX}content_props VALUES (50,'string','image','','','','-1',NULL,'2009-05-12 20:52:14');
INSERT INTO {DB_PREFIX}content_props VALUES (50,'string','thumbnail','','','','',NULL,'2009-05-12 20:52:14');
INSERT INTO {DB_PREFIX}content_props VALUES (50,'string','searchable','','','','1',NULL,'2009-05-12 20:52:14');
INSERT INTO {DB_PREFIX}content_props VALUES (50,'string','disable_wysiwyg','','','','0',NULL,'2009-05-12 20:52:14');
INSERT INTO {DB_PREFIX}content_props VALUES (50,'string','content_en','','','','<p>A client for the ModuleRepository, this module allows you to see what modules are available, the version number, size, and Status/Action (whether it is already installed or not), read the Help and About for each module, letting you install modules from remote sites without the need for FTP''ing, or unzipping archives. Module XML files are downloaded using SOAP, integrity verified, and then expanded automatically.</p>\n<p>ModuleManager now checks dependencies. When dependencies are set, the module wont install until dependencies are met. Also a new tab is available, that shows newer versions of installed modules.</p>\n<p>In short, this means that you can download and install modules directly from the Admin Panel. Any module that has been released as an XML file can be downloaded and installed. Go to Extensions » Module Manager in the Admin Panel to see the list of modules from the official CMSMS repository in the CMSMS Development Forge.</p>',NULL,'2009-05-12 20:52:14');
INSERT INTO {DB_PREFIX}content_props VALUES (25,'string','content_en','','','','<p>There are a number of custom tags included with the default CMS Made Simple installation. They are all described and demonstrated in the following page, and user defined tags are in the next one.</p>\r\n<p>To use a tag, simply put it in the template or page like this: {ldelim}nameoftag}. Some tags can also take parameters, which are described in the Help that is accessible for each tag in Extensions » Tags in the Admin Panel.</p>',NULL,'2009-05-12 20:53:07');
INSERT INTO {DB_PREFIX}content_props VALUES (25,'string','target','','','','',NULL,'2009-05-12 20:53:07');
INSERT INTO {DB_PREFIX}content_props VALUES (25,'string','pagedata','','','','',NULL,'2009-05-12 20:53:07');
INSERT INTO {DB_PREFIX}content_props VALUES (25,'string','extra1','','','','',NULL,'2009-05-12 20:53:07');
INSERT INTO {DB_PREFIX}content_props VALUES (25,'string','extra2','','','','',NULL,'2009-05-12 20:53:07');
INSERT INTO {DB_PREFIX}content_props VALUES (25,'string','extra3','','','','',NULL,'2009-05-12 20:53:07');
INSERT INTO {DB_PREFIX}content_props VALUES (25,'string','image','','','','-1',NULL,'2009-05-12 20:53:07');
INSERT INTO {DB_PREFIX}content_props VALUES (25,'string','thumbnail','','','','',NULL,'2009-05-12 20:53:07');
INSERT INTO {DB_PREFIX}content_props VALUES (25,'string','searchable','','','','1',NULL,'2009-05-12 20:53:07');
INSERT INTO {DB_PREFIX}content_props VALUES (25,'string','disable_wysiwyg','','','','0',NULL,'2009-05-12 20:53:07');
INSERT INTO {DB_PREFIX}content_props VALUES (28,'string','extra2','','','','',NULL,'2009-05-12 20:58:46');
INSERT INTO {DB_PREFIX}content_props VALUES (28,'string','extra3','','','','',NULL,'2009-05-12 20:58:46');
INSERT INTO {DB_PREFIX}content_props VALUES (28,'string','image','','','','-1',NULL,'2009-05-12 20:58:46');
INSERT INTO {DB_PREFIX}content_props VALUES (28,'string','thumbnail','','','','',NULL,'2009-05-12 20:58:46');
INSERT INTO {DB_PREFIX}content_props VALUES (28,'string','searchable','','','','1',NULL,'2009-05-12 20:58:46');
INSERT INTO {DB_PREFIX}content_props VALUES (28,'string','disable_wysiwyg','','','','0',NULL,'2009-05-12 20:58:46');
INSERT INTO {DB_PREFIX}content_props VALUES (54,'string','extra2','','','','',NULL,'2009-05-08 22:20:56');
INSERT INTO {DB_PREFIX}content_props VALUES (54,'string','extra3','','','','',NULL,'2009-05-08 22:20:56');
INSERT INTO {DB_PREFIX}content_props VALUES (54,'string','image','','','','-1',NULL,'2009-05-08 22:20:56');
INSERT INTO {DB_PREFIX}content_props VALUES (54,'string','thumbnail','','','','',NULL,'2009-05-08 22:20:56');
INSERT INTO {DB_PREFIX}content_props VALUES (54,'string','searchable','','','','1',NULL,'2009-05-08 22:20:56');
INSERT INTO {DB_PREFIX}content_props VALUES (54,'string','disable_wysiwyg','','','','0',NULL,'2009-05-08 22:20:56');
INSERT INTO {DB_PREFIX}content_props VALUES (55,'string','extra1','','','','',NULL,'2009-05-09 14:04:30');
INSERT INTO {DB_PREFIX}content_props VALUES (55,'string','extra2','','','','',NULL,'2009-05-09 14:04:30');
INSERT INTO {DB_PREFIX}content_props VALUES (55,'string','extra3','','','','',NULL,'2009-05-09 14:04:30');
INSERT INTO {DB_PREFIX}content_props VALUES (55,'string','pagedata','','','','',NULL,'2009-05-09 14:04:30');
INSERT INTO {DB_PREFIX}content_props VALUES (55,'string','disable_wysiwyg','','','','0',NULL,'2009-05-09 14:04:30');
INSERT INTO {DB_PREFIX}content_props VALUES (55,'string','content_en','','','','<p>These are more complex then some of the other templates, especially the menus, they all 3 use the same menu template. Which shows you the power of CSS.</p>\n<p>Be forewarned, if you use IE6 you won\'t see the best effects in any of the shadow menus that you see using a more standards compliant browser. I mean it\'s still nice grant you but... just upgrade your browser if you can.</p>\n<h3>The Differences</h3>\n<p>Starting with NCleanBlue you get a really nice, subtle Tabbed menu, then it goes on to have a real nice drop down effect.</p>\n<p>You get a real nice 2.0 header and footer, great color scheme and the search is way cool, it\'s just a great theme, what can I say, thanks Nuno.</p>\n<p>Then the next 2 submenus have another version of the shadowed drop, the first step will point up for the top sub menu and to the right for the left sub menus.</p>\n<p>These 2 are the same layout as CSSMenu top + 2 columns and CSSMenu left + 1 column, respectively, except for the menu template and some CSS.</p>\n<p>We hope you enjoy these, for any changes you want to make it\'s always best to copy the original style sheet for safe keeping, you never know when you may need it.</p>',NULL,'2009-05-09 14:04:30');
INSERT INTO {DB_PREFIX}content_props VALUES (38,'string','target','','','','',NULL,'2009-05-12 20:22:33');
INSERT INTO {DB_PREFIX}content_props VALUES (38,'string','image','','','','',NULL,'2009-05-12 20:22:33');
INSERT INTO {DB_PREFIX}content_props VALUES (38,'string','thumbnail','','','','',NULL,'2009-05-12 20:22:33');
INSERT INTO {DB_PREFIX}content_props VALUES (38,'string','extra1','','','','',NULL,'2009-05-12 20:22:33');
INSERT INTO {DB_PREFIX}content_props VALUES (38,'string','extra2','','','','',NULL,'2009-05-12 20:22:33');
INSERT INTO {DB_PREFIX}content_props VALUES (38,'string','extra3','','','','',NULL,'2009-05-12 20:22:33');
INSERT INTO {DB_PREFIX}content_props VALUES (38,'string','searchable','','','','',NULL,'2009-05-12 20:22:33');
INSERT INTO {DB_PREFIX}content_props VALUES (38,'string','pagedata','','','','',NULL,'2009-05-12 20:22:33');
INSERT INTO {DB_PREFIX}content_props VALUES (38,'string','disable_wysiwyg','','','','',NULL,'2009-05-12 20:22:33');
INSERT INTO {DB_PREFIX}content_props VALUES (47,'string','target','','','','',NULL,'2009-05-12 20:23:09');
INSERT INTO {DB_PREFIX}content_props VALUES (47,'string','image','','','','',NULL,'2009-05-12 20:23:09');
INSERT INTO {DB_PREFIX}content_props VALUES (47,'string','thumbnail','','','','',NULL,'2009-05-12 20:23:09');
INSERT INTO {DB_PREFIX}content_props VALUES (47,'string','extra1','','','','',NULL,'2009-05-12 20:23:09');
INSERT INTO {DB_PREFIX}content_props VALUES (47,'string','extra2','','','','',NULL,'2009-05-12 20:23:09');
INSERT INTO {DB_PREFIX}content_props VALUES (47,'string','extra3','','','','',NULL,'2009-05-12 20:23:09');
INSERT INTO {DB_PREFIX}content_props VALUES (47,'string','searchable','','','','',NULL,'2009-05-12 20:23:09');
INSERT INTO {DB_PREFIX}content_props VALUES (47,'string','pagedata','','','','',NULL,'2009-05-12 20:23:09');
INSERT INTO {DB_PREFIX}content_props VALUES (47,'string','disable_wysiwyg','','','','',NULL,'2009-05-12 20:23:09');
INSERT INTO {DB_PREFIX}content_props VALUES (43,'string','target','','','','',NULL,'2009-05-12 20:51:17');
INSERT INTO {DB_PREFIX}content_props VALUES (43,'string','image','','','','',NULL,'2009-05-12 20:51:17');
INSERT INTO {DB_PREFIX}content_props VALUES (43,'string','thumbnail','','','','',NULL,'2009-05-12 20:51:17');
INSERT INTO {DB_PREFIX}content_props VALUES (43,'string','extra1','','','','',NULL,'2009-05-12 20:51:17');
INSERT INTO {DB_PREFIX}content_props VALUES (43,'string','extra2','','','','',NULL,'2009-05-12 20:51:17');
INSERT INTO {DB_PREFIX}content_props VALUES (43,'string','extra3','','','','',NULL,'2009-05-12 20:51:17');
INSERT INTO {DB_PREFIX}content_props VALUES (43,'string','searchable','','','','',NULL,'2009-05-12 20:51:17');
INSERT INTO {DB_PREFIX}content_props VALUES (43,'string','pagedata','','','','',NULL,'2009-05-12 20:51:17');
INSERT INTO {DB_PREFIX}content_props VALUES (43,'string','disable_wysiwyg','','','','',NULL,'2009-05-12 20:51:17');
INSERT INTO {DB_PREFIX}content_props VALUES (15,'string','content_en','','','','<p>Congratulations! The installation worked. You now have a fully functional installation of CMS Made Simple and you are <em>almost</em> ready to start building your site.</p>\n<p>If you chose to install the default content, you will see numerous pages available to read. You should read them thoroughly as these default pages are devoted to showing you the basics of how to begin working with CMS Made Simple. On these example pages, templates, and stylesheets many of the features of the default installation of CMS Made Simple are described and demonstrated. You can learn much about the power of CMS Made Simple by absorbing this information.</p>\n<p>To get to the Administration Console you have to login as the administrator (with the username/password you mentioned during the installation process) on your site at http://yourwebsite.com/cmsmspath/admin. If this is your site click <a title=\"CMSMS Demo Admin Panel\" href=\"admin\">here</a> to login.</p>\n<p>Read about how to use CMS Made Simple in the {cms_selflink ext=\"http://wiki.cmsmadesimple.org/\" title=\"CMS Made Simple Documentation\" text=\"documentation\" target=\"_blank\"}. In case you need any help the community is always at your service, in the {cms_selflink ext=\"http://forum.cmsmadesimple.org\" title=\"CMS Made Simple Forum\" text=\"forum\" target=\"_blank\"} or the {cms_selflink ext=\"http://www.cmsmadesimple.org/support/irc\" title=\"Information about the CMS Made Simple IRC channel\" text=\"IRC\" target=\"_blank\"}.</p>\n<h3>License</h3>\n<p>CMS Made Simple is released under the {cms_selflink ext=\"http://www.gnu.org/licenses/licenses.html#GPL\" title=\"General Public License\" text=\"GPL\" target=\"_blank\"} license and as such you don\'t have to leave a link back to us in these templates or on your site as much as we would like it.</p>\n<p> Some third party add-on modules may include additional license restrictions.</p>',NULL,'2009-05-13 10:12:18');
INSERT INTO {DB_PREFIX}content_props VALUES (56,'string', 'content_en', NULL, NULL, NULL, '<p>Simplex Theme has been created to demonstrate HTML5 and CSS3 functionality within CMS Made Simple™.<br />It is shipped with a CSS Framework making it possible for you to create Responsive and Mobile capabale layouts with ease.</p>\r\n<h2>What is included?</h2>\r\n<p>With this Template you will find four Stylesheets attached to it.</p>\r\n<ul>\r\n<li>Simplex: Core</li>\r\n<li>Simplex: Layout</li>\r\n<li>Simplex: Mobile</li>\r\n<li>Simplex: Print</li>\r\n</ul>\r\n<p>Main Functionality of this Template is included in Core Stylesheet. It contains a simple Fluid Grid Framework based on {cms_selflink ext="http://960.gs/" title="960 Grid System" text="960 Grid System" target="_blank"}.<br />In this same Stylesheet CSS {cms_selflink ext="http://www.w3.org/TR/css3-mediaqueries/" title="W3C Media Queries" text="Media Queries" target="_blank"} are being used that make it possible for a flexible layout based on Screen width.<br /><br />With Simplex Theme it is very easy to quickly change appearance of complete Site at once. If you look at Page Template code you will find "boxed" id in the <code><body></code> tag.<br />When this id is removed the Layout of the Site is changed and you would face a simple layout with White background.<br />You can also quickly change allignement of the complete Site. If you change the class of "wrapper" div to leftaligned or rightaligned, whole Page will be aligned to left or right.</p>\r\n<h2>Support for Mobile Devices</h2>\r\n<p>As mentioned above this Theme is shipped with Stylesheet Framework that gives you a starting point for easy developement of Responsive Layout.<br />Mobile world is very versatile and Framework itself is by no means perfect, it is only a starting point but as a Developer you should decide which technique you should use for your current Project.<br />Responsive Template is only one small step towards Mobile support.</p>\r\n<p>This Theme requires {cms_selflink ext="http://jquery.org/" title="jQuery" text="jQuery" target="_blank"} which is included with <code>{ldelim}cms_jquery{rdelim}</code> tag.</p>\r\n<p><cite>Note: {ldelim}cms_jquery{rdelim} tag is included at the bottom of the Template. You should be carefull with it when you are using Modules that include jQuery in <head> section.</cite></p>\r\n<p>In file functions.js a section is included that makes it possible of Navigating through site with some Mobile Devices. This part of the code, covers only few devices and it is only meant as an example and a starting point for Developer.</p>\r\n<h2>This and that</h2>\r\n<p>As an example of {cms_selflink ext="http://www.smarty.net/" title="Smarty" text="Smarty" target="_blank"}power within CMS Made Simple™ Templates a very simple Slider has been included, which demonstartes how easy it is to quickly create a Slideshow without a single Module.</p>\r\n<pre><code>{ldelim}assign var=''teaser'' value=''uploads/simplex/teaser/*.jpg''|glob{rdelim}<br />{ldelim}foreach from=$teaser item=''one''{rdelim}<br /> <div><img src=''{ldelim}root_url{rdelim}/{ldelim}$one{rdelim}'' width=''852'' height=''275'' alt='''' /></div><br />{ldelim}/foreach{rdelim}<br /> {/strip}</code></pre>\r\n<p><cite>If you would like to make this Slider responsive you should include a additional jQuery Plugin like for example {cms_selflink ext=''http://swipejs.com/'' target=''_blank'' text=''SwipeJS'' title=''SwipeJS''}</cite></p>\r\n<p>In included Stylesheets, Smarty has been used as well. This should make it possible for you, to quickly change Color scheme of the theme by simply changing HEX code within assign Tags.</p>\r\n<pre><code>\r\n[[assign var=''boxed_bg'' value="#d1d1d1 url(`$path`/boxed-bg.gif)"]]\r\n[[assign var=''light_grey'' value=''#f1f1f1'']]<br />[[assign var=''grey'' value=''#e9e9e9'']]<br />[[assign var=''dark_grey'' value=''#555'']]<br />[[assign var=''white'' value=''#fff'']]<br />[[assign var=''orange'' value=''#f39c2c'']]<br />[[assign var=''dark_orange'' value=''#e6870e'']]<br />[[assign var=''yellow'' value=''#fdbd34'']]</code></pre>\r\n<p>If you are using a modern Browser, you will notice that the Theme is using some of {cms_selflink ext=''http://www.w3.org/TR/CSS/#css3'' title=''CSS3'' text=''CSS3'' target=''_blank''} techniques. There are no Internet Explorer fallbacks included but this doesn''t mean that it does not work in Internet Explorer.<br />A Visitor that is using Internet Explorer will simply see a Layout with gracefull fallback, meaning animations will not animate, rounded corners will be edges...</p>\r\n<p><em>Note from Theme Develper Goran Ilic (uniqu3e):</em></p>\r\n<blockquote><cite>The Simplex Theme was kept simplistic which should make it possible for a Developer to easily read code used in Theme and either create a new Layout from it or editing this Theme.<br /><br />A full Internet Explorer or Mobile support was intentionally not included, as each Developer should decide how far a old Browser like Internet Explorer (7,8) or which Mobile devices he wants to support and which Technique he will use.<br />Each Project is different and with each Project there is a need for different techniques.</cite></blockquote>', NULL, '2012-05-17 18:57:00');
INSERT INTO {DB_PREFIX}content_props VALUES (56,'string','searchable', NULL, NULL, NULL, '1', NULL, '2012-05-17 18:57:00');
INSERT INTO {DB_PREFIX}content_props VALUES (56,'string','extra1', NULL, NULL, NULL, '', NULL, '2012-05-17 18:57:00');
INSERT INTO {DB_PREFIX}content_props VALUES (56,'string','extra2', NULL, NULL, NULL, '', NULL, '2012-05-17 18:57:00');
INSERT INTO {DB_PREFIX}content_props VALUES (56,'string','extra3', NULL, NULL, NULL, '', NULL, '2012-05-17 18:57:00');
INSERT INTO {DB_PREFIX}content_props VALUES (56,'string','pagedata', NULL, NULL, NULL, '', NULL, '2012-05-17 18:57:00');
INSERT INTO {DB_PREFIX}content_props VALUES (56,'string','disable_wysiwyg', NULL, NULL, NULL, '0', NULL, '2012-05-17 18:57:00');
INSERT INTO {DB_PREFIX}content_props VALUES (56,'string','image', NULL, NULL, NULL, '-1', NULL, '2012-05-17 18:57:00');
INSERT INTO {DB_PREFIX}content_props VALUES (56,'string','thumbnail', NULL, NULL, NULL, '-1', NULL, '2012-05-17 18:57:00');
INSERT INTO {DB_PREFIX}content_props VALUES (56,'string','target', NULL, NULL, NULL, '', NULL, '2012-05-17 18:57:00');
INSERT INTO {DB_PREFIX}content VALUES (15,'Home','content',1,-1,22,1,'00001',1,'Home','home',1,1,'html',1,1,'15','home','target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg,image1,content_en','','Home Page, shortcut key=1','','1',1,'2006-07-25 21:22:31','2009-05-13 10:12:18',0,'');
INSERT INTO {DB_PREFIX}content VALUES (40,'Menu Manager','content',1,20,17,2,'00004.00001.00002',0,'Menu Manager','menu-manager-2',1,NULL,'html',1,1,'24.20.40','default-extensions/modules/menu-manager-2','content_en,target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg','','','','',1,'2006-07-25 21:22:31','2009-05-12 20:48:34',0,'');
INSERT INTO {DB_PREFIX}content VALUES (28,'User Defined Tags','content',1,25,17,2,'00004.00002.00002',0,'User Defined Tags','user-defined-tags',1,1,'html',1,1,'24.25.28','default-extensions/tags/user-defined-tags','content_en,target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg','','','','',1,'2006-07-25 21:22:31','2009-05-12 20:58:46',0,'');
INSERT INTO {DB_PREFIX}content VALUES (24,'Default Extensions','content',1,-1,17,4,'00004',0,'Default Extensions','default-extensions',1,0,'html',1,1,'24','default-extensions','content_en,block1,target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg','','','','',1,'2006-07-25 21:22:31','2009-05-12 20:40:16',0,'');
INSERT INTO {DB_PREFIX}content VALUES (39,'News','content',1,20,17,1,'00004.00001.00001',0,'News','news',1,NULL,'html',1,1,'24.20.39','default-extensions/modules/news','content_en,target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg','','','','',1,'2006-07-25 21:22:31','2009-05-12 20:42:16',0,'');
INSERT INTO {DB_PREFIX}content VALUES (36,'Templates and stylesheets','content',1,34,17,1,'00002.00001',0,'Templates and stylesheets','templates-and-stylesheets',1,NULL,'html',1,1,'34.36','how-cmsms-works/templates-and-stylesheets','target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg,content_en','','','','',1,'2006-07-25 21:22:31','2009-05-12 20:12:30',0,'');
INSERT INTO {DB_PREFIX}content VALUES (37,'Pages and navigation','content',1,34,17,2,'00002.00002',0,'Pages and navigation','pages-and-navigation',1,NULL,'html',1,1,'34.37','how-cmsms-works/pages-and-navigation','target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg,content_en','','','','',1,'2006-07-25 21:22:31','2009-05-12 20:13:19',0,'');
INSERT INTO {DB_PREFIX}content VALUES (16,'CSSMenu top + 2 columns','content',1,19,16,4,'00003.00004',0,'CSSMenu top + 2 columns','cssmenu_horizontal',1,1,'html',1,1,'19.16','default_templates/cssmenu_horizontal','Sidebar,Left_sidebar,block1,target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg,content_en','','','','',1,'2006-07-25 21:22:31','2009-05-04 17:02:56',0,'');
INSERT INTO {DB_PREFIX}content VALUES (13,'Left simple navigation + 1 column','content',1,19,17,2,'00003.00002',0,'Left simple navigation + 1 column','navleft',1,0,'html',1,1,'19.13','default_templates/navleft','content_en,target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg','','','','',1,'2006-07-25 21:22:31','2009-05-04 16:08:43',0,'');
INSERT INTO {DB_PREFIX}content VALUES (18,'CSSMenu left + 1 column','content',1,19,15,5,'00003.00005',0,'CSSMenu left + 1 column','cssmenu_vertical',1,1,'html',1,1,'19.18','default_templates/cssmenu_vertical','content_en,target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg','','','','',1,'2006-07-25 21:22:31','2009-05-12 20:39:49',0,'');
INSERT INTO {DB_PREFIX}content VALUES (19,'Default Templates Explained','content',1,-1,17,3,'00003',0,'Default Templates Explained','default_templates',1,0,'html',1,1,'19','default_templates','block1,content_en,target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg','','','','',1,'2006-07-25 21:22:31','2009-05-12 20:25:03',0,'');
INSERT INTO {DB_PREFIX}content VALUES (20,'Modules','content',1,24,17,1,'00004.00001',0,'Modules','modules',1,1,'html',1,1,'24.20','default-extensions/modules','content_en,target,image,thumbnail,extra1,extra2,extra3,searchable,pagedata,disable_wysiwyg','','',NULL,'',1,'2006-07-25 21:22:31','2009-05-12 20:41:29',0,'');
INSERT INTO {DB_PREFIX}content VALUES (22,'Top simple navigation + left subnavigation + 1 column','content',1,19,18,3,'00003.00003',0,'Top simple navigation + left subnavigation + 1 column','top_left',1,0,'html',1,1,'19.22','default_templates/top_left','content_en,target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg','','','','',1,'2006-07-25 21:22:31','2009-05-06 21:11:31',0,'');
INSERT INTO {DB_PREFIX}content VALUES (25,'Tags','content',1,24,17,2,'00004.00002',0,'Tags','tags',1,0,'html',1,1,'24.25','default-extensions/tags','content_en,target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg','','','','',1,'2006-07-25 21:22:31','2009-05-12 20:53:07',0,'');
INSERT INTO {DB_PREFIX}content VALUES (26,'Tags in the core','content',1,25,17,1,'00004.00002.00001',0,'Tags in the core','tags-in-the-core',1,1,'html',1,1,'24.25.26','default-extensions/tags/tags-in-the-core','content_en,target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg','','','','',1,'2006-07-25 21:22:31','2009-05-12 20:56:54',0,'');
INSERT INTO {DB_PREFIX}content VALUES (29,'Content','content',1,34,17,3,'00002.00003',0,'Content','content_types',1,1,'html',1,0,'34.29','how-cmsms-works/content_types','content_en,target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg','','','','',1,'2006-07-25 21:22:31','2009-05-12 20:16:13',0,'');
INSERT INTO {DB_PREFIX}content VALUES (34,'How CMSMS Works','content',1,-1,17,2,'00002',0,'How CMSMS Works','how-cmsms-works',1,NULL,'html',1,1,'34','how-cmsms-works','content_en,target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg','','','','',1,'2006-07-25 21:22:31','2009-05-12 20:11:52',0,'');
INSERT INTO {DB_PREFIX}content VALUES (38,'Workflow','content',1,34,17,7,'00002.00007',0,'Workflow','workflow',1,NULL,'html',1,1,'34.38','how-cmsms-works/workflow','content_en,target,image,thumbnail,extra1,extra2,extra3,searchable,pagedata,disable_wysiwyg','','',NULL,'',1,'2006-07-25 21:22:31','2009-05-12 20:22:33',0,'');
INSERT INTO {DB_PREFIX}content VALUES (30,'Menu Manager','content',1,34,17,4,'00002.00004',0,'Menu Manager','menu-manager',1,NULL,'html',1,1,'34.30','how-cmsms-works/menu-manager','content_en,target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg','','','','',1,'2006-07-25 21:22:31','2009-05-12 20:16:51',0,'');
INSERT INTO {DB_PREFIX}content VALUES (41,'Theme Manager','content',1,20,17,3,'00004.00001.00003',0,'Theme Manager','theme-manager',1,NULL,'html',1,1,'24.20.41','default-extensions/modules/theme-manager','content_en,target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg','','','','',1,'2006-07-25 21:22:31','2009-05-12 20:50:17',0,'');
INSERT INTO {DB_PREFIX}content VALUES (42,'MicroTiny','content',1,20,17,4,'00004.00001.00004',0,'MicroTiny','microtiny',1,NULL,'html',1,1,'24.20.42','default-extensions/modules/microtiny','content_en,target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg','','','','',1,'2006-07-25 21:22:31','2009-05-12 20:50:43',0,'');
INSERT INTO {DB_PREFIX}content VALUES (43,'Search','content',1,20,17,5,'00004.00001.00005',0,'Search','search',1,NULL,'html',1,1,'24.20.43','default-extensions/modules/search','content_en,target,image,thumbnail,extra1,extra2,extra3,searchable,pagedata,disable_wysiwyg','','',NULL,'',1,'2006-07-25 21:22:31','2009-05-12 20:51:17',0,'');
INSERT INTO {DB_PREFIX}content VALUES (44,'Minimal template','content',1,19,19,6,'00003.00006',0,'Minimal template','minimal-template',1,NULL,'html',1,1,'19.44','default_templates/minimal-template','content_en',NULL,NULL,NULL,NULL,1,'2006-07-25 21:22:31','2006-07-25 21:22:31',0,'');
INSERT INTO {DB_PREFIX}content VALUES (45,'Event Manager','content',1,34,17,6,'00002.00006',0,'Event Manager','event-manager',1,NULL,'html',1,1,'34.45','how-cmsms-works/event-manager','content_en,target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg','','','','',1,'2006-07-25 21:22:31','2009-05-12 20:22:16',0,'');
INSERT INTO {DB_PREFIX}content VALUES (46,'Extensions','content',1,34,17,5,'00002.00005',0,'Extensions','extensions',1,NULL,'html',1,1,'34.46','how-cmsms-works/extensions','content_en,target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg','','','','',1,'2006-07-25 21:22:31','2009-05-12 20:21:29',0,'');
INSERT INTO {DB_PREFIX}content VALUES (47,'Where do I get help?','content',1,34,17,8,'00002.00008',0,'Where do I get help?','where-do-i-get-help',1,NULL,'html',1,1,'34.47','how-cmsms-works/where-do-i-get-help','content_en,target,image,thumbnail,extra1,extra2,extra3,searchable,pagedata,disable_wysiwyg','','',NULL,'',1,'2006-07-25 21:22:31','2009-05-12 20:23:09',0,'');
INSERT INTO {DB_PREFIX}content VALUES (49,'CMSMS tags in the templates','content',1,19,17,1,'00003.00001',0,'CMSMS tags in the templates','cmsms_tags',1,NULL,'html',1,1,'19.49','default_templates/cmsms_tags','target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg,content_en','','','','',1,'2006-07-25 21:22:31','2009-05-12 20:26:53',0,'');
INSERT INTO {DB_PREFIX}content VALUES (50,'Module Manager','content',1,20,17,6,'00004.00001.00006',0,'Module Manager','module-manager',1,NULL,'html',1,1,'24.20.50','default-extensions/modules/module-manager','target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg,content_en','','','','',1,'2006-07-25 21:22:31','2009-05-12 20:52:14',0,'');
INSERT INTO {DB_PREFIX}content VALUES (51,'ShadowMenu Tab + 2 columns','content',1,55,20,2,'00003.00007.00002',0,'ShadowMenu Tab + 2 columns','shadowmenu-tab-2-columns',1,NULL,'html',1,1,'19.55.51','default_templates/higher-end/shadowmenu-tab-2-columns','content_en,target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg,Sidebar','<!-- Add code here that should appear in the metadata section of all new pages -->','','','',1,'2009-05-01 04:35:27','2009-05-08 22:21:34',0,'');
INSERT INTO {DB_PREFIX}content VALUES (52,'ShadowMenu left + 1 column','content',1,55,21,3,'00003.00007.00003',0,'ShadowMenu left + 1 column','shadowmenu-left-1-column',1,NULL,'html',1,1,'19.55.52','default_templates/higher-end/shadowmenu-left-1-column','content_en,target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg','<!-- Add code here that should appear in the metadata section of all new pages -->','','','',1,'2009-05-01 23:21:16','2009-05-08 22:21:49',0,'');
INSERT INTO {DB_PREFIX}content VALUES (54,'NCleanBlue','content',1,55,22,1,'00003.00007.00001',0,'NCleanBlue','ncleanblue',1,NULL,'html',1,1,'19.55.54','default_templates/higher-end/ncleanblue','content_en,target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg','<!-- Add code here that should appear in the metadata section of all new pages -->','','','',1,'2009-05-06 14:33:48','2009-05-08 22:20:56',0,'');
INSERT INTO {DB_PREFIX}content VALUES (55,'Higher End','content',1,19,17,7,'00003.00007',0,'Higher End','higher-end',1,NULL,'html',1,1,'19.55','default_templates/higher-end','image,target,thumbnail,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,content_en','','','','',1,'2009-05-08 22:20:35','2009-05-09 14:04:30',0,'');
INSERT INTO {DB_PREFIX}content VALUES (56, 'Welcome to Simplex Theme example', 'content', 1, 19, 23, 8, '00003.00008', 0, 'Simplex Theme', 'simplex-theme', 1, NULL, 'html', 1, 1, '19.56', 'default_templates/simplex-theme', 'content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,image,thumbnail,target', '{* Add code here that should appear in the metadata section of all new pages *}', '', '', '', 1, '2012-05-17 09:35:37', '2012-05-17 18:57:00', 0, '');
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com