@import url(icons.css);

/* Load Fonts */
@font-face {
	font-family: 'CaviarDreamsRegular';
	src: url('../fonts/CaviarDreams.eot');
	src: local('Caviar Dreams'), local('CaviarDreams'), url('../fonts/CaviarDreams.woff') format('woff'), url('../fonts/CaviarDreams.ttf') format('truetype'), url('../fonts/CaviarDreams.svg#CaviarDreams') format('svg');
}
@font-face {
	font-family: 'CaviarDreamsBold';
	src: url('../fonts/CaviarDreams_Bold.eot');
	src: local('Caviar Dreams'), local('CaviarDreams-Bold'), url('../fonts/CaviarDreams_Bold.woff') format('woff'), url('../fonts/CaviarDreams_Bold.ttf') format('truetype'), url('../fonts/CaviarDreams_Bold.svg#CaviarDreams-Bold') format('svg');
}
@font-face {
	font-family: 'PerspectiveSansItalic';
	src: url('../fonts/persansi.eot');
	src: local('Perspective Sans'), local('PerspectiveSansItalic'), url('../fonts/persansi.woff') format('woff'), url('../fonts/persansi.ttf') format('truetype'), url('../fonts/persansi.svg#PerspectiveSansItalic') format('svg');
}
@font-face {
	font-family: 'PerspectiveSansBoldItalic';
	src: url('../fonts/persanbi.eot');
	src: local('Perspective Sans'), local('PerspectiveSansBoldItalic'), url('../fonts/persanbi.woff') format('woff'), url('../fonts/persanbi.ttf') format('truetype'), url('../fonts/persanbi.svg#PerspectiveSansBoldItalic') format('svg');
}
@font-face {
	font-family: 'FertigoProRegular';
	src: url('../fonts/Fertigo_PRO.eot');
	src: local('Fertigo Pro'), local('FertigoPro-Regular'), url('../fonts/Fertigo_PRO.woff') format('woff'), url('../fonts/Fertigo_PRO.ttf') format('truetype');
}
@font-face {
	font-family: 'ArmWrestlerBold';
	src: url('../fonts/ArmWrestler.eot');
	src: local('ArmWrestler'), local('ArmWrestler-Bold'), url('../fonts/ArmWrestler.woff') format('woff'), url('../fonts/ArmWrestler.ttf') format('truetype'), url('../fonts/ArmWrestler.svg#ArmWrestler-Bold') format('svg');
}
@font-face {
	font-family: 'BrushstrokePlainPlain';
	src: url('../fonts/BRUSHSTP.eot');
	src: local('Brushstroke Plain'), local('Brushstroke Plain'), url('../fonts/BRUSHSTP.woff') format('woff'), url('../fonts/BRUSHSTP.ttf') format('truetype'), url('../fonts/BRUSHSTP.svg#BrushstrokePlain') format('svg');
}



#logo h1 { 
/*    font-family: Constantia, Georgia, serif;*/
}

#logo h1 a {
	font-family:'BrushstrokePlainPlain', Helvetica, Arial, sans-serif;letter-spacing: 0;
    display: block;
    width: 373px;
    height: 96px;
    text-indent: -9999px;
    font-weight: normal;
	font-size:48px;
	color:#FA8426;
		text-shadow: 1px 2px 2px #444;
    background: transparent url(../images/devspan3.png) no-repeat top left;
}

/*
#logo h1 a {
    display: block;
    width: 250px;
    height: 40px;
    text-indent: -9999px;
    font-weight: normal;
    background: transparent url(../images/richleland.png) no-repeat top left;
}
*/

#logo h2 {
    margin-top: 0px;
    font-size: 0.9em;
    font-weight: bold;
    color: #3D4434;
/*	font-family:'TuffyBold-Italic', Arial, sans-serif;*/
	font-family:'PerspectiveSansBoldItalic', Arial, sans-serif;letter-spacing: 0;r
}

body {
    color: #3D4434;
/*    background: #FFF url(../images/bg.png) repeat-y top left;*/
}

/* LAYOUT */

#header {
/*    margin-bottom: 45px;*/
    margin-left: 90px;
