/*
Theme Name: Pink Beauty
Theme URI: http://xd2.net/
Description: A custom 2 column Wordpress Theme for girlie sites.
Version: 1.0
Author: XD2
Author URI: http://xd2.net/
Tags: pink, beauty, light, two columns, 2 column, widgets, fixed width, light blue
*/

* {
	margin:0;
	padding:0;
}

img {
	vertical-align: text-bottom;
}

/*##############################
	NAV/LINK STYLES
##############################*/

a:link {text-decoration:none;color:#6dcff6;}
a:visited {text-decoration:none;color:#6dcff6;}
a:active {text-decoration:none;color:#6dcff6;}
a:hover {text-decoration:none;color:#252525;}


/*##############################
	MAIN STYLES
##############################*/

.clear {
	clear:both;
}

body {
	margin:0;
	color:#252525;
	font-size:13px;
	text-align:left;
	line-height:18px;
	text-decoration:none;
	font-family:century-gothic,arial,verdana,sans;
	background:url(images/bg-top-nb.png) #fff;
	background-position:top center;
	background-repeat:repeat-x;
}

h1 {
	color:#ed145b;
	font-size:16px;
	line-height:25px;
	padding:0 0 0 0;
	font-weight:normal;
}

h2 {
	color:#ed145b;
	font-size:18px;
	line-height:25px;
	padding:10px 0 10px 0;
	font-weight:normal;
}

h3 {
	font-size:16px;
	line-height:30px;
	padding:0;
}

h4 {
	font-size:14px;
	line-height:25px;
	padding:5px 25px 0 25px;
}

p {
	padding:5px 0;
}

ol {
	margin:0 0 0 20px;
}


/*##############################
	COLUMN STYLES
##############################*/

#col535 {width:535px;float:left;margin:0 0 0 25px;}
#col260a {width:260px;float:left;margin:0 0 0 0;}
#col260b {width:260px;float:left;margin:0 0 0 15px;}
#col260c {width:230px;float:left;margin:0 0 0 15px;padding:0 15px;}

/*##############################
	LAYOUT STYLES
##############################*/

#bodyInner {
	background:url(images/bg-bottom-s.png);
	background-position:bottom center;
	background-repeat:repeat-x;
}

#toolBar {
	color:#fff;
	padding:0 15px;
	line-height:20px;
}

#toolBar li {
	list-style-type:square;
	display:inline;
	padding:0 10px;
}

#container {
	width:860px;
	margin:0 auto;
}

/*HEADER STYLE*/
#logo {
	margin:25px 25px 25px 25px;
	/* width:272px;
	height:48px; */
	float:left;
	border:0;
}

#contentTop {
	width:860px;
	height:195px;
	background:url(images/content-top.png);
	background-position:top center;
	background-repeat:no-repeat;
}

#mImg01 {
	width:260px
	height:150px;
	margin:25px 0 0 25px;
}

#mImg02 {
	width:260px
	height:150px;
	margin:25px 0 0 15px;
}

#mImg03 {
	width:260px
	height:150px;
	margin:25px 0 0 15px;
}

#content {
	width:860px;
	background:url(images/content-bg.png);
	background-position:top center;
	background-repeat:repeat-y;
}

#contentBottom {
	width:860px;
	height:40px;
	background:url(images/content-bottom.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}

/* #search {
	width:260px;
	height:120px;
	background:url(images/search.png);
	background-position:top center;
	background-repeat:no-repeat;
}

#search #s {
	margin:58px 0 0 35px;
	padding: 0 0 0 10px;
	width:210px;
	height:30px;
	border:0;
	font-size:19px;
	font-weight:bold;
	background:none;
	color:#000;
}

#search #searchsubmit {
	width:54px;
	height:35px;
	margin:54px 0 0 0;
	padding:0;
	border:0;
	background:none;
	cursor:pointer;
} */

/*POST BOX STYLE*/
.postBox {
	width:260px;
	float:left;
	margin:25px 0 0 0;
	padding:0;
	border:0;
	border-bottom:1px solid #ed145b;
}

.postBox ul {
	margin:0 0 0 20px;
}

.postBox small {
	text-align:right;
}

.postBoxImg {
	border:0;
	float:left;
	margin:5px 5px 0 0;
}

.postBoxV {
	margin:25px 0 0 0;
	padding:0;
	border:0;
	border-bottom:1px solid #ed145b;
}

.postBoxV ul {
	margin:0 0 0 20px;
}

.postBoxV small {
	text-align:right;
}

/*SIDE BAR 01 STYLE*/
.sideBox {
	width:230px;
	margin:0 0 15px 0;
	padding:0 0 0 0;
}

.sideBox ul {
	margin:0 0 0 35px;
	list-style:circle;
}

.sideBox li {
	margin:0 0 0 0;
	list-style:none;
}

#footer {
	text-align:center;
	background:none;
	padding:15px;
	margin:15px 0 0 0;
}

/*##############################
	ID STYLES
##############################*/

#tBox01 {
	width:535px;
	background:url(images/tbox-bg.png);
	background-position:top center;
	background-repeat:repeat-y;
}

#tBox02 {
	width:535px;
	background:url(images/tbox-top.png);
	background-position:top center;
	background-repeat:no-repeat;
}

#tBox03 {
	width:505px;
	min-height:50px;
	padding:15px;
	background:url(images/tbox-bottom.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}

/*##############################
	CLASS STYLES
##############################*/

.navigation {
	display: block;
	text-align: center;
	margin:10px 0 0 0;
}

.alignleft {
	float: left;
	padding:5px;
}

.alignright {
	float: right;
	padding:5px;
}