/*
 
 PERSONAL HOMEPAGE THEME FOR WORDPRESS
 
 By: Chris Coyier
 http://chriscoyier.net
 http://css-tricks.com
 
 -- Feel free to alter and use this theme for whatever you would like.
 -- A link back is always nice but not required.
 
 Light Tan: #f4dfb8
 Dark Tan: #d7b880
 Dark Gray: #272727
 Dark Red: #990000
 
 */


body {
    background: transparent url(images/bg.png) repeat-x scroll center top;
    color: #54103b;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}

body, td, th, textarea, input, select {
    -x-system-font: none;
    font-family: "lucida grande", verdana, tahoma, arial, sans-serif; *
	font-family: arial, sans-serif;
	font-size: 83%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

/*
 common
 */ 
.main {
    min-height: 300px;
    background: transparent url(images/main_bg.png) repeat-x top;
    padding: 30px 0;
    overflow: hidden;
} 

.main a {
    color: #54103b;
}

.main .wrapper {
    width: 960px;
    margin: 0 auto;
} 

.main .content {
    margin-right: 231px;
    text-align: left;
    color: #2f2f2f;
}



/*
 side bar
 */ 
 
.sidebar {
    width: 201px;
    clear: left;
    float: right;
    text-align: left;
}

/*sidebar widget*/ 
.widget {
    padding: 5px 0 5px 0;
    border-left: 1px solid #BF348F;
    margin-bottom: 20px;
}

/*widget heading*/ 
.widget .widget_heading {
    padding-left: 15px;
    background: transparent url(images/arrow_dull.png) no-repeat left 4px; *
	background-position-y: 2px; /*IE fix*/
	color: #b37272;
	margin-bottom: 10px;
} 

.widget p {
    padding-left: 15px;
    font-size: 12px;
} 

.widget p a {
    display: block;
} 
	.widget p a:hover {
	    text-decoration: underline;
	}


/*
 affliates
 */

.sb_affliates a{
	height: 50px;
}

.sb_affliates .affimg {
	float: left;
	margin-right: 5px;	
}

.sb_affliates img{
	width: 50px;
}

.sb_affliates .affname{
	padding-top: 1px;
}


/*
 UTILITY
 */ 

.floatLeft {
    float: left;
} 

.floatRight {
    float: right;
} 

.clear {
    clear: both;
} 

/*
.button {
    border: 1px solid #272727;
    background: white;
    padding: 3px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: 272727;
} 

.button:hover {
    background: #BF348F;
    color: white;
}
*/

/*
 STRUCTURE
 */ 

#first-post{
	margin-bottom: 20px;
} 
 
#page-wrap {
    margin: 0px auto -250px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
} 

#push {
    height: 250px;
}


.h_p {
    position: relative;
    border-bottom: 2px solid #de91c4;
    margin-bottom: 20px;
	padding-left:10px;
}

/*paragrapgh heading*/ 
.h_p h1, .h_p h1 a {
    font-size: 20px;
    font-weight: bolder;
    color: #2F2F2F;
}

/*para*/ 
.h_p p {
    font-size: 16px;
    margin-bottom: 20px;
	margin-top: 10px;
    overflow: auto;
}

/*image*/ 
.h_p img {
    float: left;
    clear: right;
    margin-right: 15px;
    margin-top: 25px;
} 

.h_p img.right {
    float: right;
    clear: left;
    margin-right: 0;
    margin-left: 15px;
}

/*highlighted text*/ 
.h_p h1 span, .h_p p span {
    color: #54103B;
    font-style: italic;
} 

.h_p p span {
    font-weight: normal;
}

/*
 BLOG ENTRIES
 */
ol.commentlist {
    list-style: none;
} 

.comment-bubble {
    background: #ffeaf8;
    color: #303030;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

ol.commentlist li {
    margin-bottom: 10px;
}

ol.commentlist li p {
    font-size: 1.0em;
} 

.gravatar {
    margin-top: 3px;
    padding: 2px;
    height: 40px;
}

/*
 FOOTER
 */ 
 
#footer {
    height: 250px;
    background: #272727 repeat-x top;
    border-top: 4px solid #BF348F;
    padding-top: 20px;
} 

#footer-inside {
    width: 960px;
    margin: 0 auto;
} 

#footer p, #footer ul li, #footer p a {
    color: #808080;
    text-align: left;
} 

#footer ul li{
	margin-bottom: 3px;
}

#footer h4 {
    text-align: left;
    color: white;
} 

#footer-1 {
    width: 300px;
    float: left;
    margin-right: 30px;
} 

#footer-2 {
    width: 200px;
    float: left;
    margin-right: 30px;
} 

#footer-3 {
    width: 200px;
    float: left;
} 

#footer-4 {
    width: 200px;
    float: left;
} 

#footer a {
    color: #C883B0;
    border-bottom: 1px solid #505050;
} 

#footer a:hover {
    border-bottom-color: white;
} 

#footer ul {
    color: white;
}

/*blog*/ 

.h_p .blog-post-head a {
    font-family: Georgia, serif;
    font-size: 24px;
} 

.h_p .blog-post-head a:hover {
    text-decoration: underline;
    color: #54103B;
} 

.h_p .blog-post-details {
    font-size: 11px;
    margin-bottom: 10px;
} 

.h_p .blog-post-details span {
    color: #303030;
} 

.h_p .blog-post-details a {
    font-weight: bolder;
} 

.datebox {
    float: left;
    font-size: 11px;
    margin-right: 10px;
} 

.post {
    float: left;
    width: 100%;
}

.creeto_prod
{
border:1px solid #BF348F;
height: 110px;
cursor: hand;
width: 336px;
float: left;
margin-right: 20px;
}

.creeto_prodimg img
{
border:0px;
margin:5px;
float: left;
}

.creeto_prodtext
{
float: left;
width: 234px;
padding-left: 2px;
}

.creeto_prodtext_titel
{
margin-top: 5px;
font-weight: bold;
}

.creeto_prodtext_intro
{
height: 50px;
}

.creeto_prodtext_titel a {
font-weight:bold;
margin-top:5px;
}