/*------------------------------- layout ------------------------------------*/
body {
	margin: 0px;
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
	color: #666666;
}

.layout {
	width: 900px;
	margin: 5px auto;
	font-size: 12px;
}

.login-block {
    text-align: right;
	padding-bottom: 5px;
}

.header {
	background-color: #628ab5;
	background-image: url('../images/header-bg.gif');
	background-repeat: repeat-x;
	font-size: 0px;
}
.header-left-corners {
    background-image: url('../images/header-left-corners.gif');
	background-repeat: no-repeat;
}

.header-right-corners {
    background-image: url('../images/header-right-corners.gif');
	background-repeat: no-repeat;
	background-position: right;
}
.header-container {
    height: 147px;
	overflow: hidden;
	color: #fff;
}
#header-logo {
    margin-left: 0px;
}
.flash-line {
    position: relative;
	top: -45px;
}


ul.menu {
	float: right;
	margin: 0px;
	padding-right: 20px;
}
li.menu-item {
	float: left;
	list-style-type: none;
}
.menu-item a {
    font-size: 17px;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	height: 48px;
	padding-top: 20px;
	/*
	padding-left: 15px;
	padding-right: 15px;
	*/
	text-align: center;
	width: 73px;
    background-image: url('../images/header-menu-bg.gif');
	background-repeat: no-repeat;
}
#menu-active a,
.menu-item a:hover {
    background-image: url('../images/header-menu-active-bg.gif');
	background-repeat: no-repeat;
	text-decoration: none;
}

.body {
    background-image: url('../images/body-bg2.gif');
	background-repeat: repeat-x;
	font-size: 0px;
}
.body-left-corners {
    background-image: url('../images/body-left-corners2.gif');
	background-repeat: no-repeat;
}

.body-right-corners {
    background-image: url('../images/body-right-corners2.gif');
	background-repeat: no-repeat;
	background-position: right top;
}
.body-container {
	font-size: 14px;
}

.footer {
	background-color: #628ab5;
	background-image: url('../images/footer-bg.gif');
	background-repeat: repeat-x;
	font-size: 0px;
}
.footer-left-corners {
    background-image: url('../images/footer-left-corners.gif');
	background-repeat: no-repeat;
}

.footer-right-corners {
    background-image: url('../images/footer-right-corners.gif');
	background-repeat: no-repeat;
	background-position: right;
}
.footer-container {
    height: 39px;
	color: #ffffff;
}
.footer-add-text {
    font-size: 12px;
	float: left;
	padding-left: 45px;
	padding-top: 5px;
}
#footer-add-links {
    font-size: 10px;
}

.footer-text a {
    color: #fff;
}
#footer-add-links a:hover {
    color: #fff;
}

.footer-text {
    font-size: 12px;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
}

.breadcrump {
	padding: 15px 20px;
	font-size: 12px;
}
.user-line {
    float: right;
	padding: 15px 20px;
	font-size: 12px;
}
.column-keeper {
	padding: 0px 0px 0px 20px;
}
.center {
	width: 590px;
	float: left;
}
.right-column {
	width: 244px;
	float: right;
}
.left-column {
	width: 244px;
	float: left;
	margin-right: 20px;
}
.clear-bottom-block {
	clear: both;
}
.block {
	line-height: 1.3em;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
}
.block-header {
	font-size: 0px;
	line-height: 0px;
	height: 47px;
	text-align: center;
}

.block-header-text-wrapper {
	margin: 0px auto;
	width: 200px;
    background-image: url('../images/block-header-text-bg.gif');
	background-repeat: repeat-x;
}
.block-header-left-corners {
    background-image: url('../images/block-header-text-l-c.gif');
	background-repeat: no-repeat;
}
.block-header-right-corners {
    background-image: url('../images/block-header-text-r-c.gif');
	background-repeat: no-repeat;
	background-position: right;
}
.block-header-text-container {
    height: 47px;
    font-size: 18px;
	text-align: center;
	line-height: 30px;
	color: #477cb3;
	padding: 0px 35px;
}

