/********** typography ************/

BODY {
    font-family: Helvetica, Verdana, Arial, Sans-serif, sans;
    font-size: 12px;
}

A {
    color: #551A8B;
    font-weight: bold;
    text-decoration: none;
}

A:hover {
    color: #f7941d;
}

H1 {
    color: #FFF;
    letter-spacing: .5px;
    font-size: 36px;
    text-shadow: 0em 0.05em 0.2em #222;
}

.triCol h1 {
    text-shadow: none;
}

H2 {
    color: #FFF;
    font-size: 24px;
}

#content H2 {
    color: #551A8B;
}

H3 {
    color: #551A8B;
    font-size: 18px;
}

.largerFont {
    font-size: 14px;
}

.jonnyForm .submit INPUT {
    font-weight: bold;
    font-size: 14px;
    color: #551A8B;
}

.jonnyForm .submit INPUT:hover, .jonnyForm .submit:hover INPUT {
    color: #000;
}

.jonnyForm .errorMsg {
    color: red;
}


/**************** layout ***************/

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    width: 100%;
}

BODY {
    background: url(../img/star-bg-2.jpg) repeat 50% 50% #44226E;
    text-align: center;
}

A IMG {
    border: 0;
}

UL {
    list-style: none;
}



#content H2 {
    margin: 10px 0;
}


P {
    margin: 7px 0;
    text-align: left;
    line-height: 130%;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

BR.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

img.borderImg {
    border: 1px solid black;
    margin: 10px;
}


/***** forms *****/

.jonnyForm {
    background-color: #c29ed5;
    padding: 10px 20px 5px 20px;
}

.jonnyForm LABEL {
    clear: both;
    float: left;
    width: 20%;
    margin: 5px 5% 5px 0;
    text-align: left;
    line-height: 19px;
}

.jonnyForm INPUT {
    float: left;
    width: 55%;
    margin: 5px 0;
    line-height: 16px;
}

.jonnyForm INPUT.checkbox {
    float: none;
    width: auto;
    margin: 0;
}

.jonnyForm .submit {
    clear: both;
    background: url( ../img/submit-button.png ) no-repeat right -50px;
    padding: 0 12px 0 0;
    cursor: pointer;
    height: 27px;
    display:block;
    float: left;
    width: auto;
    margin: 10px 0 0 25%;
    outline: none;
    border: 0;
}

.jonnyForm .submit INPUT {
    float: none;
    width: auto;
    margin: 0;
    position: relative;
    height: 27px;
    padding: 4px 10px 10px 35px;
    background: url( ../img/submit-button.png ) no-repeat 0 0;
    border: 0;
    cursor: pointer;
    line-height: 20px;
    outline: none;
}

.jonnyForm TEXTAREA {
    float: left;
    width: 74%;
    margin: 5px 0;
    line-height: 16px;
}

/***** lists *****/

UL.triList {
    margin: 10px 0;
}

UL.triList LI {
    float: left;
    width: 33%;
}

UL.biList LI {
    float: left;
    width: 50%;
}

UL.padList LI {
    display: inline;
    padding: 0 20px;
}

UL.linkList LI {
    margin-bottom: 10px;
}



/***** stars *******/

.ratingDiv {
    width: 300px;
    margin: 10px auto 5px auto;
}

.starLabel {
    position: relative;
    top: -8px;
}

.stars0, .stars1, .stars2, .stars3, .stars4, .stars5 {
    background-image: url('/img/star-sprite.png');
    background-repeat: no-repeat;
    height: 30px;
    width: 160px;
    display: inline-block;
}

.stars0 {
    background-position: 0 -250px;
}
.stars1 {
    background-position: 0 -200px;
}
.stars2 {
    background-position: 0 -150px;
}
.stars3 {
    background-position: 0 -100px;
}
.stars4 {
    background-position: 0 -50px;
}
.stars5 {
    background-position: 0 0;
}


/******************* COLUMNS **************/

/***** three column *****/

.triCol {
    width: 29%;
    padding: 0 2%;
    text-align: left;
    float: left;
    overflow: hidden;
}

.triCol H1 {
    font-size: 28px;
    color: #551A8B;
    margin: 15px 0 5px 0;
}

.triCol P.rssDesc {
    font-size: 16px;
}

.triCol UL {
    margin-top: 20px;
}

.triCol LI {
    margin-bottom: 15px;
}


/***** two column *****/

.leftCol {
    float: left;
    width: 30%;
    margin: 10px 5%;
}

.rightCol {
    float: right;
    width: 50%;
    margin: 10px 5%;
}

.leftColWide {
    float: left;
    width: 50%;
    margin: 10px 5%;
}

.rightColNarrow {
    float: right;
    width: 30%;
    margin: 10px 5%;
}

.halfCol {
    width: 46%;
    float: left;
    margin: 0 2%;
}

/****** one column *******/

.headingCol {
    width: 84%;
    margin: 10px 8%;
}

.middleMedCol {
    width: 600px;
    margin: auto;
}

/***** header logos ******/

#logo {
    width: 190px;
    height: 50px;
    background: url('/img/jonny-rash-white-logo.png') no-repeat 0 0;
    overflow: hidden;
    text-indent: -2000px;
    display: block;
    float: left;
    margin: -3px 10px 0 10px;
    outline: none;
        /*position: absolute;
    top: 0px;
    left: 10px;*/
}

