@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
 line-height:20px;
 background:#fec6e7 url(images/main-bg.jpg) repeat-x center top;
 color:#e2e2e2;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h2 {
	font-size:18px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff0096;
}


/* LOGO & UPDATES CONTAINER */
.logo-updates-container {
	width:99.7%;
}
.updates {
	float:right;
	margin:35px 0 0 0;
	background:url(images/updates-label.jpg) no-repeat center left;
	width:290px;
	text-indent:215px;
}
.updates img {
	margin:0 0 0 4px;
}

/*MAIN CONTAINERS*/
.main-container {
	width:99.7%;
	margin:6px 0 20px 0;
}
.left-container {
	float:left;
	width:611px;
}
.right-container {
	float:right;
	width:291px;
}

/*FEATURED POST & BLOG PAGE*/
.featured-post, .blogs {
	margin:15px 0 0 0;
	width:100%;	
	background:#EEEBE2;
}
.featured-post img {
	width:611px;
	height:297px;
}
.featured-desc, .blog-details {
	padding:15px;
	font-size:14px;
}
.featured-desc h2 {
	font-size:28px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 10px 0;
}
.featured-desc  h2  a:link, .featured-desc  h2  a:visited, a:link, a:visited {
	color:#cc1982;
	text-decoration:none;
}
.featured-desc h2 a:hover {
	color:#333;
	text-decoration:underline;
}
.featured-desc a:link, .featured-desc a:visited,
.blog-desc p a:link, .blog-desc p a:visited {
	color:##cc1982;
	text-decoration:none;
}
.featured-desc a:hover,
.blog-desc p a:hover {
	color:#FF0000;
	text-decoration:underline;
}
.date-comments {
	position:relative;
}
.date {
	position:absolute;
	background:#ACA592;
	/*top:-32.5em;*/
	top:1.5em;
	left:-5.6em;
	width:68px;
	text-align:center;
	padding:15px 0 15px 0;
}
.month-day {
	font-size:18px;
}
.year {
	font-size:22px;
	font-weight:bold;
}
.comments {
	position:absolute;
	background:url(images/comment-bg.png) no-repeat;
	top:8.2em;
	left:-5.6em;
	width:76px;
	padding:8px 0 10px 0;
}
.count {
	font-size:24px;
	font-weight:bold;
	text-align:center;
	width:66px;
}
.count a:link, .count a:visited {
	color:#333;
	text-decoration:none;
} 
.count a:hover {
	color:#645b44;
	text-decoration:none;
}
.comment-lbl {
	font-size:11px;
	margin:0 0 0 10px;
}

