]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/default/display.css
set the reconnect timeout
[quix0rs-gnu-social.git] / theme / default / display.css
index f1f1f1c9864d1cfaeba1b8373084f531403d6144..efc94331d80e1f403666dff0ce410b9c15a9ffda 100644 (file)
-/**************************************************************\r
-   AUTHOR:  Pat Heard (fullahead.org)\r
-   DATE:    2006.09.12 \r
-   PURPOSE: Styles the html elements\r
- **************************************************************/\r
-\r
-/* Forces horizontal scrollbar on in Mozilla */\r
-html {\r
-  margin-bottom: 1px;\r
-}\r
-\r
-html,\r
-body {\r
-  height: 100%;\r
-}\r
-\r
-body {\r
-  margin: 0;\r
-  padding: 0;\r
-  text-align: center;\r
-\r
-  font: 400 0.8em georgia, serif;\r
-  line-height: 180%;\r
-\r
-  background: url(body.jpg) repeat top left;\r
-  color: #6D6864;\r
-}\r
-\r
-h1, h2, h3, h4, h5, h6, p, dl {\r
-  margin: 0;\r
-  padding: 10px 0;\r
-}\r
-\r
-h1 {   \r
-  clear: both;\r
-  font: 400 1.9em georgia, serif;\r
-  color: #532406;  \r
-}\r
-\r
-h2 {\r
-  clear: both;\r
-  font: 400 1.3em georgia, serif;\r
-  color: #61804E;\r
-}\r
-\r
-h3 {\r
-  font: 700 1.1em georgia, serif;\r
-  color: #8F512A;\r
-}\r
-\r
-h4 {\r
-  font: 400 0.9em georgia, serif;\r
-  text-transform: uppercase;\r
-}\r
-\r
-a {\r
-  text-decoration: none;\r
-  color: #5E9040;  \r
-  border-bottom: 1px solid #B8E78B;\r
-}\r
-\r
-\r
-a:visited {\r
-  background-color: #F1FFE3;\r
-}\r
-\r
-a:hover {\r
-  color: #3C5D29;\r
-  background-color: #F1FFE3;\r
-  border-bottom: 1px solid #4A6E35;\r
-}\r
-\r
-\r
-ol {  \r
-  margin: 10px 30px;\r
-  padding: 0 30px;\r
-\r
-  font-size: 1.4em;\r
-  color: #532406;\r
-  background-color: #FFF;\r
-}\r
-\r
-ol span {\r
-  font-size: 0.7em;\r
-  color: #6D6864;\r
-}\r
-\r
-ul {\r
-  margin: 10px 30px;\r
-  padding: 0 30px 0 5px;\r
-  list-style: none;\r
-}\r
-\r
-ul li {\r
-  padding-left: 25px;\r
-  background: url(bullet.gif) no-repeat;\r
-  background-position: 0 3px;\r
-}\r
-\r
-acronym {\r
-  cursor: help;\r
-  border-bottom: 1px solid #DDD;\r
-}\r
-\r
-blockquote {\r
-  margin: 10px 0;\r
-  background-color: #F1FFE3;\r
-  border-bottom: 1px solid #B8E78B;\r
-}\r
-\r
-blockquote p {\r
-  margin: 0.4em 0.8em;\r
-}\r
-\r
-del {\r
-  color: #AAA;\r
-}\r
-\r
-code {\r
-  margin: 15px 0;\r
-  padding: 10px;\r
-  display: block;\r
-  overflow: auto;\r
-  \r
-  font: 400 1em courier, monospace;\r
-  line-height: 120%;\r
-  white-space: pre;\r
-  \r
-  background: #F4F4F4;\r
-  border-bottom: 1px solid #D3D3D3;\r
-}\r
-\r
-\r
-\r
-/**************************************************************\r
-   Tables\r
- **************************************************************/\r
-\r
-table {\r
-  width: 100%;\r
-  margin-bottom: 10px;  \r
-  \r
-  font-size: 1em;\r
-  border-collapse: collapse;\r
-}\r
-\r
-table caption {\r
-  margin-top: 10px;\r
-  padding: 0 0 0.5em 3px;\r
-\r
-  font: 400 0.8em georgia, sans-serif;\r
-  text-align: left;  \r
-}\r
-\r
-table th,\r
-table td {\r
-  text-align: left;\r
-  vertical-align: top;\r
-  padding: 4px 7px !important;\r
-  padding: 6px 10px;\r
-}\r
-\r
-\r
-thead th {\r
-  background-color: #F1FFE3;\r
-  border-bottom: 1px solid #B8E78B;\r
-}\r
-\r
-tbody tr.dark {\r
-  background-color: #F5F5F5;\r
-}\r
-\r
-tbody td {\r
-  border-bottom: 1px solid #DDD;\r
-}\r
-\r
-tbody tr:hover {\r
-  background-color: #FBFEDF;\r
-}\r
-\r
-/**************************************************************\r
-   Form Elements\r
- **************************************************************/\r
-\r
-label {\r
-  float: left;\r
-  text-align: right;\r
-  width: 9em;\r
-  padding-right: 1em;\r
-  \r
-}\r
-\r
-\r
-input,\r
-textarea,\r
-select {\r
-  padding: 4px;\r
-  font: 400 1em georgia, sans-serif;\r
-  \r
-  color: #666;\r
-  background: #FFF;\r
-  border-width: 1px;\r
-  border-style: solid;\r
-  border-color: #888 #DDD #DDD #888;  \r
-}\r
-\r
-\r
-input:focus,\r
-textarea:focus,\r
-select:focus {  \r
-  padding: 3px;\r
-  color: #000;\r
-  background: #F1FFE3;\r
-  border-width: 2px;\r
-}\r
-\r
-input.button {\r
-  padding: 1px 10px;\r
-\r
-  font: 400 1em georgia, sans-serif;\r
-  cursor: pointer;\r
-\r
-  color: #fff;\r
-  background: #508231;\r
-  border-width: 1px;\r
-  border-style: solid;\r
-  border-color: #B8E78B #2D5018 #2D5018 #B8E78B;\r
-}\r
-\r
-.required {\r
-  cursor: help;\r
-  border-bottom: 1px solid #CCC;\r
-}\r
-\r
-\r
-\r
-/**************************************************************\r
-   Images\r
- **************************************************************/\r
-\r
-img.floatRight {\r
-  margin: 5px 0px 10px 15px;  \r
-}\r
-\r
-img.floatLeft {\r
-  margin: 5px 15px 10px 0px;\r
-}\r
-\r
-a img {  \r
-  border: 4px solid #D5C9C2;\r
-}\r
-\r
-a:hover img {  \r
-  border: 4px solid #BAAAA1;\r
-}\r
-\r
-/**************************************************************\r
-   #wrapper & #content: wrapper positions and sets the width\r
-   on the content.  The background is then applied to #content.\r
- **************************************************************/\r
-\r
-#wrap {\r
-  width: 589px;\r
-  height: 100%;\r
-  margin: 0 auto;\r
-\r
-  text-align: left;\r
-}\r
-\r
-#content {\r
-  float: left;\r
-  width: 589px;\r
-  height: 100%;\r
-  min-height: 100%;\r
-\r
-  background: url(content.gif) repeat-y top center;\r
-}\r
-\r
-#content[id] {\r
-  height: auto;\r
-  background: url(content.png) repeat-y top center;\r
-}\r
-\r
-/**************************************************************\r
-   #header: Holds the site title and header images\r
- **************************************************************/\r
-\r
-#header {\r
-  padding: 60px 0 2em 49px;\r
-  background: url(header.jpg) no-repeat top center;\r
-}\r
-\r
-/* Forces IE to set the hasLayout flag and show the header at the height of its contents \*/\r
-* html #header {\r
-  height: 1%;\r
-}\r
-/* End hide from IE-mac */\r
-\r
-#header h1,\r
-#header h2 {\r
-  margin: 0;\r
-  padding: 0;\r
-  background: none;\r
-}\r
-\r
-#header h1 {\r
-  font-size: 3.5em;\r
-  font-family: georgia;\r
-  letter-spacing: -3px;\r
-  color: #6E310B;\r
-}\r
-\r
-/**************************************************************\r
-   #menu: The top level site menu\r
- **************************************************************/\r
-\r
-ul#menu {\r
-  width: 491px;\r
-  margin: 0 auto;\r
-  padding: 0 !important;\r
-  padding: 0 0 0 10px;\r
-}\r
-\r
-ul#menu li {\r
-  display: inline;\r
-  list-style: none;\r
-  margin: 0;\r
-  padding: 0;\r
-}\r
-\r
-ul#menu li a {\r
-  float: left;\r
-  padding: 15px 0 5px 0;\r
-\r
-  font: 400 1.54em georgia, serif;\r
-  text-align: center;\r
-  text-decoration: none;\r
-\r
-  color: #61804E;\r
-  border-bottom: 1px solid #D3F1B6;\r
-}\r
-\r
-ul#menu li a:visited {\r
-  background-color: #FFF;\r
-}\r
-\r
-ul#menu li a:hover {\r
-  color: #2E5F0F;\r
-  background: url(menu.gif) repeat-x bottom left;\r
-}\r
-\r
-ul#menu li a.here {\r
-  color: #512103;\r
-  background: url(menu.gif) repeat-x bottom left;\r
-}\r
-\r
-/* helper classes to control width of links in topbar */\r
-ul.two li a {\r
-  width: 50%;\r
-}\r
-\r
-ul.three li a {\r
-  width: 33%;\r
-}\r
-\r
-ul.four li a {\r
-  width: 25%;\r
-}\r
-\r
-ul.five li a {\r
-  width: 20%;\r
-}\r
-\r
-/**************************************************************\r
-   #page: Holds the main page content.\r
- **************************************************************/\r
-\r
-#page {\r
-  float: left;\r
-  clear: both;\r
-  width: 491px !important;\r
-  width: 100%;\r
-\r
-  padding: 2em 49px;\r
-}\r
-\r
-/**************************************************************\r
-   .footer: Site footer\r
- **************************************************************/\r
-\r
-.footer {\r
-  padding-top: 3em;\r
-  font-size: 0.85em;\r
-  clear: both;\r
-}\r
-\r
-/**************************************************************\r
-   .bigLinks: Large, clickable links\r
- **************************************************************/\r
-\r
-ul.bigLinks {\r
-  margin: 10px 0;\r
-  padding: 0;\r
-  list-style: none;\r
-\r
-}\r
-\r
-ul.bigLinks li {\r
-  display: inline;\r
-  margin: 0;\r
-  padding: 0;\r
-  background: none;\r
-}\r
-\r
-ul.bigLinks li a,\r
-ul.bigLinks li a:visited {\r
-  display: block;\r
-\r
-  margin: 10px 0;\r
-  padding: 3px;\r
-\r
-  text-decoration: none;\r
-  background-color: #FFF;\r
-  border: 0;\r
-}\r
-\r
-ul.bigLinks li a:hover {\r
-  padding-bottom: 2px;\r
-  background-color: #F1FFE3;\r
-  border-bottom: 1px solid #B8E78B;\r
-}\r
-\r
-ul.bigLinks li a span.title {\r
-  color: #5E9040;\r
-  border-bottom: 1px solid #B8E78B;\r
-}\r
-\r
-ul.bigLinks li a:hover span.title {\r
-  color: #3C5D29;\r
-  border-bottom: 1px solid #4A6E35;\r
-}\r
-\r
-ul.bigLinks li a span.desc {\r
-  display: block;\r
-  color: #6D6864;\r
-}\r
-\r
-ul.bigLinks li a:hover span.desc {\r
-  color: #555;\r
-}\r
-\r
-/**************************************************************\r
-   Width classes used by the site columns\r
- **************************************************************/\r
-\r
-.width100 {\r
-  width: 100%;\r
-}\r
-\r
-.width75 {\r
-  width: 73%;\r
-}\r
-\r
-.width66 {\r
-  width: 64%;\r
-}\r
-\r
-.width50 {\r
-  width: 48%;\r
-}\r
-\r
-.width33 {\r
-  width: 31%;\r
-}\r
-\r
-.width25 {\r
-  width: 23%;\r
-}\r
-\r
-/**************************************************************\r
-   Alignment classes\r
- **************************************************************/\r
-\r
-.floatLeft {\r
-  float: left;\r
-}\r
-\r
-.floatRight {\r
-  float: right;\r
-}\r
-\r
-.alignLeft {\r
-  text-align: left;\r
-}\r
-\r
-.alignRight {\r
-  text-align: right;\r
-}\r
-\r
-/**************************************************************\r
-   Generic display classes\r
- **************************************************************/\r
-\r
-.clear {\r
-  clear: both;\r
-}\r
-\r
-.block {\r
-  display: block;\r
-}\r
-\r
-.big {\r
-  font-size: 1.3em;\r
-}\r
-\r
-.small {\r
-  font-size: 0.85em;\r
-}\r
-\r
-.bold {\r
-  font-weight: bold;\r
-}\r
-\r
-.italic {\r
-  font-style: italic;\r
-}\r
-\r
-.grey {\r
-  color: #AAA;\r
-}\r
-\r
-.green {\r
-  color: #82C048;\r
-}\r
-\r
-.darkBrown {\r
-  color: #512103;\r
-}\r
-\r
-.greenBg {\r
-  padding: 0 10px;\r
-  background-color: #F1FFE3;\r
-  border-bottom: 1px solid #B8E78B;\r
-}\r
-\r
-.highlight {\r
-  padding: 1px 2px;\r
-  background: #D9F5EC;\r
-  border-top: 1px solid #BDEDDE;\r
-}\r
-\r
-ul.menuish li {\r
-  display: inline;\r
-  list-style: none;\r
-}\r
+/* CSS Document */
+/* Design & CSS by Marie-Claude Doyon */
+
+html {
+       background-color: #f6e5b0;
+
+       }
+body {
+       position: absolute;
+       width: 100%;
+       margin: 0;
+       padding: 0;
+       font-family: Verdana, Arial, Helvetica, sans-serif;
+       font-size: 10px;
+       line-height: 12px;
+       min-height: 100%;
+       color: #701238;
+       /*background: url(bg-body.gif) repeat-y top center;*/
+       }
+a {
+       color: #d1451a;
+       text-decoration: none;
+       }
+a:hover {
+       text-decoration: underline;
+       }               
+img, img a {
+       border: 0;
+       }
+h1 {
+       font-size: 14px;
+       }
+
+
+#wrap {
+       margin: 0 auto;
+       padding: 0 20px;
+       width: 760px;
+       background: url(bg-header.gif) repeat-x #fbf2d7;
+       
+       }                       
+#header {
+       position: relative;
+       margin: 0 auto;
+       width: 540px;
+       height: 216px;
+       /*border: 1px solid #FF0;*/
+       /*background-color: #701238;*/
+       }
+#logo {
+       margin-top: 9px;
+       }               
+p#branding {
+       margin: 0;
+       padding: 6px 0 3px 0;
+       color: #fbf2d7;
+       font-size: 21px;
+       font-weight: bold;
+       line-height: 27px;
+       }
+p#branding a {
+       color: #dab134;
+       }       
+#header h1.pagetitle {
+       /*display: none;*/
+       margin: 0;
+       padding: 0;
+       /*font-family: Georgia, "Times New Roman", Times, serif;*/
+       font-size: 15px;
+/*     font-weight: normal;
+       font-style: italic;*/
+       line-height: 24px;
+       color: #fff6d5;
+       }
+
+#header h2.sitename {
+       display: none;
+       margin: 0;
+       padding: 0;
+       color: #fff6d5;
+       }
+       
+/* ===== Begin Navigation Styling ===== */
+       
+/* ----- Navigation ------ */  
+#nav {
+       float: right;
+       margin: 0;
+       padding: 0;
+       list-style-type: none;
+       font-size: 12px;
+       }
+#nav li {
+       display: block;
+       float: left;
+       }
+#nav li a {
+       display: block;
+       padding: 9px 9px 12px 9px;
+       color: #F60;
+       }
+#nav li a:hover {
+       text-decoration: underline;
+       }
+
+/* ----- Tabs ----- */
+#nav_views {
+       margin: 0 auto;
+       padding: 0;
+       position: absolute;
+       bottom: 0;
+       list-style-type: none;
+       font-size: 14px;
+       font-weight: bold;
+       width: 540px;
+       /*height: 30px;*/
+       }
+#nav_views li {
+       display: block;
+       float: left;
+       line-height: 21px;
+       }
+#nav_views li a {
+       display: block;
+       margin: 0;
+       padding: 4px 12px 3px 12px;
+       color: #fff6d5;
+       background-color: #d1451a;
+       border-right: 1px solid #dcaa3f;
+       }
+#nav_views li a:hover {
+       text-decoration: none;
+       }       
+#nav_views li.current a, #nav_views li.current a:hover {
+       color: #701238;
+       background-color: #fff6d5;
+       border-right: 1px solid #dcaa3f;
+       }
+#nav_views li.current a:hover {
+       color: #d1451a;
+       }               
+#nav_views li a:hover {
+       color: #fff6d5;
+       background-color: #701238;
+       border-right: 1px solid #dcaa3f;
+       }
+       
+/* ----- Nav Footer ----- */   
+#nav_sub {
+       clear: both;
+       margin: 18px auto 0 auto;
+       padding: 0;
+       list-style-type: none;
+       font-size: 11px;
+       font-weight: bold;
+       line-height: 21px;
+       border-top: 1px solid #dec5b5;
+       width: 540px;
+       }
+#nav_sub li {
+       display: block;
+       float: left;
+       }
+#nav_sub li a {
+       padding: 6px 24px 6px 0;
+       }       
+#nav_sub li a:hover {
+       text-decoration: underline;
+       }
+/* ===== End Navigation Styling ===== */
+
+#content {
+       clear: left;
+       margin: 40px 0 45px 0;
+       padding: 0 110px;
+       font-family: Georgia, "Times New Roman", Times, serif;
+       font-size: 14px;
+       line-height: 18px;
+       /*border: 1px solid #F00;*/
+       }
+#content h2 {
+       font-family: Verdana, Arial, Helvetica, sans-serif;
+       font-size: 15px;
+       }
+#content label {
+       font-family: Verdana, Arial, Helvetica, sans-serif;
+       font-size: 12px;
+       }       
+.instructions, .success, .error {
+       font-weight: normal;
+       margin: 36px 0 0 0;
+       padding: 10px;
+       font-family: Georgia, "Times New Roman", Times, serif;
+       font-size: 13px;
+       line-height: 15px;
+       border: 1px solid #dec5b5;
+       color: #fff6d5;
+       }               
+.success {
+       background-color: #48705b;
+       }       
+.error {
+       background-color: #ce3728;
+       }
+                       
+
+       
+/* ----- Profile -----*/
+#profile {
+       clear: left;
+       margin: 0 -110px;
+       padding: 10px 0 0 0;
+       min-height: 170px;
+       border-top: 1px solid #dec5b5;
+       font-family: Georgia, "Times New Roman", Times, serif;
+       }
+#profile h1 {
+       margin: 0;
+       padding: 0;
+       font-family: Verdana, Arial, Helvetica, sans-serif;
+       font-size: 14px;
+       }
+#profile h2 {
+       margin: 0;
+       padding: 0;
+       font-family: Verdana, Arial, Helvetica, sans-serif;
+       font-size: 11px;
+       text-transform: uppercase;
+       color: #dab134;
+       }       
+#profile p {
+       margin: 0 10px 0 0;
+       font-size: 12px;
+       line-height: 14px;
+       }
+#profile p.location {
+       margin: 0 10px 12px 0;
+       font-style: italic;     
+       }               
+#profile p.notice_current {
+       font-size: 18px;
+       line-height: 21px;
+       /*min-height: 96px;*/
+       }               
+       
+#profile_avatar {
+       float: left;
+       margin-right: 4px;
+       }
+#profile_avatar img {
+       margin-bottom: 5px;
+       }
+.avatar.profile {
+       float: none;
+       clear: left;
+       margin: 0 10px 5px 0;
+       }
+.avatar.original {
+       margin: 0 10px 18px 0;
+       }                       
+a.nickname {
+       font-family: Verdana, Arial, Helvetica, sans-serif;
+       font-weight: bold;
+       font-size: 12px;
+       padding-right: 3px;
+       }       
+#profile_information {
+       float: left;
+       position: relative;
+       width: 270px;
+       height: 200px;
+       }
+       
+.statistics {
+       margin-top: 18px;
+       }
+.statistics h2 {
+       margin: 12px 0 3px 0;
+       }               
+dl.statistics {
+       margin: 0;
+       font-size: 12px;
+       line-height: 14px;
+       }
+.statistics dt, .statistics dd {
+       float: left;
+       margin: 0;
+       }
+.statistics dt {
+       clear: left;
+       width: 96px;
+       }
+.statistics dd {
+       clear: right;
+       }       
+.statistics dt:after {
+       content: ":";
+       }
+#subscriptions {
+       float: left;
+       margin: 18px 0 30px 0;
+       }               
+#subscriptions_avatars {
+       /*float: left;*/
+       margin: 6px 0 0 0;
+       padding: 0;
+       list-style-type: none;
+       width: 270px;
+       }       
+#subscriptions_avatars li .avatar.mini {
+       float: left;
+       margin: 0 3px 3px 0;
+       padding: 0;
+       line-height: 0;
+       }
+#subscriptions_viewall {
+       clear: left;
+       }
+
+#notices {
+       clear: both;
+       margin: 0 auto;
+       padding: 0;
+       list-style-type: none;
+       width: 540px;
+       border-top: 1px solid #dec5b5;
+       /*border: 1px solid #F00;*/
+       }
+#notices a:hover {
+       text-decoration: underline;
+       }       
+.notice_single {
+       clear: both;
+       display: block;
+       margin: 0;
+       padding: 5px 5px 5px 0;
+       min-height: 48px;
+       font-family: Georgia, "Times New Roman", Times, serif;
+       font-size: 13px;
+       line-height: 16px;
+       border-bottom: 1px solid #dec5b5;
+       }
+.notice_single:hover {
+       background-color: #f7ebcc;
+       }       
+.notice_single p {
+       display: inline;
+       margin: 0;
+       padding: 0;
+       }       
+#notice_delete_form #confirmation_text {
+        display: block;
+       font-size: 14px;
+       font-weight: bold;
+       }
+input#submit_yes, input#submit_no {
+       margin: 18px 0;
+       padding: 8px;
+       font-weight: bold;
+       color: #fff6d5;
+       background-color: #F60;
+       cursor: pointer;
+       border: 0;
+       width: auto;
+       }
+input#submit_yes:hover, input#submit_no:hover {
+       background-color: #701238;
+       }
+.avatar {
+       float: left;
+       margin: 0 10px 0 0;
+       }
+
+p.time {
+       display: block;
+       font-family: Verdana, Arial, Helvetica, sans-serif;
+       font-size: 10px;
+       line-height: 15px;
+       }
+p.time a {
+       color: #dab134;
+       }       
+
+#pagination {
+       margin: 18px auto;
+       width: 540px;
+       }
+#nav_pagination {
+       margin: 0 0 36px 0;
+       padding: 0;
+       float: right;
+       list-style-type: none;
+       font-size: 12px;
+       font-weight: bold;
+       }
+#nav_pagination li {
+       display: block;
+       float: left;
+       background-color: #701238;
+       }
+#nav_pagination li.before {
+       margin-right: 1px;
+       }       
+#nav_pagination li a {
+       padding: 6px 15px;
+       line-height: 21px;
+       background-color: #701238;
+       color: #fff6d5;
+       }
+#nav_pagination li a:hover {
+       background-color: #3F606F;
+       color: #fff6d5;
+       text-decoration: none;
+       }
+                       
+#footer {
+       clear: both;
+       margin: 0 auto;
+       padding: 0 0 36px 0;
+       width: 540px;
+       border-top: 1px solid #dec5b5;
+       }
+#footer p {
+       margin-top: 9px;
+       }       
+#cc {
+       float: left;
+       margin: 3px 10px 0 0;
+       }
+
+/* ===== Begin Forms Styling ===== */
+
+/* ----- Forms General Style ----- */
+form {
+       margin: 0 auto;
+       padding: 0;
+       }
+form {
+       font-family: Verdana, Arial, Helvetica, sans-serif;
+       font-size: 12px;
+       }       
+form label {
+       display: block;
+       font-size: 12px;
+       font-weight: bold;
+       line-height: 18px;
+       }
+form input {
+       border: 1px solid #dec5b5;
+       width: 264px;
+       }
+input#submit  {
+       display: block;
+       margin: 18px 0;
+       padding: 4px;
+       font-weight: bold;
+       color: #fff6d5;
+       background-color: #F60;
+       cursor: pointer;
+       border: 0;
+       width: auto;
+       }
+input#submit:hover {
+       background-color: #701238;
+       }
+textarea, input {
+       font-family: Verdana, Arial, Helvetica, sans-serif;
+       font-size: 12px;
+       color: #701238;
+       padding: 3px;
+       }
+textarea:focus, input:focus {
+       background-color: #f8ebc0;
+       }               
+textarea {
+       width: 270px;
+       border: 1px solid #D8E2D7;
+       }
+.input_instructions {
+       display: block;
+       font-size: 11px;
+       line-height: 21px;
+       color: #924959;
+       font-family: Verdana, Arial, Helvetica, sans-serif;
+       }       
+       
+/* ----- Status Form ----- */
+#status_form {
+       height: 96px;
+       /*background-color: #F00;*/
+       }
+#status_form p {
+       margin: 36px 0 0 0;
+       padding: 0;
+       }       
+#status_label {
+       display: inline;
+       clear: both;
+       margin: 0;
+       padding: 0 0 3px 0;
+       font-size: 18px;
+       font-weight: bold;
+       line-height: 24px;
+       /*color: #701238;*/
+       color: #dab134;
+       }
+#status_textarea {
+       display: block;
+       float: left;
+       width: 463px;
+       height: 35px;
+       padding: 5px;
+       font-family: Verdana, Arial, Helvetica, sans-serif;
+       font-size: 12px;
+       color: #701238;
+       border: 0;
+       }
+#status_submit {
+       display: block;
+       float: left;
+       margin: 1px 0 0 4px;
+       width: 63px;
+       height: 45px;
+       background-color: #F60;
+       font-family: Verdana, Arial, Helvetica, sans-serif;
+       font-weight: bold;
+       font-size: 14px;
+       color: #fff6d5;
+       cursor: pointer;
+       border: 0;
+       } 
+#status_submit:hover {
+       background-color: #d1451a;
+       }
+#counter {
+    position: relative;
+    color: black;
+    font-weight: bold;
+    font-size: 18px;
+    left: 255px;
+}
+
+#counter.toomuch {
+    color: red;
+}
+       
+/* ----- Subscribe Form ----- */
+#subscribe .button, #unsubscribe .button, #remotesubscribe .button {
+       margin: 0;
+       width: 96px;
+       height: 27px;
+       font-family: verdana, arial, helvetica, sans-serif;
+       font-weight: bold;
+       font-size: 10px;
+       text-transform: uppercase;
+       background-color: #F60;
+       color: #fff6d5;
+       border: 0;
+       }       
+#subscribe .button:hover, #unsubscribe .button:hover {
+       background-color: #904632;
+       cursor: pointer;
+       }
+input#profile_url {
+       width: 88px;
+       padding: 3px;
+       margin: 0 0 10px 0;
+       }
+/* ----- Login Form -----*/    
+input#license {
+       width: auto;
+       }
+/* ----- Avatar Form -----*/
+form {
+       clear: left;
+}
+
+/* ----- OpenID Form -----*/
+
+input#openid_url {
+   background: url(login-bg.gif) no-repeat;
+   background-color: #fff;
+   background-position: 0 50%;
+   color: #000;
+   padding-left: 18px;
+}
+
+/* for people lists */
+
+#profiles {
+       clear: both;
+       margin: 0 auto;
+       padding: 0;
+       list-style-type: none;
+       width: 540px;
+       border-top: 1px solid #dec5b5;
+       /*border: 1px solid #F00;*/
+       }
+#profiles a:hover {
+       text-decoration: underline;
+       }       
+
+.profile_single {
+       clear: both;
+       display: block;
+       margin: 0;
+       padding: 5px 5px 5px 0;
+       min-height: 48px;
+       font-family: Georgia, "Times New Roman", Times, serif;
+       font-size: 13px;
+       line-height: 16px;
+       border-bottom: 1px solid #dec5b5;
+       }
+.profile_single:hover {
+       background-color: #f7ebcc;
+       }       
+
+/* ===== End Forms Styling ===== */
+