/*    padding-bottom: 20px;*/
	width:870px;
    border-bottom: 1px solid #999;
}

.post_list .post {

padding-bottom:20px;
/*    background: transparent url(../images/bg_comments_top.png) no-repeat bottom left;*/
}

.post .date, .quote .date, .bookmark .date, .panel .date {
    float: left;
    padding: .3em .4em .3em 1.5em;
    background: #87ABAB url(../images/date_bg2.png) repeat-y;
    color: #FFF;
    margin: 0.3em 0 0 -6.0em;
    width: 3.8em;
}

.post .teaser {
    color: #A88A66;
    border-bottom: solid 10px #3D4434;
}

.post-img {
    margin-bottom: 1.2em;
    background-color: #F7F7F6;
}

.post-img img {
    margin-left: 3.2em;
    width: 510px;
}

.post-img p {
    margin-left: 3.8em;
}
.meta{
	border-top:1px solid #AFAFAF;
	padding-top:10px;
	margin-top:10px;
}
#body-container {
    padding-bottom: 80px;
/*    background: transparent url(../images/bg_container.jpg) no-repeat bottom left;*/
}

#footer {
    margin-top: 0;
    padding: 5px 0 1px 90px;
    background: #C9C9C9;
}

#footer h5 {
    margin-top: 0;
    margin-bottom: 0.4em;
    width: 291px;
    height: 20px;
    text-indent: -9999px;
/*    background: transparent url(../images/joint.png) no-repeat top left;*/
}

#footer p {
    margin-left: 0;
}

/* TYPE */

.content h2 {
	font-family:'CaviarDreamsBold', Arial, sans-serif;
    color: #3D4434;
}

.filter-title {
    padding: 0;
    background: none;
}

h3 {
    font-size: 1.2em;
}

h4 {
    color: #3D4434;
}
#right-rail{
	border-left:1px solid #BBB;
	padding-left:24px;}
#right-rail p,
#right-rail ul {
    /*color: #dac694;*/
}

#right-rail h4 {
    padding-top: 25px;
/*    background: transparent url(../images/bg_rightrail_h4.jpg) no-repeat top left;*/
}



blockquote {
    margin: 1.25em 0;
    padding: 15px;
    background-color: #F7F7F6;
    font: italic 1em/2em Constantia, Georgia, serif;
}

#nav {
    text-transform: uppercase;
}

#nav ul li a {
    font-weight: normal;
}

/* LINKS */

a:link,
a:visited {
    color: #A88A66;
}

a:hover {
    color: #3D4434;
}

#nav a:link,
#nav a:visited {
    color: #A88A66;
}

#nav a:hover {
    color: #FF9D2E;
    background: transparent url(../images/bg_link.png) repeat-x bottom left;
}


h2 a:link,
h2 a:visited {
    color: #3D4434;
}
h2 a:hover {
    background: transparent url(../images/bg_link.png) repeat-x 1.1em left;
    color: #3D4434;
}

ul.recent-posts li {
    
}

.post li {
    list-style-position: outside;
}

/* Icons */

.icon {
    display: block;
    padding: 2px 0 0 20px;
    background-position: 50% left;
    background-repeat: no-repeat;
}

