/*@font-face {
font-family: 'PaulMaul';
src: url('fonts/PaulMaul-webfont.eot');
src: local(' '), url('fonts/PaulMaul-webfont.woff') format('woff'), url('fonts/PaulMaul-webfont.ttf') format('truetype'), url('fonts/PaulMaul-webfont.svg#webfontIWNxdTm6') format('svg');
font-weight: normal;
font-style: normal;
}*/

body {
color:#333;
background:#fff; /* url(../images/bg1.gif) no-repeat fixed center 165px; */
font-family:verdana, arial, sans-serif;
font-size:80%;
margin-left:auto;
margin-right:auto;
margin-top:5px;
margin-bottom:15px;
max-width:999px;
width:95%;
}

fieldset {
border:none;
}

/***************** SOCIAL MEDIA ICONS ***/


/*#header {
position: relative;
width: 379px;
height: 80px;
margin:0;
padding:0;
overflow: hidden;
}
header h2 {
font-family:Arial Black, Arial, Helvetica, sans-serif;
font-size:3.5em;
color:#036;
}*/

h2 {
font-family:PaulMaul, Arial, Helvetica, sans-serif;
font-size:1em;
padding:0;
margin:.5em 0;
}
h3 {
font-size:1.15em;
padding-top:3px;
}

#hdBlog, #hdDel, #hdTwit, #hdFlickr {
padding-left:28px;
height:24px;
}

#hdBlog {
background:url(../images/icons/feed.png) no-repeat left top; 
}
#hdDel {
background:url(../images/icons/delicious.png) no-repeat left top;
}
#hdTwit {
background:url(../images/icons/twitter.png) no-repeat left top;
}
#hdFlickr {
background:url(../images/icons/flickr.png) no-repeat left top;
}

#profiles {
padding-left:0;
}
#profLinkedIn, #profFacebook, #profGoogle, #profDigg, #profStumble {
list-style:none;
padding-left:28px;
padding-top:4px;
height:26px;
}
#profLinkedIn {
background:url(../images/icons/linkedin.png) no-repeat left center;
}
#profFacebook {
background:url(../images/icons/facebook.png) no-repeat left center;
}
#profGoogle {
background:url(../images/icons/google.png) no-repeat left center;
}
#profDigg {
background:url(../images/icons/digg.png) no-repeat left center;
}
#profStumble {
background:url(../images/icons/stumbleupon.png) no-repeat left center;
}

#blip {
padding-left:28px;
padding-top:4px;
height:26px;
background:url(../images/icons/blip.png) no-repeat left center;
}

/***************** LAYOUT ***/
#wrapper {
width: 95%;
max-width: 1100px;
margin-left: auto; 
margin-right: auto;
}

.column {
width:32%;
min-width:18em;
margin-right:2%;
float:left;
}
#columnLast {
width:32%;
float:left;
}

#flickr a {
color:#fff;
margin:.5em .5em .5em 0;
border:none;
}
#flickr a:hover {
color:#fff;
}

footer {
margin:1.5em 0;
text-align:center;
clear:left;
}

/***************** LINKS ***/
a:link,
a:visited {
color:#333;
}
a:hover,a:focus,
a:active {
text-decoration:none;
background-color:#333;
color:#fff;
}

.mod1 a:link,
.mod1 a:visited {
color:#f60;
}
.mod1 a:hover, .mod1 a:focus,
.mod1 a:active {
text-decoration:none;
background-color:#f60;
color:#fff;
}

.mod2 a:link,
.mod2 a:visited {
color:#690;
}
.mod2 a:hover, .mod2 a:focus,
.mod2 a:active {
text-decoration:none;
background-color:#690;
color:#fff;
}

.mod3 a:link,
.mod3 a:visited {
color:#069;
}
.mod3 a:hover, .mod2 a:focus,
.mod3 a:active {
text-decoration:none;
background-color:#069;
color:#fff;
}

/***************** HTML ***/
h1 {
font-size:1.75em;
font-weight:normal;
margin-bottom:0;
padding-bottom:0;
}
h2 {
font-size:1.65em;
font-weight:normal;
}
p,li,dd {
line-height:1.35em;
}
ul, ol {
padding-left: 1.5em;
}
li {
margin:.5em 0;
}
dt {
font-weight:bold;
margin-top:.5em;
}
dd {
margin-left: 1em;
}

/***************** CLASSES ***/
.fl {float:left;}
.fr {float:right;}
.ac {text-align:center;}
.ar {text-align:right;}

.color1 {
color:#f60;
}
.color2 {
color:#690;
}
.color3 {
color:#069;
}

.hide {
position:absolute;
left:-999em;
}

/***************** BOXES ***/
.mod0,
.mod1,
.mod2,
.mod3 {
margin:1.5em 0;
position:relative;
z-index:2;
border:1px solid #666;
background:#fff;
padding:0 1em 1em 1em;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
-webkit-box-shadow:5px 5px 5px #ccc;
-moz-box-shadow:5px 5px 5px #ccc;
box-shadow:5px 5px 5px #ccc;
}
.mod1 {
border-color:#f60;
}
.mod2 {
border-color:#690;
}
.mod3 {
border-color:#069;
}
