/*
lsdprogramming.com stylesheet
by Tom Zaworowski
November 30, 20111
version 1.0
*/

body {
    color: #333;
    font-family: serif;
    margin: 0;
}

/* Site header */

.header {
    padding-top: 33px;
}

.header h1 {
    text-align: center;
    color: #111;
    font-family: sans-serif;
    font-size: 56px;
}

.header p {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding-top: 19px;
    padding-bottom: 19px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 66px;
    text-align: center;
    color: #333;
    font-family: serif;
    font-size: 23px;
    width: 70%;
}

.header img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* menu */

.menu-list {
    position: relative;
    padding-top: 33px;
    padding-bottom: 33px;
    font-family: sans-serif;
    font-size: 23px;
    margin-left:auto;
    margin-right:auto;
    width:70%;
}

.menu-list .menu-item {
    display: table-cell;
    width: 30%;
    padding-left: 13px;
    padding-right: 13px;
}

.menu-list .menu-item h3 {
    color: #111;
}

.menu-list .menu-item p {
    font-size: 18px;
    font-family: serif;
}

/* content */

#site-content {
    background-color: #fff;
}

#site-content .line {
	border-top: 2px dashed #ddd;
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px 0px #fff;
}

.site-content {
    padding-top: 33px;
    display: none;
}

/* about */

.about {
    padding-top: 63px;
    
}

.about .top-history {
    position: relative;
    padding: 23px;
    margin-left:auto;
    margin-right:auto;
    width:70%;
    border-spacing: 33px;
    background-color: #fff;
    -webkit-border-radius: 9px;
}

.about .history {
}

.history h3 {
    font-family: sans-serif;
    color: #111;
    font-size: 26px;
}

.history p {
    font-size: 18px;
}

.about .map {
    margin-top: -46px;
    margin-left: 93px;
    margin-bottom: -19px;
    background-color: transparent;
}

.person {

}

/* products */

.products {

}

.product {
    background-color: #fff;
    margin-top: 73px;
    margin-left:auto;
    margin-right:auto;
    width:70%;
}

.product h3 {;
    font-family: sans-serif;
    font-size: 43px;
    color: #111;
}

.product h4 {
    margin-top: -33px;
    font-family: sans-serif;
    font-size: 28px;
    color: #bbb;
}

.product p {
    font-family: serif;
    font-size: 18px;
    color: #111;
}

.product .links {
    border-top: 1.5px solid #bbb;
    border-bottom: 1.5px solid #bbb;
    border-spacing: 12px;
}

.product .links .link {
    padding: 5px;
    display: table-cell;
    background-color: #999;
    color: #eee;
    -webkit-border-radius: 5px;
}

.product .links .link a {
    color: #fff;
    text-decoration: none;
}

.product .links .link:hover {
    background-color: #111;
}

.product .fold {
	position: absolute;
	right:-10px;
	bottom:23px;
	border-color: transparent transparent transparent #707070;
	border-style:solid;
	border-width:23px;
	height:0;
	width:0px;
	z-index: 1;
}

/* footer */

.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-family: sans-serif;
    font-size: 14px;
    color: #bbb;
    text-shadow: 1px 1px 0px #fff;
}

/* misc */

p a, small a, span.show {
    text-decoration:none;
    border-bottom:1px solid #76a7f7;
}

p a:hover, small a:hover, span.show:hover {
    border-bottom:1px solid #1b6cf2;
    cursor:pointer
}

a, span.show {
    color:#1b6cf2;
}

.tag {
    position: absolute;
    top: -33px;
    right: -33px;
    background-color: red;
    width: 7em; height: 7em;
    -webkit-border-radius: 5em;
    -webkit-transform:rotate(13deg);
    -webkit-box-shadow: -2px 3px 10px rgba(0,0,0,0.5);
}

.tag p {
    font-family: sans-serif;
    font-size: 1.5em;
    color: #fff;
    text-align: center;
    padding-top: 0.3em;
}

/* grids */
.grid_p	{
    width:48%;
    float:left;
    margin-right:4%;
}

.grid_p_first {
    width:48%;
    float:left;
    margin-right:0;
}

.clear {
    clear:both;
}