#top-block {
    position: relative;
	top: -12px;
}

#top-block .block-header-text-wrapper {
    background-image: url('../images/block-header-text-bg-t.gif');
}
#top-block .block-header-left-corners {
    background-image: url('../images/block-header-text-l-c-t.gif');
}
#top-block .block-header-right-corners {
   background-image: url('../images/block-header-text-r-c-t.gif');
}

#featured-widget .block-header-text-wrapper {
	width: 200px;
}

#tags .block-header-text-wrapper {
	width: 160px;
}
#recent-visitors .block-header-text-wrapper {
	width: 180px;
}

/*------------------- main style --------------------*/
a img {
    border: none;
}
a {
    color: #477cb3;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

form {
    padding: 0px;
	margin: 0px;
}


/* ----------------- main page ---------------------*/
.tags {
    color: #0074d6;
	font-size: 16px;
	text-align: center;
}
#featured-widget {
	display: table;
	width: 220px;
}
#featured-widget .subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #477CB3;
	display: block;
}
#featured-widget .subtitle2 {
	font-size: 16px;
	font-weight: bold;
	color: #477CB3;
	display: block;
	padding-top: 5px;
}
.featured-user {
    font-size: 12px;
}
.fu-data {
    padding-left: 10px;
	font-weight: bold;
}



#featured-widget img {
    float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}

.row-wrapper {
    height: 290px;
	border-top: #d9dedf 1px solid;
}

.mediaplayer {
    margin-top: 20px;
	width: 390px;
	overflow: visible;
	margin-bottom: 0px;
	position: relative;
	left: -30px;

}
.mediaplayer object {
    position: absolute;
}

#recent-visitors {
    width: 220px;
	float: right;
	text-align: right;
}
#recent-visitors #top-block {
    top: -13px;
}

#recent-visitors .block-header-text-container {
    padding: 0px 5px;
}
#recent-visitors .recent-user {
	padding-right: 4px;
}
#recent-visitors .recent-user img {
    margin-bottom: 0px;
}

#get-started {
    height: 230px;
	width: 615px;
	display: table;
	background-image: url('../images/get-bg.gif');
}
.get-head {
	color: #477cb3;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}
.get-left-corners {
	height: 230px;
    background-image: url('../images/get-left-corners.gif');
	background-repeat: no-repeat;
}
.get-right-corners {
	height: 230px;
    background-image: url('../images/get-right-corners.gif');
	background-repeat: no-repeat;
	background-position: right top;
}
.get-keeper {
    padding: 10px;
	padding-right: 0px;
}

.info-item {
    width: 200px;
	height: 164px;
	float: left;
	margin: 0px 0px 0px 0px;
}
.info-keeper {
	width: 180px;
	height: 140px;
	padding: 5px;
	background-color: #f1f4f6;
	float: left;
}

.info-header {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
}
.info-header a {
    text-decoration: none;
}
.info-body {
    font-size: 12px;
	line-height: 16px;
	padding-bottom: 5px;
}
.info-links {
    width: 180px;
	height: 14px;
	padding: 0px 5px 5px 5px;
	background-color: #f1f4f6;
	float: left;
    font-size: 10px;
	text-align: right;
}

#homepage .column-keeper {
	padding: 0px 0px 0px 10px;
}
#homepage .left-column {
    margin-right: 15px;
}


.recent-user img {
    padding: 2px;
	border: #bbb 1px solid;
}
#homepage .center {
	width: 620px;
	float: left;
}
/* ------------------ blog page ---------------------*/

#blog .block-header-text-wrapper,
#blog-comments .block-header-text-wrapper,
#add-comment .block-header-text-wrapper {
	margin-left: 0px;

}
#blog-column {
    border-right: #97a6b5 1px solid;
	padding-right: 30px;
}

