/*
Plugin Name: PT Case Submit
Plugin URI: http://neathawk.us
Author: Joseph Neathawk
Author URI: http://Neathawk.us
License: GPLv3
*/



/*@import url('navBar.css');*/

/*
element {
	layout(position)

	content(text)

	design(background)

	other(z-index)
}
@font-face
{
      font-family: title_font;
      src: url("/_font/font.ttf");
}
COLORS:
	blue:#1360aa;
	grey:#e3e3e3;
	Aqua: #6fccdd;

Table of Contents:
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Main Structur
# Elements
# Navigation
# Header Area
# Content Area
# Footer Area
# Other
# Templates
# Media Queries
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Main Structure
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header Area
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content Area
--------------------------------------------------------------*/
body.pt_cs-template-default .entry-header h1 {
    text-decoration:underline;
}
body.pt_cs-template-default .entry-title {
    font-size: 1.2em;
}


body.pt_cs-template-default table.progress {
    width: 100%;
}
body.pt_cs-template-default table.progress td {
    padding:2px 5px;

    text-align:center;
}
body.pt_cs-template-default table.progress .selected {
    color:#ffffff;

    background:#0079c2;
    border-radius:40%;
    box-shadow:1px 1px 1px rgba(0,0,0,0.5);
}



body.pt_cs-template-default .input-box {
    display:inline-block;
    min-height:100px;
    padding:5px 10px;
    width:100%;

    border:1px solid #999999;
}
body.pt_cs-template-default .input-box a {
    float:right;
    clear:both;
}
body.pt_cs-template-default .input-box a img {
    vertical-align:text-top;
    padding:0 0 0 5px;
    max-height:100px;
    width:auto;
}
/*--------------------------------------------------------------
# Footer Area
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Other
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

/* large to small */
@media only screen and (max-width: 1279px) {
/*1279px width and smaller*/

}

@media only screen and (max-width: 1023px) {
/*1023px width and smaller*/

}

@media only screen and (max-width: 899px) {
/*899px width and smaller*/

}

@media only screen and (max-width: 599px) {
/*599px width and smaller*/

}

@media only screen and (max-width: 479px) {
/*479px width and smaller*/

}


/* small to large */
@media only screen and (min-width: 480px) {
/*480px width and larger*/

}
@media only screen and (min-width: 600px) {
/*600px width and larger*/

}
@media only screen and (min-width: 900px) {
/*900px width and larger*/

}
@media only screen and (min-width: 1024px) {
/*1024px width and larger*/

}
@media only screen and (min-width: 1280px) {
/*1280px width and larger*/

}

/* specific size range */
@media only screen and (min-width: 900px) and (max-width: 1100px) {
/* range for header custom logo sizing */

}