stripes layout powered by HOTFreeLayouts.com / MyHotCommentsrs/show.css */ /* General Styles ------------------------------------*/ body { font-family:helvetica, arial, sans-serif; text-align:center; background:#585858 url(/images/body_background.gif) repeat-x; } h1.profile_title { margin-bottom:0.75em; border-right:1px solid #ddd; border-bottom:1px solid #ccc; padding:8px 0 5px 10px; font-size:21px; color:#333; background:#eee; } h1.profile_title a { display:block; float:right; margin-right:5px; border:1px solid #c4c4c4; padding:0 4px 0 15px; text-decoration:none; line-height:170%; color:#222; font-weight:normal; font-size:11px; background:#e9e9e9 url(/images/little_arrow.gif) no-repeat 4px 50%; } h1.profile_title a:hover { border:1px solid #bbb; color:#000; } p.description { margin-bottom:3em; font-size:12px; } p.not_available { text-transform: uppercase; border:1px dashed #e3e3e3; padding:20px 0; text-align:center; color:#ccc; font-size:2.5em; font-weight:bold; } .label { font-weight:bold; } /* end general styles */ /* auth box */ div#auth_box { float:right; width:305px; margin:0 auto; padding:10px 20px 17px 0; text-align:left; color:#fff; background:#9b9b9b url(/images/auth_box_background.gif) no-repeat 100% 100%; } div#auth_box a { color:#ffff7f; } div#auth_box ul { list-style-type:none; margin-bottom:20px; padding:2px 0 4px 235px; background:url(/images/signup_background.gif) no-repeat; } div#auth_box ul li a { color:#fff; font-size:12px; } div#auth_box form { overflow:auto; padding-left:14px; text-align:right; } div#auth_box form div#fields { float:left; width:210px; } div#auth_box form div.field { clear:left; margin-bottom:3px; border-bottom:0; padding:0; } div#auth_box form div.field label { float:left; width:55px; text-align:right; font-size:11px; line-height:23px; } div#auth_box form div.field input { width:143px; height:16px; border:0; padding:4px 1px; font-size:14px; } input#login_button { width:65px; font-size:11px; background:#666; color:#fff; border:0; padding:7px 0 4px 0; } /* Layout Structure ------------------------------------*/ div#container { overflow:hidden; width:945px; margin:0 auto; padding:25px 20px 10px 20px; text-align:left; background:#fff; } div#sidebar { overflow:hidden; float:left; width:305px; margin-right:15px; margin-bottom:15px; } div#main_content { overflow:hidden; float:left; width:625px; margin-bottom:15px; } div#footer { overflow:hidden; width:945px; margin:0 auto 35px auto; padding:25px 20px 50px 20px; text-align:left; color:#fff; background:#000; } div.left { float:left; } div.right { float:right; } /* end layout structure styles */ /* Sections ------------------------------------*/ div.section { overflow:hidden; margin-bottom:25px; padding:1px 0; } div.section h1 { margin-bottom:15px; border-right:1px solid #bbb; border-bottom:1px solid #999; padding:6px 0 4px 10px; font-size:13px; color:#333; line-height:175%; background:#ddd; } div.section h1 a { display:block; float:right; margin-right:5px; border:1px solid #c4c4c4; padding:0 4px 0 15px; text-decoration:none; line-height:170%; color:#222; font-weight:normal; font-size:11px; background:#e9e9e9 url(/images/little_arrow.gif) no-repeat 4px 50%; } div.section h1 a:hover { border:1px solid #bbb; color:#000; } div.section h2 { margin:10px 0; color:#902e2e; font-size:16px; } div.section p { margin-bottom:1em; font-size:12px; } div.section p.not_available { text-transform: uppercase; margin-bottom:1em; font-size:16px; } /* end sections styles */ /* Listings (for events birthdays) -----------------------------------------*/ div.listing { width:100%; overflow:hidden; border-bottom:1px solid #ddd; padding:9px 0 3px 0; } div.listing ul.functions { width:135px; float:right; list-style-type:none; } div.listing ul.functions li { display:inline; } div.listing ul.functions li a { display:block; margin-bottom:6px; border:1px solid #ccc; padding:5px; font-size:11px; text-decoration:none; color: #333; } div.listing ul.functions li a:hover { border:1px solid #999; color:#000; } div.listing ul.functions li a.flag { padding-left:25px; background:url(/images/icons/flag.gif) no-repeat 4px 50%; } div.listing ul.functions li a.maybe { padding-left:25px; background:url(/images/icons/maybe.gif) no-repeat 4px 50%; } div.listing ul.functions li a.admin { padding-left:25px; background:url(/images/icons/wrench.gif) no-repeat 4px 50%; } div.listing ul.functions li a.photo { padding-left:25px; background:url(/images/icons/photo.gif) no-repeat 4px 50%; } div.listing ul.functions li a.message { padding-left:25px; background:url(/images/icons/invite_friend.gif) no-repeat 4px 50%; } div.listing a { color:#555; } div.listing h2 { margin-bottom:5px; font-size:16px; color:#1d4f7a; } div.listing h2 a { color:#1d4f7a; text-decoration:none; } div.listing h3 { margin-bottom:3px; padding-top:0.5em; font-size:14px; color:#1d4f7a; } div.listing h3 a { color:#1d4f7a; text-decoration:none; } div.section div.listing p { margin:0 0 5px 0; color:#555; } div.section div.listing p.comment { margin-left:160px; font-size:12px; line-height:140%; } div.listing blockquote { padding-left:30px; font-style:italic; color:#fff; background:url(/images/blockquote_background.gif) no-repeat 0% 3px; } /* end listing styles */ /* Forms ------------------------------------*/ form div.field { margin-bottom:20px; border-bottom:1px solid #e6e6e6; padding-bottom:20px; } form div.field label { display:block; margin-bottom:5px; font-weight:bold; font-size:14px; } form div.field label em { padding:2px; font-weight:normal; font-size:12px; background:#ffa; } form div.field input, form div.field textarea { width:99.5%; border:1px solid #999; padding:4px 0; } form div.field input:focus, form div.field textarea:focus { border:1px solid #666; } form div.field textarea { font-size:12px; } form input.submit_button, form div.field input.submit_button { width:auto; border:1px solid #999; padding:4px 10px; background:#eee; } form div.submit { border-bottom:0; } form a.cancel { font-size:12px; color:#d00; text-decoration:none; } /* end form styles */ /* User Information ------------------------------------*/ div#user_information { width:100%; overflow: hidden; margin-bottom:10px; border:1px solid #d2d7da; padding:10px; } table.user_information { float:left; width:180px; margin-right:15px; font-size:11px; color:#2f6a90; } table.user_information tr td { vertical-align:top; padding:0 0 10px 0; } table.user_information tr td.label { padding-right:10px; font-weight:bold; text-align:right; color:#144469; } table.user_information tr td a { color:#2f6a90; } /* end user information styles */ div#primary_network { float:left; width:245px; } div#primary_network h1 { font-size:12px; border-bottom:1px solid #ccc; padding-bottom:3px; color:#144469; } div#primary_network p { font-size:11px; } div#primary_network div.listing { border-bottom:0; } div#primary_network div.listing h2 a { font-size:13px; color:#333; } /* User Interests ------------------------------------*/ div#user_interests h2 { margin-bottom:0; font-size:14px; color:#333; } div#user_interests p { margin-bottom:1.5em; font-size:11px; color:#333; line-height:125%; } /* end user interests styles */ /* User Actions ------------------------------------*/ div#user_actions { float:right; width:150px; margin-bottom:15px; padding-left:10px; } div#user_actions ul { list-style-type:none; } div#user_actions ul li { margin-bottom:7px; } div#user_actions ul li a { padding:4px 0; padding-left:25px; font-size:11px; color:#000; text-decoration:none; } div#user_actions ul li a.send_to_a_friend { background:url(/images/icons/envelope.gif) no-repeat 0% 50%; } div#user_actions ul li a.flag { background:url(/images/icons/flag.gif) no-repeat 0% 50%; } div#user_actions ul li a.events { background:url(/images/icons/calendar.gif) no-repeat 0% 50%; } div#user_actions ul li a.groups { background:url(/images/icons/groups.gif) no-repeat 0% 50%; } div#user_actions ul li a.admin { background:url(/images/icons/wrench.gif) no-repeat 0% 50%; } /* end user actions */ /* Groups Listing ------------------------------------*/ div#groups ul { list-style-type:none; } div#groups ul li { margin-bottom:8px; } div#groups ul li a { padding:3px 0 3px 25px; color:#1d4f7a; font-size:12px; font-weight:bold; text-decoration:none; background:url(/images/icons/groups.gif) no-repeat 0% 50%; } /* end groups listing */ /* Thumbnails ------------------------------------*/ div.photo_thumbnail { float:left; width:145px; margin:0 15px 10px 0; text-align:right; } div.photo_thumbnail a { border:0; font-weight:bold; color:#000; font-size:12px; text-decoration:none; } div.end_image { margin-right:0; } div.thumbnail_container { overflow:hidden; width:137px; height:90px; margin-bottom:5px; border:1px solid #cdcdcd; padding:3px; } div.thumbnail_container:hover { border:1px solid #999; } div.thumbnail { overflow:hidden; width:137px; height:90px; } div.classic_thumbnail { float:left; width:305px; margin:0 15px 0 0; } div.classic_thumbnail div.thumbnail_container { overflow:hidden; width:293px; height:auto; margin-bottom:5px; border:1px solid #ccc; padding:5px; background:transparent; } div.classic_thumbnail div.thumbnail { overflow:hidden; width:293px; height:auto; } div.nano_thumbnail { float:left; width:65px; margin:0 15px 0 0; } div.nano_thumbnail div.thumbnail_container { overflow:hidden; width:59px; height:40px; margin-bottom:5px; border:1px solid #ccc; padding:2px; background:transparent; } div.nano_thumbnail div.thumbnail { overflow:hidden; width:59px; height:40px; } div.thumbnail a, div.thumbnail a img { border:0; text-decoration:none; background:none; } div.thumbnail img { display:block; } div.photo_thumbnail a.image_label { border:0; padding:2px; font-weight:bold; color:#000; font-size:12px; text-decoration:none; } div.photo_thumbnail a.image_label:hover { background:#ffff7f; } span.user_birthday { display:block; font-size:12px; } div.user_thumbnail a.delete img, div.photo_thumbnail a.delete img { float:left; border:0; background:none; } /* end thumbnail styles */ /* Comment Block ------------------------------------*/ div.comment_block { width:100%; overflow:auto; margin-bottom:5px; border-bottom:1px solid #ccc; padding:10px 0; } div.comment_block h2 { margin-bottom:0.75em; font-size:14px; text-decoration:none; color:#000; } div.comment { line-height:150%; color:#333; } div.comment_block h2 span.date { font-weight:normal; } div.comment_block h2 a { border-bottom:1px solid red; color:#d00; text-decoration:none; } div.comment_block h2 a.action { float:right; margin-right:10px; border:1px solid #e6e6e6; padding:4px 4px 4px 15px; text-decoration:none; line-height:100%; color:#222; font-size:12px; font-weight:normal; background:url(/images/little_arrow.gif) no-repeat 4px 50%; } div.comment_block h2 a.action:hover { border:1px solid #bbb; color:#000; } div.comment_block p { margin-bottom:0.75em; font-size:12px; } div.comment_block div.thumbnail_container { float:left; margin-right:15px; } div.comment_block div.comment { font-size:12px; color:#333; } /* end comment block styles */ /* Forum Table ------------------------------------*/ table.forum_table { width:100%; margin-bottom:10px; font-size:12px; } table.forum_table tr.odd_row td { background:#e5e5e5; } table.forum_table td a.title { font-weight:bold; } table.forum_table th { border-bottom:#999; padding-bottom:5px; text-align:left; color:#555; } table.forum_table th a { border-bottom:1px solid #ccf; text-decoration:none; color:#33f; } table.forum_table th a:hover { border-bottom-color:blue; color:blue; } table.forum_table td { vertical-align:middle; border-bottom:1px solid #eee; padding:6px 3px; color:#333; } /* end forum_title styles */ /* Star Rating ------------------------------------*/ div#ratings { padding:12px 0; font-size:12px; color:#333; } .star-rating, .star-rating a:hover, .star-rating a:active, .star-rating a:focus, .star-rating .current-rating{ background: url(/images/star.gif) left -1000px repeat-x; } .star-rating{ position:relative; width:125px; height:25px; overflow:hidden; list-style:none; margin:0; padding:0; background-position: left top; } .star-rating li{ display: inline; } .star-rating a, .star-rating .current-rating{ position:absolute; top:0; left:0; text-indent:-1000em; height:25px; line-height:25px; outline:none; overflow:hidden; border: none; } .star-rating a:hover, .star-rating a:active, .star-rating a:focus{ background-position: left bottom; } .star-rating a.one-star{ width:20%; z-index:6; } .star-rating a.two-stars{ width:40%; z-index:5; } .star-rating a.three-stars{ width:60%; z-index:4; } .star-rating a.four-stars{ width:80%; z-index:3; } .star-rating a.five-stars{ width:100%; z-index:2; } .star-rating .current-rating{ z-index:1; background-position: left center; } /* for an inline rater */ .inline-rating{ display:-moz-inline-block; display:-moz-inline-box; display:inline-block; vertical-align: middle; } /* smaller star */ .small-star{ width:50px; height:10px; } .small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating{ background-image: url(/images/star_small.gif); line-height: 10px; height: 10px; } /* Footer ------------------------------------*/ div#footer p { margin-bottom:4px; font-size:14px; font-weight:bold; } div#footer a { color:#fff; } div#footer ul { list-style-type:none; } div#footer ul li { display:inline; } div#footer ul li a { float:right; margin-left:12px; border-bottom:1px dotted #444; font-size:12px; text-decoration:none; color:#ccc; } div#footer ul li a:hover { border-bottom:1px solid #ccc; color:#fff; } div#footer ul li a.legal { float:none; margin:0 12px 0 0; } /* end footer styles */

Boomin4jesus

Blog: boomin4jesus's blog
Birthday: April 18
Location: Mississippi
Gender: f

Primary Network

About Me

I love riding horses, i love animals period. I want to be a large animal small animal vet when i am older. I am kinda crazy, as some of ya'll will learn. and yes i am a southern-bell I luv going to concerts, and hanging out with friends. i don't really care what other people think about me. I just want them to know that i live for Jesus. Wow there are a lot of charaters left for me to use up.

read blog Latest Blog Post

Winter Jam

Well as most of u know Winter Jam just came through Tupelo Mississippi. i went there. it was pretty good pureNRG was cute needs work on the vocals, but there act was good. Skillet was my fav. i have always loved Skillet and always will probably. I wish that Flyleaf would do Winter Jam one year. that would be awsome. Well i am really tiered writing but i just wanted everyone to know that no matter what u should try to go see this concert but make sure that u go really early to get in line because part of my group almost didn't get in 30 min. before the concert was supposed to start. be there atleast an hour and a half early. I pary that eveyone that is going will have a safe trip. and I hope that everyone will be blessed and let the Lord bless them on the trip. I sometimes think that God wants to bless us but can't because we think that we don't need it that we are doing good at that time. we need to realize that no matter what we need God and we need his blessing because we are filthy rags as far as it could concern Him but no He really care no matter what. please let him in let him move in u. i feel the most moved with music and if God is talking to u with a song please listen and is doesn't even have to be sung by a christian artist. just let him work in ur life and work in other people's life through u. thanks


see all comments post a comment Comments

horsygirl321 7 months ago

hey, what's up?

sloopy814 7 months ago

HAPPY B-DAY!!

music_lover 7 months ago

Happy Birthday!!!! hope u have a greay day!!!(:

bexterpro 7 months ago

HAPPY BIRTHDAY!!!!!!!!!!!!

made2luv 7 months ago

HAPPY BIRTHDAY!!!!!!!!!!!

live4him92307 8 months ago

awsome. :]

dubs6 8 months ago

sorry, been extremely busy. i had a track meet wednesday, which i kick u?ed butt in, i got 5:38 on my mile and 2:38 on my 800. then i had 4 tests friday. then another track meet saturday, which was delayed until 12 instead of the starting time of 9, because it snowed. it was freezing!!!!! then i went to a party saturday night. and then another today after church with my youth group. u?

dctalk4ever 9 months ago

Haha, cool. What grade are you in?

bobcat411 9 months ago

well, we get too much of the snow. I think they said something ridiculous like over 200 inches so far this year.

mobear 9 months ago

wats up