@charset "utf-8";
body {
	color: #4e678b;
	background:url(images/bg.jpg) repeat-x;
	background-color: #d0e3ff;
	margin: 0px;
	padding: 0px;
	font-family:Tahoma, Arial, Verdana;
}

/* SITE LAYOUT */
#wrap{
    width:1003px;
}

#mainbody{
   width:1003px;
   background:url(images/mainbodybg.gif) top repeat-y;
}

#leftbg{
    background:url(images/leftbg.jpg) top no-repeat;
	width:68px;
	height:1000px;
	float:left;
}

#rightbg{
	background:url(images/rightbg.jpg) top no-repeat;
	width:68px;
	height:1000px;
	float:left;
}

#contentbody{
   width:867px;
   float:left;
}

#banner{
   width:867px;
}

#contentholder{
   width:867px;
   background:url(images/contbg.jpg) top repeat-x;
}

#leftcol{
	width:240px;
	float:left;
	padding:20px 0px 0px 16px;
}

#rightcol{
	width:560px;
	float:right;
	padding:20px 16px 0px 35px;
}
/* SITE LAYOUT */

/* NAVIGATION */
.nav ul{
	margin:0;
	padding:0;
	list-style:none;

	}
.nav li{
	background:url(images/menudot_image.jpg) no-repeat left top;
	padding:0px 20px 0px 20px;
	margin:0;
	float:left;
	}
.nav li  a{
	background:url(images/dot_image.jpg) no-repeat left;
	padding:0 0 0 8px;
	font-family:"Times New Roman", Times, serif;
	color:#0377b9;
	text-decoration:none;
	font-weight:bold;
	}
.nav li a:hover{
	color:#e45799;
	}
.navbox {
	width:240px;
	background: url(images/menubot.gif) bottom no-repeat;
	background-color:#e5effc;
	color:#000;
}

.navbox h2{
	height:30px;
	padding:3px 0px 7px 35px;
	margin:0px;
	background-image:url(images/menuhd.gif);
	color:#fff;
	background-color:inherit;
	text-align:left;
	font-size:24px;
	font-weight:normal;
}

.navbox ul{
	padding:10px 6px 10px 17px;
	margin:0px;
	list-style:none;
}

.navbox li{
	padding:0px 0px 3px 0px;
	margin:0px;
	background:url(images/menusplit.gif) bottom no-repeat;
	text-align:left;
}

.navbox li a{
    display:block;
	width:202px;
	padding:6px 5px 4px 10px;
	background:url(images/menubg.jpg) repeat-y;
	font-size:13px;
	color:#296ab4;
	background-color:inherit;
	text-decoration:none;
}

.navbox li a:hover{
	background:url(images/menubgovr.jpg) repeat-y;
	color:#296ab4;
	background-color:inherit;
}

.navsplit{
	border-top:1px solid #bdcee7;
	margin:10px 0px 10px 0px;
}
/* NAVIGATION */

/* FEEDS */

#feedbox{
	width:225px;
	padding:55px 0px 0px 15px;
	background:url(images/feedsbg.jpg) top no-repeat;
}

#feed{
	width:195px;
	height:16px;
	padding:5px 0px 0px 30px;
	background:url(images/rssicon.jpg) top left no-repeat;
	text-align:left;
}

#feed a{
 	font-size:13px;
	color:#296ab4;
	background-color:inherit;
	text-decoration:none;
}

#feed a:hover{
	color:#000;
	background-color:inherit;
}	
		
/* FEEDS */

/* FLICKR */

#flickrbox{
	width:225px;
	padding:60px 0px 20px 15px;
	background:url(images/flickrbg.jpg) top no-repeat;
}

#flickrbox img{
	border:0px;
	width:60px;
	height:40px;
}

#flickrbox a{
	border:1px solid #333;
	margin:5px;
	float:left;
}

#flickrbox a:hover{
	border:1px solid #bdac87;
}

/* FLICKR */


/* POST */
.post{
	width:560px;
	background:url(images/boxbg.gif) repeat-y;
	margin:0px 0px 30px 0px;
}

.posttitle{
    width:546px;
	padding:7px;
	background:url(images/boxtop.gif) top right no-repeat;
}

.posttitle h1{
    background:url(images/icon.jpg) top left no-repeat;
	color:#3e8d10;
	background-color:inherit;
	font-size:20px;
	font-weight:normal;
	margin:0px;
	padding:5px 0px 10px 50px;
	text-align:left;
}

.posttitle h1 a{
	color:#3e8d10;
	background-color:inherit;
	text-decoration:none;
}

.posttitle h1 a:hover{
	color:#0377b9;
	background-color:inherit;
	text-decoration:none;
}

.postdate {
	background:url(images/split.gif) top no-repeat;
	color:#0377b9;
	font-weight:bold;
	font-size:12px;
	background-color:inherit;
	padding:10px;
	text-align:right;
	}