/*BLOGPOST LIST*/
.blog-list {
	margin:15px 0 0 0;	
}
.curve-top {
	background:url(images/top-curve.jpg) top no-repeat;
	width:611px;
	height:11px;
	font-size:0;
}
.curve-bottom {
	background:url(images/bottom-curve.jpg) top no-repeat;
	width:611px;
	height:9px;
}
.blog-contents, .about-contents,
.services-contents, .contact-contents {
	background:#380312;
	padding:4px 15px 15px 15px;
}
.blog-post {
	width:580px;
	border-bottom:1px solid #212121;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}
.blog-img {
	float:left;
	width:211px;
	height:271px;
	margin:0 15px 0 0; 
}
.blog-category {
	border-top:1px solid #212121;
	border-bottom:1px solid #212121;
	font-size:11px;
    float: none;
	margin:10px 0 12px 0;
	padding:4px 0 4px 0;
}
.blog-category a:link, .blog-category a:visited {
	text-decoration:none;
	color:#cc1982;
    font-weight: bold;
}
.blog-category a:hover {
	text-decoration:underline;
	color:#333;
}
.blog-desc {
	float:left;
	width:auto;
	font-size:12px;
}
.left-container .blog-desc h2 {
	font-size:25px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:28px;
	margin:0 0 10px 0;
}
.blog-desc h2 a:link, .blog-desc h2 a:visited {
	color:#cc1982;
	text-decoration:none;
}
.blog-desc h2 a:hover {
	color:#333;
	text-decoration:underline;
}
.bloglist-date {
	position:absolute;
	background:#222;
	top:0;
	left:-6.8em;
	width:68px;
	text-align:center;
	padding:15px 0 15px 0;
}
.bloglist-comments {
	position:absolute;
	background:url(images/comment-bg.png) no-repeat;
	top:6.7em;
	left:-6.8em;
	width:76px;
	padding:8px 0 10px 0;
}


/*SEARCH BOX*/
.search {
	background:#191919;
	padding:10px;
	width:272px;
}
.search p {
	background:#EEEBE2;
}
.search input {
	padding:7px 5px 7px 5px;
	background:#EEEBE2;
	border:0;
	width:222px;
}
.search input.btnsearch {
	background:url(images/search.gif) no-repeat;
	width:33px;
	height:30px;
	cursor:pointer;	
}

/*SPONSORS*/
.sponsors {
	margin:15px 0 0 0;
}
.sponsors ul li.adsleft {
	float:left;
	margin:0 0 8px 0;
}
.sponsors ul li.adsright {
	float:right;
	margin:0 0 8px 0;
}

/*POPULAR POST & BLOG CATEGORIES & RECENT COMMENTS & ARCHIVES*/
.popular-post, .categories,
.recent-comments, .archives {
	margin:15px 0 25px 0;
}
.popular-post h2, .categories h2,
.recent-comments h2, .archives h2 {
	font-size:18px;
	font-weight:bold;
	margin:0 0 15px 0;
}
.popular-post ul li, .categories ul li,
.archives ul li {
	list-style:square inside;
	border-bottom:1px solid #212121;
	padding:6px 0 6px 0;
}
.popular-post ul li a:link, .popular-post ul li a:visited,
.categories ul li a:link, .categories ul li a:visited,
.archives ul li a:link, .archives ul li a:visited {
	color:#fff;
    font-weight: bold;
	text-decoration:none;
} 
.popular-post ul li a:hover, .categories ul li a:hover,
.archives ul li a:hover {
	color:#D26605;
	text-decoration:none;
}
.recent-comments ul li {
	border-bottom:1px solid #212121;
	padding:6px 0 6px 0;
}
.recent-comments ul li a:link, .recent-comments ul li a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.recent-comments ul li a:hover {
	color:#333;
	text-decoration:underline;
	font-weight:bold;
}

/*NAVIGATIONS*/
.navigation {
	width:100%;
}
.navigation ul li {
	float:left;
}

.blog-desc img {width:210px; float:left; margin-right: 10px;}

.navigation ul li a:link, .navigation ul li a:visited {
	background:#000;
	color:#FFF;
	text-decoration:none;
	padding:4px;
	margin:0 5px 0 0;
}
.navigation ul li a:hover {
	background:#333;
	color:#FFF;
	text-decoration:none;
	padding:4px;
	margin:0 5px 0 0;
}
.navigation ul li a.active-nav:link, .navigation ul li a.active-nav:visited {
	background:none;
	color:#333;
	text-decoration:none;
	padding:4px;
	margin:0 5px 0 0;
} 
.navigation ul li a.active-nav:hover {
	background:none;
	color:#333;
	text-decoration:underline;
	padding:4px;
	margin:0 5px 0 0;
} 

/*ABOUT CONTAINER*/
.about-contents {
	font-size:14px;
}
.about-contents h1 {
	font-size:30px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 30px 0;
}
.about-contents h2, .services-contents h2,
.contact-contents h2, .blog-details h2, 
.blog-contents h2 {
	font-size:28px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:8px 0 35px 0;
}
.about-contents h3, .services-contents h3,
.blog-details h3 {
	font-size:22px;
	font-weight:bold;
	margin:30px 0 20px 0;
}
.about-contents h4, .blog-details h4 {
	font-size:18px;
	font-weight:bold;
	margin:30px 0 20px 0;
}
.about-contents h5, .blog-details h5 {
	font-size:16px;
	font-weight:bold;
	margin:30px 0 20px 0;
}
.about-contents p, .blog-details p {
	margin:0 0 15px 0;
}
.about-contents img {
	float:left;
	margin:0 15px 0 0;
	width:150px;
	height:180px;
	padding:8px;
	border:1px solid #CCC;
	background:#FFF;
}
.about-contents a:link, .about-contents a:visited {
	color:#333;
	text-decoration:underline;
}
.about-contents a:hover {
	color:#DD6E1D;
	text-decoration:underline;
}
.qoutes {
	margin:0 0 0 15px;
	border-left:4px solid #beb8a8;
	padding:0 0 0 10px;
}
.about-contents ul li, .blog-details ul li {
	list-style:square inside;
}
.about-contents ol li, .blog-details ol li {
	list-style:upper-roman inside;
}
.about-contents .div-dotted,
.blog-details .div-dotted {
	border:1px dotted #CCC;
	padding:10px;
	margin:15px 0 25px 0;
	background:#FFF;
}
.about-contents .div-dotted p, 
.blog-details .div-dotted p {
	margin:0;
}

/*SERVICES CONTAINER*/
.services-contents p {
	margin:0 0 15px 0;
}

/*CONTACT US CONTAINER*/
.contact-contents ul {
	margin:15px 0 15px 0;
}
.contact-contents ul li a:link, .contact-contents ul li a:visited {
	color:#333;
	text-decoration:underline;
}
.contact-contents ul li a:hover {
	color:#DD6E1D;
	text-decoration:underline;
}

/*BLOG DETAIL PAGE*/
.blog-details img {
	float:left;
	margin:0 15px 0 0;
}

/*AUTHOR CONTAINER*/
.author-area {
	border-top:1px dotted #C3BCAA;
	border-bottom:1px dotted #C3BCAA;
	padding:20px 0 0 0;
}
.author-area h2, .related-article h2,
.show-us-love h2 {
	font-size:18px;
	letter-spacing:normal;
	margin:0 0 15px 0;
}
.author-area h3 {	
	font-size:14px;
	margin:0 0 5px 0;
}
.author-area a:link, .author-area a:visited,
.related-article a:link, .related-article a:visited {
	color:#a44c03;
	text-decoration:none;
}
.author-area a:hover, .related-article a:hover {
	color:#333;
	text-decoration:underline;
}
.author-area img {
	float:left;
	margin:0 15px 0 0;
	width:80x;
	height:80px;
}

/*DISCUSSION BOARD*/
.discussion-board {
	width:560px;
	margin:20px 0 0 0;
}
.discuss-list {
	border:1px solid #a9a18e;
	width:579px;
	background:#C3BCAA;
	margin:0 0 15px 0;
}
.gravatar {
	float:left;
	padding:15px;
	width:45px;	
}
.gravatar span {
	text-transform:uppercase;
	font-size:11px;
}
.gravatar img {
	width:40px;
	height:40px;
	border:1px solid #CCC;
	margin:0 0 10px 0;
}
.discussions {
	background:#FFF;
	width:473px;
	float:left;
	padding:15px;
	border-left:1px solid #A9A18E;
}
.discussions a:link, .discussions a:visited {
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	margin:0 0 10px 0;
}
.discussions a:hover {
	display:block;
	color:#333;
	text-decoration:underline;
	font-weight:bold;
	margin:0 0 10px 0;
}

/*RELATED ARTICLES & SHOW US SOME LOVE*/
.related-article, .show-us-love {
	border-bottom:1px dotted #C3BCAA;
	padding:20px 0 20px 0;
}


.clear:after {
	content: ".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
}

.container {
	width:922px; 
	margin:0 auto;
	border-left:1px solid #ACA592;
	border-right:1px solid #ACA592;
	padding:0 15px 20px 15px;
	background:#681245;
}

/*LOGO*/

.logo {
	width:332px;
	height:96px;
	float:left;
}
.logo a:link, .logo a:visited { 
	display:block;
	text-decoration:none;
	background:url(images/logo-off.jpg) no-repeat center left;	
	width:332px;
	height:96px;
	cursor:pointer;
}
.logo a:hover { 
	display:block;
	text-decoration:none;
	background:url(images/logo-on.jpg) no-repeat center left;	
	width:332px;
	height:96px;
	cursor:pointer;
}

/*Menus*/
.menu {
	width:100%;
	background:#191919;		
}
.menu ul {
	padding:10px;
	width:590px;
}
.menu li {
	float:left;
	margin:0 6px 0 0;
	font-size:14px;	
}
.menu li a:link, .menu li a:visited {
	color:#333;
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	cursor:pointer;
	background:#EEEBE2 url(images/menu-left-off.jpg) left no-repeat;
	padding:0 0 0 10px;
}
.menu li a:hover {
	color:#FFF;
	display:block;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
	background:#ABA491 url(images/menu-left-on.jpg) left no-repeat;	
}
.menu li a.activelink:link, .menu li a.activelink:visited {
	color:#FFF;
	display:block;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
	background:url(images/menu-left-on.jpg) left no-repeat;
	text-align:center;
}

/*SPAN MENU*/
.menu li a:link span, .menu li a:visited span {
	color:#333;
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	cursor:pointer;
	background:url(images/menu-right-off.jpg) right no-repeat;
	padding:5px 18px 6px 7px;
}
.menu li a:hover span {
	color:#FFF;
	display:block;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
	background:url(images/menu-right-on.jpg) right no-repeat;
	padding:5px 18px 6px 7px;
}
.menu li a.activelink:link span, .menu li a.activelink:visited span{
	color:#FFF;
	display:block;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
	background:#380312 url(images/menu-right-on.jpg) right no-repeat;
	text-align:center;
	padding:5px 18px 6px 7px;
}


/*Form Style*/

.form{
	font-weight:bold;
	color:#6E625C;
	background:#FFF;
	width:243px;
	padding:10px;
}
.form input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float: left;
	width: 192px;
	color:#6E625C;
	height:20px;
	background:#EFE5D9;
	border-style:none;
	padding:5px 5px 0 5px;
}