.icon.aim { background-image: url(../icons/aim.png);}
.icon.apple { background-image: url(../icons/apple.png);}
.icon.bebo { background-image: url(../icons/bebo.png);}
.icon.blogger { background-image: url(../icons/blogger.png);}
.icon.brightkite { background-image: url(../icons/brightkite.png);}
.icon.delicious { background-image: url(../icons/delicious.png);}
.icon.designfloat { background-image: url(../icons/designfloat.png);}
.icon.digg { background-image: url(../icons/digg_alt.png);}
.icon.dopplr { background-image: url(../icons/dopplr.png);}
.icon.email { background-image: url(../icons/email.png);}
.icon.facebook { background-image: url(../icons/facebook.png);}
.icon.flickr { background-image: url(../icons/flickr.png);}
.icon.friendfeed { background-image: url(../icons/friendfeed.png);}
.icon.gamespot { background-image: url(../icons/gamespot.png);}
.icon.google { background-image: url(../icons/google.png);}
.icon.googletalk { background-image: url(../icons/googletalk.png);}
.icon.lastfm { background-image: url(../icons/lastfm.png);}
.icon.linkedin { background-image: url(../icons/linkedin.png);}
.icon.mixx { background-image: url(../icons/mixx.png);}
.icon.mobileme { background-image: url(../icons/mobileme.png);}
.icon.myspace { background-image: url(../icons/myspace.png);}
.icon.netvibes { background-image: url(../icons/netvibes.png);}
.icon.newsvine { background-image: url(../icons/newsvine.png);}
.icon.openid { background-image: url(../icons/openid.png);}
.icon.picasa { background-image: url(../icons/picasa.png);}
.icon.plurk { background-image: url(../icons/plurk.png);}
.icon.posterous { background-image: url(../icons/posterous.png);}
.icon.reddit { background-image: url(../icons/reddit.png);}
.icon.rss { background-image: url(../icons/rss.png);}
.icon.skype { background-image: url(../icons/skype.png);}
.icon.stumbleupon { background-image: url(../icons/stumbleupon.png);}
.icon.technorati { background-image: url(../icons/technorati.png);}
.icon.tumblr { background-image: url(../icons/tumblr.png);}
.icon.twitter { background-image: url(../icons/twitter.png);}
.icon.viddler { background-image: url(../icons/viddler.png);}
.icon.vimeo { background-image: url(../icons/vimeo.png);}
.icon.virb { background-image: url(../icons/virb.png);}
.icon.windows { background-image: url(../icons/windows.png);}
.icon.wordpress { background-image: url(../icons/wordpress.png);}
.icon.yahoo { background-image: url(../icons/yahoo.png);}
.icon.yahoobuzz { background-image: url(../icons/yahoobuzz.png);}
.icon.yelp { background-image: url(../icons/yelp.png);}
.icon.youtube { background-image: url(../icons/youtube.png);}


/* Disqus Comments */

#comments {
    padding-top: 20px;
/*    background: transparent url(../images/bg_comments_top.png) no-repeat top left;*/
    border-top: 0;
}

/* Customized code items */



#sharing-links ul {
    padding: 0;
    margin: 0;
}

#sharing-links li {
    padding: 0;
    margin: 0 0.5em;
    list-style: none;
}
h1, h2, h3, h4, h5 {
	font-family:'CaviarDreamsBold', Arial, sans-serif;
}
#browserWarning{
	font-family: Arial, "MS Trebuchet", sans-serif;
	background: #FCCB7D;
	width: 100%;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	text-align: center;
	padding:5px 0px 5px 0px;
				
				
			}
.read_more {
	float: right;
	margin-bottom: -12px;
}
#subscribe a {
	margin-left: 28px;
}


form label{
	width: 160px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 12px;
}
input.text {
	width: 200px;
	font-size: 16px;
	padding: 5px;
}
textarea {
	width: 400px;
	font-size: 16px;
	padding: 5px;
	height: 240px;
}
input.submit {
	margin-left: 320px;
	width: 120px;
	padding: 5px;
}
.caption {
	text-align: center;
	font-size: 90%;
	margin-left: 180px;
	width: 400px;
}
#contact-form input.submit {
	margin-left: 240px;
	width: 120px;
	padding: 5px;
}

#contact-form input.reset {

	width: 120px;
	padding: 5px;
}
label.error {
	float: none; color: red; padding-left: 174px; vertical-align: top; width:320px; text-align: left;
}
input.error, textarea.error {
	border: 2px solid red;
}
form p { clear: both; }
a, .a {
	color: #5682d5;
	text-decoration: underline;
	cursor: pointer;
}

/* ------Comments-----*/


#comments .commentlist {
    margin: 0;
    padding: 0;
}

#comments .commentlist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.commentlist li {
    border-top: #bbb 1px solid;
	border-bottom: #bbb 1px solid;
    padding: 0 0 10px 0;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even {
    margin: 0 0 20px 0;
    padding: 15px;
    list-style: none;
}

