/*  
Theme Name: Polar Ice
Theme URI: http://www.wpskins.org/
Description: A dark black and blue theme with a unique sidebar, widget ready.
Author: WPSkins.org
Author URI: http://www.wpskins.org/
	 
	This theme was designed and built by WPskins.org,
	whose blog you will find at http://www.wpskins.org/

	The CSS, XHTML and design is released under Attribution-ShareAlike 2.5 Licence You must leave our 3 links intact on this theme if you wish to use it, please refer to the licence.txt file included. [ http://creativecommons.org/licenses/by-sa/2.5/ ]

*/	


			/* Global Layout */

/*     Global Reset     */
@import url('reset.css');

/************************/
/*     Global Design    */
/************************/

a {
    text-decoration: none;
    color: #28444f;
    font-weight: bold;
}

a:hover{
    text-decoration: underline;
}

body {
    background-color: #0E1f26;
    font-family: Arial, sans-serif;
}

/************************/
/*     Layout Design    */
/************************/

#page {
	width: 810px;
	margin: 0 auto;
}

#header {
	height: 150px;
    background: url(images/header.png) no-repeat;
    position: relative;
    margin-bottom: 10px;
}

#wrapper {
}

#content-top {
    height: 37px;
   /* background: url(images/content-top.png) no-repeat; */
    margin-bottom: -20px;
}

#content {
	float: left;
	width: 800px;
    /* background: #12242C url(images/content.png) repeat-y; */
    margin: 0 10px;
    display: inline; /* ie hack*/
    background-color: #ffffff;
    font-size: 14px;
}

#content-bottom {
    height: 30px;
    /* background: url(images/content-bottom.png) no-repeat; */
    clear: both;
}

#sidebar {
	width: 190px;
    float: right;
    display: inline; /* ie hack*/
}

#footer {
	width: 100%;
	clear: both;
    height: 80px;
    padding: 20px 0;
    background: url(images/footer.png) repeat-x;
    color: #fff;
    text-align: center;
}

/************************/
/*     Header Design    */
/************************/
#headerimg {
    position: absolute;
    top: 20px;
    left: 30px;
}

#headerimg h1 a {
    color: #FFF;
    font-size: 40px;
}

.description {
    color: #FFF;
}

ul#navigation a {
    color: #FFF;
    font-size: 10px;
}

ul#navigation {
    position: absolute;
    top: 20px;
    right: 190px;
    list-style-type: none;
    font-family: Georgia, sans-serif;
}

ul#navigation li {
    display: inline;
    padding: 0 10px;
}

ul#navigation ul {
    display: none;
}

/************************/
/*    Sidebar Design    */
/************************/
#sidebar ul {
    font-family: Georgia, sans-serif;
    font-size: 12px;
}

#sidebar ul h2 {
    background: url(images/sidebar-heading.png);
    height: 15px;
    padding: 10px;
    text-indent: 10px;
    color: #374246;
    font-weight: bold;
    font-size: 16px;
}

#sidebar ul li {
    margin-bottom: 10px;
}

#sidebar ul ul {
    border: 3px solid #7cb2bc;
    background-color: #d7ecf5;
}

#sidebar ul ul li:first-child {
    border: 0;
}

#sidebar ul ul li {
    margin-bottom: 0;
    border-top: 1px dotted #000;
    padding: 10px 0;
    padding-left: 25px;
    background: url(images/bullet.png) no-repeat 5px center;
}

#sidebar ul ul ul {
    border: none;
}

#sidebar p {

}

#sidebar a {
    color: #000;
    font-weight: normal;
}

#sidebar ul li.pagenav ul ul {
    display: none;
}

/************************/
/*    Content Global    */
/************************/
blockquote {
    padding: 5px;
    font-style: italic;
}

code {
    margin-bottom: 5px;
}

code, pre {
    overflow: auto;
    white-space: pre;
    font-family: Courier;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 2em;
}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

small {
    font-size: 90%;
}

#content ul {
    padding-left: 20px;
    list-style-type: disc;
}

#content ol {
    padding-left: 25px;
    list-style-type: decimal;
}

/************************/
/*    Content Design    */
/************************/

h2.pagetitle {
    padding: 5px 15px;
}

.post h2 {
    margin-bottom: 4px;
}

h2 a:hover, h2 a:visited, h2 a {
    font-weight: normal;
    font-size: 30px;
    font-family: Georgia, sans-serif;
}

.post .calendar {
    float: left;
    width: 80px;
    height: 105px;
    background: url(images/calendar.png);
    text-align: center;
}

.post .calendar em {
    display: block;
    font-style: normal;
    font-family: Georgia, sans-serif;
    color: #fff;
}

.post .calendar em.date {
    margin-top: 8px;
    font-size: 35px;
}

.post .calendar em.month {
    margin-top: 5px;
    font-size: 12px;
}

.post .calendar em.comment {
    margin-top: 25px;
    font-size: 12px;
}

.post .calendar em.comment a{
    color: #FFF;
}

.post {
    padding: 0 15px;
    font-size: 12px;
    margin-bottom: 10px;
}

.post p {
    line-height: 16px;
    margin-bottom: 8px;
}

.post a {

}

.post ul {

}

.post li {
    margin-bottom: 4px;
}

.entry {
    width: 480px;
    float: right;
}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.page-link {
    margin: 5px 0;
}

.navigation {
    padding: 5px 15px;
    margin-bottom: 10px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.center {

}

.pagetitle {

}

cite {

}

a img {

}

acronym, abbr {

}


/************************/
/*    Comment Design    */
/************************/
h3#comments, h3#respond {
    font-size: 16px;
    margin-bottom: 3px;
}

#commentform p {
    margin-bottom: 3px;
    font-size: 12px;
}

#commentform #comment {
    width: 95%;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
    border: 1px solid #AFAFAF;
    background-color: #FEFEFE;
}

cite.author {
    font-size: 16px;
}

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/************************/
/*     Search Design    */
/************************/

#searchform {
    position: absolute;
    top: 0;
    right: 0;
    width: 190px;
    height: 104px;
    background: url(images/search-box.png) !important;
    background: url(images/search-box.gif);
}

#searchform input {

}

#searchform div {
    margin-top: 10px;
    margin-left: 10px;
}

#searchform h2 {
    color: #374246;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 2px;
    font-family: Georgia, sans-serif;
}

#searchform #s {
    background: url(images/search.png);
    border: none;
    padding: 6px;
    width: 119px;
    float: left;
    margin-right: 2px;
}

/************************/
/*   Calendar Design    */
/************************/
#calendar_wrap {
    border: 3px solid #7cb2bc;
    background-color: #d7ecf5;
    padding: 3px;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar th {
    text-align: center;
}

#wp-calendar td {
    text-align: center;
    padding: 2px 0;
}

#wp-calendar a {

}

#prev a, #next a {

}
tfoot {

}

#wp-calendar caption {
    font-size: 14px;
    margin-bottom: 3px;
}

/************************/
/*     Footer Design    */
/************************/
#footer p {
    font-family: Arial, sans-serif;
	font-size: 11px;
    margin-bottom: 5px;
}

#footer
{
    font-family: Arial, sans-serif;
	font-size: 11px;
    margin-bottom: 5px;
}

#footer a:link, #footer a:visited
{
font-size: 11px;
position: relative;
color: #ffffff;
text-decoration: none;
}

#footer a:hover
{
text-decoration: underline;
}
/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}
