/*

Theme Name:     Graphene Child

Theme URI:      http://example.com/

Description:    Child theme for the Graphene theme

Author:         Rick Bell 

Author URI:     http://graphicsbyhurricane.com

Template:       graphene

Version:        1.0

*/

@import url("../graphene/style.css");


a, a:visited {
    font-family: helvetica,arial,sans-serif;
    color: #4f0770;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 0pt;
}

a:hover {
    font-family: helvetica,arial,sans-serif;
    color: #67EB02;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 0pt;
}

html, body, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, form, fieldset {
    font-color: #575757;
    border: 0 none;
    margin: 0;
    padding: 0;
}


h1.page-title {
	color: #575757;
        font-weight: bold;	
}


.post-title, .post-title a, .entry-title {
	font-family: Trebuchet MS, Arial, San Serif;
	color: #4f0770;
	font-size: 18px;
        font-weight: bold;
	margin: 0 auto 10px;
	padding: 8px 0;
	text-align: left;
	/*text-shadow: 0 -1px 0 #333333;*/	
}

.sidebar h3 {
    background: linear-gradient(#670bc3, #40077a) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #195392;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    font: bold 16px/20px arial;
    margin: -15px 0 5px -12px;
    padding: 7px 12px;
    text-shadow: 0 -1px 0 #555555;
    width: 100%;
}

table td, table th, table tr {
    border: 1px solid #cccccc;
    font-family: arial;
    font-weight: bold;
    font-color:#4f0770;
    padding: 2px 5px;
}

.wp-caption-text {
    color: #4f0770 !important;
    font: 11px verdana !important;
    font-weight: 800    
    margin: 0 5px !important;
    padding-bottom: 5px;
    text-align: center;
}

.wp-caption {
    background: none repeat scroll 0 0 #e9e6ed;
    border: 1px solid #aeacb1;
}

.entry-content, .entry-content p, .slider_post_entry p, .entry-content ul, .entry-content ol, .comment-entry ol 
{
    	font-family: Trebuchet MS, Arial, San Serif;
	color: #575757;
    	font: 12px/18px verdana;
}

.product-choices
{
        text-align:center;
        margin-left:auto;
        margin-right:auto;
        width:60%;
}

.product-description2
{
        float:left;
        text-align:center;        
        margin-left:auto;
        margin-right:auto;
        width:70%;
}

/*.print-detail*/
{
        text-align:center;        
        margin-left:auto;
        margin-right:auto;
}