#comments .commentlist li.comment_odd {
    color: #666666;
    background-color: #F7F7F7;
}
#comments .commentlist li.comment_odd a {
    color: #1E5971;
    background-color: #F7F7F7;
}

#comments .commentlist li.comment_even {
    color: #666666;
    background-color: #E8E8E8;
}
#comments .commentlist li.comment_even a {
    color: #1E5971;
    background-color: #E8E8E8;
}

#comments .commentlist .author .name {
    font-weight: bold;
}
#comments .commentlist .submitdate {
    font-size: smaller;
}

#comments .commentlist p {
    margin: 10px 5px 10px 0;
    padding: 0;
    font-weight: normal;
    text-transform: none;
}

#comments .commentlist li .avatar {
    float: right;
    border: 1px solid #EEEEEE;
    margin: 0 0 0 10px;
}
.comments {
    color: #333;
    margin: 0 0 15px 0;
    border-bottom: #bbb 1px solid;
}

#comments h2 {
    margin: 25px 0 15px 0;
}
.comments a {
    background: #fff;
    padding: 0 7px 5px 0;
    color: #333;
    text-decoration: none;
}

.comments a:hover {
    color: #c00;
}
#category-results .category, #search-results .results{
	font-size:18px;
	font-family:Arial, "MS Trebuchet", sans-serif;
/*text-decoration: underline;*/
	margin-bottom:30px;
}
.highlighted{
	background-color:#EDEBAA;
	font-style: italic;
}
#section-about #nav-about a{
   color: #fc9631;
}
#section-blog #nav-blog a{
   color: #fc9631;
}
#section-contact #nav-contact a{
   color: #fc9631;
}
#section-teaching #nav-teaching a {
   color: #fc9631;
}
/* Searchbox*/
#searchwrapper {
width:235px; /*follow your image's size*/
height:30px;/*follow your image's size*/
background-image:url(../images/searchbox.png);
background-repeat:no-repeat; /*important*/
/*padding-bottom:30px;*/
margin-left:170px;
margin-top:65px;
padding-bottom:-10px;
position:relative; /*important*/


}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
		color: #555;
	font-size: 1em;
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:2px;
left:5px;
width:190px;
height:22px;
}
 
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:1px;
left:202px;
width:29px;
height:27px;
}
.imgl {
    float: left;
    margin: 10px 15px 8px 0;
    clear: left;
}
.imgl-border{
	float: left;
    margin: 10px 15px 8px 0;
    clear: left;
	border:1px solid #333;
}

/* Front End Admin*/
a.frontendadmin:link,
a.frontendadmin:visited{
    color: #c00;
    font-size: 0.95em;
}

a.frontendadmin_add:link,
a.frontendadmin_add:visited{
    display: block;
    margin-bottom: 20px;
}

.frontendadmin_container_hover{
    background-color: #FEF9D7;
}

fieldset.frontendadmin{
    margin: 30px 0;
    padding: 10px 10px;
    border: 1px dotted #6498CC;
    font-size: 12px;
}

fieldset.frontendadmin p{
    background-color: #E7EFF6;
    margin: 0 0 5px 0;
    padding: 5px 10px;
}

fieldset.frontendadmin legend{
    font-weight: bold;
    font-size: 1.2em;
    color: #333;
}

fieldset.frontendadmin label{
    font-size: 0.9em;
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 3px;
}

fieldset.frontendadmin input[type=text],
fieldset.frontendadmin input[type=password],
fieldset.frontendadmin textarea{
    width: 99%;
}

fieldset.frontendadmin ul.errorlist{
	margin: 0;
	padding: 0;
	list-style: none;
}

fieldset.frontendadmin ul.errorlist li{
    margin: 5px 0 2px 0;
    padding: 5px 10px;
    color: White;
    background-color: #F74A4A;
}
#login {
	float:right;
	margin-top:-15px;
		font: 40% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;

}
#login a {
	font: 40% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;

}

#login-button {
	margin-left: 200px;
	width: 60px;
	padding: 5px;
}

#login-form label{
	width: 160px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 12px;
}
#login-form form input.text {
	width: 400px;
	font-size: 16px;
	padding: 5px;
}