                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                /*                                                                                /* 
- themes.css sets basic styling
- it is removeable
*/

@import url('/themes/c6/themes.css?_v=174');

/*** BASIC INFO ***/
/** COLORS - #BF22EB, #50E478, #F6B168 #50ABE4 #E45062***/

  

body { 
   background:  url("http://i292.photobucket.com/albums/mm2/anjela_theresa/Blog%20Images/background.jpg") repeat scroll left; 
   color:#2F4F4F;
   font-family:Trebuchet,Trebuchet MS,Arial,sans-serif;
  margin:0;
   text-align:center;
   font-size: 14px;
}

* { padding: 0; margin: 0; }

a {
   color: #EEAD0E 
 ;
    text-decoration: none;
   font-weight: bold;
}

a:hover {  
   text-decoration:underline;
   color: #CD950C;
}



img{
   border:0px;
}


.rss-icon {
   display: none;
}


h3 {
   margin-top: 10px;
   margin-bottom:5px;
   font-size: 16px;
}


/*** STRUCTURE ***/

#page {
   margin: 0px auto;
   width: 900px;
}


#content{
   overflow:hidden;
   width: 900px;
   background: #ffffff;
    margin:15px auto;
   padding:0px;
   text-align:left;
   border: 1px solid #000;
}

#pagecontent {
   width: 640px;
   padding: 10px;
   float: left;
   text-align: left;
   margin-right: 20px;
}

#side{
   width:200px;
   overflow:hidden;
   text-align: left;
   float: right;
   margin-right: 10px;
}


/*** HEADER AND DESCRIPTION ***/

#topimage {
   margin: 0px;
   border: 0px;
}



#header {
   font-size: 18px;
   text-transform: capitalize;
   text-decoration:none;
   padding: 0px;
   margin-top: 5px;
   text-align: left;
   font-weight: normal;
   margin-left: 0px;
   visibility: visible !important;
   font-family:"Trebuchet MS", Sans-serif;
   letter-spacing:-1px;
   display: none;
}

#header h1 {
   padding: 0px;
   visibility: visible !important;
}

#header a , #header a:hover{
   color: #333;
   text-decoration:none;
   border: 0px;
   font-weight: normal;
}

#descrip { 
   font-size: 15px;
   color: #666;
   text-align: left;
   margin-left: 0px;
   text-transform: lowercase;
   font-family:"Trebuchet MS", Sans-serif;
   letter-spacing:-.5px;
   display: none;
}


/*** TOP NAVIGATION BAR ***/

#navigation {
   margin: 0px 0px 10px 0px;
   display: block;
   clear: both;
   background: #068481;
   height: 22px;
}


#navigation ul{
   clear:both;
   list-style-image:none;
   list-style-position:outside;
   list-style-type:none;
}

#navigation li{
   float: left;
   font-size: 13px;
   text-transform: capitalize;
   padding: 4px 15px;  
   margin: 0px 0px;
}

#navigation ul li a, 
#navigation ul li a:visited {
   text-decoration:none;
   color: #fff;
   font-weight: bold;
   border: 0;
}

#navigation ul li:hover {
   background: #965462;
}

/*** POST HEADER ***/
.post h2, .page_title h2 {
   color:#353F3E;
   font-size:18px;
   margin:0 0 5px 2px;
}

.post h2 a, .page_title h2 a {
   color:  #353F3E;
   text-decoration:none;
   border: 0;
}

.post h2 a:hover, .page_title h2 a:hover {
   text-decoration:none;
   color:   #353F3E;
}

/*** POST DATA ***/

.post_content, .onsugar_page {
   line-height:1.4em;
   margin: 0px 0 0.75em;
   background: transparent;
}

.post p {
   margin-bottom: 12px;
}

.post{
   margin-bottom: 3em;
   padding: 5px;
}


.metacomment {
   padding-top: 3px;
   font-size: 10px;
   line-height: 1.4em;
   text-transform: uppercase;
   margin: 7px 0 20px 2px;
   border-top: 1px dotted #ccc;
     
}