.postcontent {
	padding:15px;
	background:url(images/split.gif) bottom no-repeat;
	font-size:13px;
	text-align:left;
	line-height:20px;
}

.postcontent p{
    margin-top:0px;
	padding-top:0px;
}

.postbottom{
	background:url(images/boxbot.gif) bottom right no-repeat;
	padding:10px;
	text-align:right;
	font-size:13px;
}

.navigation{
	font-size:13px;
	padding:10px;
}

.postcontent a, .postbottom a, .navigation a{
	color: #4e678b;
	background-color:inherit;
	text-decoration:none;
	background:url(images/dotted.gif) bottom repeat-x;
	padding:0px 0px 1px 0px;
}

.postcontent a:hover, .postbottom a:hover, .navigation a:hover{
	color: #0377b9;
	background-color:inherit;;
	background:none;
}

/* POST */

/* COMMENT */

#commentbox{
	width:560px;
	background:url(images/boxbg.gif) repeat-y;
	margin:0px 0px 30px 0px;
	text-align:left;
	font-size:13px;
}

#commenttop{
    width:550px;
	padding:5px;
	background:url(images/boxtop.gif) top no-repeat;
}

#commentarea{
	margin:0px 10px 0px 10px;
}

#commentarea h3{
	padding:0px 0px 10px 0px;
	margin:0px;
	background: url(images/split.gif) bottom no-repeat;
	color:#4e678b;
	background-color:inherit;
}

#commentbottom{
	background:url(images/boxbot.gif) bottom no-repeat;
	padding:5px;
	text-align:right;
}

.comment1{
	padding:10px 0px 10px 0px;
	background:url(images/split.gif) bottom no-repeat;
}

.comment2{
	padding:10px 0px 10px 0px;
	background:url(images/split.gif) bottom no-repeat;
}

.comment1 cite, .comment2 cite{
	color:#0092b2;
	background-color:inherit;
	font-weight:bold;
	font-size:14px;
	font-style:normal;
}

.comment1 a, .comment2  a{
	color: #4e678b;
	background-color:inherit;
	text-decoration:none;
	background:url(images/dotted.gif) bottom repeat-x;
	padding:0px 0px 1px 0px;
}

.comment1 a:hover, .comment2  a:hover{
	color: #0377b9;
	background-color:inherit;;
	background:none;
}

/* COMMENT */

#replybox {
	text-align:left;
	padding:0px 0px 20px 0px;
}

#replybox form{
	margin:0px;
	padding:0px 0px 0px 0px;
}

#replybox form p{
	margin:0px;
	padding:0px 0px 5px 0px;
}

#replybox form p a{
	color:#FF6600;
	text-decoration:none;
	}

#replybox form p a:hover{
	color:#000000;
	text-decoration:none;
	}

.inpt{
    width:300px;
	height:18px;
	padding:4px;
	font-size:12px;
	border:1px solid #CCCCCC;
	text-align:left;
}

.txtar{
    width:300px;
	height:100px;
	padding:8px;
	font-size:12px;
	border:1px solid #CCCCCC;
	text-align:left;
}

/* WEBSITE BOX */
#website{
	width:717px;
	height:110px;
	padding:25px 75px 0px 75px;
	background:url(images/websitebg.jpg) no-repeat;
}

#website a{
  	display:block;
	width:340px;
	height:90px;
	text-decoration:none;
}

#website a:hover{}

/* WEBSITE BOX */

/* FOOTER*/

#footer{
	width:833px;
	height:30px;
	padding:15px 85px 10px 85px;
	font-size:12px;
	color:#fff;
	background:url(images/footerbg.jpg) no-repeat;
	background-color:inherit;
}

#footer a{
	color:#fff;
	text-decoration:none;
	background-color:inherit;
	padding:0px 20px 0px 20px;
}

#footer a:hover{
	color:#000;
	background-color:inherit;
}

/* FOOTER */


/* TECHWYSE */

#techwyse{
	padding:10px;
	color:#fff;
	background-color:inherit;
	font-size:12px;
	font-weight:bold;
}

#techwyse a{
	text-decoration:none;
	color:#fff;
	background-color:inherit;
}

#techwyse a:hover{
	text-decoration:none;
	color:#0377b9;
	background-color:inherit;
}

/* TECHWYSE */
	
.postcontent .brest-augmentation{
	width:500px;
	height:114px;
	background:url(images/01.jpg) left center no-repeat;
	display:block;
	margin:20px 0px 15px 0px;}	
	
.postcontent .breast-tummy{
	width:500px;
	height:114px;
	background:url(images/02.jpg) left center no-repeat;
	display:block;}	
	
.postcontent .brest-augmentation:hover{ 
	background:url(images/01.jpg) left center no-repeat;}	
	
.postcontent .breast-tummy:hover{ 
	background:url(images/02.jpg) left center no-repeat;}		
	
