/* 
Theme Name: OrangeSky
Version: 1.0
Description: WordPress theme inspired by Alexi Murdoch's song "Orange Sky".
Author: Naoko McCracken
Author URL: http://blog.detlog.org/
Ported to CPG by: Billy Bullock
Porter URL: http://www.billygbullock.com
OrangeSky Coppermine Theme Version: 1.1.0
Tested on CPG v1.4.18
Released on August 10, 2008

	This WordPress & Coppermine Photo Gallery theme is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body,
p, ul, ol, li, form, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'lucida grande',verdana,arial,sans-serif;
	background: url(images/os_bg.jpg) repeat-x #CFE8E8;
	color: #333;
	text-align: center;
}

table {
        font-size: 12px;
}

h1, h2, h3 {
	font-family: georgia,'times new roman',times,serif;
}

h1 {
	font-size: 2.8em;
	text-align: left;
	padding: 8px 20px 0 20px;
	font-weight: normal;
}

h1, h1 a:link {
	text-decoration: none;
	color: #4D0000;
}

h1 a:hover, h1 a:active {
	text-decoration: none;
	color: #C30;
}

.description {
	font-size: 1.2em;
	text-align: left;
	padding: 0 20px;
	color: #C30;
}

h2 {
	font-size: 1.3em;
}

#sidebar h2 {
	font-size: 1.2em;
	color: #066;
	margin: 5px 0 0;
}

h2, h2 a, h3, h3 a {
	color: #066;
}

a, h2 a:hover, h3 a:hover {
	color: #C30;
	text-decoration: none;
}

h2, h2 a, h2 a:hover, h3, h3 a, h3 a:hover, #sidebar h2 {
	text-decoration: none;
}

h3 {
	font-size: 1.3em;
	margin: 10px 0 0;
}
p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.5em;
}

.textinput {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #D1D7DC;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #D1D7DC;
        vertical-align : middle;
}

.button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}

.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

a {
	  color: #006666;	
	  text-decoration:none;
}

a img {
	  border: none;
	}

a:visited {
	  color: #006666;
}
a:hover {
	  color: #CC3300;
	  text-decoration: underline;
	}

.bblink a {
        color: #0033CC;
        text-decoration: none;
}

.bblink a:hover {
        color: #0033CC;
        text-decoration: underline;
}

.maintable {
        border: 1px solid #D5EAEB;
        margin-top: 1px;
        margin-bottom: 1px;
}

.tableh1 {
        background: #D5EAEB;
	  	color: #006666;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh1_compact {
        background: transparent;
	  	color: #006666;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2 {
        background: #D5EAEB;
        color : #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh2_compact {
        background: transparent;
        color : #000000;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb {
        background: transparent;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}


.tableb_compact {
        background: transparent;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {
        background: transparent;;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.catrow_noalb {
        background: transparent;
        color : #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.catrow {
        background: transparent;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.album_stat {
        font-size: 85%;
        margin: 5px 0px;
}

.thumb_filename {
        font-size: 80%;
        display: block;
}

.thumb_title {
        font-weight : bold;
        font-size: 80%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 80%;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: underline;
        color: #000000;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 80%;
        padding: 2px;
        font-style : italic;
        display : block;
}

.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 80%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #000000;
}

.user_thumb_infobox a:hover {
        color: #000000;
        text-decoration: underline;
}

.sortorder_cell {
        background : #D5EAEB;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background : #D5EAEB;
        color : #006666;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 80%;
        white-space: nowrap;
}

.navmenu {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #909D73;
        background : #FFFFFF;
        font-size: 100%;
        font-weight: bold;
        border-style: none;
}

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
}

.navmenu a {
        position: relative;
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
  	  color: #909D73;
}

.navmenu a:hover {
        text-decoration: none;
        color: #990000;
}

.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}


.admin_menu_thumb a:hover {
        color: #000000;
        text-decoration: underline;
}

.admin_menu {
        font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
  	  font-size: 0.85em;
        border:#E1D6c6 1px solid;
        background-color: #F3F6ED;
        color:#CCCCCC;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

.admin_menu a {
        color: #909D73;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #990000;
        text-decoration: underline;
}

td #admin_menu_anim {
        background-image : url(images/button_bg_anim.gif);
}

.comment_date{
        color : #5F5F5F;
        font-size : 90%;
        vertical-align : middle;
}

.image {
        border-style: solid;
        border-width:1px;
        border-color: #000000;
        margin: 2px;
}

.imageborder {
        border: 2px solid #D5EAEB;
        background-color: #FFFFFF;
        margin-top: 30px;
        margin-bottom: 30px;
}

.display_media {
        background: #7ABDC5;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.thumbnails {
        background: transparent;
        padding: 5px;
}

.footer {
        font-size : 9px;
}

.footer a {
        text-decoration: none;
        color: #006666;
}

.footer a:hover {
        color: #CC3300;
        text-decoration: underline;
}

.statlink {
        color: #006666;
}

.statlink h2{
        color: #006666;
	  font-size: 12px;
	  font-weight: bold;
}

.statlink a {
        text-decoration: none;
        color: #006666;
}

.statlink a:hover {
        color: #CC3300;
        text-decoration: underline;
}

.alblink a {
        text-decoration: underline;
        color: #006666;
}

.alblink a:hover {
        color: #CC3300;
        text-decoration: underline;
}

.catlink {
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        text-decoration: underline;
        color: #006666;
}

.catlink a:hover {
        color: #CC3300;
        text-decoration: underline;
}

.topmenu {
        line-height : 130%;
        font-size: 100%;
}

.topmenu a {
        color : #0033CC;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #0033CC;
        text-decoration : underline;
}

.img_caption_table {
        border: none;
        background-color: #FFFFFF;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #D1D7DC ;
        font-size: 100%;
        color : #000000;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}

.img_caption_table td {
        background: #EFEFEF ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
        white-space: normal;
}

.debug_text {
        border: #BDBEBD;
        background-color: #EFEFEF;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        cursor : default;
}

.listbox_lang {
        color: #000000;
        background-color: #D1D7DC;
        border: 1px solid #D1D7DC;
        font-size: 80%;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;

}

/* Wordpress styling */
/* Begin Layout */
#page {
	margin: 20px auto;
	width: 740px;
	text-align: left;
}