.metadate {
   color: #353F3E;
   font-size: 14px;
   margin-bottom: 3px;
   margin-left: 1px; 
   font-weight: normal;
}

.metacategories, .metatags {
  font-size: 12px;
   text-transform: capitalize;
   letter-spacing: .05em;
   margin-bottom: 0px;
   margin-left: 0px; 
   font-weight: bold;
   padding-left: 2px;
}


.edit {
   font-weight: bold;
}


.post ol, .post ul {
   margin-left: 10px;
}

.post_content img.left, .post_content .left img {
   margin:8px 8px 8px 0px;
}

.post_content img.right, .post_content .right img {
   margin:8px 0px 8px 8px;
}

/*** SIDE WIDGETS ***/
#side a {
   font-weight: normal;
}


.widget h4 {
   background: transparent url(http://i292.photobucket.com/albums/mm2/anjela_theresa/Blog%20Images/background.jpg) repeat scroll 0 0;
   color:#353F3E;
   font-size:18px;
   margin: 0px 0px 15px 0px;
   padding:3px 31px;
   line-height: 18px;
}

.widget {
   margin-bottom:15px;
   font-size: 11px;
   line-height:1.5em;
}

.widget_content {
   padding-left:5px;
   padding-bottom: 5px;
   padding-right: 5px;
   overflow: auto;
}


.widget_content p{
   padding-left:5px;
}


.widget li, .category li, .tags li {
   font-size:10px;
   line-height:15px;
   margin-left:0;
   padding-left:5px;
   margin-bottom: 5px;
}

.widget_search {
   margin-bottom: 4px;
}

#content .widget_gallery, #content .widget_video {
   text-align:left;
   height:130px;
}

.widget_gallery .title, .widget_video .title {
   margin-top:.3em;
   font-size:10px;
   letter-spacing:-0.02em;
   width:102px;
}

.widget_gallery a:hover .title, .widget_video a:hover .title{
   text-decoration:underline;
}

.widget_gallery .thumb, .widget_video .thumb {
   border:1px solid #999;
   display: block;
}

.widget .widget_gallery, .widget .widget_video {
   width:100%;
   text-align:left;
}

.widget_gallery a:hover .thumb, .widget_video a:hover .thumb{
   border:1px solid #fff;
}


.widget_archive .widget .widget_content .calendar {
   float:none;
}

.followers .widget_content {
   margin-left: 4px;
}

.widget .tags {
   text-transform: capitalize;
}

.widget .category {
   text-transform: capitalize;
}


.site_cont a, .user_cont a {
border: 0px;
color: #353F3E !important;

}

/*** PAGER ***/

#pager {
   margin: 20px 0px 20px 0px; 
   font-size:12px;
   text-align: center;
   height: 25px;
}

#pager .pager-current{	
   border: 1px solid #fff;
   padding: 3px;
   margin: 5px 0px;
   font-weight: normal;
   background: transparent;
}

#pager a {
   line-height: 24px;
   border: 0px solid #353F3E;
   padding: 5px 8px;
   margin: 0px 3px;
   font-weight: normal;
}

#pager a:hover { 
   border: 0px; 
}

/*** FOOTER ***/

#onsugar_footer {
   border: 0px;
   text-align:center;
   color:#068481;
   text-align:left;
   line-height: 20px;
   margin-bottom:0px;
   margin-top: 0px;
   overflow:auto;
   padding:5px 20px 0px 20px;
   height: 45px;
   clear: both;
   background: transparent;
}

#onsugar_footer a {
   color: #ffffff;
   font-weight: normal;
}

#bottomfooter {
   color:#fff;
   background: #068481;
   text-align: center;
   padding: 5px 0px;
   margin-top: 10px;
}

/*** POLL ***/

.poll .bar .foreground {
   background-color: #79CDCD;
   clear: left;
   float: left;
   height: 1em;
}

.poll .bar {
   background-color: #068481;
}

.poll .vote-form .form-item label {
   color: #068481; 
   font-weight: normal; 
   font-size: 11px;
   line-height: 14px;
}

.poll .poll {
   padding:0px 30px;
}

