/* General style */

body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #000000;
}

a {
        color: #285A9D; text-decoration: none;
}

a:focus, a:hover {
        color: #FF0000;
}

a.external {
        padding-right: 12px;
        background: url(http://res.cloudinary.com/kelv/image/fetch/http://www.kelv.net/images/le.gif) right center no-repeat;
}

a.external:hover {
        background: url(http://res.cloudinary.com/kelv/image/fetch/http://www.kelv.net/images/le-on.gif) right center no-repeat;
}

ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul li
{
	background-image: url(http://res.cloudinary.com/kelv/image/fetch/http://www.kelv.net/images/oa.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
}

.content {
        background: url(http://res.cloudinary.com/kelv/image/fetch/http://www.kelv.net/images/kelv-net.png) no-repeat right 6%;
	padding-left: 30px;
	padding-top: 55px;
}

#copy, #mail {
        float: right;
        margin-left: 16px;
}

.footer {
        clear: both;
        padding-top: 20px;
        text-align: right;
}

/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait){
}

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape){
}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px){
}

/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2){

body {
	font-size: 12pt;
}

ul li
{
	padding-bottom: 20px;
	line-height: 30px;
}

.left {
	width: 0;
}

.content {
        background-position: right 2%;
        padding-left: 0px;
        padding-top: 50px;
        width: 100%;
        float: left;
}

.footer {
        clear: both;
	float: right;
        padding: 20px 0 20px 0;
        text-align: right;
}

}

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
}

/* #### Desktops #### */
@media screen and (min-width: 1024px){

.container {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
}

.left {
	width: 143px;
	height: 382px;
	background: url(http://res.cloudinary.com/kelv/image/fetch/http://www.kelv.net/images/kelv-half4.jpg) no-repeat;
	float: left;
}

.content {
	width: 425px;
	float: left;
}

}