#main{
	float: left;
	width: 550px;
	background: url(images/os_main.jpg) repeat-y;
}

#content {
	font-size: 1.2em;
	float: left;
	width: 510px;
	margin-left: 20px;
      overflow:auto;
	display: inline;
}

/* Sliding Door technique by A List Apart */
#menu {
	width: 540px;
	font: bold italic 1.2em/normal georgia,'times new roman',times,serif;
	margin: 8px 0 0 10px;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	background: url(images/os_left.gif) no-repeat left top;
	padding: 0 0 0 5px;
	margin: 0 0 0 3px;
	list-style: none;
}

#menu a {
	float: left;
	display: block;
	background: url(images/os_right.gif) no-repeat right top;
	padding: 4px 9px 3px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #E5A153;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a {
      float:none;
}
/* End IE5-Mac hack */

#menu a:hover {
	color:#E5D6B8;
}

#header {
	height: 132px;
	width: 550px;
	float: left;
	background: url(images/os_header.jpg) no-repeat 8px 0; 
}

#footer {
	width: 550px;
      border-top:#D5EAEB 1px solid;
	clear: both;
}

#footer a {
      color: #006666;
}

#footer a:hover {
      color: #CC3300;
}

#footer p {
	padding: 5px 0 10px 0;
	text-align: center;
}

#sidebar {
      width:190px;
	font: 1.2em 'Lucida Grande',verdana,arial,sans-serif;
	background: url(images/os_sidebar.jpg) no-repeat #D0E8E8;
	float:right;
	padding: 30px 0;
	margin: 0;
}

#sidebar a, #sidebar a:link {
	color: #066;
}

#sidebar a:hover, #sidebar a:active {
	color: #999;
}

#sidebar ul, #sidebar ul ol {
	padding: 0 10px;
}

#sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px 8px;
	font-size: 1em;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 2px 0 0;
	background: url(images/os_sidearrow.gif) 0 3px no-repeat;
	padding: 0 0 0 14px;
}

#vanity a {
        display:block;
        width:57px;
        height:20px;
        margin: 3px 20px;
}
#vanity img {border:0}
#v_php {float:left;background-image:url(../../images/powered-php.gif);}
#v_php:hover {background-image:url(../../images/h_powered-php.gif);}
#v_mysql {float:left;background-image:url(../../images/powered-mysql.gif);}
#v_mysql:hover  {background-image:url(../../images/h_powered-mysql.gif);}
#v_xhtml {float:right;background-image:url(../../images/valid-xhtml10.gif);}
#v_xhtml:hover {background-image:url(../../images/h_valid-xhtml10.gif);}
#v_css {float:right;background-image:url(../../images/valid-css.gif);}
#v_css:hover{background-image:url(../../images/h_valid-css.gif);}