#logo:hover {
    background-position: 0 -50px;
}

#logo.padTop {
    margin-top: 8px;
}

#logo.absolute {
    position: absolute;
    top: 0;
    left: 0;
}

#subsection {
    color: #FFF;
    margin-left: 12px;
    float: left;
    clear: both;
    font-size: 16px;
    width: 190px;
    text-align: center;
    outline: none;
}

#subsection:hover {
    color: #FCEE21;
}

#bigLogo {
    background: url(/img/jonny-rash-logo-big.png) no-repeat 0 0;
    width: 466px;
    height: 114px;
    overflow: hidden;
    text-indent: -2000px;
    margin: 0 auto 5px auto;
}






/***** common wrappers *****/

#mainWrap {
    max-width: 1020px;
    margin: 10px auto;
    position: relative;
}

#breadCrumb {
    background-color: #c29ed5;
    margin: 10px auto -10px auto;
    padding: 3px 10px;
    text-align: left;
}


#content {
    background-color: #FFF;
    margin-top: 10px;
    padding: 10px;
    overflow: hidden;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}


/************ footer ***************/

#subNavigation {
    margin-top: 10px;
}

#subNavigation LI {
    display: inline;
    padding: 0 10px;
    border-left: 1px solid white;
}

#subNavigation LI.first {
    border-left: 0;
}

#subNavigation LI A {
    color: #FFF;
}

#subNavigation LI A:hover {
    color: #f7941d;
}

#copyright {
    color: #FFF;
    margin: 10px 0;
    font-size: 11px;
}

#copyright A {
    font-weight: bold;
    color: #FFF;
}

#copyright A:hover {
    color: #f7941d;
}

#footer-gray {
    width: 100%;
    min-height: 60px;
    padding: 5px 0;
    background: url('../img/dark-overlay.png') repeat 0 0;
    position: relative;

}

#footer-gray #copyright {
    margin-bottom: 0;
}


/***** contentHeader and contentPanel : layout system used on /adium-xtras for example *****/

.contentHeader {
    width: 800px;
    margin: 10px auto 25px auto;
}

.contentHeader IMG.mainImg {
    float: left;
}

.contentHeader .textArea {
    float: right;
    width: 600px;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
}

.contentHeader .textArea P {
    margin: 7px 0 15px 0;
}

.contentPanel {
    clear: both;
    text-align: left;
    padding: 10px;
}

.contentPanel IMG.mainImg {
    float: left;
    max-width: 400px;
}

.contentPanel .textArea {
    float: right;
    width: 530px;
}

.contentHeader2 {
    width: 650px;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    margin: 10px auto 25px auto;
}



/***** web profile icons *****/

#profile-icons A {
    display: block;
    float: left;
    background: url( ../img/web-profile-icons.png ) no-repeat 0 0;
    width: 48px;
    height: 48px;
    overflow: hidden;
    text-indent: -2000px;
    margin: 5px;
}

#profile-icons #digg-icon {
    background-position: 0 0;
}
#profile-icons #delicious-icon {
    background-position: -50px 0;
}
#profile-icons #stumbleupon-icon {
    background-position: -100px 0;
}
#profile-icons #facebook-icon {
    background-position: -150px 0;
}
#profile-icons #myspace-icon {
    background-position: -200px 0;
}
#profile-icons #linkedin-icon {
    background-position: -250px 0;
}
#profile-icons #flickr-icon {
    background-position: -300px 0;
}
#profile-icons #yelp-icon {
    background-position: -350px 0;
}
#profile-icons #lastfm-icon {
    background-position: -400px 0;
}
#profile-icons #squidoo-icon {
    background-position: -450px 0;
}
#profile-icons #seomoz-icon {
    background-position: -500px 0;
}


/***** social media links *****/

.socialWrap {
    clear: both;
    padding: 10px 0;
}

.sociable {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0 2px;
	padding: 1px;
}
.sociable li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

@media screen and (max-width: 1020px) {
  #content {
    border-radius: 0;
  }
  
  .triCol {
    width: 46%;
    padding-bottom: 40px;
  }
}


@media screen and (max-width: 800px) {
  #logo {
    float: none;
    display: inline-block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  #bigLogo {
    width: 70%;
    background-position: 50% 50%;
    background-size: contain;
  }
  
  h1 {
    font-size: 28px;
  }
  
  #copyright {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 680px) {
  .triCol {
    float: none;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  h1 {
    font-size: 24px;
  }
  
  h1 + h2 {
    font-size: 18px;
  }
}