.poll .vote-form {
   padding:10px;
}

/*** COMMENT ***/

.comment_info {
   line-height:14px;
   padding-top: 15px;
   padding-left: 5px;
}

.comment_date {
   color:#965462;
   font-size: 10px;
   padding-top: 3px;
}

.comment_author {
   margin-top: 2px;
   color:#2F4F4F;
}

.comment_content {
   color:#2F4F4F;
}

.comment_admin_link {
   border: 1px solid #2F4F4F;
   padding: 2px;
   margin-top: 3px;
   font-size: 75%;
}

.comment_photo {
   width:40px;
   padding: 2px;
}

.comment {
   padding: 10px 0px 0px 0px;
   border-top: 1px solid #ddd;
   border-bottom: 0px;
}

.box h2 {
   font-size: 14px;
   margin-bottom: 3px;
}

/*** PAGE ***/

.page_title {
   border: 0px;
}

/*** GALLERY ***/

.page_gallery {
width: 500px;
}

.gallery_table {
   width:500px;
}

.gallery_table_cell {
   height: 115px;
}

.gallery_table_cell a{
   border: 0px;
}

.gallery_table img {
   border:1px solid #999;
   padding:0px;
}

.gallery_table img:hover {
   border:1px solid #ddd;
   padding:0px;
}

.post_content .see_photos {
   font-size:1.3em;
}

.gallery_nav {
   margin-bottom:5px;
   overflow:auto;
   font-size:10px;
   line-height:1.4em;
   text-transform:uppercase;
}

.gallery_nav_next a {
   color: #fff !important;
   border: 0px; 
   font-weight: normal;
}

.gallery_nav_previous a {
   color: #fff !important;
   border: 0px;
   font-weight: normal;
}

.gallery_nav_previous {
   margin-bottom:5px;
   overflow:auto;
   padding:2px 8px 3px;
   text-align:center;
   border:1px solid #fff;
   color:#fff;
   background:#83162D;
   font-size:10px;
   text-decoration:none;
   text-transform: uppercase;
   letter-spacing:1px;
}

.gallery_nav_next {
   margin-bottom:5px;
   overflow:auto;
   padding:2px 8px 3px;
   text-align:center;
   border:1px solid #fff;
   color:#fff;
   background:#83162D;
   font-size:10px;
   text-decoration:none;
   text-transform: uppercase;
   letter-spacing:1px;
}

.gallery_nav_gallery {
   border-left:1px solid #333333;
}

.gallery .post_content img {
   margin: 0px;
}

.post_content .see_photos {
    padding-top: 5px;
}

/*** QUOTE ***/
.quote .quote_container {
   color: #068481;
}

p.quote_content {
   margin-bottom: 0px;
}

.quote .source {
   text-align: right;
   color: #E1771E;
   line-height:16px;
   margin-top: 5px;
   font-family:Verdana,Arial,Helvetica,sans-serif;
}


.quote .start {
   color: #E1771E;
   font-style: italic;
}


/*** MISC. ***/
.post.video .post_content object {
   display: block;
}

.calendar {
   height:140px;
}


/*** CHAT ***/

.chat .post_content ul {
   list-style-image:none;
   list-style-position:outside;
   margin-top: 13px;
   margin-left: 0px;
   margin-right: 25px;
   font-family: Arial, Sans-serif, helvetica;
}

.chat .post_content ul li .label{
   font-weight: bold;
   padding-right: 5px;
}

.chat .post_content ul li {
   padding: 4px 0px 4px 10px;
}

.chat .post_content ul li.odd {
   background: #83162D !important;
}



/*** LINK ***/
.post h3.link_content a {
   font-style: italic;
   text-decoration: underline;
   font-weight: bold;
   color: #fff;
}

.post h3.link_content {
   padding-top: 5px;
}

.link .post_content .link_description {
   padding-top: 8px;
}

/*** QUIZ ***/

.quiz .quiz_info {
   clear:both;
   color: #333;
   padding: 5px;
   border: 1px solid #B9B9B9;
}

