2011-02-24 23:29:00 -05:00
|
|
|
/**
|
|
|
|
* Styles for Wordpress
|
|
|
|
*/
|
|
|
|
|
|
|
|
#sidebar ul {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
#sidebar li {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
2011-02-25 11:11:26 -05:00
|
|
|
#sidebar ul .widget h2 {
|
|
|
|
font-size: 1.2em;
|
|
|
|
margin: .5em 0 1em 0;
|
|
|
|
}
|
|
|
|
#sidebar ul .widget {
|
|
|
|
margin: 0 0 1em 0;
|
|
|
|
}
|
|
|
|
#sidebar ul #searchform .screen-reader-text {
|
|
|
|
display: none;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
2011-03-27 13:20:40 -04:00
|
|
|
#sidebar ul #searchform #s {
|
|
|
|
width: 90%;
|
|
|
|
}
|
2011-02-24 23:29:00 -05:00
|
|
|
.post {
|
|
|
|
margin: 0 0 3em 0;
|
|
|
|
}
|
2011-02-25 00:18:40 -05:00
|
|
|
.post h2, .post h3 {
|
2011-02-24 23:29:00 -05:00
|
|
|
margin: 1em 0 0 0;
|
|
|
|
}
|
2011-02-25 00:18:40 -05:00
|
|
|
.post h2 a, .post h3 a{
|
2011-02-24 23:29:00 -05:00
|
|
|
color: #001;
|
|
|
|
}
|
2011-02-25 00:18:40 -05:00
|
|
|
.post h2 a:hover, .post h3 a:hover{
|
2011-02-24 23:29:00 -05:00
|
|
|
color: #556;
|
|
|
|
}
|
|
|
|
|
2011-04-16 00:54:02 -04:00
|
|
|
/* Styling on navigation links */
|
|
|
|
.navigation {
|
|
|
|
min-height: 1em;
|
|
|
|
}
|
|
|
|
.alignleft {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.alignright {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2011-02-24 23:29:00 -05:00
|
|
|
/* Wordpress Captions */
|
|
|
|
.aligncenter,
|
|
|
|
div.aligncenter {
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
.wp-caption {
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #f3f3f3;
|
|
|
|
padding-top: 4px;
|
|
|
|
margin: 10px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-caption img {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0 none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-caption p.wp-caption-text {
|
|
|
|
font-size: 11px;
|
|
|
|
line-height: 17px;
|
|
|
|
padding: 0 4px 5px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
/* End captions */
|
|
|
|
|
2011-02-25 11:11:26 -05:00
|
|
|
/*Fixing calendar styling */
|
2011-02-26 10:13:38 -05:00
|
|
|
#sidebar table#wp-calendar,
|
|
|
|
#sidebar ul.blogroll a,
|
|
|
|
#sidebar li.widget_search div input {
|
|
|
|
margin-left: 0.5em;
|
2011-02-25 11:11:26 -05:00
|
|
|
}
|
|
|
|
|