.blog-post {
	margin-bottom: 15px;
}
.post-header {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 4px;
}
.post-header a {
    text-decoration: none;
}

.post-posted-on {
	font-size: 11px;
	/*background-color: #f6f6f6;*/
	padding-left: 5px;
	margin-bottom: 5px;
	/*margin-left: 20px;*/
}
.post-content {
	/*padding-left: 20px;*/

}

.blog-comment {
	/*margin-bottom: 15px;*/
}

#blog-comments .comment-body {
	width: 85%;
}
#blog-comments .comment-posted-by {
	border-top: none;
}


.reply-this-comment {
    text-align: right;
	font-size: 12px;
	font-weight: bold;
}


.readmore-link {
    float: left;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	/*padding-left: 20px;*/
}
.more-links a {
    text-decoration: none;
}


.post-links {
	text-align: right;
	font-size: 12px;
	padding-top: 5px;
}

.blog-list {
    padding: 0px;
	margin: 0px;
    list-style-image: url('../images/bullet.gif');
	list-style-position: outside;
	margin-left: 20px;
	color: #888;
}
.blog-list li {
	margin-bottom: 1px;
	font-size: 13px;
    padding-left: 0px;
}
.block .more-links {
	padding-left: 10px;
	padding-top: 5px;
	font-size: 12px;
}
.right-column .block {
    margin-bottom: 20px;
}
#rss-list {
    list-style-image: url('../images/rss-icon.gif');
	list-style-position: outside;

	margin-left: 25px;
    /*for IE*/
	//margin-left: 20px;
}
#rss-list li {
	padding-left: 0px;
	/*for IE*/
	//padding-left: 7px;

}
.page-navigator {
    font-size: 14px;
	background-color: #f6f6f6;
	padding: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
	text-align: center;

}

.blog-username {
    font-size: 18px;
	font-weight: bold;
}

#add-comment {

}

.comment-tabs {
	border-bottom: #cccccc 1px solid;
	display: table;
	width: 100%;
}
.comment-tabs a {
    width: 153px;
	height: 30px;
	display: table;
	text-align: center;
	float: left;
	background-image: url('../images/comment-tab.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 3px;
	padding-top: 5px;
	font-size: 17px;
}
.comment-tabs a img {
    position: relative;
	top: 4px;
}

.comment-tabs a:hover,
.comment-tabs a.active {
	background-image: url('../images/comment-tab-a.gif');
}

.tab-keeper {
    display: table;
	padding-left: 10px;
}




.comment-form table {
    width: 100%;
}

.comment-form .label {
    width: 80px;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
}
.comment-form .text-input input {
	width: 60%;
}
.comment-form .comment-input textarea {
	width: 80%;
	height: 100px;
}
.form-description {
    font-size: 12px;
	padding: 5px 0px;
	width: 80%;
}
#checkboxes {
    padding: 5px 0px;
	font-size: 12px;
}
.comment-form .table-keeper {
	border-bottom: #cccccc 1px solid;
	padding: 10px;
}
.comment-form .table-keeper table {

}










#link-to-post {
	background-color: #e9e9e9;
	padding: 7px 10px;
	padding-right: 0px;
	color: #597796;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 0px;
}
#link-to-post input {
    width: 445px;
}

#link-to-rss {
    background-color: #f3f3f3;
	border-top: #a1b3c6 1px solid;
	padding: 4px 10px;
	font-weight: bold;
	font-size: 13px;
}

#link-to-rss ul {
	margin: 0px 10px;
	padding: 0px 15px;
}



#see-also .head {
	/*
    color: #fff;
	font-size: 20px;
	background-color: #94a6bb;
	padding: 3px 10px;
	*/
    font-size: 20px;
	color: #94a6bb;
}

#see-also .also-list {
    /*border: #c5cbd2 5px solid;*/
}
.also-list ul {
	list-style-image: url('../images/array-bullet.gif');
}

#trackback .head {
    font-size: 20px;
	color: #94a6bb;
}

