/*
Theme Name: Girlicious
Theme URI: http://www.wordpressme.in/
Description: Pinky!
Version: 1.0
Author: Coded by http://www.wordpressme.in
*/

/************************/
/*     Global Design    */
/************************/
* {
    margin: 0;
    padding: 0;
}

a {
	color: #a90b4c;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: Verdana, sans-serif;
    background-color: #e9cbdd;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

/************************/
/*     Layout Design    */
/************************/
#site_title {
	position: relative;
	display: block;
	font-size: 18px;
	color: #C60063;
    height: 25px;
    width: 90%;
    padding: 55px 5px 5px 35px;
}
#page {
	width: 962px;
	margin: 0 auto;
}

#header {
    position: relative;
}

#wrapper {
    clear: both; /* Clear float items in from navi-bar */
    background: url(images/background.jpg) repeat-y;
}

#content {
	float: left;
	width: 530px;
    padding: 10px;
    background-color: #FFF;
}

.sidebar {
    width: 206px;
    background: #EF84AD url(images/sidebar.jpg) repeat-x top;
}

.side-left {
    float: left;
}

.side-right {
    float: right;
}

#footer {
	clear: both;
    background: url(images/footer.png) repeat-x;
}

/************************/
/*     Header Design    */
/************************/
#headerimg {
    height: 253px;
    background: url(images/header.png) no-repeat center;
}

#headerimg h1 {
    padding-top: 30px;
    padding-left: 30px;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
	font-weight: normal;
}

#headerimg a {
	color: #C60063;
    text-decoration: none;
}

.description {
    font-size: 12px;
    display: none;
}

/* Navigational bar */
ul#navi-bar {
    padding: 15px 0;
    font-size: 12px;
    background: url(images/navbar.png) repeat-x;
    margin: auto;
}

ul#navi-bar h2 {
    font-size: 120%;
}

ul#navi-bar li {
    display: inline;
}
/*
ul#navi-bar li:first-child {
    margin-left: 0 !important;
}*/

ul#navi-bar ul {
    display: none;
}

#navi-bar a {
    padding: 2px 10px;
}

#navi-bar a:visited, #navi-bar a:hover {

}
/************************/
/*    Sidebar Design    */
/************************/
.sidebar ul {
	font-size: 11px;
    margin: 8px;
}

.sidebar ul h2 {
    font-size: 120%;
}

.sidebar ul li {
    margin-bottom: 10px;
}

.sidebar ul ul {
    margin: 0;
}

.sidebar ul ul li {
    margin-bottom: 3px;
    line-height: 15px;
    padding-left: 5px;
}

.sidebar ul ul ul {
    display: none;
}

.sidebar p {

}

.sidebar a {
	color: #FFFFFF;

}
.sidebar a:hover {

}

.sidebar a:visited {

}

/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	color: #64002a;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
}

code, pre {
    overflow: auto;
    white-space: pre;
    font-family: Courier;
}

#content ul {
    padding-left: 20px;
    list-style-type: square;
}

#content ol {
    padding-left: 25px;
    list-style-type: decimal;
}

#content ul ol, #content ol ul {
    margin-top: 0.5em;
}

/************************/
/*    Content Design    */
/************************/
h2 a:hover, h2 a:visited, h2 a {

}

.post {
    margin-bottom: 10px;
	font-size: 11px;
}

.post .posted {
	color: #95002A;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 5px;
}

.post p {
	font-size: 12px;
	line-height: 18px;
	color: #6F6F6F;
}

.post a {

}

.post img {
    max-width: 100%;
    margin: 3px;
}

.post ul {

}

.post li {

}

.entry {

}

.postmetadata {
    margin: 5px 0;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
}

.postmetadata a {

}

.entry {
    border-bottom: 1px solid #EF9ABB;
    border-top: 1px solid #EF9ABB;
    padding: 5px 0;
}


.entrytext {

}

p.alt {
    font-size: 12px;
}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 12px;
    margin: 5px 0;
}

#nav-above {
    margin-bottom: 10px;
}

#nav-below {
    margin-top: 10px;
}

.alignleft, .nav-previous {
    float: left;
}

.alignright, .nav-next {
    float: right;
}

.center {

}

.pagetitle {

}

cite {

}

a img {
    border: none;
}

acronym, abbr {

}


/************************/
/*    Comment Design    */
/************************/

#content ol.commentlist {
	font-size: 11px;
	padding: 0;
	list-style-type: none;
    margin: 0;
}

ol.commentlist li cite.author {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
}

ol.commentlist li {
    margin-bottom: 1em;
    background-color: #EFC3D4;
    border: 1px solid #EF9ABB;
    padding: 5px;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

ol.commentlist p {
    margin: 0 0 0.5em 0;
}

#commentform p {
    font-size: 12px;
    margin: 0 0 5px 0;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
}

h3#comments, h3#respond {
    font-size: 14px;
    margin: 4px 0 4px 0;
}

h3#comments {
    margin-top: 10px;
}

/************************/
/*     Search Design    */
/************************/

#searchform {

}

#searchform input {

}

#searchform #s {

}

/************************/
/*   Calendar Design    */
/************************/

#wp-calendar {
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/************************/
/*     Footer Design    */
/************************/
/* added by Patrick 13/01/2010 */
#tag_cloud {
	position: relative;
	display: block;
	font-size: 10px;
	color: #FF9AD5;
    height: 35px;
    width: 90%;
    padding: 10px 5px 5px 5px;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}
#footer-meta {
    font-size: 10px;
    height: 35px;
    width: 660px;
    padding: 25px 5px 5px 5px;
    margin: auto;
}

#footer p {
	margin: 0;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}
.wp-caption-text {
	font-weight: bold;
	padding-left: 15px;
}