.take_the_quiz {
   display:block;
   font-weight:bold;
   margin:15px 0;
   font-size:1.3em;
   text-align:center;
}



.quiz .form-item label {
   color: #333;
   padding-left: 6px;
   font-size: 11px;
   font-weight: normal;
   font-family:Verdana,Arial,Helvetica,sans-serif;
}

.quiz .form-item {
   border-bottom: 1px solid #B9B9B9;
}


/*** ABOUT ME WIDGET ***/
#profile_pic_image {
   display: table-cell;
   margin-right: 10px;
   float: right;
}

#profile_pic_image img{
   width: 60px;
   padding-left: 5px;
   padding-top: 2px;
}

#profile_name, #profile_name a {
   color: #fff;
    font-size: 11px;
   letter-spacing:.01em;
   line-height:1.4em;
   text-transform:uppercase;
   font-weight: bold;
   border:0px;
}

#profile_member_info li {
   background: 0px;
   padding-left: 5px;
}
#member_for, #last_online{
   font-size: 11px;
   line-height: 1.1em;
}

#private_msg {
   font-size: 8px;
   letter-spacing:0.1em;
   margin-top: 5px;
   line-height:1.4em;
   text-transform:uppercase;
}

#member_for, #last_online {
   font-size: 9px;
}


/** FORM **/

form{
   padding:0;
   margin:0;
}

fieldset{
   margin:0;
   padding:0;
}

input, textarea{
   border:none;
   margin:0;
   font-family:Arial, Helvetica, sans-serif;
}

button{      
   outline:0px;
   border:0px;
   margin:0;
   padding:0;
   background:#ffffff url('') repeat-x right top;
   text-decoration:none;
   font-weight:normal;
   color:#2F4F4F;
   cursor:pointer;
   padding-right: 8px;
   font:16px Arial, Helvetica, sans-serif;
   height:30px;
   width:auto;
   overflow:visible;
}   

.fancybutton, .form-submit{
   font-family: verdana, Trebuchet MS;
   cursor:pointer;
   padding:2px 8px 3px;
   text-align:center;
   border:1px solid #fff;
   color:#fff;
   margin-top:7px;
   background: #2F4F4F;
   font-size:10px;
   text-decoration:none;
   text-transform: uppercase;
   letter-spacing:1px;
}

.js button{
   height:31px;
   background: url('http://www.onsugar.com/files/ons/168/1681750/25_2008/btn_bg_right_h.gif') no-repeat right top;
}

.gecko button{
   background: url('http://www.onsugar.com/files/ons/168/1681750/25_2008/btn_bg_right_h.gif') no-repeat 100% 1px;
}

.webkit button{
   background: url('http://www.onsugar.com/files/ons/168/1681750/25_2008/btn_bg_right_h.gif') no-repeat right top;
   padding-right:8px;
}

.opera button{
   padding-right:0px;
}

button span{
   height:31px;
   display:block;
   font-weight:normal;
   line-height:31px;
   margin:0px;
   padding: 0px 0px 0px 8px; 
   font-weight:normal;
}

.js button span{
   background: transparent url('http://www.onsugar.com/files/ons/168/1681750/25_2008/btn_bg_left_h.gif') no-repeat;
}

.opera button span{
   padding-right:8px;
}

input.form-text, textarea{
   font-family: Trebuchet MS;
   font-size:1em;
   color:#797979;
   background-color:#000000;
   padding:7px;
}

input.form-text{
   font-family: Trebuchet MS;
   height:16px;
   padding:3px 3px 5px 3px;
   color: #333;
   border-color: #ddd;
}

.widget input.form-text{
   float:none;
   width:150px;
}

.widget button{
   float:none;
   clear:both;
}


/*** SEARCH FORM ***/
.search-form input.form-text{
   width:100px;
   height:13px;
   float:left;
   margin:7px 7px 7px 3px;
}

.search-form button{
   margin:0px 3px 15px 0px;
   clear:none;
   float: left;
}

#status_messages {
   background: transparent;
}

.quiz .post_content table td {
background: #2F4F4F;
}

.quiz .post_content table td a{
border: 0;
}

  

        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