#trackback .also-list {
    font-size: 10px;
}
#trackback .also-list a {
    font-size: 12px;
	padding-left: 5px;
}

#trackback .also-list ul {
    padding-top: 0px;
	margin-top: 5px;
}



.blog-comment {
	width: 100%;
}
.blog-comment td {
    vertical-align: top;
}
.blog-comment-pic {
	padding-right: 5px;
}
.blog-comment-body {

}
.reply-this-comment {
	margin-bottom: 10px;
}

/*----------------------------contact us -----------------------------------*/

.contact-form {
    font-weight: bold;
	font-size: 12px;
	padding: 0px 10px;
}
.contact-form .text-input{
    width: 50%;
	margin-bottom: 10px;
	margin-left: 5px;
}
.contact-form .radiobutton{
	margin-left: 60px;
}
.contact-form textarea {
    width: 90%;
	margin-bottom: 10px;
	height: 200px;
	margin-left: 5px;
}

/*--------------------------- profile page ---------------------------------*/

#profile .block {
    /*
	margin-top: 15px;
	*/
	margin-bottom: 15px;
}

#profile .left-column {
	/*border: #f0f 1px solid;*/
	width: 390px;
	margin-right: 15px;

}
#profile .center {
    /*border: #0ff 1px solid;*/
	width: 465px;
}
#profile .column-keeper {
    padding-top: 15px;
	padding-left: 15px;
}
#profile .mediaplayer {
    margin-top: 0px;
}

.personal-top-rounded {
	height: 10px;
	background-image: url('../images/personal-top-rounded.gif');
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0px;
}
.personal-bottom-rounded {
	height: 10px;
	background-image: url('../images/personal-bottom-rounded.gif');
	background-repeat: no-repeat;
    font-size: 0px;
	line-height: 0px;
}
.personal-body {
    border-left: #d5d5d5 1px solid;
    border-right: #d5d5d5 1px solid;
	padding: 0px 10px;
}
.personal-body td {
    vertical-align: top;
}

.personal-photo {
    padding-right: 10px;
}

.personal-photo img {
	padding: 2px;
	border: #bbb 1px solid;
}
.personal-name {
    font-size: 20px;
	padding-bottom: 15px;
}
.personal-label,
.personal-item {
	font-size: 13px;
    line-height: 14px;
	height: 18px;
}
.personal-label {
    padding-right: 10px;
}

.personal-buttons {
    padding-top: 10px;
	text-align: center;
}
.personal-buttons input {
    margin-left: 10px;
	margin-right: 10px;
}
#activity {

}
.a-head {
    background-color: #ebeef3;
	border-top: #c5ccd5 1px solid;
	color: #477cb3;
	font-size: 17px;
	padding: 1px 0px 3px 10px;

}
.a-footer {
    background-color: #ebeef3;
	border-bottom: #c5ccd5 1px solid;
	height: 10px;
	font-size: 0px;
	line-height: 0px;

}
.a-item {
    border-top: #e4e7eb 1px solid;
	display: table;
	width: 350px;
	padding: 8px 0px 5px 40px;
	font-size: 12px;
	line-height: normal;
}
.username {
    font-weight: bold;
}
.a-date {
    float: right;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
}
#a-photo {
    background-image: url('../images/a-photo.gif');
	background-repeat: no-repeat;
}
#a-video {
    background-image: url('../images/a-video.gif');
	background-repeat: no-repeat;
}
#a-add {
    background-image: url('../images/a-add.gif');
	background-repeat: no-repeat;
}
#a-comment {
    background-image: url('../images/a-comment.gif');
	background-repeat: no-repeat;
}


#profile #search {
	margin-top: 0px;
    background-color: #d7dee7;
	background-image: url('../images/search-left-corners.gif');
	background-repeat: no-repeat;
	display: table;
	width: 100%;
	height: 41px;
}
.search-keeper {
	background-image: url('../images/search-right-corners.gif');
	background-repeat: no-repeat;
	background-position: right top;
	height: 41px;
}
.search-input {
	margin: 9px 10px 0px 10px;
    width: 330px;
}
.search-submit {
    position: relative;
	top: 6px;
	/*in IE:*/
	//top: 4px;
}

