﻿* {
	margin: 0;
	padding: 0;
	color: #000000;
}

body {
    padding-bottom: 30px;
    font: 13px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    color: #353535;
    background: #888888 url(http://rocknthesweater.com/images/bg.png) repeat-x;*/
}

h1 {
    width: 270px;
    padding: 48px 0 0 30px;
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    text-transform: lowercase;
    color: White;
}

h1 a, h1 a:hover {
    font-weight: normal;
    text-decoration: none;
    color: White;
}

h1 a span {
    color: #F56A3F;
}

p {
    padding: 8px 0;
    text-align: justify;
}

a {
    font-weight: bold;
    text-decoration: underline;
    color: #41ADB7;
}

a:hover {
    text-decoration: none;
    color: #41ADB7;
}

img {
    padding: 3px;
    border: 1px solid #CECECE;
}

t-img {
    padding: 3px;
    border: 1px solid #CECECE;
}

#main {
	margin: 0 auto;
    position: relative;
    margin: 0 auto;
    width: 945px;
}

#main2 {
    margin: 0 auto;
    padding-bottom: 6px;
    width: 925px;
    text-align: left;
    background: White url(http://rocknthesweater.com/images/main.png) no-repeat bottom;
}

#corner1 {
    position: absolute;
    top: 96px;
    left: 0;
    width: 10px;
    height: 10px;
    background: url(http://rocknthesweater.com/images/corner1.png) no-repeat;
}

#corner2 {
    position: absolute;
    top: 96px;
    left: 935px;
    width: 10px;
    height: 10px;
    background: url(http://rocknthesweater.com/images/corner2.png) no-repeat;
}

#header {
    margin-bottom: 6px;
    height: 90px;
    background: #171717;
}

#menu {
    position: absolute;
    top: 48px;
    left: 316px;
    width: 612px;
    height: 42px;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
    margin: 0 3px 0 0;
    width: 150px;
}

#menu ul li a {
    display: block;
    margin: 0;
    padding: 0;
    height: 42px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    color: White;
    background: #B1371F url(http://rocknthesweater.com/images/menu.png) no-repeat;
}

#menu ul li a:hover {
    line-height: 36px;
    text-decoration: none;
    color: White;
}

#middle {
    padding: 28px 30px 0 30px;
    height: 1%;
    background: url(http://rocknthesweater.com/images/middle.png) no-repeat top;
}

#sidebar {
    padding-bottom: 20px;
    float: left;
    width: 256px;
    background: White url(http://rocknthesweater.com/images/left.png) no-repeat top;
}

#sidebar h2 {
    padding-left: 20px;
    height: 50px;
    font-size: 16px;
    line-height: 48px;
    text-align: left;
    color: White;
    background: url(http://rocknthesweater.com/images/hred.png) no-repeat;
}

#sidebar h2.hblue {
    background: url(http://rocknthesweater.com/images/hblue.png) no-repeat;
}

#sidebar .box {
    padding: 10px 7px 20px 7px;
}

#sidebar p span {
    font-weight: bold;
    color: #E74E2F;
}

#sidebar ul {
    margin: 10px 7px 20px 7px;
    list-style: none;
}

#sidebar ul li {
    margin: 0;
    padding: 0 0 0 15px;
}

#sidebar ul li a {
    margin: 0;
    padding: 0;
    line-height: 26px;
}

#right {
    float: right;
    width: 589px;
}

#intro {
	margin-bottom: 50px;
	width: 589px;
	height: 250px;
	background: #68BECB url("http://rocknthesweater.com/images/newintro.png") no-repeat;
}

#right #intro h2 {
    padding: 15px 0 5px 230px;
    width: 350px;
    font-size: 26px;
}

#right #intro h3 {
    padding: 0 0 30px 230px;
}

#right #intro p {
	padding: 0 0 0 0px;
	width: 350px;
	line-height: 22px;
	color: White;
}

#right h2 {
    padding-bottom: 15px;
    font-weight: normal;
    font-size: 28px;
    line-height: 38px;
    color: Black;
}

#right h3 {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
    color: #E74E2F;
}

#right .box {
    padding-bottom: 40px;
}

.boxminileft {
    position: relative;
    float: left;
    width: 280px;
}

.boxminitop {
    position: relative;
    float: left;
    width: 280px;
}


.boxminiright {
    position: relative;
    float: right;
    width: 280px;
}

.boxminileft img, .boxminiright img, .boxminitop img {
	float: left;
	display: block;
	margin: 0px 0px 0 0;
}

.boxminileft p, .boxminiright p, .boxminitop p {
    text-align: left;
}

.boxminileft p.more, .boxminiright p.more, .boxminitop p.more{
    position: absolute;
    top: 110px;
    left: 130px;
    padding: 0;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
    clear: both;
    margin: 0 10px;
    padding: 0 40px;
    height: 90px;
    background: #DE9285 url(http://rocknthesweater.com/images/footer.png) no-repeat top;
}

#footer p {
    padding: 0;
    font-size: 12px;
    line-height: 90px;
    color: #EEE;
}

#footer p a {
    color: White;
}