/*FILLUPFORMS*/
.left-container .fillupform {
	margin:20px 0 0 0;	
	width:570px;
}
.left-container .fillupform li {
	float:left;
	color:#FF0000;
	margin:15px 0 0 0;
	width:580px;
	list-style:none;
}
.left-container .fillupform ul li label {
	display:block;
	width:60px;
	padding:8px 8px 8px 0;
	font-weight:bold;
	text-align:left;
	color:#333;
	float:left;
}
.left-container .fillupform input {
	width:280px;
	border:1px solid #B5B5B5;
	padding:8px;
	background:#FFF url(images/form-shadow.gif) repeat-x top;
	margin:0 0 0 10px;
	float:left;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.left-container .fillupform textarea {
	height:130px;
	width:320px;
	margin:0 0 0 10px;
	padding:8px;
	float:left;
	background:#FFF url(images/form-shadow.gif) repeat-x top;
	border:1px solid #B5B5B5;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.left-container .fillupform input.btn {
	color:#FFF;
	font-weight:bold;
	width:150px;
	padding:10px;
	background:#666;	
	cursor:pointer;
	float:left;
	text-align:center;
	text-transform:uppercase;
}
/*LABELERROR*/ 
.left-container .fillupform ul li label.error {
	color:#FF0000;
	font-size:11px;
	font-weight:normal;
	margin:0 0 0 10px;
	width:120px;
}

/*FOOTER*/
.footer {
	font-size:12px;
	color:#333;
	margin:4px 0 0 0;		
}
.footer a:link, .footer a:visited {
	text-decoration:underline;
	color:#333;
}
.footer a:hover{
	text-decoration:none;
	color:#333;
}
td a:link {color: #FF0096; font-weight: bold; background-color: none; padding: 3px;}
.thumbs {padding-left: 0px;}
.thumbs ul {margin-left: 0px; padding-left: 0px;}
.more1 {font-size: 15px; margin-top: -15px; margin-bottom: 5px; margin-left:0px;}
.thumbs img {border: solid 5px; #555;}
.thumbs li {display:inline; margin-right:10px;}