#about {
    border-bottom: #c5ccd5 1px solid;
	border-top: #c5ccd5 1px solid;
	display: table;
	width: 100%;
}
.about-head {
    font-size: 17px;
	color: #477cb3;
	padding: 5px 10px;
	float: left;
}
#about .about-text {
    float: right;
	width: 350px;
	padding: 5px;
}


#friends-and-stuff {
	display: table;
	width: 100%;
}
.friends,
.stuff {
	width: 230px;
}
.friends {
    float: left;
}
.stuff {
    float: right;
}
.fs-head {
    font-size: 17px;
	padding-bottom: 5px;
	padding-left: 12px;
}
.user-pic {
    padding: 2px;
	border: #bbb 1px solid;
}
.list-arrow {
    padding-bottom: 22px;
}

.c-head {
    background-color: #ebeef3;
	border-top: #c5ccd5 1px solid;
	color: #477cb3;
	display: table;
	width: 100%;
}
.c-head-text {
	font-size: 17px;
	float: left;
	padding: 3px 10px;
}

.post-comment {
    float: right;
	text-align: right;
	padding: 5px;
	padding-bottom: 10px;
}
.post-comment textarea {
    width: 320px;
	height: 100px;
}

.comment {
    display: table;
	width: 100%;
	margin-top: 10px;
}
.comment-pic {
    float: left;
	padding-left: 10px;
}
.comment-body {
    float: right;
	width: 385px;
}
.comment-posted-by {
    background-color: #f3f6f9;
	border-top: #c5ccd5 1px solid;
	font-size: 12px;
	line-height: 14px;
	padding: 3px 5px 2px 5px;
}
.comment-wrote-at {
    font-size: 10px;
}
.comment-text {
    padding-left: 5px;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 5px;
}


.random-peoples {
	margin-bottom: 15px;
    background-color: #ebeef3;
	border-top: #c5ccd5 1px solid;
	border-bottom: #c5ccd5 1px solid;
	padding: 5px 10px;
	display: table;
	width: 850px;
}
.random-title {
    float: left;
	font-size: 17px;
	color: #477cb3;
	line-height: 20px;
	padding-right: 5px;
}
.random-list {

}
.random-list a {
    margin-left: 5px;
}

.play-button {
    position: absolute;
}


/*----------------------------FAQ page ---------------------------------------*/

.faq {

}

.faq-category {

}

.faq-category .category-name {
    font-size: 18px;
	color: #477cb3;
	padding-top: 5px;
}

.faq-category .category-list {
    font-size: 13px;
	padding-top: 0px;
	margin-top: 0px;
}

.faq-category .category-list dt {
	padding-top: 4px;
}
.faq-category .category-list dd {
	padding-top: 3px;
	padding-bottom: 5px;
}


#old-articles .post-header {
    font-size: 18px;
	font-weight: normal;
}

.nav-links {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
.nav-links li {
	list-style: none;
	margin: 0px;
	margin-bottom: 3px;
	border: #eee 1px solid;
}
.nav-links li a {
	display: block;
	padding: 2px 10px;
	background-color: #eee;
	/*
	font-weight: bold;
	*/
	font-size: 15px;
}
.nav-links li a:hover {
	border-left: 3px solid #477cb3;
	padding-left: 7px;
	text-decoration: none;
}

/*---------------- about us ------------------------------ */
.tell-friends-form {
    font-size: 12px;
}

.tell-friends-form input,
.tell-friends-form textarea {
    width: 100%;
	margin-bottom: 5px;
}
.tell-friends-form textarea {
    height: 200px;
}
#add-to-cart-btn {
    text-align: right;
}
#add-to-cart-btn input {
	width: 99px;
}

















